@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
@import url('fix.css');
* 
{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body 
{
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
}

a 
{
	text-decoration: none;
	cursor: pointer;
  color:#333;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:visited 
{
	text-decoration: none;
	outline: none;
  color:#1e1e1e;
}

.btn-custom 
{
	color: #fff !important;
	background-color: #064b86;
	border-color: #064b86;
	border-radius: 0;
	transition: all .3s ease-in-out;
	font-size: 14px;
	padding: 5px 10px;
  font-weight:600;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active 
{
	color: #fff !important;
	background-color: #043C6B;
	border-color: #043C6B;
  box-shadow:0 0 0;
}

.clearfix { clear:both; }

/* TOP SECTION */
#common_header .top_header_bg
{
  background:#064b86;
}

#common_header .top_header_bg ul
{
  list-style:none;
  margin:0;
  padding:8px 0;
}

#common_header .top_header_bg ul li 
{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
	border-right: 1px solid #fff;
	line-height: 14px;
}

#common_header .top_header_bg ul li:last-child
{
	margin: 0;
	padding: 0;
  border:none;
}

#common_header .top_header_bg ul li a 
{
	color: #fff;
	cursor: auto;
  font-size:14px;
  font-weight:600;
}

#common_header .top_header_bg ul li a[href]
{
  cursor:pointer;
}

#common_header .top_header_bg ul li a i
{
  margin:0 3px 0 0;
}


/* NAVIGATION SECTION */
.main_logo
{
  margin:10px 0 12px;
}

.main_logo a img 
{
	max-height: 60px;
}

.fix_nav_top .adjust_height 
{ 
  display:block; 
}
  
.adjust_height 
{ 
  height:82px; 
  display:none; 
}
  
#nav_outer 
{
  box-shadow: 0 0px 10px -3px #ccc;
}

.fix_nav_top #nav_outer 
{
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: rgba(255,255,255,1);
	top: 0;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main_navbar > .navbar
{
  padding:0;
  margin-top:25px;
}

.main_navbar > .navbar > .navbar-collapse > ul > li
{ 
  margin:0;
  background: #064b86;
  border-left:1px solid #cdcdcf;
}

.main_navbar > .navbar > .navbar-collapse > ul > li:first-child
{
  margin:0;
  border:none;
}

.main_navbar > .navbar > .navbar-collapse > ul > li > a 
{
	padding: 12px;
	line-height: 16px;
	transition: all .3s ease-in-out;
	text-align: center;
	/* color: #000; */
  color:#fff;
	font-weight:600;
}

.main_navbar > .navbar > .navbar-collapse > ul > li > a:hover, .main_navbar > .navbar > .navbar-collapse > ul > li > a:focus,
.main_navbar > .navbar > .navbar-collapse > ul > li > a:active, .main_navbar > .navbar > .navbar-collapse > ul > li.active > a, 
.main_navbar > .navbar > .navbar-collapse > ul > li.open > a
{
  /* background:#04335d; */
  background:#043C6B;
  border-radius:0px;
  color:#fff;
}

.main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu 
{
	margin: 0;
	padding: 0px 0 0 0;
	z-index: 100;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	max-height: 490px;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: normal;
}

.main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a 
{
	padding: 8px 15px;
	line-height: 18px;
	border-bottom: 1px solid #f4f4f4;
  transition: all .3s ease-in-out;
  color:#000;
  font-weight:500;
}

.main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a:hover, .main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a:active,
.main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a:focus, .main_navbar > .navbar > .navbar-collapse > ul > li > .dropdown-menu > a.active
{
  background:#043C6B;
  color:#fff;
}


/* HOME SLIDER SECTION */
#home_banner .carousel-control-prev, #home_banner .carousel-control-next 
{
	width: 40px;
	height: 40px;
	background: #064b86;
	border-radius: 50%;
	font-size: 12px;
  margin:0 20px;
  top:45%;
  border:1px solid #ccc;
}

#home_banner .carousel-control-next-icon, #home_banner .carousel-control-prev-icon 
{
	width: 15px;
	height: 15px;
}

#home_banner .carousel-control-prev-icon
{
  background-position:-2px 0px;
}

#home_banner .carousel-inner .carousel-item .container 
{
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	color: #fff;
}

#home_banner .carousel-inner .carousel-item .container h2 
{
	margin: 0;
	font-size: 45px;
	font-weight: 600;
	text-shadow: 2px 2px 4px #000, -1px -1px 4px #000;
	text-align: center;
}

#home_banner .carousel-inner .carousel-item .container h4 
{
	margin: 8px 0 0 0;
	font-size: 18px;
	max-width: 700px;
	line-height: 24px;
  box-shadow:2px 2px 4px #000, -1px -1px 4px #000;
}


/* HOME SLIDER FADE EFFECT */
#home_banner .carousel-fade .carousel-item 
{
 opacity: 0;
 transition-duration: .9s;
 transition-property: opacity;
}

#home_banner .carousel-fade .carousel-item.active,
#home_banner .carousel-fade .carousel-item-next.carousel-item-left,
#home_banner .carousel-fade .carousel-item-prev.carousel-item-right 
{
  opacity: 1;
}

#home_banner .carousel-fade .active.carousel-item-left,
#home_banner .carousel-fade .active.carousel-item-right 
{
 opacity: 0;
}

#home_banner .carousel-fade .carousel-item-next,
#home_banner .carousel-fade .carousel-item-prev,
#home_banner .carousel-fade .carousel-item.active,
#home_banner .carousel-fade .active.carousel-item-left,
#home_banner .carousel-fade .active.carousel-item-prev 
{
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


/* AFTER HOME BANNER SECTION */
#home_after_banner
{
  background:#064b86;
  border-top:2px solid #fff;
}

#home_after_banner ul
{
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}

#home_after_banner ul li
{
  display:inline-block;
  min-width:150px;
  text-align:center;
  color:#fff;
  font-size:20px;
  padding:15px 25px;
}


/* HOME ABOUT US */
#home_about
{
  padding:40px 0;
}

#home_about img 
{
	max-width: 400px;
	margin: 0 30px 15px 0;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

#home_about .home_about_content h3 
{
	font-size: 30px;
	text-align: justify;
	margin: 0;
	line-height: 35px;
  font-weight: 600;
}

#home_about .home_about_content p 
{
	text-align: justify;
	margin: 15px 0 15px 0;
	line-height: 25px;
}


/* HOME AUTOMATION SOLUTION */
#home_automation_solution
{
  padding:40px 0;
}

#home_automation_solution h3 
{
	font-size: 24px;
	margin: 0 0 20px 0;
	line-height: 30px;
  font-weight: 600;
  background: #064b86;
  color: #fff;
  padding: 6px 10px;
}

.box_product_outer
{
  border:1px solid #ccc;
  padding:1px;
  background:#fff;
}

.box_product_outer.box_product_white_bg
{
  background:#f5f5f7;
}

.box_product_outer a 
{
	min-height: 425px;
	display: block;
}

.box_product_outer a .box_product_img_outer
{
  overflow:hidden; 
}

.box_product_outer a .box_product_img_outer img 
{
	max-width: 100%;
	transition: all .3s ease-in-out;
	margin: 0 auto;
	display: block;
	background: #ccc;
}

.box_product_outer a:hover .box_product_img_outer img
{
  transform:scale(1.1);
}

.box_product_outer a .box_product_content_outer
{
  padding:15px 15px 0 15px;
}

.box_product_outer a .box_product_content_outer h4
{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 12px;
  position:relative;
}

.box_product_outer a .box_product_content_outer h4::before 
{
	position: absolute;
	content: '';
	background: #e9e6e6;
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 3px;
}

.box_product_outer a .box_product_content_outer p
{
  margin:0;
}

/* HOME PRODUCTS */
#home_products
{
  padding:40px 0;
}

#home_products h3 
{
	font-size: 24px;
	margin: 0 0 20px 0;
	line-height: 30px;
  font-weight: 600;
  background: #064b86;
  color: #fff;
  padding: 6px 10px;
}


/* SCROLL TO TOP */
#topcontrol 
{
	background: rgba(6,75,134,0.5);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	bottom: 20px !important;
	right: 20px !important;
	border: 1px solid #fff;
	transition: all 0.3s ease-out 0s;
}

#topcontrol:hover 
{
	/* background: rgba(17, 117, 188, 1); */
  opacity:1 !important;
  box-shadow:0 0 3px 2px #ccc;
  background: rgba(6,75,134,0.8);
}

#topcontrol i 
{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


/* COMMON FOOTER */
#common_footer
{
  padding:40px 0 0 0;
  background:#064b86;
  font-weight:500;
}

#common_footer .footer_common_title 
{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 25px;
	color: #fff;
}

#common_footer ul.footer_contact_detail
{
  margin:0;
  padding:0;
  list-style:none;
}

#common_footer ul.footer_contact_detail li 
{
	color: #fff;
	margin: 0 0 12px 0;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding-left: 26px;
}

#common_footer ul.footer_contact_detail li:last-child
{
  margin:0;
}

#common_footer ul.footer_contact_detail li i 
{
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 4px;
}

#common_footer ul.footer_useful_links
{
  margin:0;
  padding:0;
  list-style:none;
} 
 
#common_footer ul.footer_useful_links li 
{
	display: inline-block;
	width: 49%;
	margin: 0 0 10px 0;
	vertical-align: top;
	white-space: nowrap;
}

#common_footer ul.footer_useful_links li a 
{
	color: #fff;
	transition: all .3s ease-in-out;
	position: relative;
	padding-left: 15px;
	display: block;
	line-height: 20px;
}

#common_footer ul.footer_useful_links li a:hover i
{
  margin:0px 0px 0 3px;
}

#common_footer ul.footer_useful_links li a i 
{
	font-weight: 500;
	margin: 0;
	transition: all .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 2px;
}

#common_footer p.footer_about_company 
{
	color: #fff;
	margin: 0;
	text-align: justify;
	line-height: 24px;
}

#common_footer p.footer_about_company a
{
	color: #fff;
	font-size: 14px;
	float: right;
	margin: 1px 0 0 0;
	font-style: italic;
}

#common_footer p.footer_about_company a:hover
{
  text-decoration:underline;
}

#common_footer .copyright_text 
{
	border-top: 1px solid rgba(255,255,255,0.2);
	margin: 30px 0 0 0;
	padding: 12px 0 10px 0;
}

#common_footer .copyright_text ul
{
  list-style:none;
  margin:0;
  padding:0;
}

#common_footer .copyright_text ul li 
{
	width: 50%;
	color: #fff;
	font-size: 14px;
	float: left;
}

#common_footer .copyright_text ul li a
{
  color:#fff;
}


/***************** ABOUT US SECTION ******************/
.common_section_all 
{
	min-height: 300px;
}

h3.common_title_all 
{
	font-size: 30px;
	margin: 0 0 30px 0;
	line-height: 35px;
	font-weight: 600;
	border-bottom: 1px solid #E7E7E7;
	padding: 0 0 10px 0;
}

.about_us_outer img 
{
	width: 500px;
	margin: 0 30px 15px 0;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

.about_us_outer h4 
{
	font-size: 20px;
	font-weight: 600;
}

.about_us_outer p
{
	text-align: justify;
	margin: 0px 0 15px 0;
	line-height: 25px;
}

.about_us_blocks
{
	background: #fff;
	padding: 25px 25px 0 25px;
  min-height:280px;
}

.about_us_blocks h3 
{
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 50px;
}

.about_us_blocks h3 i 
{
	position: absolute;
	font-size: 40px;
	/* color: #04335d; */
	left: 0;
	top: -6px;
}

.about_us_blocks p
{
  margin:0;
  line-height:28px;
}

.about_us_blocks ul
{
  list-style:none;
  margin:10px 0 0 0;
  padding:0;
}

.about_us_blocks ul li
{
  margin:0 0 5px 0;
}

.about_us_blocks ul li i 
{
	color: #064b86;
	font-size: 16px;
	margin: 0px 2px 0px 0;
}
 
 
/***************** CLIENTS SECTION ******************/ 
ul.our_clients_outer
{
  margin:40px 0 0 0;
  list-style:none;
  padding:0;
  text-align:center;
}

ul.our_clients_outer li 
{
	width: 250px;
	display: inline-block;
	margin: 0 12px 0 12px;
  vertical-align:top;
  min-height:230px;
}

ul.our_clients_outer li .our_clients_logo 
{
	background: #f5f5f7;
	padding: 20px;
	overflow: hidden;
	width: 260px;
	height: 150px;
	vertical-align: middle;
	display: table-cell;
}

ul.our_clients_outer li .our_clients_logo img
{
  max-width:100%;
  max-height:100%;
}

ul.our_clients_outer li h4
{
  font-size:18px;
  margin:10px 0 0 0;
  font-weight:600;
}


/***************** QUALITY POLICY SECTION ******************/
.quality_policy_outer img 
{
	width: 300px;
	margin: 0 30px 15px 0;
	float: left;
}

.quality_policy_outer p
{
	text-align: justify;
	margin: 0px 0 15px 0;
	line-height: 25px;
}

.quality_policy_outer h4 
{
	font-size: 20px;
	font-weight: 600;
}

.quality_policy_quote
{
  background:#064b86;
  color:#fff;
}

.quality_policy_quote h4 
{
	margin: 0;
	line-height: 35px;
	padding: 40px 0;
  font-size:20px;
  font-weight:600;
}

.quality_policy_feature_block
{
  background:#f5f5f7;
  border:1px solid #ccc;
  text-align:center;
  padding:30px 25px;
}

.quality_policy_feature_block i 
{
	font-size: 90px;
	/* color: #04335d; */
	font-weight: 600;
}

.quality_policy_feature_block h4
{
	font-size: 30px;
	margin: 5px 0 0 0;
	line-height: 40px;
	font-weight: 600;
	padding: 0;
}

.quality_policy_four_feature_block
{
  min-height:140px;
}

.quality_policy_four_feature_block h4
{
  font-size:20px;
  font-weight:600;
  margin:0;
}

.quality_policy_four_feature_block p
{
  text-align:justify;
  line-height:25px;
}




/****** CONTACT US PAGE ******/
.contact_us_details ul 
{
	list-style: none;
	margin: 0;
	border: 1px solid #ccc;
	padding: 20px;
	background: #f5f5f7;
}

.contact_us_details ul li 
{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.contact_us_details ul li:last-child
{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}

.contact_us_details ul li h4 
{
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.contact_us_details ul li h4 i 
{
	margin: 0 5px 0 0;
}

.contact_us_details ul li p 
{
	text-align: justify;
	line-height: 25px;
	margin: 0;
}

.contact_form 
{
	padding-left:30px;
}

.contact_form input, .contact_form textarea 
{
	border-radius: 0;
	resize: vertical;
	padding: 8px 10px;
	margin: 0;
	line-height: 25px;
	height: auto;
  box-shadow: 0 0 0;
}

.contact_form input:hover, .contact_form input:focus, .contact_form input:active, 
.contact_form textarea:hover, .contact_form textarea:focus, .contact_form textarea:active
{ 
  border-color:#6d6e71;  
  box-shadow: 0 0 0;
}

.contact_form .btn-custom
{
  padding:10px;
  font-size:18px;
  font-weight:600;
}

.contact_form .image
{
  display:inline-block;
}

a#refresh_captcha
{
  vertical-align:top;
}

.contact_map iframe
{
  width:100%;
  height:500px;
  margin-top:20px;
}


/********* AUTOMATION SOLUTION SECTION ************/
.automation_solution_main_content h4 
{
	font-size: 16px;
	font-weight: 600;
	text-align: justify;
	margin: 0 0 10px 0;
}

.automation_solution_main_content h5 
{
	font-size: 16px;
	font-weight: 600;
	text-align: justify;
	margin: 0 0 10px 0;
}

.automation_solution_main_content .automation_solution_main_content_with_img 
{
	padding: 20px;
	background: rgba(0,0,0,0.03);
  clear:both;
}

.automation_solution_main_content .automation_solution_main_content_with_img img 
{
	float: left;
	max-width: 250px;
	margin: 0 30px 0px 0;
  opacity:0.9;
  border:1px solid #ccc;
  padding:5px;
  transition:all .3s ease-in-out;
}

.automation_solution_main_content .automation_solution_main_content_with_img img:hover
{
  opacity:1;
}

.automation_solution_main_content p 
{
	line-height: 25px;
	margin-bottom: 20px;
}



/********* PRODUCTS SECTION ************/
.product_main_content ul.product_img_outer 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product_main_content ul.product_img_outer li 
{
	display: inline-block;
	width: 250px;
	margin: 0 20px 0px 0px;
	overflow: hidden;
	vertical-align: top;
	min-height: 240px;
	padding: 0;
	background: no-repeat;
}

.product_main_content ul.product_img_outer li a
{
  
}

.product_main_content ul.product_img_outer li a .product_img_inner 
{
	width: 250px;	
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.product_main_content ul.product_img_outer li a .product_img_inner img 
{
	max-width: 100%;
	max-height: 100%;
  transition: all .3s ease-in-out;
  opacity:0.9;
}

.product_main_content ul.product_img_outer li a:hover .product_img_inner img 
{
	/* transform:scale(1.1); */
  opacity:1;
}

.product_main_content ul.product_img_outer li a h4 
{
	text-align: center;
	margin: 2px 0 0 0;
	font-size: 16px;
	font-weight: 600;
}

.product_main_content .product_main_content_with_img a img 
{
	float: left;
	max-width: 300px;
	margin: 0 30px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	opacity: 0.9;
  transition: all .3s ease-in-out;
}

.product_main_content .product_main_content_with_img a:hover img
{
  opacity:1;
}

.product_main_content .product_main_content_with_img p, .product_main_content p
{
  text-align:justify;
}

.product_main_content .product_main_content_with_img ul, .product_main_content ul
{
  list-style:none;
  margin:0;
  padding:0;
}

.product_main_content .product_main_content_with_img ul li, .product_main_content ul li 
{
	margin: 0 0 18px 0;
	background-image: url('../images/listing_icon1.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 22px;
	display: flex;
	background-size: 15px auto;
}

.product_main_content p 
{
	margin-bottom: 20px;
}

.product_main_content p.product_key_points_outer 
{
	margin-bottom:  18px;
}

.product_main_content p.product_key_points_outer i 
{
	font-size: 18px;
	color:#064b86;
  margin:0 5px 0 0;
}


/* .product_main_content ul.product_key_points_outer
{
  list-style:none;
  margin:0 0 10px 0;  
}


.product_main_content ul.product_key_points_outer li
{
  line-height:25px;
  text-align:justify;
  margin-bottom:15px;
  padding:0 0 0 25px;
  position:relative;
}

.product_main_content ul.product_key_points_outer li.product_key_point_title
{
  line-height:25px;
  text-align:justify;
  margin-bottom:10px;
  padding:0;
  font-weight:600;
}

.product_main_content ul.product_key_points_outer li i 
{
	position: absolute;
	left: 0px;
	font-size: 18px;
	top: 5px;
  color:#064b86;
} */

.product_main_content .product_video_iframe 
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product_main_content .product_video_iframe  iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_main_content .product_video_iframe .videoborder 
{
	border: 1px solid #ccc;
	padding: 5px;
}

.product_main_content .product_video_mp4 .custom_mp4video 
{
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
	margin: 20px 0 0;
	display: block;
}

.product_left_sidebar ul
{
  list-style:none;
  margin:0;
  padding:0;
}

.product_left_sidebar ul li:first-child
{
  font-size:18px;
  background:#064b86;
  color:#fff;
  padding:12px 15px;
  margin:0 0 10px 0;
  font-weight:600;
}

.product_left_sidebar ul li a
{
	color: #333;
	padding: 10px 5px 10px 30px;
	border: 1px solid #dfdfdf;
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	transition: all .3s ease-in-out;
	white-space: normal;
  cursor:auto;
}

.product_left_sidebar ul li a i 
{
	position: absolute;
	left: 12px;
	top: 14px;
	font-size: 18px;
  transition: all .3s ease-in-out;
}

.product_left_sidebar ul li a[href]:hover, .product_left_sidebar ul li.active a[href]
{
  background:#064b86;
  color:#fff;
  border: 1px solid #064b86;
  cursor:pointer;
}

#whatsapp_widget
{
	background: rgba(51, 153, 51,0.8);
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 37px;
	font-weight: 600;
	position: fixed;
	bottom: 20px;
	left: 20px;
}

#whatsapp_widget:hover
{
  box-shadow:0 0 3px 2px #ccc;
  background: rgba(51, 153, 51,1);
}


/* #carouselExampleCaptions 
{
	width: 49%;
	float: left;
	margin: 0;
}

.home_banner_video_mp4 
{
	width: 49%;
	float: right;
	margin: 0;
	overflow: hidden;
}

.home_banner_video_mp4 video
{
  width:100%;
} */


/********* START : CUSTOMISED LABEL *************/
.customise_labels_form
{
  background:#f5f5f7;
  border: 1px solid #ccc;
  padding:40px;
}

.customise_labels_form label.form-label
{
  margin:0 0 3px 0;
  font-weight:600;
}

.customise_labels_form .form-group
{
  margin-bottom:20px;
}

.customise_labels_form .form-control
{
	border-radius: 0;
	resize: vertical;
	padding: 8px 10px;
	margin: 0;
	line-height: 25px;
	height: auto;
  box-shadow: 0 0 0;
}

.customise_labels_form p.note 
{
	margin: 0;
	font-weight: 500;
	font-size: 14px;
}

.customise_labels_form .bottom_note 
{
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 45px;
}

.customise_labels_form .bottom_note span 
{
	position: absolute;
	left: 0;
	font-weight: 600;
} 

.customise_labels_form p.note a
{
  font-weight:600;
}

.customise_labels_form .form-control:hover, .customise_labels_form .form-control:focus, .customise_labels_form .form-control:active
{ 
  border-color:#6d6e71;  
  box-shadow: 0 0 0;
}

.customise_labels_form #submit_btn_outer 
{
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	margin-top: 5px;
}

.customise_labels_form .btn-custom 
{
	padding: 6px 20px;
	font-size: 18px;
	font-weight: 600;
	min-width: 150px;
}

.customise_labels_form .label_captcha_image
{
  display:inline-block;
}

.customise_labels_form a#refresh_label_captcha_image
{
  vertical-align:top;
}

#label_shape_modal .modal-header h5
{
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: center;
}

#label_shape_modal ul.label_shape_modal_content 
{
	margin: 12px 0 0 0;
	padding: 0;
  text-align:center;
}

#label_shape_modal ul.label_shape_modal_content li 
{
	width: 150px;
	display: inline-block;
	text-align: center;
	margin: 0 15px 10px 15px;
	vertical-align: top;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer 
{
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	padding: 13px;
  display:table-cell;
  vertical-align:middle;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner 
{
	/* background: #ef7f1a; */
  margin:0 auto;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner img
{
  max-width:120px;
  max-height:120px;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.circle 
{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.oval 
{
  width: 120px;
  height: 60px;
  border-radius: 60px / 30px;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.rounded_corner 
{
	width: 120px;
	height: 80px;
	border-radius: 20px;
}

#label_shape_modal ul.label_shape_modal_content li .label_shape_outer .label_shape_inner.square_rectangle 
{
  width: 120px;
	height: 80px;
}

#label_shape_modal ul.label_shape_modal_content li h3 
{
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 10px 0;
}







#label_material_modal .modal-header h5
{
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: center;
}

#label_material_modal ul.label_material_modal_content 
{
	margin: 12px 0 0 0;
	padding: 0;
  text-align:center;
}

#label_material_modal ul.label_material_modal_content li 
{
	width: 200px;
	display: inline-block;
	text-align: center;
	margin: 0 15px 10px 15px;
	vertical-align: top;
}

#label_material_modal ul.label_material_modal_content li img 
{
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

#label_material_modal ul.label_material_modal_content li h3 
{
	font-size: 16px;
	font-weight: 600;
	margin: 6px 0 5px 0;
}

#label_material_modal ul.label_material_modal_content li h4 
{
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	padding: 0 10px;
}

#label_material_modal p 
{
	margin: 10px 0 -10px 0;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
/********* END : CUSTOMISED LABEL *************/
