.ziwHomeListItem {
	border-top: 1px solid #dcdee2;
	/* margin: 10px 0 0 0; */
	padding: 10px 0 0 0;
}
.feature-item .feature__content {
	padding: 50px 18px 35px !important;
}
.feature-item:hover .feature__img {
	bottom: 55%;
	opacity: 1;
}
.counterBody {
	/*background:#073763; */
	text-align: center;
	/* color:#fff; */
}
.counterBody .row {
	padding-top: 70px;
	padding-bottom: 70px;
}
.counterBody .row2 {
	padding-top: 25px !important;
	padding-bottom: 0px !important;
}
.counterBody div.col-md-2 {
	border-right: #ddd solid 0.1px;
}
.counterBody div.col-md-2:last-child {
	border-right: #ddd solid 0px;
}
.pmbtn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #213360;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
/* Hover state */
.pmbtn:hover {
	/* background-color: #21cdc0; Darker color on hover */
	background-color: #961a1d; /* Darker color on hover */
}
/* Active state */
.pmbtn:active,
.pmbtn.active {
	/* background-color: #21cdc0; Even darker color on active */
	background-color: #961a1d; /* Even darker color on active */
}
.carousel-control-prev-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	transform: translateY(30px);
	position: absolute;
	top: 50%;
	color: #213360;
	border-radius: 50%;
	font-size: 0;
	z-index: 3;
	transition: all 0.3s linear;
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%239c2720' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important; */
}
.carousel-control-prev-icon:before {
	font-family: "icomoon";
	content: "\e904";
	font-size: 50px;
	line-height: 50px;
	cursor: pointer;
}
.carousel-control-next-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	transform: translateY(30px);
	position: absolute;
	top: 50%;
	color: #213360;
	border-radius: 50%;
	font-size: 0;
	z-index: 3;
	transition: all 0.3s linear;
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%239c2720' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); */
}
.carousel-control-next-icon:before {
	font-family: "icomoon";
	content: "\e906";
	font-size: 50px;
	line-height: 50px;
	cursor: pointer;
}
.carousel-control-prev {
	left: -150px;
}
.carousel-control-next {
	right: -150px;
}
.experience__years {
	font-size: 50px !important;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.partnerSectionMargin {
	margin-top: -35px !important;
}
#bigMapImg {
	height: 600px;
	width: 100%;
}
.ourPresence .list-items li:before {
	content: "\f3c5" !important;
	/* color: #21cdc0; */
	color: #971a1e;
}
.bigMap .tooltip-box:nth-of-type(1) {
	top: 30%;
	left: 54%;
}
.bigMap .tooltip-box:nth-of-type(2) {
	top: 31.2%;
	right: 40.4%;
}
.bigMap .tooltip-box:nth-of-type(3) {
	top: 33.5%;
	left: 60.6%;
}
.bigMap .tooltip-box:nth-of-type(4) {
	top: 38.1%;
	left: 67.1%;
}
.bigMap .tooltip-box:nth-of-type(5) {
	top: 57.2%;
	left: 80.5%;
}
.bigMap .tooltip-box:nth-of-type(3) .tooltip__icon,
.bigMap .tooltip-box:nth-of-type(4) .tooltip__icon,
.bigMap .tooltip-box:nth-of-type(5) .tooltip__icon
{
	background-color: #971a1e;
	scale: 1.2;
}
/* .pmMapLink:nth-of-type(1):hover {
	cursor: pointer;
	color:#931a1e;
} */
.pmBigMapLocationList {
	position: absolute;
	top: 30%;
	left: 20%;
	background-color: #fffffff2;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 12px 6px #0003;
}
.pmBigMapLocationList:hover {
	background-color: #ffffff;
}
.pmMapPointer {
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	will-change: transform, box-shadow;
	transform: translate(-50%, -50%);
	/* box-shadow: 0 0 0 rgba(33, 205, 192, 0.4); */
	box-shadow: 0 0 0 rgba(151, 26, 30, 0.4);
	animation: pmPulse 3s infinite;
}
.pmMapPointer:hover {
	animation: none;
	transform: translate(-50%, -50%);
	/* transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1); */
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@keyframes pmPulse {
	0% {
		/* box-shadow: 0 0 0 0 rgba(33, 205, 192, 0.5); */
		/* box-shadow: 0 0 0 0 rgba(151, 26, 30, 0.5); */
		box-shadow: 0 0 0 0 rgba(25, 52, 82, 0.5);
	}
	70% {
		/* box-shadow: 0 0 0 25px rgba(33, 205, 192, 0); */
		/* box-shadow: 0 0 0 25px rgba(151, 26, 30, 0); */
		box-shadow: 0 0 0 25px rgba(25, 52, 82, 0);
	}
	100% {
		/* box-shadow: 0 0 0 0 rgba(33, 205, 192, 0); */
		/* box-shadow: 0 0 0 0 rgba(151, 26, 30, 0); */
		box-shadow: 0 0 0 0 rgba(25, 52, 82, 0);
	}
}
.pmMapPointer2 {
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	will-change: transform, box-shadow;
	transform: translate(-50%, -50%);
	/* box-shadow: 0 0 0 rgba(33, 205, 192, 0.4); */
	box-shadow: 0 0 0 rgba(14, 52, 89, 0.4);
	animation: pmPulse2 3s infinite;
}
.pmMapPointer2:hover {
	animation: none;
	/* transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1); */
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@keyframes pmPulse2 {
	0% {
		/* box-shadow: 0 0 0 0 rgba(33, 205, 192, 0.5); */
		/* box-shadow: 0 0 0 0 rgba(14, 52, 89, 0.5); */
		box-shadow: 0 0 0 0 rgba(151, 26, 30, 0.5);
	}
	70% {
		/* box-shadow: 0 0 0 25px rgba(33, 205, 192, 0); */
		/* box-shadow: 0 0 0 25px rgba(14, 52, 89, 0); */
		box-shadow: 0 0 0 25px rgba(151, 26, 30, 0);
	}
	100% {
		/* box-shadow: 0 0 0 0 rgba(33, 205, 192, 0); */
		/* box-shadow: 0 0 0 0 rgba(14, 52, 89, 0); */
		box-shadow: 0 0 0 0 rgba(151, 26, 30, 0);
	}
}
.ourPresence .list-items li:before {
	color: #0e3459;
}
.features-list .feature-item .feature__icon {
	font-size: 36px !important;
}
/* Custom css for logo based theme - 16-02-2024 */
.is-sticky .logo-dark {
	display: inline-block;
	height: 80px !important;
	width: auto !important;
}
.header-topbar .social-icons li a {
	color: #213360;
	background-color: #ffffffd8;
}
/* Custom css for logo based theme - 16-02-2024 */
#pmPillerCarousel .slick-arrow.slick-prev {
	position: absolute !important;
	left: -80px !important;
	top: 50% !important;
}
#pmPillerCarousel .slick-arrow.slick-next {
	position: absolute !important;
	left: unset !important;
	right: -80px !important;
	top: 50% !important;
}
.services-carousel.services-layout1
.service-item.pmPillerOfStrength:hover
i.bx.pmPillerOfStrengthIcon,
.services-carousel.services-layout1
.service-item.pmPillerOfStrength:hover
i.bx.pmPillerOfStrengthIcon2 {
	color: #971a1e !important;
}
.services-carousel.services-layout1
.service-item.pmPillerOfStrength:hover
h4.pmPillerHeading {
	color: #971a1e !important;
}
.noleftnorightspace {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-bottom: 0 !important;
}
.features-list .feature-item .feature__icon {
	background-color: #f7f7f7;
}
.feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bg-overlay-primary:before {
	background-color: rgba(151, 26, 30, 0);
}
.bg-overlay-secondary:before {
	background-color: rgba(14, 52, 89, 0);
}
.header-topbar {
	background-color: #27496a;
}
.pmPresenceBoxHeading {
	position: absolute;
	top: 40px;
	z-index: 1;
}
.footer{
	position: relative;
}
.pmFooterLogo {
	border-radius: 50%;
	position: absolute;
	top: -16.8%;
	left: 50%;
	max-width: 200px;
	translate: -50% 0;
}
.footer .pmFooterLogo {
	transition: transform 0.6s ease-in-out; /* Adjust the duration and timing function as needed */
}
.footer:hover .pmFooterLogo {
	transform: rotate(360deg);
}
.process-item:hover h4.fh1,
.process-item:hover h4.fh2,
.process-item:hover h4.fh3,
.service-item:hover h4.fh1,
.service-item:hover h4.fh2,
.service-item:hover h4.fh3,
.service-item:hover .service__icon.fh1,
.service-item:hover .service__icon.fh2,
.service-item:hover .service__icon.fh3{
	color:#971a1e;
}
.process-item:hover .process__number.fh1,
.process-item:hover .process__number.fh2,
.process-item:hover .process__number.fh3{
	color:#f4e8e8;
}
.service-item:hover {
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	transform: translateY(-20px);
}
.tabsBox .nav-item .nav-link,
.tabsBox .nav-tabs .nav-link {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.tabsBox .card a {
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;
}
.tabsBox [data-toggle="collapse"][data-parent="#accordion"] i {
	-webkit-transition: transform 150ms ease 0s;
	-moz-transition: transform 150ms ease 0s;
	-o-transition: transform 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: transform 150ms ease 0s;
}
.tabsBox [data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tabsBox .now-ui-icons {
	display: inline-block;
	font: normal normal normal 14px/1 'Nucleo Outline';
	font-size: inherit;
	speak-as: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes nc-icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes nc-icon-spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@keyframes nc-icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.tabsBox .nav-tabs {
	border: 0;
	padding: 15px 0.7rem;
}
.tabsBox .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
	box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}
.tabsBox .card .nav-tabs {
	border-top-right-radius: 0.1875rem;
	border-top-left-radius: 0.1875rem;
}
.tabsBox .nav-tabs>.nav-item>.nav-link {
	color: #888888;
	margin: 0;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 14px;
	padding: 11px 23px;
	line-height: 1.5;
}
.tabsBox .nav-tabs>.nav-item>.nav-link:hover {
	background-color: transparent;
}
.tabsBox .nav-tabs>.nav-item>.nav-link.active {
	background-color: #27496a;
	border-radius: 30px;
	color: #FFFFFF;
}
.tabsBox .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.tabsBox .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
	color: #FFFFFF;
}
.tabsBox .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
}
.tabsBox .card {
	border: 0;
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	/* box-shadow: none; */
}
.tabsBox .card .card-header {
	background-color: transparent;
	border-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}
.tabsBox .card[data-background-color="orange"] {
	background-color: #f96332;
}
.tabsBox .card[data-background-color="red"] {
	background-color: #971a1e;
}
.tabsBox .card[data-background-color="yellow"] {
	background-color: #FFB236;
}
.tabsBox .card[data-background-color="blue"] {
	background-color: #061835;
}
.tabsBox .card[data-background-color="green"] {
	background-color: #15b60d;
}
.tabsBox [data-background-color="orange"] {
	background-color: #e95e38;
}
.tabsBox [data-background-color="black"] {
	background-color: #2c2c2c;
}
.tabsBox [data-background-color]:not([data-background-color="gray"]) {
	color: #FFFFFF;
}
.tabsBox [data-background-color]:not([data-background-color="gray"]) p {
	color: #FFFFFF;
}
.tabsBox [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
	color: #FFFFFF;
}
.tabsBox [data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
	color: #FFFFFF;
}
@media screen and (max-width: 768px) {
	.tabsBox .nav-tabs {
		display: inline-block;
		width: 100%;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
	}
	.tabsBox .nav-tabs .nav-item>.nav-link {
		margin-bottom: 5px;
	}
}
.sidebar.has-marign-right {
	position: sticky;
	top: 40px;
}
.testimonial__title {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: 400;
	color: #6a7486;
}
.testimonial_img{
	width: 240px;
	margin-left: 12%;
}
.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
	font-size: 30px !important;
}
.accordion-item .accordion__title:after {
	width: 32px !important;
	height: 32px !important;
	line-height: 32px !important;
}
.ourLeadershipMember2 {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	background-color: #971a1e;
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: 600;
	/* padding-top: 15px; */
	font-size: 12px;
	transition: all 0.3s ease;
}
.ourLeadershipMember2 img{
	border-radius: 50%;
}
.nav-item:hover .ourLeadershipMember2{
	background-color: #0e3459;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active > .ourLeadershipMember2{
	background-color: #0e3459;
}
.about-layout5 .tooltip-box .tooltip__icon {
	background-color: #81868e;
}
#testimonial4 .carousel-inner:hover{
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
	overflow: hidden;
}
.testimonial4_indicators .carousel-indicators{
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #ffffff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	margin: 2px 3px;
	background-color: #9dd3af;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
	height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
	background: #eeeeee;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.testimonial4_control_button .carousel-control{
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
	transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
	left: 7%;
	top: 50%;
	right: auto;
}
.testimonial4_control_button .carousel-control.right{
	right: 7%;
	top: 50%;
	left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}
.testimonial4_header{
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.testimonial4_header h4{
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.testimonial4_slide{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
	border-radius: 50%;
	box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	object-fit:cover;
	margin-bottom: 10px;
}
.testimonial4_slide p {
	font-size: 20px;
	line-height: 1.4;
	margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
	font-size: 22px;
}
.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
	width: 35px;
	height: 35px;
}
/* ------testimonial  close-------*/
.carousel-control-prev,.carousel-control-next {
	top: -150px;
}
.carousel-item {
	padding-bottom: 70px;
}
.slider .slide-item {
	height: 90vh;
	min-height: 90vh;
}
ul.pmPriceList li{
	cursor:pointer;
	transition: all 1s ease;
	color: #091b37;
}
ul.pmPriceList li:hover{
	background-color: #091b37;
	color: #ffffff;
	border-radius: 10px;
}
ul.pmPriceList li:hover span.price{
	background-color: #ffffff;
	color: #091b37;
}
.pmCustomList ol li strong {
	color: #1d2a4dbd;
}
.pmCustomList li {
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 16px;
}
.pmCustomList p {
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 16px;
}
.pmCustomList h1,
.pmCustomList h2,
.pmCustomList h3,
.pmCustomList h4,
.pmCustomList h5 {
	color: #1d2a4dbd !important;
	margin-bottom: 5px !important;
	margin-top: 10px !important;
	line-height: 1.6 !important;
	font-size: 18px !important;
}
.partnerLogo{
	width: 140px !important;
	height: 140px !important;
	object-fit: contain !important;
}
.mobileOnly {
	display:none !important;
}
.desktopOnly {
	display:block !important;
}
div#testimonial4 {
	position: relative;
	top: -50px;
}
.feature-item .feature__img {
	position: absolute !important;
	top: -15% !important;
}
/* For screens smaller than 768px (typical mobile breakpoint) */
@media screen and (max-width: 768px) {
	.slider .slide-item {
		/* height: 246px !important;
		min-height: 42vh !important; */
		height: 270px !important;
		min-height: 20vh !important;
	}
	.mobileOnly {
		display:block !important;
	}
	.desktopOnly {
		display:none !important;
	}
	.navbar .navbar-brand {
		position: relative;
		top: 30px !important;
	}
}
.smooth-scroll {
	/* Style your links as desired */
	text-decoration: none;
	color: blue;
}
/* Optional: Style for active link (if needed) */
.smooth-scroll.active {
	font-weight: bold;
}
section {
	padding-top: 50px; /* Adjust padding as needed */
}

#wLinkedIn a {
    display: inline-block;
    color: #000 !important;
    background: #fdfdfd; 
    background: -webkit-linear-gradient(#fdfdfd, #eee);
    background: -moz-linear-gradient(#fdfdfd, #eee);
    background: -o-linear-gradient(#fdfdfd, #eee);
    background: linear-gradient(#fdfdfd, #eee);
    text-decoration: none;
    font-size: 12px !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: inherit;
    font-weight: bold;
    border: 1px solid #bbb;
    border-radius: 3px;
}

#wLinkedIn a:hover {
    opacity: 0.8;
}

#icon-bg {
    display: inline-block;
    background: #007bb6; 
    background: -webkit-linear-gradient(#81bedb, #007bb6);
    background: -moz-linear-gradient(#81bedb, #007bb6);
    background: -o-linear-gradient(#81bedb, #007bb6);
    background: linear-gradient(#81bedb, #007bb6);
    color: #fff;
    padding: 0px 5px 3px;
    border-radius: 3px;
    border: 1px solid #3f7eb7;
    font-size: 16px;
    margin: -1px;
}

#icon-label-bg {
    display: inline-block;
    padding: 3px 5px 3px 5px;
}

/* mobile view apply this */
@media screen and (max-width: 768px) {
    .about__text.p-0 {
		margin-top: 28px;
	}
}