.post,
.page {
	margin-bottom: 0;
}

:root{
    --font-inter:"Inter Tight", sans-serif;
    --yellow:#feaf03;
    --text-color:#848380;
	--white:#ffff;
	--black:#000;
	--dark-black:#1e1e1e;
	--light-gray:#e1e6e9;
}

html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

 /* font-family: "Noto Serif KR", serif; */
 

/********** Font Family ******************

 font-family: "Inter Tight", sans-serif;

***************************************/

body {
	overflow-x: hidden;
	text-decoration: none;
	box-sizing: border-box;
	margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: var(--text-color);
    font-family: var(--font-inter);
	background-color: #f7f7f7;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px
}


h1,
.h1 {
	font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    color: var(--black);
    font-family: var(--font-inter);
    margin-bottom: 10px;
}
h1 span,.h1 span,h2 span,.h2 span{
    color: var(--yellow);
}
h2,
.h2 {
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
    color: var(--black);
    font-family: var(--font-inter);
    margin-bottom: 24px;
}

h3,
.h3 {
	font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
	color: var(--black);
    font-family: var(--font-inter);
}

h4,
.h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
    font-family: var(--font-inter);
}

h5,
.h5 {
	font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
	color: var(--text-color);
    font-family: var(--font-inter);
}



h6,
.h6 {
	font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: var(--text-color);
    font-family: var(--font-inter);
}



p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: var(--text-color);
    font-family: var(--font-inter);
}

li {
	font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: var(--text-color);
    font-family: var(--font-inter);
}

a {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
     color: var(--text-color);
    font-family: var(--font-inter);
	transition: all 0.6s;
    
}

a:hover {
	text-decoration: none;
	color: var(--yellow);
}

p:last-child,
li:last-child {
	margin-bottom: 0;
}

section {
	margin: 120px 0;
}


.section-title {
	margin-bottom: 40px;
}
.title-section h2 {
    margin-bottom: 15px;
}
ul,
ol {
	margin-left: 0;
	margin-bottom: 0;
}

a.btn,
.btn,
body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit,.input-field input[type="submit"] {
	padding: 20px 32px;
	font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
	text-transform: capitalize;
	color: var(--black);
	background-color: var(--yellow);
	transition: all 0.6s;
	text-align: center;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	justify-content: center;
	font-family: var(--font-inter);
	cursor: pointer;
}

a.btn:hover,
.btn:hover,
body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit:hover,.input-field input[type="submit"]:hover {
	background-color: var(--black);
    color: var(--white);
	transform: translateY(-10px);
}

a.btn.btn-black{
  background-color: var(--black);
  color: var(--white);
}

a.btn.btn-black:hover{
	background-color: var(--yellow);
	color: var(--black);
}

.simple-cta{
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: var(--black);
	display: inline-flex;
	align-items: center;
	transition: all 0.6s;
	cursor: pointer;
	border-bottom: 1px solid var(--yellow);
}
.simple-cta svg {
    margin-left: 5px;
}
.simple-cta:hover{
	color: var(--yellow);
}
.simple-cta:hover svg{
   fill: var(--yellow);
}

.content-box li {
    margin-left: 20px;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	width: 100%;
}
.sub-title {
    border-radius: 9999px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.84px;
	font-family: var(--font-inter);
}

.sub-title svg,.sub-title img {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    flex-shrink: 0;
    margin-right: 6px;
}
.title-section {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.title-section p{
	font-size: 18px;
	line-height: 28px;
	color: #555;
}
img {
	height: unset;
	width: unset;
	vertical-align: middle;
}

.column-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border: 0;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.11px solid #EBB300;
}

.slick-arrow:hover {
	background-color: #FFD95D;
	  border: 1.11px solid #FFD95D;
}
.slick-slider .slick-track {
	display: flex;
}

.slick-slider .slick-slide {
	height: auto;
}

.custom-arrow .slick-arrow {
	position: static;
	transform: unset;
}
.custom-arrow .btn {
    margin-right: 18px;
}
.custom-arrow {
	display: flex;
	align-items: center;
}

.custom-arrow .slick-arrow.next {
	margin-left: 8px;
}
.custom-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.mobile-arrow{
	display: none;
}
.slick-disabled {
	opacity: .25;
}

ul.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	width:100%;
}

ul.slick-dots li {
	margin-bottom: 0;
	height: 12px;
	width: 12px;
	background: transparent;
	border: 1px solid rgba(85, 85, 85, 0.20);
	border-radius: 50%;
	margin: 0 4px;
	opacity: 1;
	list-style-type: none;
}

ul.slick-dots li button {
	font-size: 0;
	background: 0;
	border: 0;
	width: 0;
	box-shadow: unset;
}

ul.slick-dots li.slick-active {
    opacity: 1;
    background: #6FA8FF;
	border: 1px solid #6FA8FF;
}

.custom-slick {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.custom-dots {
	position: relative
}

.custom-dots .slick-dots {
	position: static;
	justify-content: start;
	margin-top: 0;
}
.ctc-no-number-message {
    padding: 15px 25px !important;
}



.input-field .wpcf7-spinner {
    display: none;
}

.input-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    margin-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
	font-family: var(--font-inter);
}
.input-field label span {
    color: #dc3232;
}

.input-field p {
    opacity: 1;
}

select {
    border:0;
	border-bottom: 1px soli var(--yellow);
    background-color: rgba(248, 248, 248, 0.40);
    padding: 10px 50px 10px 20px;
    color: #1F2B4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    outline: none;
    line-height: 140%;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 21px;
    cursor: pointer;
	font-family: var(--font-inter);
    overflow-y: hidden !important;
}

.input-field input, 
.input-field select, 
.input-field input,
.input-field textarea {
    border: 0;
	border-bottom: 1px soli var(--yellow);
    padding: 10.5px 20px;
    width: 100%;
    background-color: transparent;
    appearance: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--black);
    outline: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 20px;
    font-family: var(--font-inter);
}
.input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.input-field {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.input-field textarea::placeholder {
    color: rgba(10, 10, 10, 0.50);
}

.input-field.full-width {
    width: 100%;
}

.input-field textarea {
     height: 112px;
}

.input-field input::placeholder {
   color: rgba(10, 10, 10, 0.50);
}

.wpcf7-acceptance .wpcf7-list-item [type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 0;
    border-radius: 4px;
    border: 1px solid rgba(10, 84, 74, 0.20);
    padding: 0;
    margin-right: 15px;
    appearance: auto;
    -webkit-appearance: checkbox;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    color: rgba(10, 84, 74, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

body .input-field select {
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    background-position:  right 20px center;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    line-height: 1;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-weight: 600;
    padding: 10px;
}
.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 33.33%;
    margin-bottom: 10px;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    border-radius: 2px;
    border-radius: 2px;
    border: 1px solid var(--Color-black, #1F2B4D);
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 10px;
	appearance: auto;
	cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.wpcf7-checkbox .wpcf7-list-item label span {
    color: #1F2B4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
}
.form-headding h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    color: #111827;
    margin-bottom: 10px;
}

.form-headding p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

.form-headding {
    margin-bottom: 23px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 16px;
    line-height: 20px;
}

.btn-div {
	display: flex;
	align-items: center;
}

.btn-div a:not(:last-child) {
	margin-right: 10px;
}
body .mfp-close-btn-in .mfp-close {
    color: #EBB300;
    border-radius: 40px;
    background: #FFF;
    opacity: 1;
    font-size: 34px;
    top: -10px;
}
body .mfp-container {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	right: 0;
}

.mfp-content {
	padding: 50px 0;
}






.custom-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.custom-pagination .page-numbers {
	height: 40px;
	width: 40px;
	background-color: #EBB300;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 6px;
}

.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.active {
	background-color: #EBB300;
}
/***********************************************
                    404 Css
***********************************************/

.error-404 .content_block {
    text-align: center;
}
.error-404 .content_block h1.page-title {
    font-size: 160px;
    line-height: 1;
    margin: 0;
    text-shadow: 1px 1px 1px #5A9AFF, 2px 2px 1px #5A9AFF, 3px 3px 1px #5A9AFF, 4px 4px 1px #5A9AFF, 5px 5px 1px #5A9AFF, 6px 6px 1px #5A9AFF, 7px 7px 1px #5A9AFF, 8px 8px 1px #5A9AFF, 25px 25px 8px rgba(0, 0, 0, 0.2);
    color: #1F2B4D;
    font-family: "Poppins", sans-serif;
}

.error-404.not-found {
    background: rgb(90 154 255 / 15%);
    padding: 80px 0;
    margin: 0;
}


/***********************************************
                    Header Css
***********************************************/



body.menu-open .sidebar-overlay {
	opacity: 1;
	visibility: visible;
	width: 100vw;
}

.sidebar-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	height: 100vh;
	display: inline-block;
	background-color: rgb(12 13 14 / 50%);
	z-index: 1;
	transition:  all 0.8s;
}
.site-header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 15px 0;
    border-bottom: 1px solid rgba(31, 43, 77, 0.15);
}
.site {
	position: relative;
}

.site-header.is-sticky .header-row .site-branding:before {
    width: 200px;
    height: 109px;
}
.site-header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: slideDown 0.6s ease-out;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.admin-bar .site-header.is-sticky {
	top: 32px;
}

.site-header.is-sticky .header-top {
	padding: 5px 0;
}


@keyframes slideDown {
	from {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}


.header-row .social-link{
	z-index: 2;
}

.sticky-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}
.main-menu {
    display: flex;
    align-items: center;
}
.header-cta a.btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    flex-shrink: 0;
}
.menu-toggler {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-left: 10px;
}
.menu-toggler svg {
	vertical-align: middle;
}

.main-menu .menu li a {
	font-weight: 500;
}
.current-menu-item > a,
.footer-menu ul li.current-menu-item > a {
    color: var(--yellow);
}
.main-menu .menu li.current-menu-parent > a {
	color: var(--yellow);
}
.main-menu .menu>li>a:hover {
	color: var(--yellow);
}
.main-menu .menu li {
	display: inline-block;
	position: relative;
    margin-bottom:0;
}
.main-menu .menu li:not(:last-child){
  margin-right: 20px;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-left .site-branding {
    margin-right: 40px;
}
.header-left .site-branding img {
    height: 100px;
}
.header-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}



/***********************************************
                    Footer  Css
***********************************************/
.site-footer {
    background-color: var(--black);
}
.footer-top {
    padding: 80px 0;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-row>div:nth-child(1),
.footer-row>div:nth-child(4) {
    width: 24%;
}
.footer-col > div:not(:last-child) {
    margin-bottom: 30px;
}
.user-info a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: var(--white);
    text-transform: uppercase;
}

.user-info a img {
    height: 18px;
    width: 18px;
    flex-shrink: 0;
    margin-right: 10px;
}

.user-info a:not(:last-child) {
    margin-bottom: 10px;
}
.menu li {
    list-style-type: none;
}
.footer-col .menu li:not(:last-child) {
    margin-bottom: 14px;
}
.footer-col .title {
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}
.footer-bottom {
    background-color: var(--dark-black);
	padding: 20px 0;
}
.footer-bottom p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}
.newsletter-form input[type="email"] {
    border-bottom: 1px solid var(--white);
	color: var(--white);
}
.newsletter-form  .input-field input[type="submit"]:hover {
    background-color: var(--dark-black);
}
/***********************************************
                    Responsive  Css
***********************************************/


@media only screen and (min-width:576px) {
	.container {
		max-width: 540px;
	}
	body .mfp-container {
            max-width: 540px;
        
    }
}
@media only screen and (min-width:768px) {
	.container {
		max-width: 720px;
	}
	body .mfp-container {
		max-width: 720px;
	}
}

@media only screen and (min-width:992px) {
	.container {
		max-width: 960px;
	}
	 body .mfp-container {
		max-width: 960px;
	}
	    .header-row .social-link {
		display: none;
	}
	.sidebar .menu-close {
		display: none;
	}

	.sidebar .site-branding {
		display: none;
	}

	.menu-toggler {
		display: none;
	}
	.sidebar-search {
		display: none;
	}
	.sidebar .footer-link-col.last-col {
		display: none;
	}
	.menu-item-has-children>a {
		padding-right: 24px;
		position: relative;
	}

	.menu-item-has-children:hover .arrow {
		filter: unset;
		transform: translateY(-50%) rotate(-180deg);
	}

	.menu-item-has-children .arrow {
		width: 10px;
		background-image: url(../images/menu-down-arrow.svg);
		background-repeat: no-repeat;
		background-size: 12px;
        height: 15px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		background-position: center;
	}

	.sub-menu {
		background: #EBB300;
		position: absolute;
		top: 100%;
		width: 220px;
		left: 0;
		margin: 0;
		padding: 7px;
		border-radius: 4px;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s;
		z-index: 1;
	}

	.main-menu .menu li>.sub-menu li {
		display: block;
		margin-right: 0;
	}

	.menu>li:hover .sub-menu {
		visibility: visible;
		overflow: visible;
		opacity: 1;
	}

	.sub-menu li a {
		display: block;
		padding: 10px 16px 7px;
		margin: 0;
		border-radius: 4px;
		color: #10100E;
		line-height: 20px;
	}

	.sub-menu li a:hover {
		background: #FFD95D;
	}
	
	.main-menu .menu li.current-menu-parent .sub-menu .current-menu-item a {
		background: #FFD95D;
	}
    
}

@media only screen and (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
	body .mfp-container {
		max-width: 1140px;
	}

}

@media only screen and (min-width:1400px) {
	.container {
		max-width: 1320px;
	}
	
	body .mfp-container {
		max-width: 1320px;
	}

}

@media only screen and (max-width:1399px) {
	h1, .h1 {
		font-size: 50px;
		line-height: 60px;
	}
    /***********************************************
                        Header Css
    ***********************************************/

    /***********************************************
                        Footer Css
    ***********************************************/
	
}

@media only screen and (max-width:1199px) {
	.error-404.not-found {
		padding: 60px 0;
	}
	.error-404 .content_block h1.page-title {
		font-size: 100px;
		line-height: 120px;	
	}
	
    section {
		margin: 80px 0;
	}
	.wpcf7-checkbox .wpcf7-list-item {
		width: 50%;
	}
	h1,
	.h1 {
		font-size: 32px;
		line-height: normal;
	}

	h2,
	.h2 {
		font-size: 28px;
		line-height: normal;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 28.6px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 20px;
	}

	h6,
	.h6 {
		font-size: 18px;
	}

	.footer-col h4 {
		font-size: 24px;
	}

	.btn-div a:not(:last-child) {
		margin-right: 10px;
	}
	.site-header {
		padding: 15px 0;
	}
   
    /***********************************************
                        Footer Css
    ***********************************************/
	.footer-top {
		padding: 60px 0;
	}
	.footer-row>div:nth-child(1), .footer-row>div:nth-child(4) {
		width: 28%;
	}


}

@media only screen and (max-width:991px) {


   .custom-arrow .btn {
		margin-right: 0;
	}
	section {
		margin: 60px 0
	}

	.admin-bar .header-menu {
		top: 32px
	}
	.error-404.not-found {
		padding: 40px 0;
	}

	.input-field input, .input-field select, .input-field input, .input-field textarea{
		font-size: 14px;
	}
	 /***********************************************
                        Header Css
    ***********************************************/


    .header-menu {
		position: fixed;
		background: var(--white);
		top: 0;
		height: 100vh;
		z-index: 2;
		left: 0;
		max-width: 394px;
		width: 100%;
		overflow: auto;
		transform: translateX(-100%);
		transition: all 0.6s;
	}
	body.menu-open {
		overflow: hidden;
	}
	body.menu-open .header-menu {
		transform: translateX(0)
	}
	.main-menu .menu li {
		display: block;
	}
	.main-menu .menu li a {
		font-size: 20px;
		line-height: 30px;
		color: var(--black);
	}
	.main-menu .menu li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-menu .menu li .sub-menu {
		margin-top: 15px;
		margin-left: 15px;
		display: none;
	}
	.main-menu {
		padding: 40px 20px;
	}
    .header-cta {
        display: none;
    }
	.sidebar .social-link a {
		height: 44px;
		width: 44px;
	}
	.menu-item-has-children .arrow {
		width: 20px;
		background-image: url(../images/plus.png);
		height: 20px;
		position: absolute;
		right: 0;
		top: 5px;
		transform: unset;
		background-repeat: no-repeat;
		background-position: center;
		transition: all 0.6s;
	}
	span.arrow.active {
		transform: rotate(45deg);

	}
	.main-menu .menu li .sub-menu li {
		margin-bottom: 10px;
	}
    .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #1F2B4D;
    }
    
    .main-menu {
        display: block;
    }

	ul .wpml-ls-menu-item a {
		display: inline-block;
	}
	.header-right .btn {
		display: none;
	}
	/***********************************************
                        Footer Css
    ***********************************************/
	.footer-top {
		padding: 40px 0;
	}
   .footer-row>div:nth-child(1), .footer-row>div:nth-child(4) {
		width: 100%;
	}
	.footer-row>div:not(:last-child) {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:782px) {
	.admin-bar .header-menu {
        top: 46px;
    }
}

@media only screen and (max-width:600px) {
	.admin-bar .site-header.is-sticky {
		top: 0;
	}

	.admin-bar .is-sticky .header-menu {
        top: 0;
    }
}

@media only screen and (max-width:767px) {
	.btn-div {
		display: block;
	}
    section {
		margin: 40px 0
	}
	.btn-div a:not(:last-child) {
		margin-bottom: 20px;
	}

	.fluentform fieldset .ff-el-group {
		width: 100%;
	}
	.input-field {
		width: 100%;
	}
	.wpcf7-checkbox .wpcf7-list-item {
		width: 100%;
	}
	/***********************************************
                    Header  Css
    ***********************************************/

	/***********************************************
                    Footer  Css
    ***********************************************/
	.footer-bottom .column-row {
		justify-content:center;
	}
}

@media only screen and (max-width:374px) {
	
}