/* @import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
  font-family: "Poppins", sans-serif;
}

::selection {
	background-color: #0090cd;
	color: #fff;
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

.v_a_img {
	vertical-align: middle;
}

hr {
	border: 0.3px solid #2658a896 !important;
}

/* .b-clr {
	background-color: #000;
} */

.brd {
	border: 1px solid #cecece;
	border-radius: 20px;
	padding: 1%;
	display: flex;
	align-items: center;
}

.press-brd {
	border: 1px dashed #000;
}

.testi h2 {
	text-align: center;
	border-right: 1px solid #cecece;
	margin: 0;
	font-weight: 500;
	padding: 22px 5px;
	font-size: 20px;
	line-height: 140%;
  font-family: "Poppins", sans-serif;

}

/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/
.pdf-flex{
	display: flex;
    flex-wrap: wrap;
}
.pdf {
    padding: 60px 0;
    background: #f7f9fc;
}


/* CLICKABLE CARD */
.pdf-card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 20px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

/* HOVER EFFECT */
.pdf-card-link:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(8,106,216,0.18);
}

/* PDF IMAGE */
.pdf-img {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e6ef;
    background: #fff;
}

.pdf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* IMAGE ZOOM ON HOVER */
.pdf-card-link:hover .pdf-img img {
    transform: scale(1.05);
}

.pdf-sub{
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.pdf-sub h2 {
    text-align: center;
    color: #000;
  font-family: "Poppins", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.pdf-sub a{
	text-decoration: none;
}

.pdf-btn {
	font-family: 'Poppins', sans-serif;
    background-color: rgb(58 165 245);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    transition: all .2s linear;
    text-transform: uppercase;
}

.pdf-btn a{
	color: #fff;
    font-size: 14px;
}
.pdf-btn:hover{
	transform: translateY(-5px);
    box-shadow: 0 2px 13px 0px #a5a5a5;
}

.banner{
	display: block;
}

.mbl-banner{
	display: none;
}
.mbl-banner h2 {
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #000;
    text-transform: uppercase;
    margin: 0% !important;
}

.mbl-banner  span {
	color: #ea4801;
}

.mbl-banner p {
      font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
	color: #000;
    margin: 1% 0% 0% !important;
    line-height: 106%;
}

.mbl-banner button a{
    font-family: 'Poppins', sans-serif;
    background-color: #0093c9;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5%;
    outline: none;
    border: none;
    text-transform: uppercase;
	transition: all .2s linear;
}

.mbl-banner button a:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 13px 0px #a5a5a5;
}

.mbl-banner button{
border: none;
    margin: 6% 0;
}


.contact-top a {
  font-family: "Poppins", sans-serif;
	background-color: rgb(16 15 23);
	padding: 15px 25px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.3px;
}

.flex1 {
	display: flex;
	align-items: center;
}

.talent_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0% !important;
	line-height: 140%;
}


.talent_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0% !important;
	line-height: 140%;
	text-align: justify;
}

.service-box-content a{
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:  #fe5e41;
    line-height: 140%;
    text-align: justify;
    margin: 0 1%;
	position: relative;
	text-decoration: none;
}

.service-box-content a::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:  #fe5e41;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-box-content:hover a::before{
	background-color: #FFF;
    width: 45px;

}

.service-box-content:hover a{
	color: #fff;
}

.talent_txt2 h2 {
  font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
	text-align: left;
	margin: 0% 2% 1% !important;
    line-height: 140%;
	color: #fe5e41;
}

.talent_txt2 p{
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 2% 2% !important;
}

.talent_txt3 p {
  font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 0% 0% 2% !important;
    line-height: 140%;
    color: #000;
}

.talent_txt2 h2 span {
	color: #5d5c25;
}

.min_h_talent {
	min-height: 200px;
}

.img_con {
	width: 250px;
	margin: 0 auto;
	transition: all .4s linear;
}

.img_con:hover {
	transform: rotateY(180deg);
}

.ser_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 5% 10% 2% !important;
	line-height: 140%;
	color: #0097c1;
}


.ser_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 1% 10% 0% !important;
	line-height: 140%;
	color: #000000;
}

.ser_txt a {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 4% 10% 0% !important;
	line-height: 140%;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.ser_txt a span {
	color: #a0a0a0;
}

.img_con2 {
	border-radius: 50%;
	overflow: hidden;
	width: 150px;
	margin: 0 auto;
}

.testi_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 6% 10% 0% !important;
	line-height: 140%;
	color: #000000;
}

.testi_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 1% 1% 0% !important;
	line-height: 140%;
	text-align: center;
	color: #000000;
}

.footer-logo {
    width: 360px;
}

.footer-align {
	padding-left: 6%;
}

.buss_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 27px;
	font-weight: 600;
	/* letter-spacing: 2px; */
	/* word-spacing: 8px; */
	width: 75%;
	color: #000;
	margin: 0% auto !important;
	line-height: 145%;
	text-align: center;
}

.brd2 {
	border-top: 1px dashed #cccccc73;
}

.abt_txt2 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 5% 0% 2% !important;
	line-height: 140%;
	color: #0097c1;
}

.abt_txt h2 {
  font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 140%;
    color: #000;
	margin: 0.5% 1% !important;
}

.wel_txt h4{
  font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 140%;
    color: #000;
	margin: 0.5% 1% !important;
}

.talent-flex{
	display: flex;
    justify-content: center;
    align-items: center;
}


.abt_txt2 p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 1% 0% 0% !important;
	line-height: 140%;
	color: #000000;
}

.social-media {
	display: flex;
	gap: 10px;
}

.social-media .icon_media {
	/* display: inline-block; */
	background-color: #004d7e;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	position: relative;
}

.icon_media a::after,
.icon_media a::after,
.icon_media a::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background-color:  #fe5e41;
	scale: 0;
	transition: all .3s linear;
	z-index: 0;
}

.icon_media:hover>a::after,
.icon_media:hover>a::after,
.icon_media:hover>a::after {
	scale: 0.8;
}

.fa-instagram,
.fa-facebook,
.fa-x-twitter {
	font-size: 22px;
	color: #fff;
	z-index: 9999;
	position: relative;
}

.con {
	display: flex;
	align-items: self-start;
	gap: 4px;
}

.job_seeker_form {
	width: 90%;
	margin: 0 auto;
}

.job_seeker_form h2 {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 2% 0% 1.3% !important;
	line-height: 120%;
	color: #000;
	text-align: left;
}

.job_seeker_form h2 span {
	color: #0097c1;
}

.job_seeker_form p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0% 0% 4% !important;
	line-height: 140%;
	color: #000000;
}

.wrapper {
	position: fixed;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

ul {
	list-style: none;
}

.wrapper ul li {
	width: 40px;
	height: 40px;
	position: relative;
	background: #e59500;
	margin: 10px 0;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wrapper ul li .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff;
}

.wrapper ul li.facebook {
	background: #3b5998;
}

.wrapper ul li.twitter {
	background: #000;
}

.wrapper ul li.instagram {
	background: #f70015;
}

.wrapper ul li.google {
	background: #dd4b39;
}

.wrapper ul li.whatsapp {
	background: #4dc247;
}

.wrapper ul li.facebook div.slider {
	background: #305a94;
}

.wrapper ul li.twitter div.slider {
	background: #000;
}

.wrapper ul li.instagram div.slider {
	background: #f70015;
}

.wrapper ul li.google div.slider {
	background: #eea59c;
}

.wrapper ul li.whatsapp div.slider {
	background: #00c358;
}

.wrapper .slider {
	content: "";
	position: absolute;
	top: 0;
	left: 51px;
	width: 0px;
	height: 40px;
	background: #eebb5c;
	border-radius: 3px;
	transition: all 0.5s 0.3s ease;
}

.wrapper .slider p {
	font-family: arial;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin: 5% 0% !important;
	opacity: 0;
	transition: all 0.6s ease;
}

.wrapper ul li:hover .slider {
	width: 180px;
	transition: all 0.5s ease;
}

.wrapper ul li:hover .slider p {
	opacity: 1;
	transition: all 1s 0.2s ease;
}
















.d_n {
	display: none;
}

.post_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	line-height: 140%;
	margin: 0% !important;
}


.post_txt ul {
	padding: 0% !important;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.post_txt ul li {
	list-style: none;
	padding: 1.6% 1.8%;
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin: 0% !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.flex5 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.active2::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #2f3ba7;
	width: 100% !important;
	bottom: -1%;
}

.portfolio_icon {
	font-size: 16px;
	color: #0d0d3f;
	background-color: #f2f2f2;
	padding: 15px;
	border-radius: 50%;
	transition: all .4s linear;
}

.port_brd {
	border: 1px solid #ccc;
}

.port_brd:hover .portfolio_icon {
	background-color: #29b79b;
	color: #fff;
}

.port_txt_con {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 6% 0;
}

.port_txt2 h3 {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #595959;
	margin: 0% !important;
	line-height: 140%;
	text-transform: uppercase;
}

.port_txt2 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #0d0d3f;
	line-height: 140%;
	margin: 0% !important;
	text-transform: capitalize;
}

.port_txt {
	text-align: center;
}

.port_txt h3 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #2f3ba7;
	background: linear-gradient(90deg, #dde0ff, transparent);
	display: inline-block;
	padding: 8px 22px;
	border-radius: 50px;
	margin: 0% !important;
}

.port_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #0d0d3f;
	margin: 1% 0 !important;
	line-height: 140%;
	padding: 0 29%;
}

.effect1 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

.effect2 {
	position: absolute;
	z-index: 1;
	top: 5%;
	left: 0;
}

.overlay2 {
	position: absolute;
	inset: 0;
	background-color: #17171796;
}

.icon_con {
	width: 20%;
	margin: -1% 0 !important;
	position: relative;
	z-index: 9;
	transition-delay: .6s;
	transition: all .5s ease-in-out;
}

.icon_con::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	left: 0;
	bottom: -15%;
	background-color: #000;
	transition: all .5s ease-in-out;
}

.icon_txt {
	width: 77%;
}


.ser_txt:hover .icon_con {
	filter: invert();
}

.prim_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0px;
	/* padding-right: 6%; */
}

.flex2 {
	display: flex;
    align-items: center;
	gap: 40px;
}

.flex3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex3 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.flex3 ul li {
	list-style: none;
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 140%;
	margin: 0% !important;
	cursor: pointer;
	position: relative;
}

.flex3 ul li::before {
	content: "";
	position: absolute;
	left: 0;
	border-bottom: 2px solid #bed232;
	width: 0%;
	bottom: -1%;
	transition: all .4s linear;
}

.flex3 ul li:hover::before {
	width: 100%;
}

.nav_contact_txt h3 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #818181;
	line-height: 140%;
	margin: 0% !important;
}

.nav_contact_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0% !important;
	line-height: 140%;
}

/* .col_sm88::before {
    content: "";
    width: 100px;
    height: 106px;
    background-color: #bed232;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    left: -17px;
} */
.wel_txt5 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	/* background: linear-gradient(90deg, #bed23282, transparent); */
	display: inline-block;
	/* padding: 8px 22px; */
	border-radius: 50px;
	margin: 0% 1% !important;
}

.wel_txt5 h3 {
  font-family: "Poppins", sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #171717;
	margin: 1% 1% !important;
	line-height: 140%;
}


.wel_txt5 p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0% 1% !important;
}


.divider {
	border: 1px dashed #d1cdcd8c;
}

.wel_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #000;
	text-transform: uppercase;
	margin: 0% 1% !important;
}

.wel_txt h3 {
  font-family: "Poppins", sans-serif;
	font-size: 35px;
	font-weight: 800;
	color: #5d5c25;
	margin: 0.5% 1% 1% !important;
	line-height: 140%;
}

.wel_txt h3 span {
    color: #fd502a;
}

.wel_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0.5% 1% !important;
	padding-right: 6%;
}

.wel_btn a {
	font-family: 'Poppins', sans-serif;
	background-color: rgb(58 165 245);
	padding: 15px 30px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin: 3% 0 0;
	transition: all .2s linear;
	text-transform: uppercase;
}

.wel_btn a:hover {
	transform: translateY(-5px);
	box-shadow: 0 2px 13px 0px #a5a5a5;
}



















.stic-pos {
	position: sticky;
	top: 3%;
}

.reach-txt p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 150%;
	text-align: justify;
}

.about_txt3 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 1% !important;
	line-height: 140%;
}

.csr_bg_clr {
	background-color: #ececec;
	padding: 3% 2%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 153px;
}

.who6 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 111%;
	margin: 0 !important;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
}

.who6 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: center;
	margin: 3% 0% 0%;
	padding: 0 6%;
	/* height: 104px; */
}

.contact_form_txt2 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin: 0% !important;
	line-height: 100%;
	padding: 0%;
}

.contact_form_min_h {
	min-height: 700px;
}

.contact_form_bg_color2 {
	background-color: #fff;
	padding: 2% 2%;
	border-radius: 10px;
}

.contact_form_bg_color {
	background-color: #2658a80f;
	padding: 3% 2%;
	border-radius: 7px;
}

.contact_form_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 1% 0 0 !important;
	padding: 0%;
}

.fa-location-dot,
.fa-envelope,
.faicon {
	color: #171717 !important;
	font-size: 17px !important;
	background-color: #f2f2f2;
	border-radius: 50%;
	width: 40px;
	padding: 3.4%;
	height: 40px;
	display: inline-block;
}

.contact_form_bg {
	background-color: #2658a8;
	padding: 2% 2%;
	border-radius: 7px;
}

.team_brd {
	border: 2px solid #000;
	border-radius: 50%;
	padding: 3%;
	overflow: hidden;
	background-color: #fff;
}

.under_con h2 {
  font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 2% 0 !important;
	line-height: 150%;
}

.con_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 111%;
	margin: 1% !important;
	color: #0d4090;
}

.frm_card h3 {
	margin: 0 -1%;
}

.frm_card p {
	margin: 0 -1%;
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 140%;
}

.con_icon {
	background: #2658a8;
	padding: 6%;
	border-radius: 50%;
	width: 70px;
	margin: 1% auto;
}

.cont_card {
	min-height: 387px;
	padding: 2%;
	border: 1px solid #2658a8;
}

.col_sm333 {
	width: 64%;
	float: left;
	margin: 1% 0;
}

.frm_card {
	border-radius: 10px;
	padding: 2%;
	color: #fff;
}

.cont_card h2 {
	font-size: 25px;
	font-weight: 500;
  font-family: "Poppins", sans-serif;
	line-height: 140%;
	color: #000;
	text-align: center;
}

.cont_card h3 {
	font-size: 16px;
  font-family: "Poppins", sans-serif;
	line-height: 140%;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 5% 0 0;
}

.cont_card p {
	font-size: 16px;
	color: #3f3f3f;
	font-family: 'Poppins';
	line-height: 150%;
	font-weight: 400;
	text-align: center;
}



.txtTile_txt p {
	font-size: 15px;
	font-weight: 400;
	margin: 1%;
	line-height: 150%;
  font-family: "Poppins", sans-serif;
	color: #3f3f3f;
	text-align: justify;
}

.txt-center {
	text-align: center !important;
}

.all_page_common_head_2 {
	width: 50%;
	float: left;
}

.all_page_common_head_2 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin: 0 1% !important;
	line-height: 150%;
	text-transform: capitalize;
	padding-left: 10px;
	border-left: 5px solid #2052a2;
}

.all_page_common_head_22 {
	width: 10%;
	float: right;
	margin: -2% 1%;
}


.abt_box_shd {
	box-shadow: 4px 2px 13px 0px #ccc;
	border-radius: 15px;
	overflow: hidden;
}


.abt_txt p {
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0.5% 0% !important;
    padding-right: 6%;
}

/* Badge-style heading (modern) */
.table-badge {
    display: inline-block;
    background: #eaf3ff;
    color: #0b4db8;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.flex4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* ODD ROWS */
.modern-product-table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

/* EVEN ROWS */
.modern-product-table tbody tr:nth-child(even) td {
    background-color: #f7f9fc;
}

/* Keep hover effect above both */
.modern-product-table tbody tr:hover td {
    background-color: #eef4ff;
}

/* Table */
.modern-product-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    overflow: hidden;
    font-size: 14px;
}

/* Header */
.modern-product-table th {
    background: #f47152;
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
      font-family: "Poppins", sans-serif;
    font-size: 19px;
}

/* Cells */
.modern-product-table td {
    padding: 13px 16px;
    border-bottom: 1px solid #eeeeee;
    color: #333;
      font-family: "Poppins", sans-serif;
    font-size: 16px;
}

/* First column emphasis */
.modern-product-table td:first-child {
    font-weight: 600;
    color: #000;
    width: 35%;
}

/* Remove last border */
.modern-product-table tr:last-child td {
    border-bottom: none;
}

/* Hover (subtle, modern) */
.modern-product-table tr:hover td {
    background: #fafcff;
}

/* Mobile */
@media (max-width: 600px) {
    .product-table-section {
        padding: 0 15px;
    }
}


.pro-txt3 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 150%;
	margin: 0% 1% 1% !important;
}

.secter-txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 150%;
	margin: 0% !important;
	padding: 10px 25px;
	background-color: #ffffff61;
	text-align: center;
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_txt2 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
	line-height: 140%;
	color: #000;
	margin: 0 1% !important;
}

.about_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: justify;
	margin: 1% !important;
	line-height: 140%;
}

.list-numbered {
	list-style: none;
	margin: 1em;
	counter-reset: line;
}

.list-numbered2 ul {
	list-style-image: url(../images/bullet1.png);
	margin-left: 4.2%;
}

.list-numbered>li {
	position: relative;
	margin-bottom: 1.5em;
	margin-right: 1%;
	margin-left: 2%;
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 160%;
	color: #000;
	text-align: justify;
}

.list-numbered>li:before {
	position: absolute;
	left: -0.8em;
	display: inline-block;
	/* width: 22px; */
	/* height: 22px; */
	/* margin-left: 0.5em; */
	background-color: #ffffff;
	border-radius: 50%;
	color: #2456a6;
	text-align: center;
	line-height: 1.25em;
	counter-increment: line;
	content: counter(line);
	font-size: 35px;
	font-family: 'Font Awesome 5 Free';
}

.about_bg h4 {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0% 0% 2% !important;
	line-height: 140%;
}

.about_bg p {
	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0% !important;
}

.about_bg {
	background-color: #f0f0f0;
	padding: 1%;
	min-height: 300px;
}

.icon {
	width: 88px;
	margin: 0 auto 3%;
}

.all_page_common_head h2 {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin: 0 1% !important;
	line-height: 150%;
	text-transform: capitalize;
	padding-left: 10px;
	border-left: 5px solid #2052a2;
}




.avd {
	font-size: 16px;
	font-weight: 500;
}

.ftr_top {
	padding-top: 2.4rem;
}

.icon3 {
	position: absolute;
	bottom: 0px;
	left: 4%;
	animation: top_down2 infinite ease-out 3s alternate;
	z-index: -1;
}

@keyframes top_down2 {
	0% {
		bottom: 13%;
	}

	100% {
		bottom: 0%;
	}
}



.mi_vi_txt3 p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: justify;
	margin: 0% 0 0 !important;
	line-height: 140%;
}

.mi_vi_txt3 h3 {
  font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0% !important;
	text-transform: capitalize;
}

.mi_vi_txt3 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	margin: 0% !important;
	color: #000;
}

.value_brd {
	background-color: #e4edfa;
	border-radius: 5px;
	overflow: hidden;
	padding: 3%;
}

.value_txt h2 {
	font-family: "Barlow", sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #fff !important;
	background-color: #05214e !important;
	padding: 1% 1.2% !important;
	margin: 0% !important;
	line-height: 150% !important;
}

.who4 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0% 0%;
	/* padding-left: 10%; */
}

.min_he {
	min-height: 360px;
}

.min_he2 {
	min-height: 490px;
}

.mi_vi_txt2 {
	margin-top: 2% !important;
}

.mi_vi_txt2 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: justify;
	margin: 4% 0 0 !important;
	line-height: 140%;
}

.mi_vi_txt2 h3 {
  font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0% !important;
	text-transform: capitalize;
}

.mi_vi_txt2 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	margin: 0% !important;
	color: #000;
}

.mi_vi_box {
	border: .5px solid #ccc;
	background-color: #f8fafb;
	border-radius: 4px;
	padding: 3% 2%;
	box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, .08);
	position: relative;
}

.mi_vi_box::after {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 20px;
	height: 22px;
	background-color: #05214e;
	right: 5px;
	clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
}

.mi_vi_box>.col_sm8 {
	background-color: #fff;
	padding: 10px;
	border-left: 4px solid #05214e;
}

.mi_vi_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0% !important;
	line-height: 150%;
	text-transform: uppercase;
}

.mi_vi_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0.6% 1% 0 !important;
	line-height: 140%;
	padding: 0 0%;
}

.sticky {
	position: sticky;
	top: 100px;
}


.who2 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 111%;
	margin: 0 !important;
	color: #0d4090;
	text-transform: uppercase;
}

.who2 h3 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	color: #05214e;
	display: inline-block;
	position: relative;
}

.who2 h3::after {
	content: "";
	position: absolute;
	bottom: 6px;
	width: 10px;
	height: 10px;
	/* background-color: red; */
	right: -14px;
	/* border-bottom: 10px solid #000; */
	border-right: 10px solid #05214e;
	clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
}


.who2 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0% 0%;
}

.who2 span {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
}


.who2 h5 {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 1% 1%;
}



/* About Us  */
.about-us {
	background-image: url(../images/about-us-bg.jpg);
}

.about-us2 {
	background-image: url(../images/press-bg.jpg);
	position: relative;
}

.banner-text h1 {
  font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 1%;
	line-height: 181%;
	border-left: 6px solid #bed232;
	padding-left: 11px;
	text-transform: capitalize;
	text-align: left;
}

.about-us {
	position: relative;
}

.icon {
	position: absolute;
	top: 130px;
	right: 0;
	animation: myfirst ease-in-out 5s infinite;
}

@keyframes myfirst {
	0% {
		top: 0;
	}

	50% {
		top: 50px;
	}

	100% {
		top: 0;
	}
}


/* About Us  */


/* press-cover */

.press-cover {
	position: relative;
	background-image: url(../images/press-bg.jpg);
}

/* press-cover */

/* statutory-services */

.ss-bg {
	position: relative;
	background-image: url(../images/business-incorporation-bg.jpg);
	background-size: cover;
}

/* statutory-services */


/* business-incorporation */

.bi-bg {
	position: relative;
	background-image: url(../images/press-bg.jpg);
}

/* business-incorporation */










.fix_nav {
	position: absolute;
	z-index: 999;
	padding: 10px 0px;
}

.transition {
	transition: all .4s linear;
}

.goal {
	font-size: 16px !important;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 7px;
}

/* .fa-facebook,
.fa-x-twitter,
.fa-instagram,
.fa-linkedin-in,
.fa-telegram {
	font-size: 14px !important;
	color: #fff !important;
	transition: all .7s;
}

.fa-facebook:hover,
.fa-telegram:hover,
.fa-x-twitter:hover,
.fa-instagram:hover,
.fa-linkedin-in:hover {
	background-color: #fff !important;
	color: #003b99 !important;
} */

/* .fa-phone-volume {
	color: #003b99;
	font-size: 35px !important;
	margin: 12% 0%;
} */

.head_mail {
	font-size: 19px !important;
	color: #fff !important;
	transition: all .7s;
}

.head-cont {
	font-size: 16px;
	font-weight: 500;
	color: #d4d4d4;
	line-height: 140%;
	margin: 0%;
	padding: 0%;
}

.head-cont a {
	font-size: 16px;
	font-weight: 500;
}

.rel {
	position: relative;
}



.mi_vi_box:hover .img2 {
	width: 100%;
	filter: invert(1);
	z-index: 999;
	position: relative;
}

.rel2 {
	position: relative;
}

.ovelay2 {
	position: absolute;
	/* left: 123px; */
	bottom: 10%;
	right: -31px;
	left: 100px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px 0px #ccc;
	animation: top_down3 infinite ease-out 3s alternate;
	/* z-index: 1; */
}

@keyframes top_down3 {
	0% {
		right: -7%;
		left: 17%;
	}

	100% {
		right: -3%;
		left: 9%;
	}
}

.wel-img-txt p {
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	color: #172d43;
	padding: 6.5% 0%;
}

.who button {
	border: 2px solid #009846;
	outline: none;
	border-radius: 4px;
	padding: 7px 15px;
	background-color: #fff;
	margin: 1.5% 0%;
	font-size: 16px;
	font-weight: 500;
	transition: all .7s;
}

.who button:hover {
	border: 2px solid #000;
	border-radius: 0px;
	background-color: #009846;
	color: #fff;
}

.who button .fa-circle-arrow-right {
	transition: all .7s;
}

.who button:hover .fa-circle-arrow-right {
	color: #fff;
}

.s_icon {
	width: fit-content;
	float: left;
	margin: 1.9% 0% 0 !important;
}

/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/

.page_head h2{
  font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #5d5c25;
    line-height: 140%;
    text-align: center;
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 170px;
	right: 10px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 31px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 999999;
}

.serv_txt h3 {
  font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #171717;
	line-height: 140%;
	margin: 3% 1%;
}

.serv_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 23px;
	font-weight: 600;
	color: #171717;
	line-height: 140%;
	margin: 3% 1%;
}

.serv_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0% 1% !important;
}

.ser_txt2 p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0% 1% !important;
}

.ser_txt2 h3 {
  font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #171717;
	line-height: 140%;
	margin: 3% 1%;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 134px;
		right: 10px;
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	z-index: 999999;
}

.top {
	width: 96%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 80% !important;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 95%;
	margin: 0 auto;
	max-width: 1600px;
}

.logo {
    width: 440px;
	margin: 0% 1%;
	float: left;
	transition: all .4s linear;
}

.logo2 {
	width: 100px;
	margin-bottom: 5%;
}

.logo_right {
	width: 323px;
	float: right;
	margin: 2.8% 0%;
}

.navbarrr {
	width: fit-content;
	padding: 1.84% 0%;
	float: right;
}

.contact-top {
	width: fit-content;
	padding: 2.7% 0%;
	float: right;

}

.call_em {
	width: fit-content;
	float: left;
	margin: 0.3% 1%;
}

.call {
	width: 160px;
	float: left;
	padding: 1.2% 1%;
}

.s_icon p {
	color: #000;
}

.s_icon .fa {
	line-height: 260%;
	font-size: 15px;
	color: #000;
}

.s_icon .fa:hover {
	color: #000f;
}

.call_em_txt {
  font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.call_em_txt .fa {
	font-size: 16px !important;
	color: #000;
}

.logo_left {
	width: fit-content;
	float: left;
	margin: 0.3% 0.5%;
}

.who h2 {
  font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 111%;
	margin: 0 !important;
	color: #0d4090;
	text-transform: uppercase;
}

.who h3 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	color: #05214e;
	display: inline-block;
	position: relative;
}

.who h4 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 0% 0 4% !important;
	line-height: 140%;
}

.who h3::after {
	content: "";
	position: absolute;
	bottom: 6px;
	width: 10px;
	height: 10px;
	/* background-color: red; */
	right: -14px;
	/* border-bottom: 10px solid #000; */
	border-right: 10px solid #05214e;
	clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
}


.who p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0% 0%;
}

.who span {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
}


.who h5 {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 1% 1%;
}

.counter2 h1 {
  font-family: "Poppins", sans-serif;
	font-size: 50px;
	line-height: 160%;
	color: #05214e;
	font-weight: 600;
	margin: 0% !important;
	padding: 3% 0%;
}

.counter2 {
	width: 100%;
	float: left;
	margin: 1%;
	text-align: center;
	padding: 1% 0% 1% 0%;
}

.counter2 h1 span {
  font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #05214e;
}

.mi_vi_txt3 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: left;
	margin: 2% 1% 0 !important;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
	width: 100%;
	overflow: hidden;
}

.link {
	text-decoration: none;
	color: #000;
}

.link2 {
	text-decoration: none;
	color: #fff;
}

.link2:hover {
	color: #000;
}


.link3 {
	text-decoration: none;
	color: #000000 !important;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm2 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm2_1 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm3_1 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm4_1 {
	width: 23%;
	margin: 1% 1%;
	float: left;
}

.col_sm4_2 {
	width: 23%;
	margin: 1% 1%;
	float: left;
}

.col_sm5 {
	width: 18%;
	margin: 1%;
	float: left;
}

.col_sm6 {
	width: 14%;
	margin: 1%;
	float: left;
}

.col_sm8 {
	width: 20%;
	margin: 1%;
	float: left;
}

.col_sm88 {
	width: 75%;
	float: left;
	margin: 1%;
}

.col_sm9_1 {
	width: 18%;
	margin: 1%;
	float: left;
}

.col_sm99_1 {
	width: 78%;
	margin: 1%;
	float: left;
}

.col_sm9 {
	width: 28%;
	margin: 1%;
	float: left;
}

.col_sm99 {
	width: 68%;
	margin: 1%;
	float: left;
}

.col_sm889 {
	width: 68%;
	margin: 1%;
	float: left;
}

.col_sm10 {
	width: 106%;
	float: left;
	margin: 1%;
}

.col_sm100 {
	width: 34%;
	float: left;
	margin: 1%;
}

.col_sm10_1 {
	width: 26%;
	float: left;
	margin: 1%;
}

.col_sm100_1 {
	width: 70%;
	float: left;
	margin: 1%;
}

.col_sm11 {
    width: 24%;
    margin: 1%;
    float: left;
}

.col_sm111 {
    width: 71%;
    float: right;
    margin: 1%;
}

.col_sm11 {
	width: 24%;
	margin: 1%;
	float: left;
}

.col_sm111 {
	width: 71%;
	float: right;
	margin: 1%;
}

.col_sm22 {
	width: 46%;
	float: right;
	margin: 1%;
}

.col_sm222 {
	width: 49%;
	float: right;
	margin: 1%;
}

.col_sm44 {
	width: 27%;
	float: left;
	margin: 1%;
}

.col_sm444 {
	width: 69%;
	float: right;
	margin: 1%;
}

.col_sm55 {
	width: 17%;
	float: left;
	margin: 1%;
}

.col_sm555 {
	width: 79%;
	float: left;
	margin: 1%;
}

.col_sm66 {
	width: 8%;
	float: left;
	margin: 1%;
}

.col_sm666 {
	width: 88%;
	float: left;
	margin: 1%;
}

.col_sm77 {
	width: 24%;
	margin: 1%;
	float: left;
}

.col_sm777 {
	width: 71%;
	float: right;
	margin: 1%;
}

.col_sm8887 {
	width: 48%;
	float: left;
	margin: 1%;
}


.col_sm888 {
	width: 48%;
	float: right;
	margin: 1%;
}

.col_sm66 {
	width: 24%;
	float: left;
	margin: 1%;
}

.col_sm666 {
	width: 71%;
	float: left;
	margin: 1%;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/
/*-----reach table------ */

.our-reach table tr {
	background-color: #f8f8f8;
	border: 3px solid #ddd;
	border-spacing: 30px;
}

.our-reach table tr td {
	padding: 10px;
	background-color: #00224bba;
	border: 2px solid #fff;
	color: #fff;
	/* text-align: center; */
  font-family: "Poppins", sans-serif;
}

.our-reach table tr th {
	font-size: .85em;
  font-family: "Poppins", sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.td-ctn {
	border-spacing: 30px;
}

.td-ctn th {
	padding: 10px;
	border: 2px solid #fff;
}

.tb-ctn td {
	padding: 10px;
	background-color: #00224bba;
	border: 2px solid #fff;
	color: #fff;
}

.tb-ctn tr,
td {
	/* border: none; */
	border-spacing: 30px;
}

/*-----reach table------ */
.bg_clr1 {
	background: #171717;
}

.bg_clr2 {
	background: #bed232;
}

.bg_clr3 {
	background-color: #f6f6f6;
}

.bg_clr6 {
	background: rgb(0 59 153 / 85%);
}


.bg_clr4 {
	background-color: #eb4438;
}

.bg_clr10 {
	background-color: #0b2239;
}

.bg_clr11 {
	background-color: #f3f3f3;
}

.bg_clr12 {
	background-color: #f3f3f3;
}

.hero1 {
	background-image: url(../images/bg-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-clr7{
	background: #f6f6f66b;
}

.hero2 {
	background-image: url(../images/bg-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero3 {
	background-image: url(../images/bg-2.jpg);
	background-size: cover;
	background-position: top;
	background-attachment: scroll;
	padding: 7% 0%;
}

.hero4 {
	background-image: url(../images/bg-2.jpg);
	background-size: 132% 86%;
	background-position: top;
	background-repeat: no-repeat;
    padding: 5% 0% 3%;
	background-attachment: fixed;
}

.hero5 {
	background-image: url(../images/bg-4.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/
.get-in-touch h2{
  font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0% 2% 1% !important;
    line-height: 140%;
    color: #fe5e41;
}


.who ul li a {
  font-family: "Poppins", sans-serif;
	float: left;
	margin: 0% 1%;
	padding: 18px 22px;
	background-color: #ef3f34;
	text-decoration: none;
	color: #fff;
}

.ftr_txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 23px;
	font-weight: 600;
	margin: 0% 0% 6% 0%;
	color: #000;
	position: relative;
	width: fit-content;
}

.ftr_txt h2 span {
    color: #5d5c25;
}

/* 
.ftr_txt h2::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 37px;
	height: 3px;
	background-color: #fff;
	border-radius: 100px;
}

.ftr_txt h2::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 44px;
	width: 52%;
	height: 3px;
	background-color: #bed232;
	border-radius: 100px;
} */

.ftr_txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 3% 0%;
	line-height: 150%;
	color: #000;
	text-align: justify;
}

.ftr_txt2 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0%;
	line-height: 160%;
	color: #fff;
	text-align: justify;
}

.ftr_txt ul {
	padding: 0% !important;
}

.ftr_txt ul li {
	list-style: none;
}

.ftr_txt ul li a {
  font-family: "Poppins", sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 210%;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}

.ftr_lt_txt {
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 3% 0%;
    line-height: 150%;
    color: #000;
    text-align: justify;
}

.ftr_right {
	text-align: right;
}

.col-icon {
	color: #fff !important;
}

.who3 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 111%;
	margin: 0 0 1% !important;
	color: #0d4090;
	text-transform: uppercase;
}

.who4 h2 {
  font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 111%;
	margin: 0 0 1% !important;
	color: #0d4090;
}

.who3 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0% 0%;
}

.who5 p {
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0% 0%;
	text-align: center;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	bottom: 11%;
	transition-duration: 1s;
	background-image: url(../images/top.png);
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 9999;
	background-size: 100% 100%;
}

.top_arrow:hover {
	background-image: url('../images/top2.png');
}

.img2 {
	width: 100%;
}

.img3 {
	width: 217px;
}

.col-icon {
	color: #fff !important;
}


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet {
    width: 100%;
    margin: 0%;
    float: left;
    background-color: #c1c4c421;
    border-left: 5px solid #ea4a03;
    padding: 0% 2% 0% 0%;
    border-radius: 0% 15px 15px 0%;
    margin: 1%;
}

.bullet ul {
	list-style-image: url(../images/bullet1.png);
    margin: 1% 10px 2%;
}

.bullet ul li {

      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
	}


.bullet2 {
	width: 100%;
	margin-top: 0%;
}


.bullet2 ul li {
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
}

.bullet2 ul {
	list-style-image: url(../images/dot.png);
	margin-left: 6.4%;
}

.bullet2 ul li span {
	font-weight: 600;
}


.bullet3 ul {
	list-style-image: url(../images/bullet4.png);
	margin-left: 0;
	padding-left: 30px;
}

.bullet3 ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin: 2% 0 !important;
	line-height: 150%;
  font-family: "Poppins", sans-serif;
	color: #000000;
	text-align: justify;
}

/*--------------------------------------------------------------
Contact 
--------------------------------------------------------------*/
.contact-bg {
	background-image: url(../images/contact-bg.png);
}

.contact-bg h1 {
  font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 1%;
	line-height: 181%;
	border-left: 6px solid #bed232;
	padding-left: 11px;
	text-transform: capitalize;
	text-align: left;
}

.contact-bg-clr {
	background-color: #cecece;
}

.cont-frm {
	background-color: #fff;
	border-radius: 10px;
	padding: 2%;
}

.contact h1 {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
}

.contact .fa {
	display: inline-block;
	background-color: #bed232;
	border-radius: 50%;
	/* font-size: 16px; */
	padding: 2%;
	width: 50px;
	height: 50px;
	margin-bottom: 2%;
	line-height: 22px;
	font-size: 19px !important;
	text-align: center;
}

.contact p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	display: inline;
	margin: 0% 0% 0% 2% !important;
}

.contact a {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	display: inline;
	margin: 0% 0% 0% 2% !important;

}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 98%;
	margin: 0 auto;
	float: none;
}

.tab_def {
	margin: 1%;
}

table tr {
	background-color: #f8f8f8;
	border: 3px solid #ddd;
	padding: .35em;
}

table th,
table td {
	padding: 0.7%;
	text-align: left;
  font-family: "Poppins", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid #ddd;
}

.body_text111 {
	padding: 2.4%;
	text-align: left;
  font-family: "Poppins", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid #ccc;
}




table td b {
	font-weight: 700;
	font-size: 15px;
}

table th {
	font-size: .85em;
  font-family: "Poppins", sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.body_text1129 {
	font-size: 16px;
	font-weight: 600;
	color: #0d9bcd;
  font-family: "Poppins", sans-serif;
	text-align: left;
	padding: 0.6%;
}


.t_hed {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
  font-family: "Poppins", sans-serif;
	text-align: left;
	text-transform: uppercase;
}

/*table*/

.why-text {
	position: relative;
}

.why-text::before {
	content: '';
	height: 180px;
	width: 100%;
	background-color: #F5F5F5;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.why-text .inner-wrap {
	background-color: #ffffff;
	width: 95%;
	margin: 0 auto;
	padding: 35px 21px;
	box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
	border-radius: 10px;
    min-height: 300px;
}

.why-text .inner-wrap .img-wrapper {
	width: 50px;
	position: relative;
	z-index: 2;
	width: 90px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.why-text .inner-wrap .img-wrapper img {
	width: 54%;
}

.why-text .inner-wrap .img-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color:  #fe5e4121;
	-webkit-clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
	clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.dots::before,
.dots::after {
	content: '';
	position: absolute;
	background-color:  #fe5e41;
	height: 24px;
	width: 23px;
	border-radius: 50%;
}

.why-text .inner-wrap h2 {
  font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #000;
	margin: 13px 0 !important;
	line-height: 140%;
	text-align: center;
}


.dots::before {
	top: 0;
	right: 9px;
}

.dots::after {
	height: 12px;
	width: 11px;
	bottom: 0;
	left: 27px;
}
<!-----welcome note------>
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

/* Desktop Layout */
.milestones-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 40px;
}

.milestone-card {
	flex: 1;
	margin: 0 5px;
    background-color: #f3f3f3;
	padding: 20px 15px 40px 15px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile-year {
	display: none; /* Hidden on desktop */
	font-weight: 800;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.icon-circle {
	width: 80px; height: 80px; border-radius: 50%;
	display: flex; justify-content: center; align-items: center;
	margin-bottom: 20px; color: white;
}

.icon-circle img {
	width: 50px;
	}



.milestone-label {     
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
 }
.milestone-title { 
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #333;
      font-family: "Poppins", sans-serif;
 }
.milestone-desc {     
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: center;
}

.timeline-bar {
	height: 4px; width: 100%;
	background: linear-gradient(
		to right,
		#fe5e41,
		#1abc9c,
		#2ecc71,
		#f1c40f,
		#e67e22,
		#e91e63,
		#9b59b6
	);
	border-radius: 2px;
}

.year-markers { display: flex; justify-content: space-between; padding: 0 5%; }
.marker-group { display: flex; flex-direction: column; align-items: center; position: relative; top: -12px; }
.dot { width: 16px; height: 16px; border-radius: 50%; margin-bottom: 15px; }
.year { 
	font-weight: bold; 
  font-family: "Poppins", sans-serif;
    font-size: 24px;
}

h1.main-title { font-size: 3rem; margin-top: 50px; font-weight: 900; }

.c1{
    left: 7%;
}

.c2{
	left: 3%;
}

.c3{
	right: 2%;
}
.c4{
	right: 7%;
}

/* Coloring Logic */
.c1 .icon-circle,
.c1 .dot {
    background-color: #fe5e41;
}
.c1 .milestone-label,
.c1 .year,
.c1 .mobile-year {
    color: #fe5e41;
}

.c2 .icon-circle,
.c2 .dot {
    background-color: #1abc9c;
}
.c2 .milestone-label,
.c2 .year,
.c2 .mobile-year {
    color: #1abc9c;
}

.c3 .icon-circle,
.c3 .dot {
    background-color: #2ecc71;
}
.c3 .milestone-label,
.c3 .year,
.c3 .mobile-year {
    color: #2ecc71;
}

.c4 .icon-circle,
.c4 .dot {
    background-color: #f1c40f;
}
.c4 .milestone-label,
.c4 .year,
.c4 .mobile-year {
    color: #f1c40f;
}

.c5 .icon-circle,
.c5 .dot {
    background-color: #e67e22;
}
.c5 .milestone-label,
.c5 .year,
.c5 .mobile-year {
    color: #e67e22;
}

.c6 .icon-circle,
.c6 .dot {
    background-color: #e91e63;
}
.c6 .milestone-label,
.c6 .year,
.c6 .mobile-year {
    color: #e91e63;
}

.c7 .icon-circle,
.c7 .dot {
    background-color: #9b59b6;
}
.c7 .milestone-label,
.c7 .year,
.c7 .mobile-year {
    color: #9b59b6;
}


/* --- MOBILE RESPONSIVE STYLES --- */
@media (max-width: 768px) {
	.milestones-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.milestone-card {
		width: 90%;
		max-width: 400px;
		margin-bottom: 30px;
		flex: none;
		padding-bottom: 50px;
	}

	.mobile-year {
		display: block; /* Show year inside card on mobile */
	}

	.timeline-bar, .year-markers {
		display: none; 
		/* Hide horizontal timeline on mobile */
	}

	h1.main-title {
		font-size: 2rem;
	}
}

.service-txt h2 {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin: 0% 1% 2% !important;
	line-height: 140%;
	color: #000;

}

.service-txt p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0 1%;
}

.service-box {
	position: relative;
	box-shadow: 0px 10px 15px rgba(8, 14, 28, .06);
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.service-box .img-wrap {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.service-box .img-wrap img {
	width: 100%;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.service-box:hover .img-wrap img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-box .service-box-content {
	position: relative;
	padding: 0 25px 25px;
	min-height: 290px;
}

.service-box .service-box-content .box-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
	margin: -40px auto 0 auto;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-box .service-box-content .box-icon img {
	width: 60%;
}

.service-box h3 {
  font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0% 0% 2% !important;
	line-height: 140%;
	color: #000;
}

.service-box .bg-shape {
	position: absolute;
	bottom: -200px;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	pointer-events: none;
}

.service-box:hover {
	background-color:  #fe5e41;
}

.service-box:hover .box-icon {
	background-color:  #fe5e41;
}

.service-box:hover .box-icon img {
	filter: hue-rotate(221deg) brightness(4.5);

}

.service-box:hover .bg-shape {
	bottom: 0;
	opacity: 1;
}

.service-box:hover p,
.service-box:hover h3 {
	color: #fff;
}

.servi-box2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.servi-box2 .img-wrap {
	display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		background:  #fe5e411c;
		padding: 15px;
		border-radius: 20px;
}



.servi-box2 .img-wrap img {
	width: 80%;
}
.servi-box2 h3{
  font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 0% 0% 2% !important;
    line-height: 140%;
    color:  #fe5e41;
    margin: 0 1%;
}
.servi-box2 .content-txt{
	margin-left: 10px;
}
.servi-box2 .content-txt p{
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0 1%;
}
.box2-brd{
	border: 1px #80808045 solid;
    border-radius: 10px;
    padding: 10px;
}

.service-txt3 h3{
  font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 0% 1% 2% !important;
    line-height: 140%;
    color: #000;
}

.service-txt3 img{
	border-radius: 11px;
}

.service-txt3 h4{
  font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    margin: 1% 1% 1% !important;
    line-height: 140%;
    color: #ea4a03;
}

.service-txt3 p{
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0 1%;

}

.capital{
	background: #f1f1f1;
}


/* ===== GRID ===== */
.contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* ===== CARD ===== */
.contact-card{
    background:#fff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}
.contact-card h3{
      font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    line-height: 140%;
    color: #fe5e41;
    margin: 1% 0;
}
.contact-card p,
.contact-card li{
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0.5% 0% !important;
    padding-right: 6%;
}
.contact-card ul{
    list-style:none;
}
.contact-card li{
    margin-bottom:10px;
}

/* ===== SECTION LABEL ===== */
.section-label{
    font-weight:700;
    color:#000;
}

/* ===== CONTACT DETAILS ===== */
.contact-detail , .contact-detail a{
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0.5% 0% !important;
    padding-right: 6%;
}
.contact-detail span{
    display:block;
    font-weight:600;
    color:#000;
}



/* ===== FULL WIDTH SECTION ===== */
.full-width{
    grid-column:1 / -1;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
    .contact-grid{
        grid-template-columns:1fr;
    }
    .page-title h1{
        font-size:32px;
    }
}


.cont_bx {
	text-align: center;
	background: #fff;
	padding: 22px 20px;
	border-radius: 45px 72px;
	border: 1px solid #ea480014;
}

.cont_img {
	width: 50px;
	margin: 0 auto;
}

.cont_bx h2 {
  font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #171717;
	margin: 1% 0 !important;
	line-height: 120%;
}

.cont_bx p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 120%;
	text-align: center;
	margin: 8px 0;
}

form p {
  font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	margin: 0.5% 1% !important;
	padding-right: 6%;
}

.cont_map-img {
	position: relative;
	/* pointer-events: none; */
	width: 90%;
	margin: 0 auto;
}

.height {
	position: relative;
}

.cont_map-img img {
	position: absolute;
	inset: 0;
	z-index: 999;
	height: 96vh;
}

.cont_map {
	position: relative;
	z-index: 8;
}

.cont_map_img {
	position: absolute;
	z-index: 9;
	inset: 0;
}

.cont_flex2 {
	display: flex;
	visibility: visible;
	justify-content: space-between;
}


.hero5 {
	background-image: url(../images/bg-3.png);
	background-size: 132% 86%;
	background-position: top;
	background-repeat: no-repeat;
	padding: 5% 0% 1%;
	background-attachment: fixed;
}

.contact .flex_cont {
	display: flex;
	align-items: center;
}

.cont_height {
	height: 700px;
}

.overlay {
	position: absolute;
	inset: 0;
	background: #ffffff96;
}

.talent_txt6 p {
  font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin: 0% 4% 2% !important;
	line-height: 140%;
	color: #000
}

@media only screen and (max-width:2000px) {
}

@media only screen and (max-width:1920px) {}

@media only screen and (max-width:960px) {
	.contact .flex_cont {
		display: block;
	}

	.col_sm5 {
    width: 31%;
	}
}

@media only screen and (max-width: 800px) {
	.cont_flex2 {
		display: block;
	}
}


@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1450px) {
	#cssmenu>ul>li>a {
		margin: 5px 12px;
		padding: 10px 6px;
	}
}

@media only screen and (max-width:1400px) {
	.banner-text h1 {
		top: 130px;
	}


	.contact_form_min_h {
		min-height: 730px;
	}
}


@media only screen and (max-width:1300px) {

	#wowslider-container1 .ws-title span p {
		font-size: 48px !important;
	}


	.effect2 {
		top: -11%;
	}

}

@media only screen and (max-width:1338px) {

	.call_em_txt {
		font-size: 12px;
	}

	.goal {
		padding: 6px;
	}




	.fa-phone-volume {
		font-size: 20px !important;
	}

	.col_sm222 {
		width: 35%;
	}

	.head-cont a,
	.avd {
		font-size: 14px;
	}

	.head_mail {
		font-size: 16px !important;
	}

	#cssmenu>ul>li>a {
		font-size: 15px;
		margin: 5px 5px;
		padding: 10px 4px;
	}

	.contact-top a {
		padding: 12px 20px;
	}

	.wel-img-txt p {
		font-size: 22px;
	}

	.counter2 h1 span {
		font-size: 47px;
	}

	.min_he {
		min-height: 402px;
	}

}

@media only screen and (max-width:1200px) {

	.logo {
		width: 300px !important;
	}

	.logo {
		float: left;
	}

	.cont_card {
		min-height: 339px;
	}

	.con_icon {
		padding: 4%;
	}

	.col_sm4_2 {
		width: 48%;
	}

	.logo_right {
		width: 277px;
	}

	.col_sm222 {
		width: 42%;
	}


	.col_sm6 {
		width: 7%;
	}

}


@media only screen and (max-width:1100px) {

	.contact-top {
		padding: 2.8% 0% !important;
	}

	.contact-top a {
		padding: 11px 13px;
	}

	.footer-logo {
		width: 250px;
	}

	#wowslider-container1 .ws-title span button {
		padding: 10px 30px !important;
		font-size: 13px !important;
	}

	.navbarrr {
		padding: 0.24% 0% !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 40px !important;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 12px !important;
	}


	.logo {
		width: 260px !important;
	}

	#cssmenu>ul>li>a {
		margin: 20px 4px;
		font-size: 14px;
	}

	.col_sm6 {
		width: 8%;
	}

	.email {
		width: 213px;
	}

	.bullet ul li {
		font-size: 13px;

	}

	.body_text111 {
		font-size: 13px;
	}

	.call_em {
		margin: 0.3% 0%;
	}

	.call_em_txt {
		font-size: 12px;
	}

	.col_sm4 {
		width: 31%;
	}

	.min_he {
		min-height: 326px;
	}

	.mi_vi_txt2 h2 {
		margin: 6% 0 !important;
	}

}

@media only screen and (max-width:1125px) {

	.logo_left {
		margin: 0% 0%;
	}

	.logo_right {
		width: 243px;
	}

	.col_sm22 {
		width: 50%;
	}

	.col_sm222 {
		width: 46%;
	}

	.col_sm3 {
		width: 48%;
	}
}

@media only screen and (max-width:1000px) {
	.col_sm8 {
		width: 48%;
		margin: 0 auto !important;
		float: none;
	}

	.col_sm88 {
		width: 98%;
	}

	.about_wel_re {
		width: 50% !important;
		margin: 0 auto !important;
	}

	.col_sm2 {
		width: 98%;
	}

	.flex2 {
		flex-wrap: wrap;
	}

	.contact-top a {
		font-size: 12px;
	}

	#cssmenu>ul>li>a {
		margin: 20px 3px;
		font-size: 13px;
	}

	.col_sm3_1 {
		width: 48%;
	}

	.col_sm55 {
		width: 21%;
	}

	.col_sm555 {
		width: 99%;
	}

	.logo_right {
		display: none;
	}

	.logo_left {
		float: right;
	}

	.email {
		width: 209px;
	}

	.call {
		width: 140px;
	}

	.col_sm6 {
		width: 14%;
	}
}


@media only screen and (max-width:960px) {
.mbl-banner{
	display: block;
}

.banner{
	display: none;
}

	.career-seekers .grid {
		width: 85% !important;
	}

	.wel_txt p {
		padding-right: 0%;
	}

	.flex1 {
		flex-wrap: wrap;
	}

	.contact-top {
		display: none;
	}

	.fix_nav {
		padding: 0px 0px !important;
	}



	.effect1 {
		bottom: -44%;
	}

	.d_n {
		display: block;
	}

	.fa-location-dot,
	.fa-phone,
	.fa-envelope {
		padding: 1.2%;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm44,
	.col_sm444 {
		width: 98%;
	}

	.dte h3 {
		margin-top: -5% !important;
	}

	.col_sm100 {
		width: 98%;
	}

	.pad_ri {
		padding-right: 33%;
	}

	.ftr_top {
		padding-top: 0rem;
		margin-top: -3% !important;
	}

	.col_sm4_1 {
		width: 98%;
	}

	.ftr_pad {
		padding-left: 0%;
		padding-top: 3%;
	}

	.col_sm111 {
		width: 98%;
	}

	@keyframes top_down3 {
		0% {
			right: -4%;
			left: 31%;
		}

		100% {
			right: -4%;
			left: 23%;
		}
	}

	/* .col_sm11 {
		width: 98%;
		margin: 0 auto;
	} */

	.res_wel {
		display: flex;
		flex-direction: column;
	}

	.logo_left {
		margin: 0% 0%;
	}

	.logo2 {
		margin-bottom: 1%;
		width: 100px;
	}

	.ftr_txt h1 {
		margin: 0% 0% 1% 0%;
	}

	.ftr_txt2 p {
		font-size: 14px;
		line-height: 167%;
	}

	.top3 {
		width: 93%;
	}

	.fix_nav {
		position: static !important;
	}

	.logo_left {
		width: 100%;
	}

	.call_em {
		display: none;
	}

	.logo {
		border-right: none;
		margin: 0% auto 0%;
		padding: 0.4% 0;
		float: none;
		width: 350px !important;
	}

	.top {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #054b81 !important;
	}

	.ftr_txt h2 {
		margin: 0% 0% 0% 0%;
	}

	#cssmenu>ul>li>a {
		padding: 15px 14px;
		margin: 0;
		font-size: 13px;
	}

	.who h1 {
		font-size: 31px;
	}

	.footer-align {
		padding-left: 0%;
	}

}

@media only screen and (max-width:900px) {

	.logo {
		width: 199px;
	}

	.contact_form_min_h {
		min-height: auto;
	}

	.col_sm99,
	.col_sm9 {
		width: 98%;
	}

	.col_sm6 {
		width: 31%;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm66,
	.col_sm666 {
		width: 98%;
	}
}

@media only screen and (max-width:800px) {

	.col_sm4 {
		width: 48%;
	}

	#wowslider-container1 .ws-title {
		max-width: 48vw !important;
	}


	/* #wowslider-container1 .ws-title span h2 {
		font-size: 27px !important;
	} */

	#wowslider-container1 .ws-title span p {
		font-size: 33px !important;
	}

	.effect1 {
		bottom: -74%;
	}

	.testi h2 {
		font-size: 13px;
	}

	.all_page_common_head_22 {
		width: 21%;
		float: none;
		margin: 3% 1% 0;
	}

	.all_page_common_head_2 {
		float: none;
	}

	.col_sm55 {
		width: 34%;
	}

	.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
		top: 11px !important;
	}

	.col_sm2_1 {
		width: 98%;
	}

	/* .col_sm11 {
		width: 94%;
	} */

	.col_sm111 {
		width: 98%;
	}

	.col_sm777 {
		width: 98%;
	}

	.col_sm77 {
		width: 50%;
	}

	.ovelay2 {
		right: 15px;
		bottom: 126px;
	}

	.col_ms33 {
		width: 98%;
		margin: 1%;
	}

	.col_sm3 {
		width: 98%;
		float: left;
		margin: 1%;
	}

	.col_sm3 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.ftr_txt2 p {
		margin: 1% 1% 1% 1%;
		padding-right: 7px;
		padding-bottom: 10px;
	}

	.col_sm33 {
		width: 100%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

	.ftr_pad {
		padding-top: 0%;
	}

	.col_sm2 {
		width: 98%;
	}

	.ftr_right {
		text-align: left;
	}

	.prim_flex {
		flex-direction: column;
	}

	.col_sm88::before,
	.effect2 {
		display: none;
	}

}

@media only screen and (max-width:700px) {

	.display-flex {
		flex-wrap: wrap;
	}

	.col_sm3_1 {
		width: 98%;
	}

	.fa-location-dot,
	.fa-phone,
	.fa-envelope {
		padding: 2%;
	}

	.min_h_talent {
		min-height: 170px;
	}

	#wowslider-container1 .ws-title span button {
		padding: 10px 18px !important;
		font-size: 8px !important;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 10px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 25px !important;
	}

	.wel_btn a {
		padding: 15px 25px;
		font-size: 12px;
	}

	.effect1 {
		bottom: -99%;
	}

	.col_sm22 {
		width: 97%;
	}

	.col_sm222 {
		width: 98%;
	}

	.who p {
		padding-right: 1%;
	}
}

@media only screen and (max-width:650px) {
	    .col_sm5 {
        width: 48%;
    }

	.buss_txt p {
		font-size: 16px;
	}

	.col_sm3_1 {
		width: 98%;
	}

	.dte h3 {
		float: left !important;
		margin: 4% 1% -2% 1% !important;
	}
}

@media only screen and (max-width:600px) {

	.ser_txt h2 {
		margin: 1% 20% 2% !important;
	}

	.ser_txt p {
		margin: 1% 20% 0% !important;
	}

	.ser_txt a {
		margin: 4% 20% 0% !important;
	}

	.col_sm4 {
		width: 98%;
	}

	.col_sm4_2 {
		width: 98%;
	}

	.cont_card {
		min-height: auto;
	}

	.mi_vi_txt p {
		text-align: justify;
		margin: 0.6% 2% 0 !important;
	}


	@keyframes top_down3 {
		0% {
			right: 0%;
			left: 31%;
		}

		100% {
			right: 0%;
			left: 23%;
		}
	}

	.col_sm8887 {
		width: 98%;

	}

	.stic-pos {
		position: static;
	}

	.mi_vi_txt3 {
		overflow-x: scroll;
	}

	.col_sm888 {
		width: 98%;
	}


	.who2 h2 {
		font-size: 25px;
	}

	.mi_vi_txt h2 {
		font-size: 26px;
	}

	.responsive-accordion li {
		text-align: left !important;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 12px !important;
		padding: 3px 18px !important;
	}

	.who2 h1 {
		font-size: 30px;
	}

	.ftr_txt2 p {
		padding-right: 13px;
		padding-bottom: 1%;
	}

	.ftr_txt p {
		padding-bottom: 1%;
	}

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

}

@media only screen and (max-width:580px) {
	    .col_sm5 {
        width: 98%;
    }
	
	.about_wel_re {
		width: 64% !important;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 9px !important;
		padding: 7px 18px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 22px !important;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 8px !important;
	}
}

@media only screen and (max-width:500px) {

	.wel_txt h3 {
		font-size: 26px;
	}

	#wowslider-container1 .ws-title span {
		width: 100% !important;
	}

	.testi h2 {
		font-size: 10px;
	}

	.col_sm66,
	.col_sm666 {
		width: 98%;
	}

	.col_sm10,
	.col_sm100 {
		width: 98%;
	}

	.col_sm55 {
		width: 98%;
	}

	.counter2 h1 {
		font-size: 37px;
	}

	.col_sm6 {
		width: 48%;
	}

	.counter2 h1 span {
		font-size: 40px;
	}

	.wel-img-txt p {
		font-size: 16px;
	}

	.ovelay2 {
		bottom: 83px;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 14px !important;
		padding-right: 61px;
	}

	.call {
		margin: 2% 0%;
	}

	.email {
		margin: 2% 0%;
	}

	.call {
		width: 200px;
	}

	.call_em {
		width: 355px;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 6px !important;
		padding: 7px 12px !important;
	}
}

@media only screen and (max-width:470px) {
	@keyframes top_down3 {
		0% {
			right: 0%;
			left: 12%;
		}

		100% {
			right: 0%;
			left: 19%;
		}
	}

	.s_icon {
		display: none;
	}
}

@media only screen and (max-width:400px) {

	.talent_txt p {
		margin: 0% 0 7% !important;
	}

	.col_sm8 {
		width: 48%;
	}

	.col_sm88 {
		width: 98%;
	}

	.min_h_talent {
		min-height: auto;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 10px !important;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 6px !important;
	}

	.col_sm4 {
		width: 98%;
	}

	.ovelay2 {
		bottom: 60px !important;
	}

	.wel-img-txt p {
		font-size: 17px !important;
	}

	.counter2 h1 {
		font-size: 34px;
	}

	.counter2 h1 span {
		font-size: 36px;
	}

	.who2 h1 {
		font-size: 16px;
	}

	.who2 p {
		font-size: 13px;
	}

	.col_sm6 {
		width: 23%;
	}

}

@media only screen and (max-width:320px) {

	.col_sm11 {
		width: 98%;
	}

	.col_sm6 {
		width: 31%;
	}

	.col_sm9 {
		padding-top: 1px;
	}

	.who span {
		font-size: 14px;
	}

	.who p {
		padding-right: 1%;
		line-height: 170%;
	}

	.who2 p {
		padding-right: 1%;
		line-height: 140%;
	}

	.ftr_txt2 p {
		padding-right: 1%;
	}
}



@media only screen and (max-width:360px) {
	.col_sm1 {
		width: 98%;
	}

	.logo {
		width: 300px !important;
	}


}