* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


html {
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: "Inter", sans-serif;
}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffff;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}

.phonelogo {
	display: none;
}

.logo {
	width: 80px;
	margin: 5px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 80px;
	margin: 5px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 5px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	transition: all 0.1s ease 0s;
	width: 100%;
	position: absolute;
	background: transparent;
	z-index: 999;
}

.main-nav.scroll {
	padding: 3px 0px;
	background-color: #000000;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
	gap: 40px;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 58px;
}

.stellarnav>ul>li>a {
	background: transparent;
	padding: 15px 0px;
	font-size: 20px !important;
	font-weight: 400;
	color: #fff;
}

.stellarnav>ul>li>a:hover {
	color: #0F6D4B !important;
}

.stellarnav>ul>li>a.active {
	color: #0F6D4B !important;
	font-weight: 700;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f2f8fd;
	color: #56A5EC;
}

.main-nav .stellarnav li li a.active {
	background: #f2f8fd;
	color: #56A5EC;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


/* ======= Banner  Section ===================== */
.consultation-right {
	position: fixed;
	z-index: 99;
	right: -210px;
	top: 482px;
	height: auto;
	flex-wrap: wrap !important;
	display: flex;
	gap: 16px;
	transform: rotate(89deg);
}

.consultation-right .whatsapp-btn2 {
	margin: 0px 0px;
	padding: 18px 30px;
	background: #0DAE74;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 30px 30px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	transform: rotate(181deg);
}

.consultation-right .bookconsult-btn {
	margin: 0px 0px;
	padding: 18px 30px;
	background: #0F6D4B;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 30px 30px 0px 0px;
	transform: rotate(181deg);
}

.consultation-right .bookconsult-btn:hover {
	border-radius: 30px 30px 0px 0px;
}

.banner-section {
	padding: 0px 0px;
	margin: 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 850px;
	border-bottom: #000 1px solid;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.21%, #000000 100%);
	overflow: hidden;
	background-size: 100%;
}

.banner-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannertext {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0px;
	top: unset;
	bottom: 260px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	z-index: 9;
}

.bannertext-logo {
	margin: 0px auto 29px auto;
	padding: 0px 0px;
	position: relative;
	width: 280px;
}

.bannertext-logo img {
	width: 100%;
}

.bannertext h1 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 68px;
	line-height: 75px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	box-shadow: 0px 10px 20px 0px #00000026;
}

.bannertext p {
	margin: 0px 0px;
	font-family: Playfair Display;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	box-shadow: 0px 10px 20px 0px #00000026;
}

.bannertext p {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    color: #fff;
    padding: 0 100px;
}

.bannertext-btncard {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
} 

.bookconsult-btn {
	margin: 0px 0px;
	padding: 18px 30px;
	background: #0F6D4B;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}

.bookconsult-btn:hover {
	background: #128a5e;
	color: #fff;
	border-radius: 30px;
}

.whatsapp-btn {
	margin: 0px 0px;
	padding: 18px 30px;
	background: #0DAE74;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.whatsapp-btn:hover {
	background: #128a5e;
	color: #fff;
	border-radius: 30px;
}

.whatsappicon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 20px;
}

.whatsappicon img {
	width: 100%;
}

.learnbtn {
	margin: 0px 0px;
	padding: 12px 25px;
	background: #F0633A;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	border-radius: 23px;
}


.learnbtn:hover {
	background: #ff5623;
	color: #fff;
}


.banner-section02 .owl-nav {
	display: none;
}

.tubecutting-right {
	margin-top: 25px;
}

.bannercarousel-text-section h1 {
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	width: 71%;
	margin: 0px auto;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 120px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

.banner-section .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 0px;
	background: #ffffff !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span {
	background: #FFE6B9 !important;
	width: 40px;
	height: 18px;
	border-radius: 25px;
}

.banner-section .owl-nav {
	display: none;
}


/* ==========  Practice Areas Section =========== */

.practicearea-section {
	margin: 0px 0px;
	padding: 100px 0px;
	position: relative;
	background: url(../images/practiceareabg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	height: 100%;
}

.practicearea-left {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 87%;
}

.practicearea-left h2 {
	padding: 0px 0px;
	margin: 0px 0px 35px 0px;
	font-family: "Playfair Display", serif;
	font-size: 64px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0%;
	color: #0B1C3F;
}

.practicearea-left h6 {
	padding: 0px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0%;
	color: #212121;
}

.practicearea-left p {
	padding: 0px 0px;
	margin: 0px 0px 17px 0px;
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0%;
	color: #212121;
}


.practicearea-page-left {
	position: relative;
	height: 100%;
	min-height: 660px;
}

.practicearea-page-left-img {
	position: absolute;
	width: 60%;
	height: 98%;
	top: 0px;
	right: 0px;
	border-radius: 20px;
	overflow: hidden;
}

.practicearea-page-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.practicearea-box1 {
	position: absolute;
	left: 63px;
	top: 47px;
}

.practicearea-box2 {
	position: absolute;
	left: 63px;
	top: 263px;
}

.practicearea-box3 {
	position: absolute;
	left: 63px;
	top: 480px;
}

.practicearea-box4 {
	position: absolute;
	left: 63px;
	top: 697px;
}

.practicearea-page-left-img-box {
	background: #fff;
	box-shadow: 22px 20px 40px 0px #7670601F;
	border-radius: 35px;
	padding: 23px 30px;
	height: auto;
	width: 90%;
	min-height: 190px;
	display: flex;
	align-self: center;
	justify-content: space-between;
} 

.practicearea-page-left-img-box h4 {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #0B1C3F;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.practicearea-page-left-img-box h4 span {
	width: 20px;
	height: auto;
	margin-right: 10px;
}

.practicearea-page-left-img-box p {
	font-weight: 400;
	font-style: Medium;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #212121;
	width: 93%;
	padding: 0px;
	margin: 0px;
}

.practicearea-page-left-img-box p a {
	color: #000;
	text-decoration: none;
}

.practicearea-page-left-img-box p a:hover {
	color: #009B6F;
}

.practiright {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 671px;
	border-radius: 35px;
	overflow: hidden;
	height: 145px;
}

.practiright img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link-arrow {
	padding: 0px 0px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	color: #39C995;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	font-size: 25px;
	font-weight: 400;
	cursor: pointer;
	left: 0px;
	margin: 0px 0px;
}


.link-arrow:hover {
	background: #39C995;
	color: #fff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}

.viewcard-btn {
	margin: 33px 0px 0px 0px;
	padding: 14px 25px;
	position: relative;
	border: #0F6D4B 2px solid;
	font-size: 18px;
	font-weight: 700;
	border-radius: 26px;
	color: #0F6D4B;
	display: block;
	width: 154px;
	text-align: center;
}

.viewcard-btn {
	margin: 33px 0px 0px 0px;
	padding: 14px 25px;
	position: relative;
	border: #0F6D4B 2px solid;
	font-size: 18px;
	font-weight: 700;
	border-radius: 26px;
	color: #0F6D4B;
	display: block;
	width: 154px;
	text-align: center;
}

.viewcard-btn:hover {
	background: #0F6D4B;
	border: #0F6D4B 2px solid;
	color: #fff;
}


/* ========= World Bodor =========  */

.world-bodor-section {
	padding: 0px;
	margin: 0px;
	height: 577px;
	width: 100%;
	background: #000;
}


.world-bodor-section-left {
	padding: 0px;
	margin: 0px;
	height: 577px;
	width: 100%;
}

.world-bodor-section-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.world-bodor-section-right {
	padding: 80px 80px;
	margin: 0px;
	background: url(../images/world-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.world-info-row {
	margin: 100px 0px 0px 0px;
	padding: 0px;
}


.world-bodor-box {
	padding: 0px;
	margin: 0px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.world-bodor-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}


.world-bodor-box-icon {
	margin: 0px 0px 20px 0px;
	margin: 0px;
}

.world-bodor-box-text {
	margin: 38px 0px 0px 0px;
	padding: 0px;
}

.world-bodor-box-text h6 {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-style: Medium;
	position: relative;
	font-size: 64px;
	line-height: 40px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

.world-bodor-box-text h6 span {
	font-family: "Inter", sans-serif;
	color: #F4F2EC;
	font-size: 34px;
	position: absolute;
	font-weight: 300;
	top: -7px;
}


.world-bodor-box-text p {
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #F4F2EC;
	padding: 0px;
	margin: 0px;
}


/* ========= World Bodor ========= */

/* ========= Sectors We Serve =========  */
.sectorserve-section {
	margin: 0px 0px;
	padding: 100px 0px;
	position: relative;
	background: url(../images/sectorservebg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	height: 100%;
	min-height: 600px;
}

.sectorserve-section h2 {
	padding: 0px 0px;
	margin: 0px 0px 35px 0px;
	font-family: "Playfair Display", serif;
	font-size: 64px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0%;
	text-align: center;
	color: #0B1C3F;
}

.sectorserve-section h6 {
	padding: 0px 0px;
	margin: 0px 0px 42px 0px;
	font-size: 24px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0%;
	color: #212121;
}

.sectorscar-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	min-height: 320px;
	background: #0F6D4B;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sectorscar-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 168px;
	height: 168px;
	background: transparent;
	border: #ffffff dashed 2px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sectorscar-text {
	margin: 0px 0px;
	padding: 51px 18px;
	position: relative;
	width: 100%;
	min-height: 320px;
	background: #ffffff;
	text-align: center;
}

.sectorscar-text h3 {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0%;
	color: #0B1C3F;
	padding: 0px;
	margin: 0px 0px 26px 0px;
}

.sectorscar-text p {
	font-weight: 400;
	font-style: Medium;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #212121;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

.sectorscar-text .link-arrow {
	padding: 0px 0px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	color: #39C995;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	font-size: 25px;
	font-weight: 400;
	cursor: pointer;
	left: 0px;
	margin: 0px auto;
}

.polygon-arrow01 {
	position: absolute;
	right: -22px;
	z-index: 9;
}

.polygon-arrow02 {
	position: absolute;
	left: -22px;
	z-index: 9;
}

.sectorscar-text .link-arrow:hover {
	background: #39C995;
	color: #fff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}

.sectorscar-radius01 {
	border-radius: 22px 0px 0px 22px;
}

.sectorscar-radius02 {
	border-radius: 0px 22px 22px 0px;
}

/* ========= Sectors We Serve =========  */

/* ========= Happy Client Says =========  */
.happyclientsays-section {
	margin: 0px 0px;
	padding: 100px 0px;
	position: relative;
	background: url(../images/happyclientsaybg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	height: 100%;
	min-height: 600px;
}

.happyclientsays-section .owl-dots {
	position: absolute;
	bottom: -49px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

.happyclientsays-section .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #ffffff !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}

.happyclientsays-section .owl-dots .owl-dot.active span {
	background: #0F6D4B !important;
	width: 20px;
	height: 12px;
	border-radius: 25px;
}

.happyclientsays-section .owl-nav {
	display: none;
}

.happyclientsays-section h2 {
	padding: 0px 0px;
	margin: 0px 0px 35px 0px;
	font-family: "Playfair Display", serif;
	font-size: 64px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0%;
	text-align: center;
	color: #ffffff;
}

.happyclientsays-section h6 {
    font-family: 'Inter';
	padding: 0px 0px;
	margin: 0px 0px 54px 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0%;
	color: #F4F2EC;
}

.happyclientcard {
	padding: 30px 30px;
	margin: 0px 0px 17px 0px;
	position: relative;
	background: #fff;
	width: 100%;
	min-height: 300px;
	border-radius: 13px;
	box-shadow: 0px 4px 10px 0px #0000000F;
}

.happyclientcard-user {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
}

.happyclientcard-star {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.happyclientcard-star a {
	color: #FBC02D;
	font-size: 20px;
}

.happyclientcard-userimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.happyclientcard-userimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flat-color-icons {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	right: -8px;
	bottom: -10px;
	width: 37px;
	height: 37px;
	padding: 2px;
}

.happyclientcard-usertext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 70%;
}

.happyclientcard-usertext h3 {
	padding: 0px 0px;
	margin: 0px 0px 7px 0px;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0%;
	color: #0F6D4B;
}

.happyclientcard-usertext h5 {
    font-family: 'Inter';
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0%;
    color: #757575;
} 


.happyclientcard p {
	padding: 0px 0px;
	margin: 0px 0px 17px 0px;
	font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
	color: #212121;
} 

/* ========= Happy Client Says =========  */


/*======= Inner Pages ======*/
.innerbanner-section {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	z-index: 99;
	height: 600px;
	overflow: hidden;
}

.innerbanner-section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerbannertext {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: #0009;
	height: 100%;
	top: 0px;
	padding: 230px 0px;
}

.innerbannertext-logo {
	margin: 0px auto 57px auto;
	padding: 0px 0px;
	width: 214px;
}

.innerbannertext h5 {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px auto;
}

.historymission-section {
	margin: 0px 0px;
	padding: 100px 0px;
	position: relative;
	background: url(../images/historymissionbg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	height: 100%;
}

.historymission-text {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 94%;
}

.historymission-text h3 {
	padding: 0px 0px;
	margin: 0px 0px 35px 0px;
	font-family: "Playfair Display", serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0%;
	color: #0B1C3F;
}

.historymission-text p {
	padding: 0px 0px;
	margin: 0px 0px 25px 0px;
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0%;
	color: #212121;
}

.historymission-img {
	margin: 0px 0px 22px 0px;
	position: relative;
	width: 100%;
	height: 567px;
	border-radius: 30px;
	overflow: hidden;
}

.historymission-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.historymission-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*======= Inner Pages ======*/


/* ========== Footer Section ========= */

.footer-top {
	padding: 60px 0px 0px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}

.footer-logo {
	width: 190px;
	height: auto;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.footer-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.footer-social-icon {
	margin: 22px 0px 0px 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 10px;
	align-items: center;
	padding: 0px;
	margin: 20px 0px 44px 0px;
}

.footer-news-sec {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.footer-news-sec h3 {
	padding: 0px 0px;
	margin: 0px 0px 17px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0%;
	color: #212121;
}

.footer-news-sec h3 span {
	font-weight: 600;
}

.footer-social-icon ul li {
	margin: 0px;
	list-style-type: none;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	padding: 0px 0px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}


.footer-social-icon ul li a {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
}


.footer-social-icon ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
}


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}


.footer-quick-links h3 {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #0F6D4B;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 3;
}

.footer-quick-links ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.footer-quick-links ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #212121;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer-quick-links ul li a:hover {
	color: #0F6D4B;
	padding-left: 4px;
}

.footer-info-link {
	margin: 0px;
	padding: 0% 0% 0% 18%;
}

.footer-info-link h5 {
	padding: 0px 0px;
	margin: 0px 0px 17px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0%;
	color: #212121;
}

.footer-info-link h5 span {
	font-weight: 600;
}

.footer-info-link h3 {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #0F6D4B;
	padding: 0px;
	margin: 0px 0px 25px 0px;

}

.footer-info-link p {
	padding: 0px 0px 10px 0px;
	display: flex;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
	word-break: break-word;
	margin: 0px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #212121;
	opacity: 1;
	justify-content: start;
	align-items: start;
	gap: 4px;
}


.footer-info-link p span.f-icon {
	margin-right: 5px;
	width: 20px;
	height: auto;
	margin-top: 4px;
}


.footer-info-link p span.f-text {
	width: 100%;
}


.footer-info-link p span.f-icon img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: flex;
	justify-content: start;
	align-items: start;
}


.footer-info-link p a {
	color: #212121;
}


.footer-info-link p a:hover {
	color: #0F6D4B;
}


.footerRowButm {
	margin: 80px 0px 0px 0px;
	padding: 0px;
}


.footer-manu-butm {
	margin: 0px;
	padding: 0px;
}

.footer-manu-butm ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
	column-count: 3;
}

.footer-manu-butm ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


.footer-manu-butm ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: right;
	color: #DADADA;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	position: relative;
}

.footer-manu-butm ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
}

.footer-manu-butm ul li a:hover {
	color: #0F6D4B;
}


.footer-manu-butm ul li:last-child a::after {

	display: none;

}


.footerRowButm-left1 {
	padding: 0px;
	margin: 0px;
}

.footerRowButm-left1 ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.footerRowButm-left1 ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footerRowButm-left1 ul li a {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 12px;
	letter-spacing: 0%;
	color: #DADADA;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	position: relative;
}


.footerRowButm-left1 ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
}

.footerRowButm-left1 ul li a:hover {
	color: #0F6D4B;
}

.footerRowButm-left1 ul li:last-child a::after {
	display: none;
}

.footerRowButm-left2 {
	margin: 15px 0px 0px;
	padding: 0px;
}

.footerRowButm-left2 p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 12px;
	letter-spacing: 0%;
	color: #DADADA;
	padding: 0px;
	margin: 0px;
}


.footer-bottm {
	padding: 20px 0px;
	margin: 30px 0px 0px 0px;
	background: transparent;
	border-top: #AEABA673 2px solid;
}


.footer-bottm-left {
	text-align: center;
}

.footer-bottm-right {
	text-align: right;
}


.footer-bottm p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #212121;
	padding: 0px;
	margin: 0px;
}

.footer-bottm p a {
	color: #0F6D4B;
}

.footer-bottm p a:hover {
	color: #0F6D4B;
}

.customfooter-text {
	padding: 5px 0px 20px 0px;
	margin: 0px 0px;
	position: relative;
	width: 100%;
}

.customfooter-text p {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0%;
	color: #212121;
}

.customfooter-text p span {
	font-weight: 600;
}

/* ========== Footer Section ========== */

/*============= Go Top CSS =============*/
.go-top-logo {
	position: fixed;
	cursor: pointer;
	bottom: 190px !important;
	right: 20px;
	border-radius: 50px;
	background-color: #777171;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 21px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}


.go-top-logo img {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.go-top-logo:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #F0633A;
	border: lp solid #fff;
}


.go-top-logo.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}


.go-top-top {
	position: fixed;
	cursor: pointer;
	bottom: 120px !important;
	right: 20px;
	border-radius: 50px;
	background-color: #777171;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 21px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #F0633A;
	border: lp solid #fff;
}

.go-top-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}


.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50px;
	background-color: #058859;
	color: #fff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 22px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top img {
	width: 21px;
	padding: 0px;
	margin: 10px;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #02a368;
	border: lp solid #02a368;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*========= Go Top CSS ===========*/


/*=========inner-pages ===========*/


/*=========about-pages ===========*/


.inner-banner-section {


	padding: 0px 0px;
	margin: 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 550px;
}


.breadcumb {
	margin: 0px 0px;
	position: relative;
}


.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}


.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 550px;
	max-height: 550px;
}

.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, #000, #201e1e75);
}

.hero-content {
	position: absolute;
	color: #ffffff;
	top: 60px;
	left: 0%;
	width: 100%;
}

.hero-content-upper {
	padding-top: 6%;
}

.hero-content-upper h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	font-family: Playfair Display;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 48px;

	line-height: 48px;
	letter-spacing: 0%;
	text-align: center;

}


.inner-bannertext-logo {
	margin: 0px auto 29px auto;
	padding: 0px 0px;
	position: relative;
	width: 166px;
}

.inner-bannertext-logo img {
	width: 166px;
	height: 111px;
}


.aboutuspage-section {
	margin: 0px 0px;
	padding: 100px 0px;
	width: 100%;
	background: #fff url(../images/about-page-top-bg.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden
}

.aboutuspage-section .row{
    align-items: center; 
}

.aboutuspage-text {
	margin: 0px 0px;
	padding: 0px 50px 30px 0px;
	position: relative;
	width: 100%;
}


.aboutuspage-text h2 {
	font-family: Playfair Display;
	font-weight: 500;
	font-style: Medium;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 48px;
	letter-spacing: 0%;
	color: #0B1C3F;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.aboutuspage-text p {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	color: #212121;
	line-height: 38px;
	letter-spacing: 0%;
}

.aboutrightimgsect {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.aboutrightimg {
	margin: 22px 0px 22px 0px;
	position: relative;
	width: 100%;
	height: 600px;
	border-radius: 12px;
	overflow: hidden;
}

.aboutrightimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-info-sec {
	padding: 95px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/about-info-sec.png) no-repeat #DDF7FB;
	background-size: auto;
	background-size: 100% 100%;
}

.about-info-sec-box {
	padding: 0px;
	margin: 0px;
}


.about-info-sec-box h3 {
	font-family: Playfair Display;
	font-weight: 500;
	font-style: Medium;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0DAE74;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.about-info-sec-box p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0%;
	color: #F4F2EC;
	margin: 0px;
	padding: 0px;
	width: 90%;
}


.vision-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/vision-bg.png) no-repeat #DDF7FB;
	background-size: 100% 100%;
}

.vision-section .row{
    align-items: center; 
}


.vision-section-text {
	padding: 100px 80px;
}


.vision-section-text h2 {
	font-family: Playfair Display;
	font-weight: 500;
	font-style: Medium;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 64px;
	letter-spacing: 0%;
	color: #0B1C3F;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.vision-section-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 38px;
	letter-spacing: 0%;
	color: #212121;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.logo-section-row {
	padding: 100px 0px;
	margin: -2px 0px 0px;
	position: relative;
	height: 100%;
	background: url(../images/logo-sec-bg.png) no-repeat #DDF7FB;
	background-size: 100% 100%;
}


.logo-section-text h4 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


.logo-section-text h4 span {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.logo-section-text h4 a {
	color: #fff;
}

.logo-section-text h4 a:hover {
	color: #02a368;
}


.logo-section-img {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 40px;
}

.single-logo {
    background-size: cover;
    background: #ffffff; 
    padding: 5px;
}

.logo-section-img img {
    width: 140px;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

.case-study-sec.services-section{
    padding: 10px 0;
}

.case-study-sec.services-section .row{
    padding: 30px 35px;
    margin: 20px 0;
    background: none; 
} 
.case-study-sec.services-section h2{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #0B1C3F;
}

.case-study-sec.services-section p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #212121;
} 


.case-study-sec.services-section li{
    list-style: disc;
    margin: 10px 16px;
    position: relative;
    color: #0F6D4B;
}


/*=========about-pages ===========*/


/*=========our-team ===========*/

.our-team-first {
  padding: 100px 0px; 
  background-size: cover; 
}  

.our-team-first h2 {
    padding: 0px 0px;
    margin: 0px 0px 45px 0px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F;
} 

.our-team-partner-sec-box h3.partner-name{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #212121; 
    padding: 20px 0 12px; 
  }  
  
 .our-team-partner-sec-box p.partner-description{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #212121; 
    padding: 0px;  
 } 
 
 .our-team-partner-sec-box p.qualification, .our-team-partner-sec-box p.admission, .our-team-partner-sec-box p.language{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #212121; 
    margin-bottom: 2px !important; 
 }   
 
  .our-team-partner-sec-box p.qualification strong, .our-team-partner-sec-box p.admission strong, .our-team-partner-sec-box p.language strong{
    font-weight: 600;
 } 
 
 .our-team-partner-sec-box {
    margin: 10px 0;
  }
 
 
 .our-team-second{
  padding: 100px 0px; 
 }  
 
 .our-team-second h2 {
    padding: 0px 0px;
    margin: 0px 0px 48px 0px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #0DAE74;
}  


.our-team-associate-sec-box{
    margin: 10px 0;
} 

.our-team-associate-sec-box h4{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF; 
    padding: 22px 0 14px;  
} 
.our-team-associate-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF; 
    padding: 0 0 14px;  
} 

.our-team-third { 
  padding: 90px 0px; 
  background-size: cover;  
}

.our-team-third h2 {
    padding: 0px;
    margin: 0px 0px 45px 0px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F;
} 

.our-team-support-sec-box{
    margin: 10px 0; 
}

.our-team-support-sec-box h4{
    padding: 22px 0 10px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121; 
} 

.our-team-support-sec-box p{
    padding: 0 0 10px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121; 
}  
.our-team-four {  
  padding: 90px 0px; 
  background-size: cover; 
}  

.our-team-four h2 {
    padding: 0px 0px;
    margin: 0px 0px 45px 0px;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F; 
} 

.our-team-practice-sec-box h4 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 40px; 
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    margin-top: -90px;
    margin-bottom: 80px; 
    color: #ffffff;
    z-index: 2;
} 

.our-team-four .p-0{
    padding:5px !important;  
}

/*=========our-team ===========*/


/*=========corporate-page===========*/

.corporatepage-section {
    margin: 0px 0px;
    padding: 100px 0px;
    width: 100%;
    background: #fff url(../images/about-page-top-bg.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.corporatepage-section .row{
    align-items: center; 
}

.corporatepage-text h2 {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
}

.corporatepage-text p strong{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0%;
}

.corporatepage-text p {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: #212121;
    line-height: 38px;
    letter-spacing: 0%;
}

h2.corporate-info-heading {
    padding: 0px 0px 35px;  
    font-family: "Playfair Display", serif; 
    font-weight: 500;
    font-size: 48px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #0DAE74; 
}

.corporate-info-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ffffff;  
    text-align: center; 
}

.corporate-info-sec-box ul li{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #ffffff;  
    /*text-align: left; */
    list-style-type: disc;  
}  

body.rtl .corporate-faq-sec-box .accordion-header.active .accordion-icon {
    float: left;
}

body.rtl .corporate-faq-sec-box .accordion-header .accordion-icon {
    float: left;
}

body.rtl .corporate-faq-sec-box .accordion-header{
   text-align: right;
} 

.corporate-faq-sec{
    background-size: cover; 
    padding: 90px 0; 
}

h2.corporate-faq-heading{
    padding: 0 0 40px;  
    font-family: "Playfair Display", serif; 
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center; 
    color: #0B1C3F;  
}

.corporate-faq-sec-box .accordion {
    width: 100%;
    max-width: 100%;
    margin: 20px auto; 
}

.corporate-faq-sec-box .accordion-item {
    border: 1px solid #F2F0E9; 
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 20px auto; 
    background: #F2F0E9; 
}  


.corporate-faq-sec-box .accordion-header {
    width: 100%;
    background-color: #F2F0E9;
    padding: 15px 15px; 
    text-align: left;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px; 
    color: #0B1C3F; 
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative; /* For positioning the icon */
}

.corporate-faq-sec-box .accordion-header:hover {
    background-color: #F2F0E9;
}

.corporate-faq-sec-box .accordion-header .accordion-icon {
    float: right;
    font-size: 18px;
    margin-left: 10px;
    background: #0F6D4B;
    color: #ffffff;
    border-radius: 121px;
    padding: 1px 6px 3px;
} 

.corporate-faq-sec-box .accordion-header.active .accordion-icon {
    float: right;
    font-size: 18px;
    margin-left: 10px;
    background: #0F6D4B;
    color: #ffffff;
    border-radius: 121px;
    padding: 2px 8px;
} 

.corporate-faq-sec-box .accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.corporate-faq-sec-box .accordion-content p {
    margin: 0 0 15px;
} 

/*==========litigation page==============*/

.litigation-info-sec {
    padding: 100px 0;
} 

.litigation-info-sec-box h3{ 
    font-family: "Playfair Display", serif; 
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 20px;  
} 

.litigation-info-sec-box p{ 
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 20px;  
}   

.litigation-info-sec .p-0 {
    padding: 0 25px !important;
}

.litigation-dispute-sec{
    padding: 90px 0;
}

.litigation-dispute-sec .row{
    align-items: center;  
}

.litigation-enforcement-sec-box {
    padding: 95px 70px 0;
} 
.litigation-enforcement-sec-box h3 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 34px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0DAE74;
    padding-bottom: 35px;
} 

.litigation-enforcement-sec-box p{ 
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    padding-bottom: 30px; 
    color: #ffffff;
} 

.litigation-enforcement-image img{
    background-size: cover !important; 
}

.litigation-dispute-sec h3{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center; 
    color: #0B1C3F; 
    margin-bottom: 55px; 
}

.litigation-dispute-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%; 
 } 

.litigation-key-sec {
    padding: 90px 0;
}

.litigation-key-sec h3{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F; 
    margin-bottom: 45px; 
}  

.litigation-key-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121;  
}  

/****************Real Estate Page*********************/

.realestate-info-sec {
    padding: 100px 0;
}

.realestate-info-sec .p-0{
    padding: 0 30px !important;
}
 
.realestate-info-sec-box h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.realestate-info-sec-box p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.realestate-contract-sec { 
    padding: 95px 0;
} 

.realestate-contract-sec .row{
    align-items: center;
 }

.realestate-contract-sec h3 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #0DAE74;
    padding-bottom: 35px; 
}   

.realestate-contract-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ffffff;
} 

.realestate-contract-sec-box {
    padding: 0 50px 0 0;
}  

.realestate-contract-sec-image {
    padding: 0px 25px;
} 

.realestate-contruction-sec {
    padding: 90px 0 110px;
} 

.realestate-contruction-sec h3{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F; 
    margin-bottom: 45px;
}  

.realestate-contruction-sec p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121;  
}   


.real-estate-related-sec {  
  padding: 90px 0px;  
}  

.real-estate-related-sec h2 {
    padding: 0px 0px;
    margin: 0px 0px 45px 0px; 
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F; 
} 

.real-estate-related-sec-box h4 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    margin-top: -80px;
    margin-bottom: 80px; 
    color: #ffffff;
    z-index: 2;
} 

.real-estate-related-sec .p-0{
    padding:5px !important;  
} 


/*******GOVERNMENT**********************/

 .government-mol-procedure-sec .row{
     align-items: center;
  }
 .government-mol-procedure-sec-box {
    padding: 30px;
  } 
  
.government-mol-procedure-sec-box h3{
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #0B1C3F; 
    padding-bottom: 35px;  
}

.government-mol-procedure-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #212121;  
}  


.zatca-sec {
    padding: 90px 0px;
    margin: 0px;
    position: relative;
    height: 100%;
    background-size: 100% 100%;
} 

.zatca-sec .row{
    display: flex;
    gap: 25px;
    flex-wrap: nowrap; 
}   

.zatca-sec-box h3{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
    padding-bottom: 45px; 
 }
 
 .zatca-sec-box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #212121;   
 } 
 
 .zatca-sec .p-0{
     padding: 0 20px !important;  
 }
 
 
 /**************LABOR PAGE**********************/
 
 
 .labor-info-sec {
    padding: 75px 0;
} 

.labor-info-sec .p-0 {
    padding: 25px !important;
}

.labor-info-sec-box h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 20px;
}


.labor-info-sec-box p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.labor-hr-policy-sec-box {
    padding: 30px;
}

.labor-hr-policy-sec-box h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0DAE74;
    padding-bottom: 20px;
}

.labor-hr-policy-sec-box p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #F4F2EC; 
} 

.labor-gosi-sec {
    padding: 90px 0;
}

.labor-gosi-sec h3 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #0B1C3F;
    padding-bottom: 45px;
}   

.labor-gosi-sec-box p { 
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121; 
}  

.labor-employer-sec {
    padding: 100px 0;
} 

.labor-employer-sec-box h3 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
    padding: 20px 0;
    margin-bottom: 10px; 
}  

.labor-employer-sec-box p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #212121;
} 

.labor-employer-sec-image {
    padding: 30px 0px 0 50px;
} 

.labor-hr-policy-image img{
    width: 101%; 
}

.litigation-info-sec h2 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 25px; 
}  

.nda-technology-text h2 {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0%;
    color: #0B1C3F;
    margin: 40px 0px; 
    padding: 0px;
} 

.nda-technology-text p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #212121; 
} 
 
h2.ip-dispute-heading {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 20px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #0DAE74;
} 

/***********************INDUSTRIES************************/
.industries-section {
    padding: 60px 0px;
}

.industries-section .sectorscar-text h3 {
    text-align: left;
} 

.industries-section .sectorscar-text {
    padding: 60px;
} 

.industries-section .sectorscar-text p {
    text-align: left; 
}

.industries-section .custom-container .row {
    margin: 50px 0;
} 

.publication-sec-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border: 1px solid #D3CEC6;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 15px 0;
}   

.publication-sec-box p {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0B1C3F;
    padding-right: 80px;
    margin-bottom: 0px;
} 


/***************CASE STUDY PAGE**********************/

.case-study-sec {
    padding: 50px 0;
} 

.case-study-sec-box {
    padding: 30px 10px;
}  

.case-study-sec-image {
    padding: 5px; 
} 

.case-study-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    background: #ffffff;
    border-radius: 10px;
} 

.case-study-sec-box h3{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0B1C3F; 
}

.case-study-sec-box .datetxt {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #0F6D4B;
    padding: 20px 0 10px; 
} 

.case-study-sec-box p { 
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px; 
    line-height: 27px;
    letter-spacing: 0%;
    color: #212121; 
}

/******************CONTACT PAGE*****************/

.contact-us-sec{
    padding: 100px 0; 
}
.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    font-family: 'Arial';
}

.contact_right .form-group {
    margin-bottom: 23px;
} 

form .form-control {
    border-radius: 20px;
} 

form label {
    display: inline-block;
    margin-top: 10px; 
    float: left;
}   

.wpcf7-form-control-wrap {
    position: relative;
} 

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 95px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
} 

.contact_right .contact_button {
    margin: 33px 0px 0px 0px;
    padding: 10px 25px;
    position: relative;
    border: #0F6D4B 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff; 
    background: #0F6D4B;
    display: block;
    width: 154px;
    text-align: center;
    font-family: 'Inter';
} 
.contact_right .contact_button:hover {
    background: #0F6D4B;
    color: #ffffff;
    border: #0F6D4B 1px solid;
}

.contact_left ul {
    list-style-type: none;
    padding: 0;
} 
.contact_left ul > li {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
} 

.contact_left ul > li h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial';
} 

.contact_left ul > li > i {
    padding: 7px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    background: #000000;
    height: 30px;
    width: 30px;
} 


 .contact_right h3{
    padding: 0 0 10px;
    font-family: 'Playfair Display' !important;
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
  }  
  
    .litigation-key-sec-box ul{
      padding: 0 20px; 
  } 
  
  .litigation-key-sec-box ul li{
      list-style-type: disc; 
  }  

/*******BLOG PAGE************/

.blog_detail .nav-previous, .blog_detail .nav-next {
    color: #fff !important;
} 

/*.blog_main{background:#f2f2f2; padding-top: 40px;}*/
.blog_left {
    width: 64%;
    padding: 0 30px;
    float: left;
} 

.blog_right {
    width: 33%;
    padding: 0;
    margin-left: 20px;
    float: left;
    margin-top: 30px;
} 
.blog_title{color: #333333;font-size: 30px; text-align: center;position: relative;display: inline-block;margin:0;}
.blog_title:before{content: '';position:absolute;border-top:2px solid #f2ad1d;width: 100%;top: 0;}
.blog_tags,.blog_post{
    margin-bottom:25px;
}
.blog_category {
    margin: 60px 0;
} 

.blog_category h2{
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #0B1C3F;
}

.blog_category ul li{border-bottom: 1.3px dashed #0F6D4B; list-style: none;} 

.blog_category ul li:hover a,.blog_category ul li.active a{color: #f21d1d;}
.blog_category ul li a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #212121;
    display: block;
    padding: 10px 0;
}  

.blog_category ul li a span.lower{
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #0F6D4B; 
    float: right; 
}

.blog_category ul {
    margin-bottom: 0;
    margin-top: 20px;
} 
.blog_tagh2{padding: 14px 0px 0px;font-size: 26px;  font-weight: 700; line-height: 24px;margin:0;} 

.blog_tags ul{padding: 20px 15px}
.blog_tags li{display: inline-block;border:1px solid #e1e1e1;border-radius: 20px;margin: 5px 3px}
.blog_tags li.active,.blog_tags li:hover{border:1px solid #40a2d5;}
.blog_img img {max-width: 100% !important;margin: 0 0 20px 0 !important;}
.blog_tags li.active a,.blog_tags li:hover a,.blog_post a{color: #40a2d5;display: block;}
 
.blog_post a{color: #0B1C3F;display: block;} 

.blog_post a:hover{text-decoration: underline}
.blog_tags li a{font-size: 13px;  line-height:26px;text-align: center;color: #969696;text-transform:uppercase;display:block;padding: 2px 21px;}

.blog_post li {
    border-bottom: 1.3px dashed #0F6D4B;  
    padding: 25px 0px; 
    list-style: none !important;
}

.blog_post .row{margin: 0}
.blog_post p{color:#6e6e6e;font-size: 12px;line-height: 20px;margin-bottom: 0;}
.postcontent{float: left;width: 64%;padding: 0 15px}

.postimg {
    width: 120px;
    overflow: hidden;
    float: left;
    padding-left: 0px;
}

.postimg img {
    /*border: 1px solid #e1e1e1;*/
    max-width: 100% !important;
    width: 120px;
    height: 110px;
    margin: 0 10px 0 0 !important;
} 
    
.postcontent p {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #0B1C3F; 
    margin: 0 !important;
}  

.postcontent p.list-date {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #0F6D4B;
    margin-top: 10px !important;
}

.footer_menu li.current_page_item a {color: #4d920c;}
.fc-view table tr td {text-align:center !important;}
.comment-form input[type="submit"] {padding: 10px 20px;
    background: #40a2d5;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #40a2d5;
    display: block;
    height: 50px;}
.blog_detail {margin: 50px 0 30px;padding-top: 33px;}
.blog_detail .nav-next svg, .blog_detail .nav-previous svg {display:none !important;}
.blog_detail .navigation h2 {display:none;}
.nav-links span.nav-subtitle, .nav-links span.nav-title {display:none;}
.blog_detail .nav-links {width: 100%;
    display: inline-block;}
  .blog_detail .nav-previous {
    width: auto;
    float: left;
    margin: 10px 10px;
    background: #7d5516;
    padding: 7px;
    /* color: #fff; */
}
  .blog_detail .nav-next {
    width: auto;
    float: right;
    margin: 10px 10px;
    background: #7d5516;
    padding: 7px;
    }
.comments-area {width:100%;margin:30px 0 0;}
.comments-area label {width:100%;display:block;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area input[type="password"] {width:100%;}
.comments-area textarea {width:100%;resize:none;height:135px;}
.gallery_box {width:100%;border:1px solid #ccc;padding:15px;margin: 0 0 25px 0;}
.gallery_box img {width: 100% !important;
    max-width: 100% !important;
    margin: 0!important;
    float: none !important;
    height: 300px;
    object-fit: cover;}
.gallery_box h3 {color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;font-family: 'Alegreya Sans', sans-serif;margin: 20px 0 0;}
  .evntpic img {max-width:100%  !important;width:100% !important;margin:0  !important;}
  .evntpic_info {margin: 0 0 35px;}

.blog_list {
    background: #fff;
    box-shadow: 0px 0px 1px 1px #D3CEC6; 
    display: block;
    padding: 20px;
    border-radius: 20px; 
}  
.list_content{
    padding: 10px 0;
    min-height: 200px;
}
.blog_img{text-align: center;max-height: 215px;} 
.list_content h2{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%; 
    color: #0B1C3F;
    margin-bottom: 20px;
    margin-top: 40px; 
} 
.title2{color: #9C9B9B;font-size: 14px;line-height: 24px;margin-bottom: 5px}
.title3 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #212121;
    margin-bottom: 8px;
    margin-top: 16px;
}  
.smalltxt{color: #2E2E2E;font-size: 14px;font-weight: 600;  line-height: 20px;margin-bottom: 0; margin: 15px 0 0 0 !important;}
.color1 {color:#170654;}
.datetxt {
    color: #0F6D4B;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0%;
} 

.datetxt i{margin-right:6px}
.iconfav{border:1px solid #e1e1e1;border-radius: 20px;display: inline-block;color: #ABABAB;font-size: 14px;line-height: 14px;padding: 5px 13px;margin:0 4px}
.iconfav span{border-left:1px solid #e1e1e1;display: inline-block;padding-left: 10px;}
.blog_bottom{padding: 20px 18px}
.blog_left .blogborder {
    padding-top: 50px;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
} 
.blog_left .blogborder:before{position: absolute;content: '';border-top: 1px solid #fff;top: -1px;width: 96%;left: 0}
.blog_left .blogborder:nth-child(odd):before,.blog_left .blogborder:nth-child(odd):after{right:0;left: auto}
.blog_left .blogborder:nth-child(1):before,.blog_left .blogborder:nth-child(1):after,.blog_left .blogborder:nth-child(2):before,.blog_left .blogborder:nth-child(2):after{content: none}
.blog_left .blogborder:after{position: absolute;content: '';border-top: 1px solid #e1e1e1;top:0px;width: 96%;left: 0}
.blog_search .input-group {
  display: flex;
}
.blog_search .form-control{border-radius: 30px;border-color:#4d920c;height: 50px;padding: 6px 20px;box-shadow: none !important;z-index: 0;border-right:none}
.blog_search{margin-bottom: 30px}
.blog_search .input-group-addon:before{position: absolute;content: '';background:#170654;top:0;bottom: 0;width: 1px;height:84%;margin: auto;left:0}
.blog_search .input-group-addon {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  border: 1px solid #4d920c;
  color: #888;
  padding: 0;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_fix .fix_list li img {width:100%;}
.detailcontent,.detailcontent1,.detailcontent2{background: #fff;padding: 25px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);width: 100%;
display: inline-block;}
.blog_detail .blog_right{margin-top: 0}
.detailcontent .blog_tags{box-shadow: none;margin-bottom:15px;border-bottom: 1px solid #e1e1e1;padding-bottom: 15px}
.detailcontent .blog_tags ul{padding: 5px 0;margin-bottom: 0}
.detailtitle{color: #333;font-size:20px;font-weight: 700; line-height: 32px;margin: 8px 0 10px;font-family: 'Alegreya Sans', sans-serif;}
.detailimg1{border-top:1px solid #e1e1e1;padding-top: 25px;margin-top: 15px;margin-bottom: 25px}
.imgbox img{border: 6px solid #dad7d7;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.detailtxt{color: #5C5C5C;font-size: 15px;line-height: 24px;margin: 5px 0 18px}
.txtunderline{text-decoration: underline}
.detailcontent1,.detailcontent2{border-top:1px solid #e1e1e1;}
.detailcontent1 img{max-width: 100%}
.imgbox1{overflow: hidden;max-height: 412px}
.bloglink li{display: inline-block;border:1px solid #999;border-radius: 3px;margin: 2px}
.linkcount{border-left: 1px solid #e1e1e1;padding-left: 5px;margin-left: 5px;}
.bloglink li a{color:#999;font-weight: 600;display: block;padding: 6px 10px;font-size: 14px}
.bloglink li:hover a{color:#f2ad1d;}
.bloglink li:hover{border:1px solid #f2ad1d;}
.commentbox{background: #fff;padding: 30px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);margin-top: 30px}
.commentbox label{color: #5C5C5C;font-size: 15px; line-height: 24px;display: block;font-weight: normal;margin-bottom:8px}
.btncomment{border: 1px solid #f2ad1d;  background-color: #fff;color: #f2ad1d;font-size: 14px;  line-height: 22px;text-transform: uppercase;width:100%;text-align:left}
.btncomment:hover{background-color:#f2ad1d;color:#fff }
@media screen and (max-width: 1200px) {
    .blog_bottom,.blog_post li,.blog_tags ul,.list_content {padding: 10px;}
    .blog_category ul li a{font-size: 14px;line-height: 36px;padding:6px 10px}
    .title1{font-size: 14px;line-height: 18px}
    .title3{font-size: 13px}
    .blog_post p,.detailtxt{font-size: 13px;line-height: 18px}
    .blog_right{margin-left: 0;margin-top: 30px}
    .blog_left{width: 67%}
    .blog_left .blogborder{padding-top: 30px;margin-bottom: 30px}
    .blog_tagh2,.blog_category h2{font-size: 20px;line-height: 20px;padding: 12px 10px}
    .blog_tags li a{padding: 2px 14px}
    .blog_tags li{margin: 5px 1px}
    .postimg{width:36%;}
    .blog_category, .blog_tags, .blog_post,.blog_search{margin-bottom: 20px}
    .detailcontent, .detailcontent1, .detailcontent2{padding: 20px 15px}
     .blog_bottom .datetxt{margin:7px 0 0}
  
}

/*.blog_detail h2 {*/
/*    font-size: 23px;*/
/*    font-weight: 200;*/
/*}*/ 

@media screen and (max-width: 992px){
    .blog_left,.blog_right{width: 100%;float: none}
    .blog_right{width: 100%;margin:0 auto}
    .commentbox{margin-bottom: 30px}
    .postimg{width: 112px}
    .postcontent{width: 74%}
}
@media screen and (max-width: 767px){
    .favtxt{text-align: left !important;margin-top:7px} 
    .detailcontent, .detailcontent1, .detailcontent2{padding: 15px}
     .postimg{width: 36%}
    .postcontent{width: 64%} 
}
@media screen and (max-width:500px){ 
    .blog_right{width:100%;margin-top: 30px}
    .blog_left .blogborder{width: 100%;float:none;margin-bottom: 0}
    .blog_left .blogborder:before,.blog_left .blogborder:after{content: none}
}

.blog_detail h4 {
    text-align: left;
    letter-spacing: 0px;
    color: #0F6D4B;
    font-size: 40px;
    line-height: 47px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px 0;
    position: relative;
} 

.blog_detail h4:after {
    background: #0F6D4B;
    width: 309px;
    height: 10px;
    position: absolute;
    bottom: -18px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    content: "";
}  

.blog_detail p {
    line-height: 25px;
    color: #3f3e3e;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

/*.single-post .blog_detail h2 {
    font: normal normal 600 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #170654;
    text-align: left;
        font-size: 32px !important;
}*/

.single-post .blog_detail h3 {
    font: normal normal 500 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #9f0fce;
    text-align: left;
   font-size: 23px !important;
}


a.blog_lst {
     background: #9f0fce;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 1px 0 0 0;
}

.blog_post h2 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #0B1C3F; 
}

/*====sudipta Blogpage and blog details page End =====*/

div#comments {
    display: none !important;
}

/*****BLOG END*********************************/

/*************CAREER PAGE***********************/

.career-info-sec {
    padding: 120px 0; 
    background: #F4F2EC; 
} 

.career-info-sec p{
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #001833;
  }
  
  .career-info-sec h3{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center; 
    margin-bottom: 15px;
    color: #0B1C3F; 
  }

.career-info-sec-box {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.career-info-sec-box p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121;
    text-transform: none;
}  

.experience span.exp, .deadlines span.dead{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #D4D4D4; 
    text-align: left;
}  

.experience p.yr, .deadlines p.dte{ 
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%; 
    color: #001833; 
    text-align: left;
} 

.career-contact-form-section .custom-container {
    padding: 0px 140px;
} 

.career-contact-form-section {
    padding: 90px 0;
} 

.career-contact-form-section h3{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #0DAE74; 
    margin-bottom: 60px; 
}

.career-contact-form-section label{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle; 
    color: #FFFFFF; 
    margin-top: 22px; 
    margin-bottom: 16px;  
}

.career-contact-form-section form .form-control {
    border-radius: 3px;
    padding: 22px;
} 

.career-contact-form-section form .form-control.button {
    background: #0F6D4B;
    color: #ffffff;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 22px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center;
    width: 271px;
    margin: 49px 0 0;
    border: none;
    border-radius: 30px;
}  

.career-contact-form-section form .form-control placeholder{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #21212180; 
}



.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red; 
}
/*******************CAREER DETAILS PAGE****************************/

.career-details-section{
    padding: 100px 0; 
    background: #F4F2EC; 
}
.career-details-section .custom-container {
    padding: 0px 150px;
} 

.career-details-text h2 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
    margin-bottom: 50px;
} 

.career-details-text p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #212121;
} 

.career-details-text p strong{
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #0B1C3F; 
} 

.career-details-text li {
    list-style: disc;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #212121;
    margin-left: 20px;
}  

.career-job-summary {
    background-color: #F9F9F9;
    border: 0.25px solid #d4d4d447; 
    padding: 47px 37px;
    box-shadow: 0px 0px 0.25px 0.25px #D4D4D4;
} 

.career-job-summary h3{
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #0B1C3F; 
    margin-bottom: 33px; 
}

button.apply-button {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    background-color: #0F6D4B;
    color: #ffffff;
    border: none; 
    border-radius: 30px;
    padding: 14px 55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.career-job-summary .job-location, .career-job-summary .job-type, .career-job-summary .date-posted, .career-job-summary .experience, .career-job-summary .working-hours, .career-job-summary .working-days, .career-job-summary .Vacancy {
    padding-bottom: 50px;
    display: flex;
    gap: 14px;
    align-items: center;
} 

.career-job-summary .job-location p, .career-job-summary .job-type p, .career-job-summary .date-posted p, .career-job-summary .experience p, .career-job-summary .working-hours p, .career-job-summary .working-days p, .career-job-summary .Vacancy p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #212121; 
}
 

a.view-all-jobs{
    font-family: 'Rubik';
    font-weight: 500; 
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #001833; 
}

.main_body_sec {
    padding-bottom: 50px; 
}

.services-section .case-study-sec-image img {
    width: 400px;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    object-position: center center;
} 

.rtl .owl-stage-outer {
    direction: ltr;
}

.language_section {
    color: #ffce78 !important;
    height: 20px !important;
    margin: 20px 0 !important;
    text-align: center; 
} 

.widget a {
    color: #ffce78 !important;
    height: 20px !important;
    margin: 17px 0 !important;
    font-size: 20px !important;
    font-family: 'Playfair Display';
}   

.partner-image img {
    width: 90%;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    height: 314px;
    border: 0;
} 

/*our team page*/

.our_team_listing_odd {
    background: #cccccc33;
    padding: 30px 0;
}

.our_team_listing_even {
    padding: 30px 0;
}

.team_img img {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team_content h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0B1C3F;
    padding: 22px 0 14px;
}


.government-mol-procedure-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
}

.government-mol-procedure-image img {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
}

.services-section .publication-sec-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border: 1px solid #D3CEC6;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 15px 0;
    flex-direction: column;
} 

.page-template-intellectual-property .about-info-sec .corporate-info-sec-box {
    padding-left:10px;
}  

.about-info-sec .corporate-info-sec-box {
    padding: 0 16%;
} 

/*new contact page*/
.contact-us-inn .contact-card {
    padding: 30px 0px;
    display: block;
}

.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}
.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresscard-icon img {
    width: 26px;
}
.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    font: normal normal bold 50px/60px Oswald;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #0F6D4B;
    text-transform: uppercase;
    width: 100%;
}
.contact-us-inn .addresscard p {
    margin: 0px 0px;
    font: normal normal normal 20px/35px Outfit;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}
.addresscard p a {
    color: #161413;
    text-decoration: none;
}

.contact_section2 {
    margin-top: 60px;
}

.contact_section2 h3{
    text-align:center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}

.language_section select {
    padding: 9px 15px;
    color: #ffce78 !important;
    background: transparent;
    border: 2px solid #ffce78 !important;
}

/*.government-mol-procedure-sec .full-container {*/
/*	height: 638px;*/
/*	overflow: hidden;*/
/*}*/

/*.government-mol-procedure-sec .government-mol-procedure-image {*/
/*	padding: 0; */
/*	height: 638px;*/
/*}  */

.government-mol-procedure-sec-box.wow.animate.zoomIn {
    height: 638px;
    padding: 70px;
}
section.government-mol-procedure-sec {
    height: 638px;
    overflow: hidden;
}

 .government-mol-procedure-image {
    background-size: cover;
    width: 100%;
    height: 638px;
    overflow: hidden;
    object-fit: cover;
    padding: 0;
    margin: 0;
}

.government-mol-procedure-sec .full-container {
	height: 638px;
	overflow: hidden;
} 



.vision-section-text li {
    list-style: disc; 
    margin-left: 20px;
    line-height: 30px;
} 

.vision-section-text h3 {
    font-family: Playfair Display; 
}

.realestate-contruction-sec-box {
    padding: 0 15%;
}

.realestate-contruction-sec-box li {
    list-style: disc; 
    line-height: 30px; 
} 

.litigation-key-sec-box.wow.animate.zoomIn {
    padding: 0 15%;
}

.litigation-key-sec-box li {
    list-style: disc; 
    line-height: 30px; 
} 