*{
	box-sizing: border-box;
	margin: 0px;
	padding: 0;
	/*user-select: none;*/
}
.fixed-top{
	box-shadow: 0.5px 0.5px 7px #007dc8;
}
.nav-link{
	color: #007dc8 !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.black{
	background-color: black;
}
.grey{
	background-color: rgba(195, 197, 224,0.4);
}
.grey1{
	background: linear-gradient(135deg, white 0%, #007dc8 60%);
	border-radius: 10px;
}

.mp1{
	font-weight: bold;
}
.text-cl{
	color: #007dc8 !important;
}
.mg1{
	margin-top: 160px;
}
.mg2{
	margin-top: 120px;   
}
.borad{
	border-radius: 5px;
	border: 1px solid white !important;
	box-shadow: 1px 1px 11px white;
}

.chek{
	transition: all 1s;
	font-weight: 500;
}
.chek:hover{
	background-color: #007dc8;
	color:black !important;
	font-weight: bold;
	transform: scale(1.05);
}
.cntback{
	background: linear-gradient(135deg, white 0%, #007dc8 70%);
	padding-bottom: 100px;
	padding-top: 40px;

}
.bd1{
	background: linear-gradient(135deg, white 0%, #007dc8 70%);
}
.ts{
	text-shadow: 1px 2px 2px  black !important; 
}
.peta{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 2px solid blue;
}
.ani2{
	height: 100px;
	transition: all 1s;
	filter: contrast(45%) opacity(55%);
}
.ani2:hover{
	filter: contrast(100%) opacity(100%);
}
.a-link , .a-link1{
	text-decoration: none !important;
	transition: all 1s;
}
.text-black{
	text-decoration: none !important;
	color: black;
}
.text-black:hover{
	color: black;
}
.a-link:hover{
	color: blue  !important;
	margin-left: 10px;
}
.a-link1:hover{
	color:  blue  !important;
}
.a-link2{
	color: white !important;
	text-decoration: none !important;
}
.ani3{
	overflow: hidden;
	transition: all 1s;
}
.ani3:hover{
	transform: scale(1.07);
}
.ani4{
	color: white ;
	animation: animat linear 5s infinite;
	transition: all 1s;
}
#tab-content2{
	border-radius: 10px !important;
}

#list-style1 li{
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid white;
	color: white;
	list-style:"→  ";

}
.ddactive{
	padding: 15px 0px 15px 0px;
	margin: 5px;
	color: black !important;
	font-size: 20px;
	box-shadow: 2px 2px 5px grey;
}
.ddactive:hover{
	background-color: #2584dc8a;
	color: white !important;
}
.active{
	color: white !important;
}
.maintabs{
	border-radius: 10px;
	border: 1px solid #2584dc8a;
}
#anitext{

	color: black !important;
	font-size: 45px;
	width: 330px;
	position: relative;
}
#anitext::before{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	color: white;
	-webkit-text-stroke:0.2vh #007dc8;
	border-right: 2px solid white;
	overflow: hidden;
	animation: animate1 6s linear infinite;

}
.ulwebdev li{
	padding:15px 0px 15px 0px;
	border-bottom: 1px dashed white;
	list-style:none;
}
.pcustum{
	padding:77px 15px;
}
.bg-custum{
	background-color: #497fd9f0;
}

.box-1{
	border: 1px solid #497fd9f0;
	padding: 16px;
	min-height: 375px;
	border-radius: 9px;
	transition: 2s linear; 
}
.box-3{
	border: 1px solid #497fd9f0;
	padding: 16px;
	min-height: 390px;
	border-radius: 9px;
}
.box-1:hover{
	background-color: blue;
	/*	animation: animate3 3s linear ;*/
}
.box-1 .box-2{
	width: 120px;
	height: 120px;
}
.main-design{
	border: 1px solid blue;
	border-radius: 10px;
	box-shadow: 2px 2px 10px blue;
	min-height: 300px;
}
.disgin{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: blue;
	padding: 18px;
}
.text-class{
	text-align: left;
	margin-bottom: 20px;
}
/*
@keyframes animate3{
0%{
transform:  rotateY(0deg);
}
100%{
transform: rotateY(360deg);
}
}
*/

.whatsapp-section{
	position: fixed;
	bottom: 50px;
	right: 25px;
	width: 45px;
	height: 45px;
	z-index: 9999
}
@keyframes animate1{
	0%,10%,100%{
		width: 0;
	}
	70%,90%{
		width: 100%;
	}
}
@keyframes animat{
	0%{
		color: white ;
		transform: scale(1.07);
	}
	30%{
		color: yellow ;
		transform: scale(1.05);
	}
	50%{
		color: blue ;
		transform: scale(1.09);
	}
	70%{
		color: aqua ;
		transform: scale(1.03);
	}
	100%{
		color: orangered;
		transform: scale(1.07);
	}
}

@media screen and (max-width:1111px){
	.mg1{
		margin-top: 120px;
	}
	.main-design{
		min-height: 390px;
	}
}
@media screen and (max-width:992px){
	.mg1{
		margin-top: 80px;
	}
	.main-design{
		min-height: 230px;
	}
}
@media screen and (max-width:767px){
	.mg1{
		margin-top: 0px;
	}
	.text-class{
		text-align: center;
		margin-top: 16px;
	}
	.main-design{
		min-height: 190px;
	}
}
.img1{
	width: 190px;
	height: 45px;
}
@media screen and (max-width:569px){
	.box-3{
		min-height: 450px;
	}
}
@media screen and (max-width:390px){
	.box-1{
		min-height: 450px;
	}
}
@media screen and (max-width:344px){
	.img1{
		width: 140px ;
		height: 40px;
	}
	#anitext{
		width: 270px;
		font-size: 36px;
	}
	.box-3{
		min-height: 550px;
	}
	
}
@media screen and (max-width:294px){
	.img1{
		width: 110px ;
		height: 35px;
	}
}

