header{
	position: fixed;
	z-index: 100;
}
@media (min-width: 1080px) {
    .sp{
		display: none;
	}
	.header__wrap{
		display: flex;
		padding-top: min(2.1326530612vw + 13.8775510204px, 48px);
		padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
		padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
    	padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
		align-items: center;
		position: relative;
	}
	h1.site-logo{
		width: 70%;
		padding-right: 2.727%;
	}
	h1.site-logo a{
		line-height: 4rem;
    	display: inline-block;
	}
	.pc-nav-menu{
		/* margin-right: 30%; */
	}
	.pc-nav{
		font-size: calc(1.5rem + ((1vw - 7.68px) * 1.0417));
	}
	.nav-list{
		display: flex;
		gap: 3.2rem;
	}
	.head-btn{
		color: #fff;
    	font-weight: 700;
    	display: flex;
    	line-height: 1.5;
		font-size: 1.4rem;
		position: absolute;
		right: min(1.6326530612vw + 13.8775510204px, 40px);
	}
	.head-btn > a.pc-contact-btn{
		width: 13.6rem;
		height: 4rem;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #28467D;
		transition: all .7s;
	}
	a.pc-contact-btn:hover {
		box-shadow: 10px 10px 10px 0px #dedede;
		border-color: transparent;
		background: #fff;
		color: #28467D;
	  }

}
@media  (max-width: 1079px){
	.sp{
		display: none;
	}
	.header__wrap{
		display: flex;
		padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
    	padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
		padding-top: min(2.1326530612vw + 13.8775510204px, 48px);
		padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
		align-items: center;
		position: relative;
	}
	h1.site-logo{
		width: 20%;
		padding-right: 2.727%;
	}
	h1.site-logo a{
		line-height: 3,2rem;
    	display: inline-block;
	}
	.pc-nav-menu{
		/* margin-right: 30%; */
	}
	.pc-nav{
		font-size: calc(1.3rem + ((1vw - 7.68px) * 1.0417));
	}
	.nav-list{
		display: flex;
		gap: 3.2rem;
	}
	.head-btn{
		color: #fff;
    	font-weight: 700;
    	display: flex;
    	line-height: 1.5;
		font-size: 1.4rem;
		position: absolute;
		right: 0px;
	}
	.head-btn > a.pc-contact-btn{
		width: 13.6rem;
		height: 4rem;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #28467D;
		transition: all .7s;
	}
	a.pc-contact-btn:hover {
		box-shadow: 10px 10px 10px 0px #dedede;
		border-color: transparent;
		background: #fff;
		color: #28467D;
	  }
}

@media (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: unset;
	}
	header{
		width: 100%;
	}
	h1.site-logo{
		width: 57%;
		padding-left: 2rem;
		padding-right: 0;
	}
	h1.site-logo a{
		line-height: 6.4rem;
	}
	.menu {
		list-style: none;
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		/* margin-top: 8.8rem; */
		padding: 3.6rem 0 2.4rem;
		clear: both;
		background: #172840;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform: scale(1, 0);
		transform-origin: top;
		z-index: 100;
	  }
	  
	  /* Hamburger menu button */
	  .menu-btn:checked ~ .menu {
		transform: scale(1, 1);
		transform-origin: top;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	  }
	  
	  /* Hamburger menbu text */
	  .menu .nav-list__item {
		text-decoration: none;
		font-weight: 500;
		letter-spacing: 2px;
		font-size: 1.5rem;
		text-transform: capitalize;
		color: #fff;
		opacity: 0;
		transition: 0.5s;
	  }
	  .buger-logo{
		width: 52%;
		padding-left: 2.4rem;
		margin-bottom: 3.2rem;
	  }
	  .menu li a > img{
		background: #fff;
		width: 48px;
		border-radius: 100%;
		margin-right: 20px;
	  }
	  .menu li {
		border-top: 1px solid #454e5b;
        padding: 1.2rem 0;
        margin: 0 2.4rem;
		opacity: 0;
		transition: 0.5s;
		color: #fff;
		display: flex;
		align-items: center;
	  }
	  .menu h4{
		font-size: 1.8rem;
	  }
	  .menu p{
		font-size: 1.2rem;
		height: 20px;
	  }
	  .sp-nav-dropdown-menu{
		border-top: 1px solid #89a0cb;
		padding: 2rem 0;
		margin: 0 4rem;
		line-height: 4rem;
		font-weight: 100;
		font-size: 1.4rem;
		color:#fff;
	  }
	  .menu-btn:checked ~ .menu a,
	  .menu-btn:checked ~ .menu li {
		opacity: 1;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	  }
	  
	  .menu-btn {
		display: none;
	  }
	  
	  .menu-icon {
		display: inline-block;
		position: absolute;
		cursor: pointer;
		padding: 20px 16px 0;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        right: 2.2rem;
        top: 2rem;
		background: #8caccb;
		z-index: 999;
		border: 1px solid #0d1933;
		width: 18% !important;
        height: auto !important;
	  }
	  .menu-icon::after{
		background-color: #104b8d;
		/* border: 1px solid #0d1933; */
		bottom: 8px;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		transform: translateY(0.5rem);
		width: 100%;
		z-index: -1;
	  }
	  
	  .navicon {
		background: #fff;
		display: block;
		height: 1px;
		width: 34px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	  }
	  .menu-icon p{
		color: #fff;
		font-size: 1.2rem;
		display: block;
		height: 32px;
		line-height: 24px;
		font-family: "Poppins", sans-serif;
		letter-spacing: 0.25px;
	  }
	  .navicon:before,
	  .navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #fff;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	  }
	  
	  /* .navicon:before {
		top: 9px;
	  } */
	  
	  .navicon:after {
		bottom: 4px;
	  }
	  
	  /* Hamburger Menu Animation Start */
	  .menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-15deg);
	  }
	  
	  .menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(15deg);
	  }
	  
	  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	  }
	  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	  }
	  
	  .menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	  }
	  /* Hamburger Menu Animation End */
	  
	  /* Navbar Container */
	  .navtext-container {
		width: 100%;
		height: 8.8rem;
		position: relative;
		box-sizing: border-box;
		display: flex;
		justify-content: left;
		align-items: end;
	  }
	  .hdr-contact{
		margin: 2.4rem 4rem 0;
    	background: #fff;
		border-radius: 10px;
	  }
	  .hdr-contact > a{
		height: 5.6rem;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	  }
}
@media (max-width: 480px) {
		h1.site-logo img{
			max-width: 98%;
		}
}



