
@media(max-width: 1720px) {
.header {

	grid-template-columns: 22% 56% 22% !important;
	display: grid;

}
}
/*===========================*/

@media(max-width: 1570px) {


}
/*===========================*/
@media(max-width: 1440px) {
.cen {
	width: 1200px;

	max-width: 1200px;

}

}


/*===========================*/
@media(max-width: 1200px) {
   .cen{
       width:768px;

   }
.vector {
	padding: 40px 100px;
}  
 .vector1 {
	display: none;
}
 .vector2{
    display: block;
}
.logo {
	position: relative;
	left: auto;
	top: auto;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 24px;
}

.contentsArea h1 {
	font-size: 2.8em;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 24px;
}
.home .contentsArea h1 {
	font-size: 2.2em;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 4px;
}
.contentsArea h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .3em 0;
	text-align: center;
	margin-bottom: 1em;
}
.contents {
	display: block;
	grid-template-columns: 100%;
	min-height: 100vh;
	align-items: center;
	color: #1D396A;
	position: relative;
	z-index: 10;
}
.contentsArea {
	position: relative;
	padding: 24px 24px;
	padding-top: 0px;
}

.gform-theme--foundation .gfield {
	xxdisplay: block;
	width: 100%;
	float: none;
	padding: 8px 8px;
	box-sizing: border-box;
}
.circle {
	width: 150vw;
	height: 150vw;
	background: #FFF;
	position: fixed;
	bottom: auto;
	right: -100vw;
	border-radius: 999999999px;
	opacity: .2;
	top: 0px;
}

}
/*===========================*/
@media(max-width: 980px) {
   .cen{
       width:768px;
   }

}

/*===========================*/

@media(max-width: 768px) {
body{
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden;
}
.cen {
	width: 100%;
    min-width: 100%;
    max-width: 100%;
	padding: 0px 16px;
	box-sizing: border-box;
}
#all {
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden; 
}
.mainLogo {
	width: 140px;
	/* margin: 0 auto; */
	position: relative;
	xxz-index: 1001;
	float: left;
	top: 16px;
	left: 0;
}
.azadMenuBtnWrp {
	position: fixed;
	position: relative;
	padding: 2px 0 !important;
	z-index: 1001;
	top: 8px;
	left: 0px;
	width: 100%;
	height: 0%;
	transition: .3s;
}
.azadMenuBtn {
	width: 54px;
	height: 54px;
	position: relative;
	xxtop: -16px;
	margin-left: 8px;
	margin-right: 0px;
	transition: .3s;
	cursor: pointer;
	z-index: 1001;
	background: #F8F8F8;
	border-radius: 90%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.0);
	backdrop-filter: blur(12px);
	border: solid 1px rgba(255,255,255,0);
}

.az_ln1 {
	top: 15px;
	left: 12px;
}
.az_ln2 {
	top: 25px;
	left: 12px;
}
.az_ln3 {
	top: 35px;
	left: 12px;
}
.opened .az_ln1 {
	transition: .3s;
	transform: rotate(-45deg);
	top: 25px;
}
.opened .az_ln3 {
	transition: .3s;
	transform: rotate(45deg);
	top: 25px;
}
#con {
	display: block;
	align-items: center;
	/* align-content: center; */
	height: auto;

	padding-top: 100px;
	box-sizing: border-box;
}

.header {
	grid-template-columns: 45% 10% 45% !important;
	display: grid;
	background: #E8A2AB;
	height: 72px;
}
.btns {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0px;
}
.btnForm {
	padding: 16px 32px;
	display: block;
	border-radius: 900px;
	background: #FFF;
	box-shadow: 0px 2px 4px rgba(0,0,0,.1);
	text-align: center;
	margin: .5em 0;
	font-size: 1.4em;
	color: #1D396A;
	transition: .3s;
}
.vector {
	padding: 0px 44px;
}
.postBar {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 40px;

}
.contentsArea {
	position: relative;
	padding: 24px 16px;
	padding-top: 0px;
}
.contentsArea h1 {
	font-size: 3.3em;
	line-height: 1.4em;
	padding-bottom: 16px;
	text-align: center;
	width: 84%;
	margin: 0 auto;
}
.contentsArea h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: .3em 0;
	text-align: center;
	margin-bottom: 1em;
}
.int #con {
	padding-top: 80px;
}
.int .contentsArea h1 {
	font-size: 2.3em;
	font-size: 1.8em;

}
.home .contentsArea h1 {
	font-size: 2.3em;


}
.gform-theme--foundation .gform-grid-col {
	flex: none;
	inline-size: 100%;
	padding-inline: calc(var(--gf-field-gap-x)/ 2);
	width: 100% !important;
}
.postBar {
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
	column-gap: 40px;
	row-gap: 40px;
	box-sizing: border-box;
	justify-content: space-between;
}
.gform-theme--foundation .gform_fields {

	grid-template-columns: 100%;
	row-gap: 12px !important;
}
.loginArea {
	float: right;
	position: relative;
	top: 8px;
	right: 18px;
}
.dateArea {
	grid-template-columns: 100%;
	display: grid;

	margin: 9px 0px;
	gap: 24px;
}

}