html{
	font-family: 'Poppins', sans-serif;	
	font-size: 10px
}
*{
	margin: 0;
	padding: 0
}
body{
		overflow-x: hidden
	}
a{
	text-decoration: none;
	color: #fff
}
header{
	background: #000000;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: sticky;
	width: 100vw;
	z-index: 2;
	top: 0
}
.logo-div{
	width: 32%;
	padding-left: 4%
}
.menu-div {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 100%
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  display: inline;
  margin-right: 25px;
}

.menu-list li:last-child {
  margin-right: 0;
}

.menu-list a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
}

.menu-list a:hover {
  color: #1aaa1a; /* Change this to your desired hover color */
}
.follow-div{
	width: 31%;
	display: flex;
	justify-content: end;
	padding-right: 4%
}
.icons{
	display: flex
}
.icons:nth-child(2){
	gap:15px
}
.icon-div{
	padding-left: 1rem;
	padding-right: 1rem;
	height: 4.5rem;
    width: 8rem;
	font-size: 1.5rem;
	background: #fff;
	text-align: center;
	margin-right: 1rem;
	border-radius: .5rem;
	line-height: 4.5rem;
	cursor:active;
    font-weight: bold
}
.icon-div a{
	color: var(--black);
	display: block
}
.icon-div:nth-child(1):hover{
	background: #075e54;
}
.icon-div:nth-child(2):hover{
	background: #3b5998;
}
.icon-div:nth-child(3):hover{
	background: #d62976;
}
.icon-div:hover a{
	color: white
}
.icon-div a:hover{
	color: white;
}
.icons:nth-child(2) .icon-div:first-child{
	background: green;
}
.icons:nth-child(2) .icon-div:nth-child(2){
	background: #3b5998;
}
.icons:nth-child(2) .icon-div:nth-child(3){
	background: #d62976;
}
.icons:nth-child(2) .icon-div a{
	color: #fff
}
.intro-flex{
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro-flex-text{
	color: #fff;
	width: 50%;
	text-align: left;
}
.intro-flex-text h2{
	font-size: 36px
}
.intro-flex-text p{
	font-size: 18px;
	width: 55%;
	text-align: justify;
	margin-top: 15px;
	}
.outsource-btn{
	background-color: #1aaa1a;
	width: 55%;
	margin-top: 40px;
	padding: 13px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #fff 
}
.intro-flex-img img{
	margin-bottom: -5px
}
.service-section{
	margin-top: 2%;
	text-align: center
}
.service-section h2{
	margin-bottom: 3%;
	font-size: 15px;
	margin-top: 4%
}
.service-img{
	width: 15%;
	border-radius: 50%
}
.service-div p{
	font-size: 17px;
	margin-top: 8px
}
.service-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.service-div{
	width: 16vw;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-right: 20px;
	height: 16vw
}
.service-div img{
	width: 180px;
	height: 180px
}
.service-section h2 span {
	padding: 0.9rem 2.5rem;
	background: #1aaa1a;
	color: #fff;
	clip-path: polygon(100% 0,93% 50%,100% 99%,0 100%,7% 50%,0% 0%);
}
.article-section h2 span {
	padding: 0.9rem 2.5rem;
	background: #1aaa1a;
	color: #fff;
	clip-path: polygon(100% 0,93% 50%,100% 99%,0 100%,7% 50%,0% 0%);
}
.article-section{
	margin: 3vw;
	margin-top: 2%;
	text-align: center;
}
.article-flex{
	background: #f3f2f2;
	padding: 2%;
	outline: 1px solid #e6d4d4;
    outline-offset: -1rem;
}
.article-section h2{
	margin-bottom: 3%;
	font-size: 15px;
	margin-top: 4%
}
.article-flex{
	display: flex
}
.article-div-first{
	width: 27vw;
	height: 22.4vw
}
.article-div-first img{
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	opacity: .6
}
.article-div-first p{
	z-index: 1;
	color: #000;
	margin-top: -36px;
	font-size: 13px;
	font-weight: 800;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 4%
}
.article-div-rest{
	width: 20vw;
	height: 11vw;
	margin-left: 0.5vw;
	margin-bottom: 0.3vw
}
.article-div-rest img{
	width: 100%;
	height: 100%;
	border: 1px solid;
	opacity: .5
}
.article-div-rest p{
	z-index: 1;
	color: #000;
	margin-top: -36px;
	font-size: 15px;
	font-weight: 800;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 4%
}
/*------------------------------------Footer--------------------------------*/
.footer{
	background: #000;
	padding: 3rem;
	margin-top:3rem;
	color: #fff
}
.footer-flex{
	display: flex;
	gap:10%
}
.footer-about,.footer-contact,.footer-follow{
	width: 30%;
	padding: 1rem
}
.footer-about img{
	width: 45%
}
.footer-about p{
	font-size: 1.3em;
	text-align: justify;
	margin-top: 2rem
}
.footer-contact p{
	font-size: 1.5em;
	margin-bottom: 15px
}
.footer-contact h3,.footer-follow h3{
	margin-bottom: 2rem;
	font-size: 15px;
}
.footer-copy{
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	margin-top: 2rem;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 10px;
	display: flex;
	justify-content: center
}
.follow-flex{
	display: flex;
	justify-content: center
}
.footer-follow h3{
	text-align: center
}
.service-m-div {
	position: absolute;
	z-index: 1;
	top: 15vh;
	left: 10%;
	background: #393939;
	padding: 20px;
	width: 75vw;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	transition: .5s ease-in all;
	box-shadow: 0 .1rem 1.5rem rgb(64, 60, 60);
	gap:4%;
	text-align: justify;
	justify-content: center
}
.article-m-div {
	position: absolute;
	z-index: 1;
	top: 15vh;
	left: 7%;
	background: #393939;
	padding: 20px;
	width: 80vw;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	transition: .5s ease-in all;
	box-shadow: 0 .1rem 1.5rem rgb(64, 60, 60);
	gap:2%;
	justify-content: center;
	align-items: center
}
.service-menu-div{
	width: 30%;
	margin-bottom: 2%
}
.article-menu-div{
	width: 18%;
	height: 18%;
	margin-bottom: 2%
}
.service-menu-div h2{
	margin-bottom: 1%;
}
#searchdiv{
	top:-300vh;
}
#articlediv{
	top:-190vh;
}
.service-m-div.active{
	top: 13vh !important;
	transition: .5s ease-in all
}
.article-m-div.active{
	top: 13vh !important;
	transition: .5s ease-in all
}
.mob-menu{
	display: none;
	cursor: pointer
}
.mob-menu-div{
	background: #393939;
	padding: 2% 0;
	display: none;
	transition: 0.5s ease-in all
}
.mob-menu-div.active{
	display: block
}
.intro-flex.active{
	margin-top: 0
}
.mob-menu-div ul{
	width: 100%;
	list-style: none;
	font-size: 14px;
}
.mob-menu-div ul li{
	padding: 10px;
	border-top: 0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
	border-collapse: collapse;
	color: #fff;
}
.mob-menu-div ul li a{
    display: block;
}
.mob-menu-div ul li:first-child {
	border-top: 1px solid #fff
}
.sub-ser-mob-menu {
  display: none;
	background: #7b7272
}

.ser-mob:hover .sub-ser-mob-menu {
  display: block;
}
.about-us-div{
	margin-top: 35px;
	text-align: justify;
	display: flex;
	justify-content: center
}
.about-us-div p{
	font-size: 15px
}
.about-div{
	width: 75%;
}
.about-div h1{
	width: 100%;
	text-align: center;
	text-decoration: underline
}
/*--------------------------------ARTICLES------------------------------*/
.articles {
	margin: 2% 2% 0 2%;
	background: #fff;
	padding: 40px;
	color: #000;
    min-height: 90vh
}
.articles span{
	color: #605353
}
.articles a{
	color: #6f27f5
}
.articles h1{
	color: #171717;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	position: relative;
	display: block;
	margin: 20px 0px 6px 0px;
	padding: 0;
}
.article-single-content h1{
	color: #171717;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	padding: 0;
	justify-content: center
}
.articles-author{
	font-size: 13px;
	font-weight: 700
}
.article-content{
	margin-top: 25px;
}
.article-single{
	height: 30vh;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ead2d2
}
.article-single:first-child{
	border-top: 1px solid #ead2d2
}
.article-image-div{
	width: 15%
}
.article-image-div img{
	width: 90%
}
.article-single-content{
	width: 80%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 30vh
}
.article-single-content h1{
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.article-single-content-div{
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 8px
}
.read-more{
	display: block;
	background-color: #1aaa1a;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 28px;
	padding: 0 15px;
	margin: 12px 0 0;
	border-radius: 2px;
	transition: background .17s ease;
	border: 0;
	width: 20%;
	cursor: pointer
}