* {
	margin: 0;
	padding: 0;

}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {

	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

ul,
ol {
	margin: 0;
	padding: 0;

}

html {
	scroll-behavior: smooth;
}

li {
	text-decoration: none;
}


.mybtn {
	background: #1276BC;
	color: #fff;
	font-weight: 700
}

.nav-link {
	color: #000000;

}

.nav-link:hover {
	color: #1276BC;

}

.active {
	color: #1276BC !important;

}


h1 {


	font-weight: 700;
	font-size: 35px;
}

.mycolor {
	color: #1276BC;
	font-size: 50px;
}



.webcoderskull-item {
	border: 1px solid #1276BC;
	margin-bottom: 45px;
	padding: 35px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 1px 3px rgba(52, 96, 166, 0.12), 0 1px 2px rgba(52, 96, 166, 0.12);
	height: 400px;
}

.webcoderskull-item:hover {
	box-shadow: 0 14px 28px rgba(52, 96, 166, 0.12), 0 10px 10px rgba(52, 96, 166, 0.12);
}

.webcoderskull-item .fa {
	font-size: 35px;
	margin-bottom: 30px;
}

.learn-more {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-decoration: none;
}

.webcoderskull-item h3 a {
	color: #000;
	text-decoration: none;
}

.webcoderskull-item:hover h3 a {
	color: #1276BC;
}

.webcoderskull-item:hover .learn-more,
.webcoderskull-item:hover h3,
.webcoderskull-item:hover .fa {
	text-decoration: none;
	color: #1276BC;
}

.webcoderskull-item:hover .learn-more::after {
	content: " \2192";
	opacity: 1;
	transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	margin-left: 5px;
	margin-top: 0px;
	line-height: 15px
}

.webcoderskull-item .learn-more::after {
	content: " \2192";
	position: absolute;
	opacity: 0;
	margin-left: -30px;
	transition: all 0.6s ease 0s;
	font-size: 31px;
	line-height: 15px;
	transition: all 0.6s ease 0s;
}

.frame {
	text-align: center;
	position: relative;
	cursor: pointer;
	perspective: 500px;

}

.frame img {
	width: 100%;
	height: 350px;
	box-shadow: 0 14px 28px rgba(52, 96, 166, 0.12), 0 10px 10px rgba(52, 96, 166, 0.12);

}

.frame .details {
	width: 100%;
	height: 350px;
	padding: 5% 5%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	opacity: 0;
	transition: all 0.4s ease-in;

}

.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}

.myimagebox {
	background: rgba(0, 0, 0, 0.9);
}

.box {

	background-color: #1276BC;
	height: 300px;

	padding: 30px;

}

.box:hover {
	background-color: #000;
}

.mysocial {
	transition: .5s;
	font-size: 50px;
	color: #1276BC;
}

.mysocial:hover {

	color: #000000;
	transform: translate(0, -10px)
}


.footersocial {
	transition: .5s;
	font-size: 40px;
	color: #FFF;
}

.footersocial:hover {

	transform: translate(0, 10px)
}

.footerheading {
	color: #fff;
}

.footerborder {

	height: 5px;
	width: 50px;
	background: #1276BC;
}

.footer-widget ul li {
	display: inline-block;
	margin-bottom: 12px;
	text-decoration: none;
}

.footer-widget ul li a:hover {
	color: #1276BC;
	text-decoration: none;
}

.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
	text-decoration: none;
}

.subscribe-form {
	position: relative;
	overflow: hidden
}

.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2e2e2e;
	border: 1px solid #2e2e2e;
	color: #fff
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: #1276BC;
	padding: 13px 20px;
	border: 1px solid teal;
	top: 0
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg)
}





.pageheaderh1 {

	color: #fff;
	font-size: 90px;
	text-align: center;
}

.contactbox {
	color: #FFF;
	background-color: #000;
	padding: 40px 20px 40px 20px;
	text-align: center;
	transition: 0.4s;
}

.contactbox:hover {


	transform: translate(0, -10px);
}

.Satisfied {
	color: #FFF;
	background-color: #000;
	padding: 20px 20px 40px 20px;
	text-align: center;

}

.Satisfied:hover {
	box-shadow: 0px 0px 0px 5px #ffffff;
	transition: box-shadow 0.3s linear;
	;
}

.emailbox {
	color: #FFF;
	background-color: #000;
	padding: 20px 20px 40px 20px;
	text-align: center;
	height: 300px;
	transition: 0.4s;
}

.emailbox:hover {

	transform: translate(0, -10px);
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #1E5387;
	}

  