@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,300&subset=latin,latin-ext');

/* ==========================================================================
   Base Style
   ========================================================================== */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 13rem 0 7rem 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #27374D;
	text-align: left;
	background-color: #DDE6ED;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	position: relative;
	overflow-y: auto;
}

html a, html button, body a, body button {
	outline: none !important;
	outline-offset: 0  !important;
	background-image: none  !important;
	-webkit-box-shadow: none !important;
	box-shadow: none  !important;
}

a, a:hover, .btn {
	text-decoration: none !important;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

textarea {
  resize: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.br {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.form-control {
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.was-validated .form-control:invalid:focus,
.form-control:focus {
	box-shadow: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 10px 0;
	z-index: 999;
	-webkit-box-shadow: 0px -4px 34px 2px rgba(0,0,0,0.26);
	box-shadow: 0px -4px 34px 2px rgba(0,0,0,0.26);

}

header > .container {
	position: relative;
}

.webnet {
	width: 118px;
	margin: 0 auto;
	padding: 0;
	line-height: 26px;
}

.webnet a {
	display: block;
	overflow: hidden;
	padding: 0;
	background: url('/img/webnet.png') no-repeat left center !important;
	background-size: auto;
	background-size: 103px 35px !important;
	text-indent: -9999em;
	font-size: 1.2rem;
}

.internal {
	position: absolute;
	right: 10px;
	top: -3px;
}

.internal > ul > li:last-child > a {
	border-color: #FF204E;
	background-color: #FF204E;
	color: #FFF;
}

.section_content {
	margin: 0;
	background-color: #FFF;
	padding: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.section_content h2 {
	text-align: center;
	margin: 0;
}

.info-area {
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	text-align: center;
	padding: 40px 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 19%;
}

.info-area-wrap {
	text-align: center;
}

.info-area-image {
	width: 240px;
	height: 240px;
	border-radius: 20px;
	overflow: hidden;
	margin: -180px auto 21px;
	box-shadow: 0 4px 6px rgba(0,0,0,.08);
}

.info-area-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-social-link {
	width: 230px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 7.5px;
	margin: 0 auto 30px;
}

.info-bio {
	font-size: 14px;
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	color: #000;
	font-family: Poppins,sans-serif;
	background-color: #EFEFEF;
	border-radius: 5px;
	padding: 4px 20px;
}

.info-contact {
	background-color: #EFEFEF;
	border-radius: 16px;
	text-align: left;
	padding: 20px 30px;
}

.info-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.info-contact-item .icon {
	flex: 0 0 auto;
	display: inline-block;
	width: 44px;
	height: 44px;
	background-color: #FFF;
	border-radius: 8px;
	text-align: center;
	line-height: 44px;
	box-shadow: 0 4px 6px rgba(0,0,0,.08);
	transition: .3s;
	color: #FF204E;
}

.info-contact-item .text {
	display: inline-block;
}

.info-contact-item .text span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 3px;
}

.info-contact-item .text p {
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 0;
}

.info-contact-item:not(:first-child) {
	border-top: 1px solid #e3e3e3;
}

.footer {
	font-size: 14px;
	text-align: center;
	padding: .5rem 0;
	margin-top: 2rem;
}

@media (max-width: 767px) {

	.info-area {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
		padding: 40px 20px;
	}

}

/* For Desktop View */
@media screen and (min-width: 1024px) {

}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {

}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {

}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)	and (-webkit-min-device-pixel-ratio: 2) {

}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)	and (-webkit-min-device-pixel-ratio: 3) {

};
