@font-face{
	font-family: 'poppins_light';
	src: url('/fonts/poppins/poppins_light/Poppins-Light.eot');
	src: url('/fonts/poppins/poppins_light/Poppins-Light.eot') format('embedded-opentype'),
	url('/fonts/poppins/poppins_light/Poppins-Light.woff') format('woff'),
	url('/fonts/poppins/poppins_light/Poppins-Light.woff2') format('woff2'),
    url('/fonts/poppins/poppins_light/Poppins-Light.ttf') format('truetype'),
    url('/fonts/poppins/poppins_light/Poppins-Light.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'poppins';
	src: url('/fonts/poppins/poppins_bold/poppins.eot');
	src: url('/fonts/poppins/poppins_bold/poppins.eot') format('embedded-opentype'),
	url('/fonts/poppins/poppins_bold/poppins.woff') format('woff'),
	url('/fonts/poppins/poppins_bold/poppins.woff2') format('woff2'),
    url('/fonts/poppins/poppins_bold/poppins.ttf') format('truetype'),
    url('/fonts/poppins/poppins_bold/poppins.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

/* @font-face{
	font-family: 'lato';
	src: url('/fonts/Lato/Lato-Regular.eot');
	src: url('/fonts/Lato/Lato-Regular.eot') format('embedded-opentype'),
	url('/fonts/Lato/Lato-Regular.woff') format('woff'),
	url('/fonts/Lato/Lato-Regular.woff2') format('woff2'),
    url('/fonts/Lato/Lato-Regular.ttf') format('truetype'),
    url('/fonts/Lato/Lato-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
} */

/*@font-face{
	font-family: 'playfair';
	src: url('/fonts/playfair/PlayfairDisplay.eot');
	src: url('/fonts/playfair/PlayfairDisplay.eot') format('embedded-opentype'),
	url('/fonts/playfair/PlayfairDisplay.woff') format('woff'),
	url('/fonts/playfair/PlayfairDisplay.woff2') format('woff2'),
    url('/fonts/playfair/PlayfairDisplay.ttf') format('truetype'),
    url('/fonts/playfair/PlayfairDisplay.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}*/

@font-face{
	font-family: 'playfair';
	src: url('/fonts/playfair/PlayfairDisplay.eot');
	src: url('/fonts/playfair/PlayfairDisplay.eot') format('embedded-opentype'),
	url('/fonts/playfair/PlayfairDisplay.woff') format('woff'),
	url('/fonts/playfair/PlayfairDisplay.woff2') format('woff2'),
    url('/fonts/playfair/PlayfairDisplay.ttf') format('truetype'),
    url('/fonts/playfair/PlayfairDisplay.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
    box-sizing: border-box;
}
:root {
  --h1: clamp(2.5rem, 6vw + 1rem, 4.5rem);
  --h2: clamp(2rem, 5vw + 0.5rem, 3.5rem);
  --h3: clamp(1.75rem, 4vw + 0.5rem, 2.4rem);
  --h4: clamp(1.9rem, 3vw + 0.25rem, 2.2rem);
  --h5: clamp(1.25rem, 2.5vw + 0.25rem, 1.8rem);
  --h6: clamp(1.125rem, 2vw + 0.25rem, 1.5rem);
  --body: clamp(1.75rem, 1.5vw + 0.25rem, 1.7rem);
}

html{
	overflow-x:hidden;
}
body{
    background-color:#020202;
    overflow-x:hidden;
    font-family:var(--reg);
}
p{
    font-size: var(--body);
    line-height: 1.6;
    margin: 0 0 25px;
}
li {
    font-size: var(--body);
    line-height: 1.4;
    margin: 0 0 10px;
}

h1, .h1, .h1_title {font-size: var(--h1); line-height:1.4;}
h2, .h2, .h2_title {font-size: var(--h2); line-height:1.4;}
h3, .h3, .h3_title {font-size: var(--h3); line-height:1.4;}
h4, .h4, .h4_title {font-size: var(--h4); line-height:1.4;}
h5, .h5, .h5_title {font-size: var(--h5); line-height:1.4;}
h6, .h6, .h6_title {font-size: var(--h6); line-height:1.4;}

picture, img {
    width: 100%;
    max-width: 100%;
    display: table;
}
a{
	display: inline-block;
    line-height: 1.3;
    color:inherit;
    font-size:var(--h6);
}

ul, ol{
	padding:0;
	margin:0 0 30px 50px;
	list-style:none;
}
.disc{
	list-style:disc;
}
header {
    position: absolute;
    width: 100%;
    padding: 85px 0 10px;
    z-index: 9;
    transition: all 250ms ease;
}
div.default_container{
	width:100%;
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}
div.max_container{
	width:100%;
	max-width:1640px;
	padding:0 20px;
	margin:0 auto;
}
div.full_container{
	width:100%;
	padding:0 20px;
	margin:0 auto;
}
section {
    padding: 100px 0;
}
.section_bg {
    background-color: #00000099;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    background-attachment: fixed;
}

 h1, .h1_title {
    color: var(--white);
    line-height: 1.5;
    margin-bottom: 0;
    margin: 0;
    font-weight: normal;
    /* text-transform: uppercase; */
}
 h1 span, .h1_title span{
 	color:var(--secondary-color);
 }
b, optgroup, strong {
    font-family: var(--bold);
}
strike {
    text-decoration: line-through;
}
 .slick-dots {
    padding: 0 0 0 15px;
    bottom: -30px;
}
 .slick-dots li button {
	height: 16px;
	width: 16px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	opacity:1;
}
 .slick-dots li button:before {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	content:'' ;
	background-color:#fff !important;
	opacity:0.25;
	
}
 .slick-dots li.slick-active button:before {
	background-color: var(--main-color);
	opacity: 1 ; 
}
.slick-slide:focus{
	outline:0 ;
}


.banner_sec {
    width: 100%;
    margin: var(--margin) 0 0 0;
    padding: 25px 0 0;
}
.banner_image {
    padding: 80px 20px;
    border-radius: 20px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.banner_title {
    font-size: 38px;
    line-height: 1.3;
    color: var(--white);
    text-align: center;
    text-wrap: balance;
}
.sec_btn {
    font-size: 20px;
    padding: 12px 50px;
    border-radius: 50px;
    font-family: var(--bold);
    display: table;
    margin-top: 30px;
    transition:var(--ease);
    color: var(--main-color);
    background-color: var(--secondary-color);
}
.sec_btn.center {
	margin-left:auto;
	margin-right:auto;
}
.sec_btn:hover {
    background-color: #fff;
}
.t_center {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
}
.txt_center {
    text-align: center; 
}
.d_inblock{
    display:inline-block;
}
.d_block{
    display:block;
}

.lchild{
	padding-bottom:0;
	margin-bottom:0;
}
.fchild{
	padding-top:0;
	margin-top:0;
}

.login_button .fa-sign-in {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.login_flex{
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: end;
}
.ham_button {
    /* display: none; */
}
.header_flex_menu > *{
    flex:1;
}
.header_flex_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.header_logo img {
    min-width: 245px;
    min-height: 160px;
    object-fit: contain;
    transition: var(--ease);
}
header.sticky {
    padding: 20px 0 0;
    backdrop-filter: blur(10px);
    background: #00000069;
    box-shadow: var(--box-shadow);
}

.flex_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 45px;
    margin: 20px 0 0;
    background-color: var(--main-color);
}
.flex_menu > li > .top_padding{
    position: absolute;
    width: 100%;
    height: auto;
    left: -14px;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 260px;
    /*background-color: #01193e;*/
    /* overflow: hidden; */
	padding-top:25px;
}
.flex_menu > li > .top_padding ul{
	background-color: #01193e;
    border-radius: 5px;
    overflow:hidden;
    margin:0;
}
.flex_menu > li > ul:before{
	content:'';
	height:100px;
	width:20px;
}
/* drop down arrow css */
.drop_arrow {
    position:relative !important;
    padding-right:25px !important;
}
.drop_arrow:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) ;
    transition:all 500ms ease;
}
.drop_arrow:hover:after {
    animation:250ms indicate ease ;
}
@keyframes indicate {
    from { top:18px; }
    65%  { top:20px; }
    to   { top:18px; }    
}
/* end */

.user  .child_level1 {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 180px;
    /* background-color: #01193e; */
    /* overflow: hidden; */
    padding-top: 25px;
}
.user:hover .child_level1{
    pointer-events: auto;
    opacity: 1;
    top: 44px;
    padding-top: 15px;
}
username {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    font-family: var(--bold);
}
.user li {
	margin:0;
}
.user .child_level1 li:first-child{
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.user .child_level1 li:last-child{
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.user .child_level1 li a{
    padding: 10px 15px;
    background: var(--main-color);
    width: 100%;
    color: #fff;
    transition:var(--ease);
}
.user .child_level1 li a:hover {
    background: #333;
}
.loggin_name {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    cursor: pointer;
    padding: 10px;
    background-color: var(--main-color);
    border-radius: 5px;
    color:var(--white) !important;
}
.loggin_name .gnbicon-user{
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: 2px;
}
.loggin_name .gnbicon-dropdown{
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 2px;
}

header .drop_arrow:hover > .top_padding{
    pointer-events: auto;
    opacity: 1;
    top: 41px;
    padding-top:15px;
}
.drop_arrow ul li a{
    padding: 10px 15px ;
    background: var(--main-color);
    width: 100%;
    color:#fff;
}
.drop_arrow ul li a:hover{
    background: var(--secondary-color);
}
.drop_arrow ul li a.sub_link {
    position: relative;
    padding-left: 30px;
}
.drop_arrow ul li a.sub_link:before {
    content: '';
    height: 1px;
    width: 8px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 22px;
}
.drop_arrow > ul li:first-child a{
	border-radius:5px 5px 0 0;
}
.drop_arrow > ul li:last-child a{
	border-radius: 0 0 5px 5px;
}
.header_flex_menu > *, footer > *{
    font-family: var(--reg) !important;
}
.flex_menu > li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: var(--light-color);
    font-family:var(--reg);
    font-size: var(--body);
    transition:var(--ease);
}
.flex_menu > li > a:hover{
	color: #000;
}
.flex_menu > li {
	margin:0;
}
.drop_arrow ul li{
  width: 100%;
  margin:0;
}

/*image?*/
.img_cover{
	object-fit:cover;
}
.img_contain{
	object-fit:contain;
}

.sub_para {
    font-size: var(--h4);
    margin: 20px auto 50px;
}
 * + h1, * + .h1_title,  * + h2, * + .h2_title,  * + h3, * + .h3_title{
    margin-top:30px;
}
h1, h2, h3, h4, h5, h6, .h1_title, .h2_title, .h3_title, .h4_title, .h5_title, .h6_title, b{
	font-family: var(--bold);
	font-weight:normal !important;
	margin-top:0;
    margin-bottom:20px;
}
 * + p{
    margin-top:20px;
 }
 * + p:last-child, ul li:last-child, ol li:last-child{
    margin-bottom:0;
 }

/* line clamp */
.lc_1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.lc_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow : hidden;
}


/*color*/
.fmc{
	color:var(--main-color);
}
.fsc{
	color:var(--secondar-color);
}
.flc{
	color:var(--light-color);
}
.fdc{
	color:var(--dark-color);
}
.bgmc{
	background-color:var(--main-color);
}
.bgsc{
	background-color:var(--secondary-color);
}
.bglc{
	background-color:var(--light-color);
}
.bgdc{
	background-color:var(--dark-color);
}


/*align*/
.txt_c{
	text-align:center;
}
.div_c{
	margin:0 auto;
}


/*height*/
.height_300{
	height:305px;
}
.height_400{
	height:400px;
}
.height_500{
	height:500px;
}
.height_600{
	height:600px;
}
.height_700{
	height:700px;
}
.height_800{
	height:800px;
}
.height_900{
	height:900px;
}
.height_1000{
	height:1000px;
}
/*width*/
.width_300{
	width:100%;
	max-width:305px;
}
.width_400{
	width:100%;
	max-width:400px;
}
.width_500{
	width:100%;
	max-width:500px;
}
.width_600{
	width:100%;
	max-width:600px;
}
.width_700{
	width:100%;
	max-width:700px;
}
.width_800{
	width:100%;
	max-width:800px;
}
.width_900{
	width:100%;
	max-width:900px;
}
.width_1000{
	width:100%;
	max-width:1000px;
}
.width_500.center, .width_600.center, .width_700.center, .width_800.center, .width_900.center, .width_1000.center{
	margin-left:auto;
	margin-right:auto;
}
.a_link {
    padding: 10px 20px;
    background-color: var(--main-color);
    border-radius: 3px;
    color: #fff;
    transition:var(--ease);
    cursor:pointer;
    /* text-transform:uppercase; */
    border: 2px solid var(--main-color);
    text-align:center;
    font-size:var(--h5);
}
.b_link {
    text-align:center;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    transition: var(--ease);
    cursor: pointer;
    /* text-transform: uppercase; */
    border: 2px solid #fff;
    font-size:var(--h5);
}
.a_link.center, .b_link.center{
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.a_link:hover, .b_link:hover{
    background-color: #000;
    border: 2px solid var(--main-color);
    color: var(--light-color);
}

.flex_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap:wrap;
}

/*use case*/
.ucase{
	text-transform:uppercase;
}
.ccase{
	text-transform:capitalize;
}
.lcase{
	text-transform:lowercase;
}

/*divs*/
.table_div{
	display:table;
}
.grid_div{
	display:grid;
}

/*flex*/
.flex_div{
	display:flex;
}
.flex_wrap{
	flex-wrap:wrap;
}
/*grid*/
.gg_10{
	grid-gap:10px;
}
.gg_20{
	grid-gap:20px;
}
.gg_30{
	grid-gap:30px;
}
.gg_40{
	grid-gap:40px;
}
.gg_50{
	grid-gap:50px;
}
.gc_2{
	grid-template-columns:1fr 1fr;
}
.gc_20{
	grid-template-columns:0.2fr 1fr;
}
.gc_30{
	grid-template-columns:0.3fr 1fr;
}
.gc_40{
	grid-template-columns:0.4fr 1fr;
}
.gc_50{
	grid-template-columns:0.5fr 1fr;
}
.gc_60{
	grid-template-columns:0.6fr 1fr;
}
.gc_70{
	grid-template-columns:0.7fr 1fr;
}
.gc_80{
	grid-template-columns:0.8fr 1fr;
}
.gc_90{
	grid-template-columns: 0.9fr 1fr;
}
.gcr_20{
	grid-template-columns: 1fr 0.2fr ;
}
.gcr_30{
	grid-template-columns: 1fr 0.3fr ;
}
.gcr_40{
	grid-template-columns: 1fr 0.4fr ;
}
.gcr_50{
	grid-template-columns: 1fr 0.5fr ;
}
.gcr_60{
	grid-template-columns: 1fr 0.6fr ;
}
.gcr_70{
	grid-template-columns: 1fr 0.7fr ;
}
.gcr_80{
	grid-template-columns: 1fr 0.8fr ;
}
.gcr_90{
	grid-template-columns: 1fr 0.9fr ;
}
.gc_3{
	grid-template-columns:1fr 1fr 1fr;
}
.gc_4{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.gc_5{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}
.ai_start{
	align-items:start;
}
.ai_center{
	align-items:center;
}
.ai_end{
	align-items:end;
}
.jc_start{
	justify-content:start;
}
.jc_center{
	justify-content:center;
}
.jc_between{
	justify-content:space-between;
}
.jc_end{
	justify-content:end;
}

/*font*/
.font_reg{
	font-family: var(--reg);
}
.font_bold{
	font-family: var(--bold);
}

/*margin*/
.mt_0 { margin-top: 0 }
.mt_1 { margin-top: 10px }
.mt_2 { margin-top: 20px }
.mt_3 { margin-top: 30px }
.mt_4 { margin-top: 40px }
.mt_5 { margin-top: 50px }

.mb_0 { margin-bottom: 0 }
.mb_1 { margin-bottom: 10px }
.mb_2 { margin-bottom: 20px }
.mb_3 { margin-bottom: 30px }
.mb_4 { margin-bottom: 40px }
.mb_5 { margin-bottom: 50px }






.p_1 { padding: 1px; }
.p_2 { padding: 2px; }
.p_3 { padding: 3px; }
.p_4 { padding: 4px; }
.p_5 { padding: 5px; }
.p_6 { padding: 6px; }
.p_7 { padding: 7px; }
.p_8 { padding: 8px; }
.p_9 { padding: 9px; }
.p_10 { padding: 10px; }

.p_15 { padding: 15px; }
.p_20 { padding: 20px; }
.p_25 { padding: 25px; }
.p_30 { padding: 30px; }
.p_35 { padding: 35px; }
.p_40 { padding: 40px; }
.p_45 { padding: 45px; }
.p_50 { padding: 50px; }
.p_55 { padding: 55px; }
.p_60 { padding: 60px; }
.p_65 { padding: 65px; }
.p_70 { padding: 70px; }
.p_75 { padding: 75px; }
.p_80 { padding: 80px; }
.p_85 { padding: 85px; }
.p_90 { padding: 90px; }
.p_95 { padding: 95px; }
.p_100 { padding: 100px; }


.pt_0 { padding-top: 0 }
.pt_1 { padding-top: 10px }
.pt_2 { padding-top: 20px }
.pt_3 { padding-top: 30px }
.pt_4 { padding-top: 40px }
.pt_5 { padding-top: 50px }
.pt_6 { padding-top: 6px; }
.pt_7 { padding-top: 7px; }
.pt_8 { padding-top: 8px; }
.pt_9 { padding-top: 9px; }
.pt_10 { padding-top: 10px; }

/* Padding-top from 15 to 100 (increment by 5) */
.pt_15 { padding-top: 15px; }
.pt_20 { padding-top: 20px; }
.pt_25 { padding-top: 25px; }
.pt_30 { padding-top: 30px; }
.pt_35 { padding-top: 35px; }
.pt_40 { padding-top: 40px; }
.pt_45 { padding-top: 45px; }
.pt_50 { padding-top: 50px; }
.pt_55 { padding-top: 55px; }
.pt_60 { padding-top: 60px; }
.pt_65 { padding-top: 65px; }
.pt_70 { padding-top: 70px; }
.pt_75 { padding-top: 75px; }
.pt_80 { padding-top: 80px; }
.pt_85 { padding-top: 85px; }
.pt_90 { padding-top: 90px; }
.pt_95 { padding-top: 95px; }
.pt_100 { padding-top: 100px; }

.pb_0 { padding-bottom: 0 }
.pb_1 { padding-bottom: 10px }
.pb_2 { padding-bottom: 20px }
.pb_3 { padding-bottom: 30px }
.pb_4 { padding-bottom: 40px }
.pb_5 { padding-bottom: 50px }
.pb_6 { padding-bottom: 6px; }
.pb_7 { padding-bottom: 7px; }
.pb_8 { padding-bottom: 8px; }
.pb_9 { padding-bottom: 9px; }
.pb_10 { padding-bottom: 10px; }

/* Padding-bottom from 15 to 100 (increment by 5) */
.pb_15 { padding-bottom: 15px; }
.pb_20 { padding-bottom: 20px; }
.pb_25 { padding-bottom: 25px; }
.pb_30 { padding-bottom: 30px; }
.pb_35 { padding-bottom: 35px; }
.pb_40 { padding-bottom: 40px; }
.pb_45 { padding-bottom: 45px; }
.pb_50 { padding-bottom: 50px; }
.pb_55 { padding-bottom: 55px; }
.pb_60 { padding-bottom: 60px; }
.pb_65 { padding-bottom: 65px; }
.pb_70 { padding-bottom: 70px; }
.pb_75 { padding-bottom: 75px; }
.pb_80 { padding-bottom: 80px; }
.pb_85 { padding-bottom: 85px; }
.pb_90 { padding-bottom: 90px; }
.pb_95 { padding-bottom: 95px; }
.pb_100 { padding-bottom: 100px; }


.pl_1 { padding-left: 1px; }
.pl_2 { padding-left: 2px; }
.pl_3 { padding-left: 3px; }
.pl_4 { padding-left: 4px; }
.pl_5 { padding-left: 5px; }
.pl_6 { padding-left: 6px; }
.pl_7 { padding-left: 7px; }
.pl_8 { padding-left: 8px; }
.pl_9 { padding-left: 9px; }
.pl_10 { padding-left: 10px; }

/* Padding-left from 15 to 100 (increment by 5) */
.pl_15 { padding-left: 15px; }
.pl_20 { padding-left: 20px; }
.pl_25 { padding-left: 25px; }
.pl_30 { padding-left: 30px; }
.pl_35 { padding-left: 35px; }
.pl_40 { padding-left: 40px; }
.pl_45 { padding-left: 45px; }
.pl_50 { padding-left: 50px; }
.pl_55 { padding-left: 55px; }
.pl_60 { padding-left: 60px; }
.pl_65 { padding-left: 65px; }
.pl_70 { padding-left: 70px; }
.pl_75 { padding-left: 75px; }
.pl_80 { padding-left: 80px; }
.pl_85 { padding-left: 85px; }
.pl_90 { padding-left: 90px; }
.pl_95 { padding-left: 95px; }
.pl_100 { padding-left: 100px; }

/* Padding-right from 1 to 10 (increment by 1) */
.pr_1 { padding-right: 1px; }
.pr_2 { padding-right: 2px; }
.pr_3 { padding-right: 3px; }
.pr_4 { padding-right: 4px; }
.pr_5 { padding-right: 5px; }
.pr_6 { padding-right: 6px; }
.pr_7 { padding-right: 7px; }
.pr_8 { padding-right: 8px; }
.pr_9 { padding-right: 9px; }
.pr_10 { padding-right: 10px; }

/* Padding-right from 15 to 100 (increment by 5) */
.pr_15 { padding-right: 15px; }
.pr_20 { padding-right: 20px; }
.pr_25 { padding-right: 25px; }
.pr_30 { padding-right: 30px; }
.pr_35 { padding-right: 35px; }
.pr_40 { padding-right: 40px; }
.pr_45 { padding-right: 45px; }
.pr_50 { padding-right: 50px; }
.pr_55 { padding-right: 55px; }
.pr_60 { padding-right: 60px; }
.pr_65 { padding-right: 65px; }
.pr_70 { padding-right: 70px; }
.pr_75 { padding-right: 75px; }
.pr_80 { padding-right: 80px; }
.pr_85 { padding-right: 85px; }
.pr_90 { padding-right: 90px; }
.pr_95 { padding-right: 95px; }
.pr_100 { padding-right: 100px; }





/* Padding-left and padding-right from 1 to 10 (increment by 1) */
.px_1 { padding-left: 1px; padding-right: 1px; }
.px_2 { padding-left: 2px; padding-right: 2px; }
.px_3 { padding-left: 3px; padding-right: 3px; }
.px_4 { padding-left: 4px; padding-right: 4px; }
.px_5 { padding-left: 5px; padding-right: 5px; }
.px_6 { padding-left: 6px; padding-right: 6px; }
.px_7 { padding-left: 7px; padding-right: 7px; }
.px_8 { padding-left: 8px; padding-right: 8px; }
.px_9 { padding-left: 9px; padding-right: 9px; }
.px_10 { padding-left: 10px; padding-right: 10px; }

/* Padding-left and padding-right from 15 to 100 (increment by 5) */
.px_15 { padding-left: 15px; padding-right: 15px; }
.px_20 { padding-left: 20px; padding-right: 20px; }
.px_25 { padding-left: 25px; padding-right: 25px; }
.px_30 { padding-left: 30px; padding-right: 30px; }
.px_35 { padding-left: 35px; padding-right: 35px; }
.px_40 { padding-left: 40px; padding-right: 40px; }
.px_45 { padding-left: 45px; padding-right: 45px; }
.px_50 { padding-left: 50px; padding-right: 50px; }
.px_55 { padding-left: 55px; padding-right: 55px; }
.px_60 { padding-left: 60px; padding-right: 60px; }
.px_65 { padding-left: 65px; padding-right: 65px; }
.px_70 { padding-left: 70px; padding-right: 70px; }
.px_75 { padding-left: 75px; padding-right: 75px; }
.px_80 { padding-left: 80px; padding-right: 80px; }
.px_85 { padding-left: 85px; padding-right: 85px; }
.px_90 { padding-left: 90px; padding-right: 90px; }
.px_95 { padding-left: 95px; padding-right: 95px; }
.px_100 { padding-left: 100px; padding-right: 100px; }

/* Padding-top and padding-bottom from 1 to 10 (increment by 1) */
.py_1 { padding-top: 1px; padding-bottom: 1px; }
.py_2 { padding-top: 2px; padding-bottom: 2px; }
.py_3 { padding-top: 3px; padding-bottom: 3px; }
.py_4 { padding-top: 4px; padding-bottom: 4px; }
.py_5 { padding-top: 5px; padding-bottom: 5px; }
.py_6 { padding-top: 6px; padding-bottom: 6px; }
.py_7 { padding-top: 7px; padding-bottom: 7px; }
.py_8 { padding-top: 8px; padding-bottom: 8px; }
.py_9 { padding-top: 9px; padding-bottom: 9px; }
.py_10 { padding-top: 10px; padding-bottom: 10px; }

/* Padding-top and padding-bottom from 15 to 100 (increment by 5) */
.py_15 { padding-top: 15px; padding-bottom: 15px; }
.py_20 { padding-top: 20px; padding-bottom: 20px; }
.py_25 { padding-top: 25px; padding-bottom: 25px; }
.py_30 { padding-top: 30px; padding-bottom: 30px; }
.py_35 { padding-top: 35px; padding-bottom: 35px; }
.py_40 { padding-top: 40px; padding-bottom: 40px; }
.py_45 { padding-top: 45px; padding-bottom: 45px; }
.py_50 { padding-top: 50px; padding-bottom: 50px; }
.py_55 { padding-top: 55px; padding-bottom: 55px; }
.py_60 { padding-top: 60px; padding-bottom: 60px; }
.py_65 { padding-top: 65px; padding-bottom: 65px; }
.py_70 { padding-top: 70px; padding-bottom: 70px; }
.py_75 { padding-top: 75px; padding-bottom: 75px; }
.py_80 { padding-top: 80px; padding-bottom: 80px; }
.py_85 { padding-top: 85px; padding-bottom: 85px; }
.py_90 { padding-top: 90px; padding-bottom: 90px; }
.py_95 { padding-top: 95px; padding-bottom: 95px; }
.py_100 { padding-top: 100px; padding-bottom: 100px; }



.banner_like_container {
    height: auto;
    padding: 170px 0 100px;
    background-color: #00000099;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: auto;
    background-attachment: fixed;
}
.enq_form_control.error, .form_inputs .error {
	border: 1px solid #ffaaaa !important;
    background: #fff7f7;
}
.form-control:focus {
    outline: 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%), 0 0 8px rgb(28 172 156);
}

@media(max-width:1265px){
	header {
	    padding: 10px 0;
	}
}
@media (min-width:992px){
header.sticky .header_logo img {
    min-height: 80px;
    max-width: 300px;
    max-height: 110px;
    margin: 0 auto;
}
}
@media (max-width:992px){
header {
    padding: 10px 0 10px;
    backdrop-filter: blur(10px);
    background: #323232cc;
    box-shadow:var(--box-shadow);
}
header .header_logo img {
    min-height: 90px;
    max-width: 200px;
    max-height: 90px;
    margin: 0 auto;
}
}
@media (max-width:380px){
.login_flex, .header_flex_menu {
    grid-gap: 5px;
}
.login_button .fa{
	display:none;
}
a.login_button.a_link {
    padding: 10px 12px;
}
}