*{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	background: #f4f4f4;

}
html{
	scroll-behavior: smooth;
	animation: fadeIn 2s;
	overflow-x: hidden;

}


.boxshadowheader{
	box-shadow: 0px -8px 10px 7px rgb(0 0 0 / 13%);
	padding: 15px;
	background: rgba(0,0,0,0.5);

}

.mainheader img{
	max-height: 50px;
	filter: brightness(0) invert(1);

}

.mainheader li{
	display: inline-block;
	padding-right: 30px;
}

.mainheader li a{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s;
	letter-spacing: 0.5px;
	font-family: "Kdam Thmor Pro",sans-serif;
}

.mainheader li a:hover{
	color: #712cf9;
}

.mainheader li .iconmenu{
	font-size: 15px;
}

.uk-slideshow-items{
	border-radius: 30px 0px 30px 0px;
}

.uk-slideshow-items>*{
	position: unset!important;
}


.project img:hover{
	filter: grayscale(100%);
	transition: 0.5s;

}


.project strong{
	font-weight: bold;
	color: #712cf9;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	letter-spacing: 2px;
	font-size: 30px;
}


.project{
	margin-top: -400px;
}


.pagebg{
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../image/bg.jpg);
	background-size: cover;
	padding: 200px 0px;
	margin-top: -100px;

}

.pagebg strong{
	text-transform: uppercase;
	font-family: 'Kdam Thmor Pro';
	font-size: 25px;
	color: #712cf9;

}

.customersection3{
	margin-top: -120px;
	background: #fff;
	padding: 20px;
	border-radius: 55px 0px 55px 0px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.about p{
	text-align: justify;
	line-height: 30px;

}

.about{
	margin-top: -120px;
	background: #fff;
	padding: 50px;
	border-radius: 55px 0px 55px 0px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.team{
	margin-top: -120px;
	background: #fff;
	padding: 50px;
	border-radius: 55px 0px 55px 0px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.bookingform{

	margin-top: -120px;
	background: #fff;
	padding: 50px;
	border-radius: 55px 0px 55px 0px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

}


.team .member {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	transition: 0.5s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.team .member .pic {
	overflow: hidden;
	width: 130px;
	border:3px solid #fff;
	border-radius: 5px;
}

.team .member .pic img {
	transition: ease-in-out 0.3s;
}

.team .member:hover {
	transform: translateY(-10px);
}

.team .member .member-info {
	padding-left: 30px;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 17px;
	color: #37517e;

}

.team .member span {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #cbd6e9;
	bottom: 0;
	left: 0;
}

.team .member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	background: #eff2f8;
}

.team .member .social a i {
	color: #37517e;
	font-size: 16px;
	margin: 0 2px;
}

.team .member .social a:hover {
	background: #47b2e4;
}

.team .member .social a:hover i {
	color: #fff;
}

.team .member .social a + a {
	margin-left: 8px;
}

















.footersection{
	background: #212438;
	padding: 20px;
}

.subscribedetails strong{
	font-size: 20px;
	color: #fff;
}

.subscribedetails span{
	font-size: 14px;
	color: #f1f1f1;
}

.footersection img{
	background: transparent;
	border: 0;
}

.footersection i{
	color: gray;
}

.footersection input{
	font-size: 13px;
	height: 45px;
}

.footersection input:focus{
	box-shadow: none;
}

.footersection button{
	padding: 10px 20px;
	background: transparent;
	color: #fff;
	border: 1px solid #22C371;
	transition: 0.5s;
}

.footersection button:hover{
	background: #22C371;
}


.footermenu strong{
	font-size: 17px;
	color: #fff;
}

.footermenu li{
	display: block;

}


.footermenu li a{
	color: #f1f1f1;
	line-height: 30px;
	text-decoration: none;
	transition: 0.5s;
	font-size: 15px;

}


.footermenu li a:hover{
	color: gray;
}

.contactdetails{
	color: #f1f1f1;
	font-size: 15px;
}

.socialmedia li{
	display: inline-block;
	color: #f1f1f1;
	margin-right: 5px;
}

.socialmedia li a i{
	font-size: 20px;
	color: #f1f1f1;
	transition: 0.5s;
}

.socialmedia li a i:hover{
	color: gray;
}

.developertext strong{
	color: #e1e1e1;
	font-size: 15px;
}

.developertext li{
	display: inline-block;
	padding-left: 10px;
}

.developertext li a{
	color: #e1e1e1;
	font-size: 15px;
}

.productsection{
	background: #F7FAFB;
	padding-top: 40px;
	padding-bottom: 40px;
}


.productsection strong{
	font-size: 20px;
	font-weight: normal;
}



.productsection img{
	max-height: 150px;
}



.productsection label{
	font-size: 14px;
}


.productdetails strong{
	color: #fff;
}

.productdetails span{
	color: #e1e1e1;
	font-size: 14px;
}

.productdetails p{
	color: #fff;
	font-size: 14px;
}

.productdetails a{
	border: 1px solid #fff;
	padding: 8px 40px;
	color: #fff;
	text-decoration: none!important;
	transition: 0.5s;
}

.productdetails a:hover{
	background: #fff;
	color: #414141;
}

.pcathead strong{
	font-size: 25px;
	font-weight: bolder;
}

.pcathead a{
	font-weight: bold;
	color: gray;
	font-size: 15px;
	transition: 0.5s;
}

.pcathead a:hover{
	color: darkblue;
	text-decoration: none;
}


.mostcat{
	border: 1px solid lightblue;
	border-bottom: 2px solid #7E8CD6;
}

.mostcat img{
	max-height: 150px;
}

.mostcat strong{
	font-size: 18px;
	color: darkblue;
	opacity: 0.8;
}
.mostcat a{
	border: 2px solid darkblue;
	color: darkblue;
	padding: 10px 25px;
	font-weight: bold;
	transition: 0.5s;
	font-size: 13px;
	text-transform: uppercase;
}

.mostcat a:hover{
	text-decoration: none;
	background: darkblue;
	color: #fff;
}


.cathead{
	font-size: 25px;
	line-height: 30px;
	color: darkblue;
}
.catdetails{
	line-height: 30px;
	font-size: 15px;
}

.virtual{
	background: #FBFAFB;

}

.virtual strong{
	color: #585858;
}

.virtual h3{
	font-weight: 900;
	color: darkblue;
	line-height: 35px;
	font-family: 'Mulish';
}

.virtual p{
	line-height: 30px;

}


.virtual a{
	border: 2px solid darkblue;
	color: darkblue;
	padding: 10px 25px;
	font-weight: bold;
	transition: 0.5s;
	font-size: 14px;
	text-transform: uppercase;
}

.virtual a:hover{
	text-decoration: none;
	background: darkblue;
	color: #fff;
}






.career strong{
	color: #585858;
}

.career h3{
	font-weight: 900;
	color: darkblue;
	line-height: 35px;
	font-family: 'Mulish';
}

.career p{
	line-height: 30px;

}


.career a{
	border: 2px solid darkblue;
	color: darkblue;
	padding: 10px 25px;
	font-weight: bold;
	transition: 0.5s;
	font-size: 14px;
	text-transform: uppercase;
}

.career a:hover{
	text-decoration: none;
	background: darkblue;
	color: #fff;
}







.blogsection{
	background: #F7FAFB;
	padding-top: 40px;
	padding-bottom: 40px;
}


.blogsection strong{
	font-size: 20px;
	font-weight: normal;
}



.blogsection{
	background: #F7FAFB;
	padding-top: 40px;
	padding-bottom: 40px;
}


.blogsection strong{
	font-size: 22px;
	font-weight: bold;
	color: darkblue;
}



.blogsection img{
	max-height: 150px;
}



.blogsection label{
	font-size: 14px;
}

.blogdescription span{
	color: darkblue;
	border: 1px solid lightblue;
	padding: 5px;
	border-radius: 6px;
	font-size: 12px;

}

.blogdescription a{
	font-weight: normal;
	color: #000!important;
	font-size: 18px;
	text-decoration: none!important;
}

.blogdescription img{
	max-height: 100%;
}

.helpdesk i{
	font-size: 35px;
	color: darkblue;
}

.helpdesk strong{
	color: darkblue;
	font-size: 22px;
}

.helpdesk span{
	font-size: 16px;
}

.clientsection{
	padding: 100px;
	background-size: cover;
}

.clientsection .clientdetails{
	font-size: 30px;
	line-height: 50px;
	color: #f1f1f1;
	font-weight: bold;
}

.clientsection h1{
	color: #fff;
}

.clientsection label{
	color: #fff;
}




.clientsection a{
	border: 2px solid #f1f1f1;
	color: #f1f1f1;
	padding: 10px 25px;
	font-weight: bold;
	transition: 0.5s;
	font-size: 14px;
	text-transform: uppercase;
}

.clientsection a:hover{
	text-decoration: none;
	background: #fff;
	color: #000;
}




.slidersection .button{
	border: 2px solid darkblue;
	color: darkblue;
	padding: 15px 50px;
	font-weight: bold;
	transition: 0.5s;
	font-size: 14px;
	text-transform: uppercase;
}

.slidersection .button:hover{
	text-decoration: none;
	background: darkblue;
	color: #fff;
}


.slidersection strong{
	font-weight: 900;
	font-size: 45px;
	color: darkblue;
}


.slidersection span{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}


.slidersection img{
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);


}
.slidersection i{
	color: darkblue;

}
.uk-dotnav>.uk-active>*{
	background: darkblue!important;
}



.contactsection{
	background: #001A5C;
}

.contactsection strong{
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}


.contactsection span{
	color: #f1f1f1;
	font-size: 16px;
	line-height: 30px;
}

.customersection2 label{
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;

}

.customersection2 strong{
	font-weight: 900;
	color: darkblue;
	font-size: 25px;
}


.customersection2 button{
	background: #712cf9;
	padding: 15px 40px;
	color: #fff;
	border: 0;
	font-weight: bold;
	border-radius: 50px;
}

.customersection2 input{
	height: 50px;
	box-shadow: none!important;
	border-radius: 0;
	color: gray;
	font-size: 15px;
}


.customersection2 select{
	height: 50px;
	box-shadow: none!important;
	border-radius: 0;
	color: gray;
	font-size: 15px;
	cursor: pointer;
}


.customersection2 textarea{
	box-shadow: none!important;
	border-radius: 0;
	color: gray;
	font-size: 15px;
}




.customersection3 strong{
	font-weight: 900;
	color: darkblue;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Kdam Thmor Pro';
}

.customersection3{
	background: #F7FAFB;
}




.customersection3 label{
	font-weight: 900;
	color: darkblue;
	font-size: 18px;
}

.customersection3 .span{
	font-size: 16px;
	line-height: 30px;
}

.customersection2 a{
	font-size: 16px;
	color: darkblue;
	text-decoration: none!important;
	font-weight: bold;
	line-height: 30px;
}


.techsection strong{
	color: darkblue;
	font-size: 35px;
	font-weight: 900;
}


.techsection p{
	color: #414141;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.techsection img{
	max-height: 500px;
}

.techsection label{
	color: gray;
}

.techsection{
	background: #F7FAFB;
}


.techsection a{
	color: #f1f1f1!important;
	font-size: 12px;
	text-decoration: none!important;
}

.bg-dark{
	background: #7E8CD6!important;
}

.supportsection label{
	font-size: 20px;
	font-weight: bold;
	color: gray;
}

.supportsection strong{
	font-weight: 900;
	color: darkblue;
	font-size: 40px;
}

.supportsection a{
	color: darkblue;
	font-size: 18px;
	font-weight: bold;
}

.supportsection img{
	max-height: 500px;
}



.supportsection2 label{
	font-size: 20px;
	font-weight: normal;
	color: gray;
}

.supportsection2 strong{
	font-weight: 900;
	color: darkblue;
	font-size: 25px;
}

.supportsection2 p{
	line-height: 30px;
}

.servicessection p{
	font-size: 14px;
	line-height: 25px;
}


.productpagesection{
	background: #F7FAFB;

}

.nav-pills .nav-link{
	color: gray;
	font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: darkblue;
	background: transparent;
	font-weight: bold;
	border-bottom: 3px solid darkblue;
	border-radius: 0;
	padding: 0px;
}

.categorey-list li{
	padding-top: 10px;
}


.categorey-list li a{
	font-size: 15px;
	font-weight: 500;
}

.categorey-list li a:hover{
	color: darkblue;
}

.mobile-menu li{
	list-style: none;
	padding-top: 30px;
}

.mobile-menu li a{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s;
	letter-spacing: 0.5px;
	font-family: "Kdam Thmor Pro",sans-serif;

}


.mainheader .bi-list{
	font-size: 30px!important;
	color: #fff;
}



@media(max-width: 768px){

	.project{
		margin-top: -100px;
	}


}
