@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;display=swap');
* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a:hover, a:focus, a {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,ul,li,p,strong,ol,span,strong {
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-size:14px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	overflow-x:hidden;
}
/**************************/
body::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(40,75,140,0.1);
	background-color:#f9f9f9;
}
body::-webkit-scrollbar {
	width:10px;
}
body::-webkit-scrollbar-thumb {
	background-color:#bb495b;
	border-radius:10px;
}
body::-webkit-scrollbar-thumb:hover {
	background-color:#000000;
}
/***************************/
.header_rht ul {
	float:right;
	display:flex;
	margin-top:10px;
}
.header_rht ul li a img {
	margin-right:5px;
}
.header_rht ul li {
	padding:10px 15px;
}
.header_rht ul li a {
	font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	color:#fff;
}
.header_rht ul li a:hover {
	color:#f00;
}
/***************************/
.header-scrolled .logo::after {
	border-left: 0 solid #fff;
    border-right: 50px solid transparent;
    border-top: 96px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: -50px;
    top: 0;
}
.header-scrolled .logo::before {
	border-right: 0 solid #fff;
    border-left: 50px solid transparent;
    border-bottom: 96px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    left: -50px;
    top: 0;
}
.header-scrolled .header_rht ul li {
    padding: 5px 15px;
}
.header-scrolled .main-nav a {
	padding:5px 10px;
}
/***************************/
.fixed-top {
	position: sticky;
	display:block;
	background:#002a80;
	box-shadow: 0px 0px 15px rgb(127 137 161 / 30%);
}
.logo {
	display:inline-block;
	width:35%;
	float:left;
}
.header_menu {
    display: flex;
}
.header_bg {
	background:#fff;
	display:flex;
}
#header .logo {
	background:#fff;
}
.logo {
	position:relative;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.logo::after {
	border-left: 0 solid #fff;
    border-right: 50px solid transparent;
    border-top: 113px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: -50px;
    top: 0;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.logo::before {
	border-right: 0 solid #fff;
    border-left: 50px solid transparent;
    border-bottom: 113px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    left: -50px;
    top: 0;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#header .logo img {
	width:100%;
	height:auto;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-scrolled .logo img {
	width:85% !important;
	height:auto;
	display:block;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-scrolled {
	background:#002a80;
	box-shadow: 0px 0px 7px rgb(127 137 161 / 50%);
}
.header-scrolled .main-nav > ul {
	line-height:40px;
}
.main-nav {
	margin:0 auto;
	float:right;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #f00;
	text-decoration: none;
}
.main-nav > ul > li img {
	margin-right:10px;
	width:28px;
	height:28px;
}
@-webkit-keyframes blink {
    0% { 
       color: 072f5f;
    }
    25% {
       color: #3895d3;
    }
    50% { 
		color: #072f5f;
	}
	75% {
		color: #3895d3;
    }
    100% {
		color: #66707f;
    } 
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	line-height:24px;
	visibility: hidden;
	padding: 10px 0;
	background: #002a80;
	transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}
.main-nav .drop-down ul a {
	padding: 3px 20px;
	font-size: 14px;
	color: #fff;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #f00;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	/* background: rgba(18, 47, 76, 0.8); */
	background: rgb(0 0 0 / 80%);
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #f00;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #004289;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/***************************/
#hm_product_main {
	padding:70px 0 40px 0;
}
.hm_prd_sec img {
	border-radius:10px;
}
.hm_prd_sec {
    transform: translate3d(0,-5px,0);
    transition: all .5s ease;
	border:2px solid #f6f6f6;
	border-radius:10px;
	margin-bottom:30px;
}
.hm_prd_sec:hover {
    transform: translate3d(0,-5px,0);
	box-shadow: 0 10px 15px rgb(196 215 255 / 50%);
    transition: all .5s ease;
}
.hm_prd_dtl {
	position:absolute;
	content:'';
	display:block;
	top:30px;
	left:15px;
}
.hm_prd_dtl h4 span {
	font-size:24px;
	color:#bb495b;
	letter-spacing:1px;
	display:table-caption;
	padding-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.hm_prd_dtl .view_btn {
	padding:5px 15px;
	border-radius:5px;
	background:#fff;
	border:2px solid #002a80;
	-moz-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
	position: absolute;
    display: block;
}
.hm_prd_dtl .view_btn span {
	font-size:13px;
	color:#002a80;
	-moz-transform: skew(15deg, 0);
    -ms-transform: skew(15deg, 0);
    -o-transform: skew(15deg, 0);
    -webkit-transform: skew(15deg, 0);
    transform: skew(15deg, 0);
    display: block;
}
.hm_prd_sec:hover .view_btn {
	border:2px solid #bb495b;
}
.hm_prd_sec:hover .view_btn span {
	color:#bb495b;
}
.prod_head_top {
	padding-bottom:40px;
}
.hm_prod_head {
	position:relative;
	padding-bottom:10px;
}
.hm_prod_head:before {
	position:absolute;
	content:'';
	display:block;
	width:50px;
	height:3px;
	bottom:0;
	left:0;
	background:#ff0200;
}
.hm_prod_head h2 span {
	font-weight:bold;
	letter-spacing:1px;
	color:#002a80;
	font-size:30px;
	text-transform:uppercase;
}
.hm_prod_para p {
    line-height: 26px;
    padding-bottom: 15px;
    letter-spacing: 0.25px;
    color: #66707f;
    font-size: 15px;
}
/***************************/
#hm_abt_main {
	padding:70px 0;
	background:#002a80;
	position:relative;
}
.skew_block {
	position:absolute;
	content:'';
	display:block;
	top:-30px;
	width:34%;
	height:30px;
	right:-1%;
	background:#002a80;
	-webkit-transform: skew(-34deg);
    transform: skew(-34deg);
}
.hm_abt_hed span {
	color:#fff;
	display:block;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:5px;
}
.hm_abt_hed h1 {
	color:#fff;
	font-size:28px;
	padding-bottom:10px;
	letter-spacing:1px;
	position:relative;
	margin-bottom:20px;
}
.hm_abt_hed h1:before {
	position:absolute;
	content:'';
	display:block;
	width:50px;
	height:3px;
	bottom:0;
	left:0;
	background:#fff;
}
.hm_abt_hed p {
    line-height: 26px;
    padding-bottom: 15px;
    letter-spacing: 0.25px;
    color: #fff;
    font-size: 15px;
}
.hm_abt_hed {
	padding-bottom:20px;
}
.abt_anch a {
	padding:10px 35px;
	border:2px solid #bb495b;
	color:#fff;
	background:#bb495b;
	font-size:15px;
}
.abt_anch a i {
	margin-right:5px;
}
.abt_anch a:hover {
	background:#fff;
	border:2px solid #fff;
	color:#66707f;
}
/***************************/
#hm_abt_btm {
	padding:70px 0;
	position:relative;
	background:#f9f9f9;
}
.skew_block1 {
	position:absolute;
	content:'';
	display:block;
	top:-30px;
	width:34%;
	height:30px;
	left:-1%;
	background:#f9f9f9;
	-webkit-transform: skew(44deg);
    transform: skew(44deg);
}
#home_slider {
	padding:0 20px;
}
#home_slider .owl-nav button {
    height: 75px;
    width: 30px;
    background: #bb495b;
    font-size: 28px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 30%;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
}
#home_slider .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
.home_mg0 img {
	border-radius:10px;
}
.home_txt0 {
	padding:20px;
	margin:-40px 15px 15px 15px;
	background:#fff;
	position: relative;
    z-index: 1;
	content:'';
	box-shadow: 0 5px 5px rgb(196 215 255 / 50%);
	text-align:center;
	display:block;
	height: 175px;
}
.home_txt0 h5 {
	font-size:18px;
	padding-bottom:6px;
	position:relative;
	color:#002a80;
	letter-spacing:1px;
	font-weight:bold;
}
.home_txt0 h5:before {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	right:0;
	width:50px;
	height:2px;
	background:#002a80;
	margin:0 auto;
	display:block;
}
.home_txt0 p {
	line-height: 24px;
    padding-top: 10px;
    letter-spacing: 0.25px;
    color: #66707f;
    font-size: 13px;
}
/***************************/
#hm_client_main {
	padding:40px 0;
}
#client_slider .owl-nav {
	display:none;
}
#client_slider .clinet_logo {
	box-shadow: 0 5px 5px rgb(196 215 255 / 50%);
	padding: 10px;
    margin: 5px;
}
/***************************/

#foot_main {
	padding:50px 0;
	border-top:3px solid #f6b04e;
	background:#1b1b1b;
}
.foot_hed h4 {
	color:#f6b04e;
	font-size:21px;
	padding-left:15px;
	letter-spacing:1.5px;
	border-left:3px solid #f6b04e;
}
.foot_hed {
	padding-bottom:20px;
}
.foot_lst ul li a {
	color:#fff;
	font-size:14px;
	line-height:26px;
	font-family: 'Montserrat', sans-serif;
	display:block;
	letter-spacing:0.25px;
}
.foot_lst ul li a:hover {
	color:#f6b04e;
}
.foot_lst ul li a i {
	font-size:10px;
	margin-right:5px;
	display:inline-block;
}
.foot_lft {
	padding:0 10px 15px 10px;
}
.foot_para ul li {
	margin-bottom:20px;
	padding-left:40px;
	line-height:24px;
	position:relative;
	font-size:15px;
	color:#fff;
	letter-spacing: 0.25px;
}
.foot_para ul li i {
	width:25px;
	height:25px;
	font-size:12px;
	border:1px solid #bb495b;
	position:absolute;
	color:#bb495b;
	top:5%;
	left:0;
	text-align:center;
	line-height:24px;
}
.foot_para span {
	font-weight:bold;
	letter-spacing:1px;
	font-size:15px;
	line-height:30px;
	display:block;
	color:#fff;
}
.foot_para p {
	line-height: 24px;
    letter-spacing: 0.25px;
    color: #bb495b;
    font-size: 14px;
}
.social_link ul li {
	float:left;
	padding-right:10px;
}
.social_link ul li a i {
	width:35px;
	height:35px;
	font-size:14px;
	color:#f9f9f9;
	border:1px solid #f9f9f9;
	border-radius:5px;
	line-height:35px;
	text-align:center;
}
.social_link ul li a:hover i {
	background:#bb495b;
	color:#fff;
	border:1px solid #bb495b;
}
/***************************/
#footer_btm {
	padding:10px 0;
	background:#002a80;
}
.foot_txt p {
	line-height: 24px;
    text-align:center;
    letter-spacing: 0.25px;
    color: #fff;
    font-size: 14px;
}
.foot_txt p a {
	color:#f6b04e;
	font-weight:bold;
}
/***********************/
.prod_ban_hed {
	position: relative;
    padding: 10px 0;
    display: inline-block;
	float:right;
}
.prod_ban_hed ul li {
	float:left;
}
.prod_ban_hed ul li a:hover {
	color:#bb495b;
}
.prod_ban_hed ul li a {
	padding:0 5px;
	font-size:13px;
	color:#002a80;
	letter-spacing:1px;
	font-family: Montserrat;
	font-weight: 600;
}
.prod_ban_hed ul li span {
	font-size:13px;
	color:#bb495b;
	letter-spacing:1px;
	font-family: Montserrat;
	font-weight: 600;
}
.prod_ban_hed li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
/************************/
#inn_prd_cnt {
	padding:50px 0;
}
.inn_prd_pd {
	padding-top:15px;
}
.inn_prd_hed {
	padding-bottom:20px;
}
.inn_prd_hed span {
	font-size: 18px;
    color: #efefef;
    font-weight: 600;
    letter-spacing: 1px;
}
.inn_prd_hed h1 {
	font-size: 28px;
    color: #002a80;
	font-weight:600;
    text-transform: capitalize;
	position: relative;
	padding-bottom:10px;
}
.inn_prd_hed h1:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #002a80;
}
.inn_prd_hed h1:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 3px;
    bottom: 0;
    left: 55px;
    background: #bb495b;
}
.inn_prd_para p {
    line-height: 24px;
    padding-bottom: 10px;
    letter-spacing: 0.25px;
    color: #66707f;
    font-size: 15px;
}
.inn_prd_para span {
    font-size: 15px;
    color: #3e3e3e;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
    display: block;
}
.product-slide-one .owl-prev span, .product-slide-one .owl-next span {
	display:none;
}
/************************/
.pd_gap {
	padding:0 0 30px 0;
}
.inn_prd_tb_hed {
	padding-bottom:20px;
}
.inn_prd_tb_hed h2 {
    letter-spacing: 1px;
    color: #002a80;
    font-size: 25px;
	padding:5px 0 5px 10px;
	border-left:3px solid #002a80;
}

.inn_prd_tb_hed h1 {
    letter-spacing: 1px;
    color: #002a80;
    font-size: 25px;
	padding:5px 0 5px 10px;
	border-left:3px solid #002a80;
}
.table tbody tr td {
    font-size: 13px;
    color: #66707f;
	padding: 10px 0;
    vertical-align: middle;
	text-align:center;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    letter-spacing: 0.50px;
}
.table thead tr th {
    background: #002a80;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
	text-align:center;
    vertical-align: middle;
    padding: 10px 10px;
    font-family: 'Montserrat', sans-serif;
}
.table_bg {
	background:#eceef2;
}
.table tbody tr td.table_bg0 {
	background:#eceef2;
}
.inn_prd_tb_hed {
	padding-bottom:20px;
}
.inn_prd_tb_hed h3 {
	letter-spacing: 1px;
    color: #002a80;
    font-size: 23px;
	padding:5px 0 5px 10px;
	border-left:3px solid #002a80;
}
.inn_tb_btm_main {
	padding:30px 20px 30px 20px;
	background:#fff;
	box-shadow: 0px 0px 15px 0px rgb(236 238 242);
}
.inn_tb_hed img {
	margin:0 auto;
	display:table;
	margin-bottom:10px;
}
.inn_tb_hed span {
	font-size:20px;
	color: #bb495b;
	font-weight:bold;
	display:block;
	text-align:center;
	letter-spacing:0.50px;
	padding-bottom:10px;
}
.inn_tb_hed p {
	font-size:15px;
	line-height:24px;
	color:#66707f;
	text-align:center;
	letter-spacing:0.50px;
}
.inn_tb_hed0 {
	padding-bottom:15px;
}
.inn_tb_hed0 span {
	font-size:20px;
	color: #bb495b;
	font-weight:bold;
	display:block;
	letter-spacing:0.50px;
	padding-bottom:10px;
}
.inn_tb_hed0 p {
	font-size:15px;
	line-height:24px;
	color:#66707f;
	padding-bottom: 5px;
	letter-spacing:0.50px;
}
.inn_tb_hed0 p i {
	margin-right:5px;
}
/***********************/
.inn_prd_para ul li {
	padding: 0 15px 0 0;
    display: inline-block;
    margin-bottom: 15px;
}
.inn_prd_para ul li p {
	background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(236 238 242);
	padding:10px 20px;
	color:#bb495b;
}
.inn_prd_para ul li p i {
	margin-right:10px;
	font-size:14px;
}
/*********************/
#inn_about_main {
	padding:70px 0 40px 0;
}
.inn_abt_bx img {
	margin:0 auto;
	display:table;
	border:2px solid #ccc;
}
/***********************/
#contact_detail_main {
	padding:70px 0 70px 0; 
}
.contact_bx {
    padding: 25px 20px;
    border-radius: 10px;
    border: 3px solid #e8e8e8;
}
.cont_dtl_bx span {
	font-size: 20px;
    color: #bb495b;
    display: block;
    padding-bottom: 20px;
}
.cont_dtl_bx h5 {
	font-weight:bold;
	padding-bottom:10px;
	color: #002a80;
	letter-spacing:1px;
	font-size:17px;
}
.cont_dtl_bx a {
	font-size: 15px;
    color: #66707f;
	display:block;
	letter-spacing:1px;
}
.cont_dtl_bx a:hover {
	color:#ea3b92;
}
.cont_dtl_bx p {
	line-height: 22px;
    text-align: justify;
    letter-spacing: 1px;
    color: #66707f;
}
.cont_dtl_bx {
	padding-bottom:15px;
}
.contact_form {
	padding-top:20px;
}
.contact_form .form-group input, .contact_form .form-group textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #000;
	margin-bottom: 25px;
    font-size: 15px;
    background: #fbfbfb;
	border:1px solid #e6e6e6;
}
.contact_form .form-group textarea {
    height: 140px;
	color:#000;
}
.contact_form .form-group select {
    display: block;
    width: 100%;
    padding: 12px 25px;
    color: #000;
	margin-bottom: 25px;
	border:1px solid #e6e6e6;
    font-size: 15px;
    background: #fbfbfb;
}
.contact_form label.form-group {
    display: inline-block;
    width: 100%;
    border: 0px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact_form label {
	padding-right:10px;
}
.contact_form label.radio-inline input {
    font-size: 15px;
	display:inline-block;
	width:auto;
	margin-right: 10px;
    color: #000;
}
.form_hed h5 {
    color: #000;
    display: inline-block;
    width: 100%;
    border: 0px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact_form .form-group select option {
	color:#000;
}
.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #002a80;
    padding: 12px 30px;
	text-transform: uppercase;
    border: none;
	margin-top:10px;
	width:50%;
	float:left;
}
.btn-style-one:hover {
    color: #fff;
	background-color: #bb495b;
}
.form-group input::placeholder {
	color: #a8a8a8;
	opacity: 1; 
}
.form-group textarea::placeholder {
	color: #a8a8a8;
	opacity: 1; 
}
/***************************/
.btm-watsap {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 99;
}

input[type=text], [type=email], [type=number], textarea, select {
    width:100%;
    max-width:100%;
    padding:7px;
	font-size:13px;
    margin:2px 0;
    display: inline-block;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
}
.form-text {
	border:1px solid #ccc;
}
input[type=submit] {
    width:100%;
    max-width:100%;
    background-color:#000;
    color:white;
    padding:10px;
    border:none;
    cursor:pointer;
}
input[type=submit]:hover {
    background-color:#bb495b;
    color:#fff;
    max-width:100%;
}
.btn-1 {
    width:100%;
    max-width:100%;
    background-color:#bb495b;
    color:white;
    padding:10px;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
.quickcontact {
    right:0px;
    bottom:0px;
    max-width:100%;
	display:block;
    background-color: #f2f2f2;
}
.max {
    border: #bb495b thick solid;
    position: fixed;
    width: 225px;
    right: 10px;
    bottom: 10px;
    max-width: 100%;
    background-color: #f2f2f2;
    padding: 5px;
    margin: 1px;
    z-index: 9999;
}

.inn-brnd-box img {
	border:2px solid #ccc;
	padding:3px;
}
.inn_prd_para ul {
	margin-top:20px;
}

.brand_mg_bx {
	margin-bottom:20px;
}
.brand_mg_bx img {
	margin:0 auto;
	display:table;
	margin-bottom:10px;
}
.brand_mg_bx h5 span {
    color: #66707f;
    font-size: 18px;
	text-align:center;
	display:block;
}


 
  
  


