/*===============================================
Default css
===============================================*/
body{
	margin:0;
	padding:0;
	/* font-family: 'HK Grotesk'; */
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
ul{
	margin: 0;
	padding:0;
	list-style: none;
}
a{
	margin:0;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}

a, select , input , textarea , button{
	outline: none !important;
}

p{
	  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  line-height: 24px;
}
.section_padding{
	padding:60px 0 0 0;
}
.section_title{
}
.section_title h2 {
	font-size: 40px;
	color: #183B56;
	font-weight: 700;
	line-height: normal;
}
.section_title p {
	font-size: 18px;
	line-height: normal;
	margin-top: 17px;
	color: #5A7184;
}
.section_title p a{
	color: #5A7184;
	font-weight: 700;
}
/*=================================================================
				Start Main css
=================================================================*/

/*Header area design */
.header_area_design {
	position: absolute;
	width: 100%;
	top: 84;
	left: 0;
	padding: 25px 0;
	border: 0px solid black;
}

.search_fields_area_design {
	position: absolute;
	width: 100%;
	margin-top:84px;
	top: 84;
	left: 0;
	padding: 25px 0;
	border: 0px solid black;
}


.logo {
}
.logo img{
	max-width: 100%;
	max-height: 45px;
}
.main_menu {
	height: 100%;
}
.main_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: right;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.main_menu ul li {
	margin: 0 20px;
}
.main_menu ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #777777;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	text-decoration: none;
}
.main_menu ul li:hover a{
	opacity: 0.2;
}
/*End Header area design*/


/*Banner area design */
.home_banner_area_design{
	background: #fff;
	padding: 120px 0;
	padding-bottom: 0;
	overflow: hidden;
	min-height: 100vh;
}
.banner_con{
	margin-top:8%;
	margin-left:10%;
	padding-right: 30px;
	
}
.banner_con h1 {
	font-size: 66px;
	color: #000000;
	font-weight: 700;
	font-family: HK Grotesk;
	line-height: normal;
	letter-spacing: 2.5px;
}
.banner_con p{
	margin:25px 0;
	color: #000000;
}
.banner_con a {
	width: 166px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #000000;
	border-radius: 9px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #efd0f3;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.banner_con a:hover{
	opacity: 0.8;
}
.all_linking {
	padding: 135px 0;
	padding-bottom: 48px;
}
.banner_tag{
}
.banner_tag ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.banner_tag ul li{
}
.banner_tag ul li a {
	font-size: 14px;
	border: 1px solid #000000;
	margin-right: 16px;
	color: #000000;
	padding: 7px 13px;
	border-radius: 4px;
	line-height: normal;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.banner_tag ul li:hover a{
	opacity: 0.8;
}
.share_link{
}
.share_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.share_link ul li {
	margin: 0 5%;
}
.share_link ul li:last-child{
	margin-right: 0;
}
.share_link ul li a {
	color: #000000;
	font-size: 23px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.share_link ul li:hover a{
	opacity: 0.8;
}

.share_icon {
	margin-bottom: 2px;
	/* margin-right: 10px; */
	height: 16px;
}

.on_right {
	position: absolute;
	right: 0px;
}


/*End Banner area design */


/*Home Banner area design */
.banner_area_design{
	background: #fff;
	padding: 170px 0;
	padding-bottom: 0;
	overflow: hidden;
	min-height: 100vh;
}


.banner_flexing {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.row.all_linking {
	align-items: flex-end;
}



.banner_con{
}
.banner_con h1 {
	font-size: 66px;
	color: #000000;
	font-weight: 700;
	font-family: HK Grotesk;
	line-height: normal;
	letter-spacing: 2.5px;
}
.banner_con p{
	margin:25px 0;
	color: #000000;
}
.banner_con a {
	width: 166px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #000000;
	border-radius: 9px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #efd0f3;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.banner_con a:hover{
	opacity: 0.8;
}

.banner_tag{
}
.banner_tag ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.banner_tag ul li{
}
.banner_tag ul li a {
	font-size: 14px;
	border: 1px solid #000000;
	margin-right: 16px;
	color: #000000;
	padding: 7px 13px;
	border-radius: 4px;
	line-height: normal;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.banner_tag ul li:hover a{
	opacity: 0.8;
}
.share_link{
}
.share_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.share_link ul li {
	margin: 0 5%;
}
.share_link ul li:last-child{
	margin-right: 0;
}
.share_link ul li a {
	color: #000000;
	font-size: 23px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.share_link ul li:hover a{
	opacity: 0.8;
}
/*End Home Banner area design */


/*Color picker css*/
.color_pik{
}

.colorPicker input[type='color'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
}

.colorPicker input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

.colorPicker input[type='color']::-webkit-color-swatch {
  border: none;
}

.color-picker {
	border-radius: 10px;
	width: 161px;
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 48px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.color-picker label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-bottom: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.v-text-field__slot input {
	margin-right: 35px;
	font-size: 16px;
	color: #000000 !important;
	text-transform: uppercase;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
.h{
	width: 32px;
	height: 32px;
	border-radius: 4px;
	overflow: hidden;
}
.color-picker input {
	padding: 0;
	border: none !important;
	width: 43px;
	height: 43px;
	margin-top: -5px;
	margin-left: -5px;
}

/*End Colour picker css*/


/*variation_area_design*/

.variation_area_design{
}
.t_mar{
}
.vari_single {
	margin-top: 45px;
	border: 1px solid #ECECEC;
	border-radius: 4px;
	padding: 20px;
}
.v_title{
}
.v_title h3, .v_title h4 {
	font-size: 24px;
	font-weight: 700;
	color: #183B56;
	margin-bottom: 13px;
}
.v_title p{
	font-size: 18px;
	color: #5A7184;
}
.vari_color {
	margin-top: 24px;
}
.single_v_color{
}
.single_v_color a {
	border: 1px solid #ECECEC;
	display: block;
	padding: 4px;
	border-radius: 4px;
	position: relative;
}
.single_v_color a span {
	display: block;
	width: 100%;
	height: 76px;
	overflow: hidden;
	border-radius: 4px;
}
.overly {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	opacity: 0;
}
.overly img {
	width: 38px;
}
.single_v_color a:hover .overly{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}
.color_con{
	padding: 5px;
	margin-top:5px;
}
.color_con a {
	font-size: 14px;
	color: #183B56;
	font-weight: 700;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	line-height: normal;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}


.color_con_hex a {
	font-size: 11px;
	color: #5A7184;
	font-weight: 600;
	line-height: normal;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin-top: 6px;
	margin-bottom: 10px;
}


.color_con p{
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #5A7184;
	font-weight: 600;
}
.color_ha_bottom .single_v_color:first-child a span {
	border-radius: 4px 0 0 4px;
}
.color_ha_bottom .single_v_color:last-child a span {
	border-radius: 0px 4px 4px 0px;
}


.color_code {
	font-size: 16px;
	font-weight: 600;
}

.style-7 .col-lg-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 14.2%;
	        flex: 0 0 14.2%;
	max-width: 14.2%;
	padding-right: 10px;
	padding-left: 8px;
}
.b{
	height: 1px;
	background: #E3E7ED;
	width: 100%;
	overflow: hidden;
	display: block;
}
.color_ha_bottom .single_v_color .color_con {
	padding-left: 0;
}
.single_v_color:first-child .color_con {
	padding-left: 5px;
}

/*End variation_area_design*/

/*color_harmonies_area*/
.color_harmonies_area{
	overflow: hidden;
}
.color_ha_single {
	border: 1px solid #ECECEC;
	border-radius: 4px;
	padding: 33px;
	margin-top: 40px;
}
.color_ha_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.ha_left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 54%;
	        flex: 0 0 54%;
	max-width: 54%;
}
.ha_left p{
	font-size: 16px;
	min-height: 145px;
	max-width: 250px;
}
.h_img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 46%;
	        flex: 0 0 46%;
	max-width: 46%;
	text-align: center;
}
.h_img img {
	width: 160px;
}
.color_ha_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top:50px;
}
.color_ha_bottom .single_v_color{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}
.color_ha_bottom .single_v_color a {
	border: 1px solid #ECECEC;
	border-left: none;
	border-right:none;
	display: block;
	padding: 4px 0;
	border-radius: 0;
	position: relative;
}
.color_ha_bottom .single_v_color a span{
	border-radius: 0;
}

.color_ha_bottom .single_v_color:first-child a{
	border-left: 1px solid #ECECEC;
	border-radius: 4px 0 0 4px;
	padding-left: 4px;
}

.color_ha_bottom .single_v_color:last-child a{
	border-right: 1px solid #ECECEC;
	border-radius: 0 4px 4px 0;
	padding-right: 4px;
}
.style_3.color_ha_bottom .single_v_color {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
	max-width: 33.33%;
}
.style_4.color_ha_bottom .single_v_color {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}
.h_img2 img {
	width: 172px;
}
.alter_top .vari_color{
	margin-top:0;
}

.alter_top .vari_single{
	margin-top:0;
}

.row.alter_top {
	margin-top: 100px;
}
/*End color_harmonies_area*/


/*Constract area design */
.constract_area_desing{
	overflow: hidden;
}
.conts_top {
	margin-top: 67px;
}
.constrat_con_main {
	border: 1px solid #ECECEC;
	border-radius: 4px;
	padding: 35px;
	overflow: hidden;
}
.cons_bg_con{
	background: #FFF;
}
.cons_bg_con h3{
	font-weight: 700;
	font-size: 28px;
	color: #183B56;
	margin-bottom: 30px;
}
.divi_group_con {
	padding: 35px 27px;
	width: 90%;
}
.sin_con_single {
	padding: 20px;
	border: 1px solid #5B9BD5;
	border-radius: 4px;
	margin-bottom: 25px;
}
.sin_con_single img {
	height: 45px;
	margin-bottom: 20px;
}
.sin_con_single p{
	font-weight: 600;
	font-size: 16px;
	color: #5B9BD5;
	font-family: HK Grotesk;
}
.color_1{
}
.color_1 p{
}
.color_2 {
	background: #5B9BD5;
	margin-bottom: 0;
}
.color_2 p{
	color: #FFF;
}
.color_3{
}
.color_3 p{
}
.color_4 {
	margin-bottom: 0;
	background: #5B9BD5;
}
.color_4 p{
	color: #000;
}

.black{
	background: #000;
}
/*End Constract area design */


/*Color patterns area design */
.color_patterns_area{
	overflow: hidden;
}
.row.patterns_mar {
	margin-top: 10px;
}
.single_pattern {
	border: 1px solid #ECECEC;
	margin-top: 60px;
}
.single_pattern a {
	font-size: 24px;
	padding: 27px;
	color: #183B56;
	font-weight: 700;
	line-height: normal;
	font-family: HK Grotesk;
	display: block;
}
.single_pattern img{
	width:100%;
}
/*End Color patterns area design */


/*library_area_design*/
.library_area_design{
	overflow: hidden;
}
.lai_top_mar{
	margin-top: 36px;
}
.lai_single {
	border: 1px solid #ECECEC;
	border-radius: 4px;
	padding: 32px 24px;
	margin-top: 36px;
}
.lai_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 25px;
}
.lai_top h4 {
	font-size: 24px;
	color: #183B56;
	font-weight: 700;
	font-family: 'HK Grotesk';
}
.lai_top span {
	width: 134px;
	height: 36px;
	background: #FCEDEA;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	color: #183B56;
	font-weight: 600;
	line-height: normal;
}
.lai_top span .dott {
	width: 10px;
	height: 10px;
	background: #E95432;
	border-radius: 50px;
	margin-right: 9px;
}
.lai_color {
	border-radius: 4px;
	padding: 4px;
	border: 1px solid #ECECEC;
}
.lai_color a{
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
}
.lai_color a span {
	height: 135px;
	width: 100%;
	display: block;
	border-radius: 5px;
}
.lai_color a:hover .overly{
	opacity: 1;
}
.lai_single h5 {
	font-size: 14px;
	color: #183B56;
	font-weight: 700;
	padding: 14px 10px;
	padding-bottom: 0;
}
/*Emd library_area_design*/


/*Conversion area design */
.conversion_area_design{
	overflow: hidden;
	padding-bottom: 180px;
}
.con_t_margin{
	margin-top: 60px;
}
.con_sin_item{
	margin-bottom: 50px;
}
.con_sin_item ul {
	width: 90%;
}
.con_sin_item  ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 58px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F0F2F4;
	padding: 0 35px;
}
.con_sin_item ul li span{
	font-size: 18px;
	color: #183B56;
	font-weight: 700;


}
.con_sin_item ul li:nth-child(even){
	background: #FBFBFC;

}
/*End Conversion area design */


/*footer area design */
.footer_area_design{
	padding: 27px 0;
	background: #000000;
	overflow: hidden;
}
.footer_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.f_logo{
}
.f_logo img {
	height: 35px;
}
.f_middle p{
	font-size: 16px;
	color: #a1b1be;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	text-align: center;

}
.share_link.f_share_link ul li{
	margin:0 10px;
}
.share_link.f_share_link ul li a {
	color: #5A7184;
	font-size: 17px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.mobile_menu{
	display: none;
}
.color_pik {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.toggle {
	margin-left: 25px;
	cursor: pointer;
	display: none;
}
.toggle .t1 {
	width: 25px;
	height: 2px;
	background: #000;
	margin-bottom: 6px;
}
.toggle .t1:last-child{
	margin-bottom: 0;
}
.rel{
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: baseline;
}


/*End Footer area design*/
.color_v3 .main_menu ul li a {
	color: #7bbcee;
}
.color_v3 .banner_con h1 {
	color: #7bbcee;
}
.color_v3 .banner_con p {
	color: #7bbcee;
}
.color_v3 .banner_con a {
	background: #7bbcee;
	color: #000000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.color_v3 .banner_tag ul li a {
	border: 1px solid #7bbcee;
	color: #7bbcee;
}
.color_v3 .share_link ul li a {
	color: #7bbcee;
	font-size: 23px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*Home v2 */
.color_v2 .main_menu ul li a {
	color: #FFF;
}
.color_v2 .banner_con h1 {
	color: #FFF;
}
.color_v2 .banner_con p {
	color: #FFF;
}
.color_v2 .banner_con a {
	background: #FFF;
	color: #5b9bd5;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.color_v2 .banner_tag ul li a {
	border: 1px solid #FFF;
	color: #FFF;
}
.color_v2 .share_link ul li a {
	color: #FFF;
	font-size: 23px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/*End Home V2*/


/*customize css*/
.v-application--wrap {
	flex: 1 1 auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	min-height: auto;
	max-width: 100%;
	position: relative;
}
.shrink.col {
	padding: 0 !important;
	min-width: 300px !important;
	position: relative;
}
.color_pik .shrink.col {
	padding: 0 !important;
	min-width: 170px !important;
	position: relative;
}

.color_pik .v-menu__content {
	position: absolute;
	display: inline-block;
	border-radius: 4px;
	max-width: 80%;
	overflow-y: auto;
	overflow-x: hidden;
	contain: content;
	will-change: transform;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
	right: 0 !important;
	top: 50px !important;
	max-width: 320px !important;
	left: auto !important;
}
.v-menu__content {
	position: absolute !important;
	display: inline-block;
	border-radius: 4px;
	max-width: 80%;
	overflow-y: auto;
	overflow-x: hidden;
	contain: content;
	will-change: transform;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
	right: 0 !important;
	top: 50px !important;
	max-width: 290px !important;
	left: 0 !important;
	right: 0 !important;
	margin:0 auto !important;

}
.theme--light.v-application {
	background: transparent !important;
	color: rgba(0,0,0,.87);
}
.desktop_none1{
	display: none;
}
.container{
	padding:0 12px !important;
}

#stop {
	position: fixed;
	bottom: 30px;
	right: 26px;
	background: #000000;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 0;
}
#stop a {
	color: #FFF;
	font-size: 29px;
}
.scrollTop{
	display: none;
}
.color_v2 .toggle .t1 {
	width: 25px;
	height: 2px;
	background: #FFF;
	margin-bottom: 6px;
}
.color_v3 .toggle .t1 {
	width: 25px;
	height: 2px;
	background: #7bbcee;
	margin-bottom: 6px;
}


/*Home bg_dark */
.bg_dark .main_menu ul li a {
	color: #FFFFFF;
}
.bg_dark .banner_con h1 {
	color: #FFFFFF;
}
.bg_dark .banner_con p {
	color: #FFFFFF;
}
.bg_dark .main_menu ul li a,
.bg_dark .banner_con h1,
.bg_dark .banner_con p {
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.bg_dark .banner_con a {
	background: #FFFFFF;
	color: #111111;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bg_dark .banner_tag ul li a {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.bg_dark .share_link ul li a {
	color: #FFFFFF;
	font-size: 23px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bg_dark .toggle .t1 {
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	margin-bottom: 6px;
}


/*End bg_dark*/


/*Home bg_bright */
.bg_bright .main_menu ul li a {
	color: #000000;
}
.bg_bright .banner_con h1 {
	color: #000000;
}
.bg_bright .banner_con p {
	color: #000000;
}
.bg_bright .main_menu ul li a,
.bg_bright .banner_con h1,
.bg_bright .banner_con p {
	text-shadow: 0 1px 2px rgba(255,255,255,0.35);
}
.bg_bright .banner_con a {
	background: #000000;
	color: #EEEEEE;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bg_bright .banner_tag ul li a {
	border: 1px solid #000000;
	color: #000000;
}
.bg_bright .share_link ul li a {
	color: #000000;
	font-size: 23px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bg_bright .toggle .t1 {
	width: 25px;
	height: 2px;
	background: #000000;
	margin-bottom: 6px;
}

/*End bg_bright*/





.chosse_bt{
	    width: 100px;
    margin-left: auto;
    background: #4ce065;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.color_suggestion{
	position: absolute;
    width: 100%;
    top: 38px;
    left: -12px;
    background: #fff;
    padding-left: 0 !important;
    z-index: 1;
    color: #555555;
}

.color_suggestion li{
	cursor: pointer;
	font-size: 18px;
	padding: 2px 10px;
}
.v-input__append-inner div:first-child{
	border: 1px solid;
}
#app{
	position: relative;
}

#nameIput{
	 background: #fff;
    max-width: 300px;
    width: 100%;
    height: 48px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

#nameIput::placeholder {
  color: #c7c2c2;
  text-transform: uppercase;
  opacity: 1;
}
.bg_dark.serachC{
	color: #fff;
}
.color_pik .serachC{
	font-size: 12px;
}
.serachC{
	max-width: 300px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	display: block;
	margin:0 auto;
	padding:5px 10px;
}
.color_pik #nameIput{
	 background: #fff;
    width: 100%;
    height: 44px;
    padding: 10px;
    border-radius: 4px;

}
.color_pik .searchByName{
	text-align: center;
	width: 178px;
	position: relative;
}
.color_pik{
	flex-wrap: wrap;
}

.searchByName{
	text-align: center;
	width: 100%;
	position: relative;
}

#reload{
	    width: 30px;
    position: absolute;
    top: 10px;
    right: 48px;
    z-index: 1;
    cursor: pointer;
}
.color_name_suggestion{
	position: absolute;
    width: 300px;
    top: 45px;
    left: 0px;
    background: #fff;
    padding-left: 0 !important;
    z-index: 1;
    right: 0;
    margin:0 auto;
}

.color_pik .color_name_suggestion li, .color_pik .color_suggestion li{
	font-size: 14px;
	}

	.color_pik .color_name_suggestion{
		width: 100%;
	}

.color_name_suggestion li{
	cursor: pointer;
	font-size: 18px;
	text-align: left;
	color: #555555;
	padding: 2px 10px;
}

.color_name_suggestion .code{
	text-transform: uppercase;
}
.v-color-picker__alpha{
	display: none;
}
.v-color-picker__input:nth-child(4){
	display: none !important;
}
/*End Customize css*/






/*Begin TopBar area design*/
.topbar_menu {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    background-color: #000000;
	width: 100%;
	height: 30px;
	max-height:30px;
	text-align:right;
	z-index:1000;
	padding-right:0;
	padding-top:3px; 	
	

}
a.topbar_menu_link {
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
a.topbar_menu_link:hover {
	color: #999999;
}




.banner_tag_small {
	font-size: 8px !Important;
	font-weight: Normal !Important;
	border: 1px solid #000000;
	margin-right: 12px;
	margin-top: 6px;
	color: #000000;
	padding: 3px 6px;
	border-radius: 4px;
	line-height: normal;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	width: 70px;
}



/*End TopBar area design*/


/*Begin Color List Pancake area design*/

.single_v_color_pancake{
}
.single_v_color_pancake a {
	border: 1px solid #ECECEC;
	display: block;
	padding: 4px;
	border-radius: 4px;
	position: relative;
	margin-bottom:10px;
}
.single_v_color_pancake a span {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 4px;
}

.single_v_color_pancake a:hover .overly{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.color_ha_bottom .single_v_color_pancake:first-child a span {
	border-radius: 4px 0 0 4px;
}
.color_ha_bottom .single_v_color_pancake:last-child a span {
	border-radius: 0px 4px 4px 0px;
}

.color_ha_bottom .single_v_color_pancake .color_con {
	padding-left: 0;
}
.single_v_color_pancake:first-child .color_con {
	padding-left: 5px;
}

.color_ha_bottom .single_v_color_pancake{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}
.color_ha_bottom .single_v_color_pancake a {
	border: 1px solid #ECECEC;
	border-left: none;
	border-right:none;
	display: block;
	padding: 4px 0;
	border-radius: 0;
	position: relative;
}
.color_ha_bottom .single_v_color_pancake a span{
	border-radius: 0;
}

.color_ha_bottom .single_v_color_pancake:first-child a{
	border-left: 1px solid #ECECEC;
	border-radius: 4px 0 0 4px;
	padding-left: 4px;
}

.color_ha_bottom .single_v_color_pancake:last-child a{
	border-right: 1px solid #ECECEC;
	border-radius: 0 4px 4px 0;
	padding-right: 4px;
}
.style_3.color_ha_bottom .single_v_color_pancake {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
	max-width: 33.33%;
}
.style_4.color_ha_bottom .single_v_color_pancake {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}



/*End Color List Pancake area design*/


.vari_single_background {
	margin-top: 0px;
	border: 1px solid #ECECEC;
	border-radius: 4px;
	padding: 0px;
}

.vari_color_background {
	margin-top: 0px;
}

.color_con_wall{
	padding: 0px 5px 0px 0px;
	margin-top:0px;
}
.color_con_wall a {
	font-size: 14px;
	color: #183B56;
	font-weight: 700;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	line-height: normal;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}









/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
	 ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
	margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
	display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  
  /* Grouping content
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
	display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
	margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
	 ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
	font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
	font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
	font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
	background-color: #ff0;
	color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
	font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  sup {
	top: -0.5em;
  }
  
  /* Embedded content
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
	display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
	display: none;
	height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
	border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
	overflow: hidden;
  }
  
  /* Forms
	 ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
	overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
	text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
	padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
	overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
  }
  
  /* Interactive
	 ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
	display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
	display: list-item;
  }
  
  /* Scripting
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
	display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
	display: none;
  }
  
  /* Hidden
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
	display: none;
  }

  




  @media all and (max-width:1400px){
	.banner_area_design{
		height: auto;
	}
	.logo img {
		margin-top:0px;
	}
}


@media all and (max-width: 1199px){
	.main_menu ul li {
		margin: 0 15px;
	}
	.main_menu ul li:last-child{
		margin-right: 0;
	}
	.main_menu ul{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.banner_con {
		max-width: 607px;
		width: 100%;
	}
	.banner_con h1{
		font-size: 50px;
	}

	.share_link.b_shar ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 31px;
	}
	.share_link.b_shar ul li {
		margin: 0 16px;
	}
	.share_link.b_shar ul li:first-child{
		margin-left: 0;
	}
	.divi_group_con {
		padding: 24px 19px;
		width: 100%;
	}

	.conversion_area_design {
		overflow: hidden;
		padding-bottom: 100px;
	}
	.logo img {
		margin-top:0px;
	}


}

@media all and (max-width: 991px){
	.mobile_none {
		display: none;
	}
	.mobile_menu {
		display: none;
		/*position: absolute;*/
		width: 100%;
		height: 200px;
		/*background: #5B9BD5;*/
		/*background: #EFD0F3;*/
		background: #AAAAAA;
		left: 0;
		top: 15px;
		z-index: 9999;
		padding: 5px 0;
		-webkit-box-shadow: 0 7px 12px rgba(0,0,0,0.12);
		box-shadow: 0 7px 12px rgba(0,0,0,0.12);
		margin-top: 10px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	
	}
.rel .col-xl-2.col-lg-3.col-7{
	min-height: 500px;
}
	.color_v2 .mobile_menu{
		background: #5B9BD5;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}

	.main_menu ul {
		display: block;
		text-align: center;
	}
	.main_menu ul li a {
		padding: 10px 0;
		color: #FFF;
	}
	.mobile_menu ul li a{
		color: #000000;
	}
	.color_v2 .mobile_menu ul li a{
		color: #FFF;
	}
	.toggle{
		display: block;
	}
	.all_linking {
		padding: 90px 0;
		padding-bottom: 32px;
	}
	.banner_area_design {
		
		padding: 153px 0;
		padding-bottom: 0;
	}
	.section_padding {
		padding: 73px 0;
	}
	.section_title p {
		font-size: 16px;
		margin-top: 3px;
	}
	.v_title p {
		font-size: 16px;
	}
	.vari_single {
		margin-top: 32px;
	}
	.style-7 .col-lg-2 {
		-webkit-box-flex: inherit;
		    -ms-flex: inherit;
		        flex: inherit;
		max-width: inherit;
		padding-right: 10px;
		padding-left: 8px;
	}
	.col-lg-2.col-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.color_ha_single {
		margin-top: 60px;
	}
	.row.alter_top {
		margin-top: 62px;
	}
	.bbbb{
		margin-top: 40px;
	}
	.single_pattern a {
		font-size: 20px;
		padding: 19px;
	}
	.con_sin_item ul li span {
		font-size: 15px;
	}

	.footer_all {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.f_middle p {
		font-size: 14px;
		margin: 26px 0;
	}
	.shrink.col {
		padding: 0 !important;
		position: relative;
	}
	.color_pik .row.align-center.justify-center {
		justify-content: flex-end !important;
	}
	.logo img {
		max-width: 100%;
		height: auto;
		margin-top:10px;
	}
	.main_menu ul li {
		margin: 0 15px !important;
	}
	.color_pik .searchByName{
		width: 100%;
		text-align: right;
		max-width: 170px;
	}
	.color_pik #app{
		padding-right: 15px;
	}
	.color_pik .serachC{
	width: 170px;
	float: right;
}
.color_pik #app .serachC{
	padding-left: 25px;
	}
.toggle{
	float: right;
}
.show_hide{
	display: none;
}
}


@media all and (max-width: 767px){
	.color-picker {
		border-radius: 4px;
		width: 138px;
		height: 41px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.color_pik #app{
		padding-right: 15px;
	}
	.color_pik .serachC{
	width: 170px;
	float: right;
}
.color_pik #app .serachC{
	padding-left: 25px;
	}
	.color_pik .searchByName input{
		max-width: 172px !important;
	}
	.color-picker span {
		margin-right: 23px;
		font-size: 13px;
		color: #000000;
		text-transform: uppercase;
	}
	.h {
		width: 25px;
		height: 25px;
		border-radius: 4px;
		overflow: hidden;
	}

	.banner_con h1 {
		font-size: 36px;
		margin-top: 25px;
	}
	.banner_tag ul li a {
		display: inline-block;
		margin-top: 11px;
	}
	.section_padding {
		padding: 60px 0;
	}
	.section_title h2 {
		font-size: 30px;
	}
	.v_title h3, .v_title h4 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.row.alter_top {
		margin-top: 50px;
	}
	.cons_bg_con h3 {
		font-weight: 700;
		font-size: 21px;
		color: #183B56;
		margin-bottom: 25px;
	}
	.sin_con_single img {
		height: auto;
		max-width: 85%;
	}
	.constrat_con_main {
		padding: 17px;
		overflow: hidden;
	}
	.lai_single {
		padding: 25px 16px;
		margin-top: 36px;
	}
	.lai_top_mar {
		margin-top: 14px;
	}
	.lai_top h4 {
		font-size: 16px;
	}
	.logo img {
		max-width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.show_hide{
		display: none;
	}
}



@media all and (max-width: 575px){
	.section_padding {
		padding: 45px 0;
	}
	.color_ha_single {
		margin-top: 46px;
		padding: 20px;
	}
	.v_title p {
		font-size: 15px;
	}
	.color_ha_bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 31px;
	}
	.single_pattern a {
		font-size: 17px;
		padding: 19px;
	}
	.single_pattern {
		margin-top: 31px;
	}
	.lai_top span {
		width: 120px;
		height: 32px;
		font-size: 11px;
	}

	.con_sin_item ul li span {
		font-size: 14px;
	}
	.con_sin_item ul li {
		height: 49px;
		padding: 0 24px;
	}
	.con_t_margin {
		margin-top: 41px;
	}
	.logo img {
		max-width: 100%;
		height: auto;
		margin-top: 10px;
	}	

	.show_hide{
		display: none;
	}

}


@media all and (max-width: 450px){
	.color-picker {
		display: none;
	}
	.logo img {
		max-width: 191px;
		margin-top: 15px;
	}
	.banner_tag ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.share_link.b_shar ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 31px;
	}
	.share_link ul li a {
		font-size: 19px;
	}
	.banner_area_design {
		padding: 170px 0;
		padding-bottom: 0;
	}
	.all_linking {
		padding: 69px 0;
		padding-bottom: 32px;
	}
	.single_v_color a span {
		height: 55px;
	}
	.color_ha_top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.ha_left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		margin-top: 23px;
	}
	.h_img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.ha_left p {
		font-size: 16px;
		min-height: auto;
		max-width: 250px;
	}
	.conts_top {
		margin-top: 48px;
	}
	.divi_group_con {
		padding: 24px 15px;
		width: 100%;
	}
	.single_pattern a {
		font-size: 14px;
		padding: 10px;
	}
	.section_title p {
		font-size: 14px;
	}
	.ha_left p {
		font-size: 14px;
		max-width: 100%;
		line-height: auto;
	}
	#app {
		
	}
	.color_pik{
		position: relative;
	}
	.color_pik{
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.rel{
		align-items: flex-start;
	}

	.show_hide{
		display: none;
	}
}







/* 2026-07-19: touch targets >=24px (WCAG 2.5.8 / Lighthouse target-size) */
.color_con { margin-top: 1px; }
.color_con a {
	display: inline-block;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
.color_con_hex a {
	padding-top: 5px !important;
	padding-bottom: 6px !important;
	margin-top: 1px;
}
.color_con p { margin-bottom: 4px; }
