@charset "utf-8";
/* CSS Document */


				/* ------------ Top header ---------------*/

.topheader{background-color: #fdfdfd; background-color: #f8f8f8ee;
background-image: url("https://www.transparenttextures.com/patterns/debut-light.png");}

.power {background-color: #c10202;
    font-size: 21px;
    padding: 10px;
    text-align: center;
    color: white;
    float: left;
    box-shadow: 0px 7px 2px #e2e2e2;
    border-radius: 5px;}

.topNumb {padding: 0;
    margin: 0;
    list-style: none;}

.topNumb li {
    font-size: 16px;
    padding: 9px 20px;
    margin-right: 14px;
    color: #333;
    display: inline-block;
}
.topNumb li a {
	color: #333;
	text-decoration: none;
}
 .topNumb li:before {
    margin-right: 15px;
    font-size: 18px;
    color: #c10202;
    display: inline-table;
    vertical-align: middle;
}
 .topNumb li:nth-child(1):before {
	content: '\f232';
    font-family: fontAwesome;
}
.topNumb li:nth-child(2):before {
	content: '\f003';
    font-family: fontAwesome;
}

.socialmedia {padding: 10px; float:right;}

.bni {font-size: 18px;
    background: #631516;
    color: white;
    font-weight: 600;
    padding: 10px;}

.facebook {font-size: 18px;
    background: #631516;
    color: white;
    font-weight: 600;
    padding: 10px;}

.linkedin {font-size: 18px;
    background: #631516;
    color: white;
    font-weight: 600;
    padding: 10px;}
	

				/* ------------ New Header and navbar css ---------------*/
.header {
    position: sticky;
    top: 0;
    z-index: 10;
}	
				/* ------------ logo ---------------*/

.logo {
    padding: 10px 5px;
    background: #ffffff;
    box-shadow: 0px 4px 17px 0px #eee;
    text-align: center;
}
.logo a {
	display: block;
}
.logo img {
}

				/* ------------ navbar ---------------*/
			
.header-lower {
	position: relative;
    top: 0;
    z-index: 999;
	height: auto;
    background: #f8f8f8;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
}
.menu-icons {
	position: absolute;
    font-size: 1.5rem;
    top: 50%;
    right: 2rem;
    color: #c10202;
    transform: translateY(-50%);
	display: none;
}
.site-nav {
	position: relative;
    height: auto;
    transition: all 0.6s ease 0s;
}
.nav-list {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.nav-list > li {
	line-height: 2rem;
}
.nav-list li {
    position: relative;
}
.nav-list li a {
	display: block;
    padding: 15px 30px;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    transition: all .5s ease;
    text-decoration: none;
}
.nav-list li a:hover {
	color: #ffffff;
    background: #c10202;
    font-weight: 600;
}
.sub-menu {
	margin: 0;
    padding: 0;
    list-style: none;
    width: 18rem;
    position: absolute;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
	transition: all .5s ease;
    display: block;
	opacity: 0;
    visibility: hidden;
}
.nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li {
	line-height: 2rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}
.sub-menu li:last-child {
	border: none;
}
.sub-menu li a {
	padding: 10px 15px;
	font-size: 16px;
}
.sub-menu .sub-menu {
	border-top: none;
	border-left: 1px solid #c10202;
	top: 0;
	left: 100%;
	width: 18rem;
}
.sub-menu li:hover > .sub-menu {
	top: 0rem;
	left: 100%;
}

@media (max-width: 768px) {

				/*------------ Top Header css -------------*/	
				
.power {
    font-size: 16px;
    padding: 2px;
    border-radius: 2px;
	box-shadow: 0px 2px 2px #e2e2e2;
}
.topNumb {
}
.topNumb li {
    font-size: 11px;
    padding: 5px 0px;
    margin-right: 5px;
}
.topNumb li:before {
    margin-right: 2px;
    font-size: 11px;
}
.socialmedia {
    padding: 2px 0px;
}
.bni {
    font-size: 10px;
    padding: 5px;
}
.facebook {
    font-size: 10px;
    padding: 5px;
}
.linkedin {
    font-size: 10px;
    padding: 5px;
}

				/*------------ Lower Header css -------------*/	
				
.logo {
    padding: 10px 5px;
}
.logo img {
	max-width: 70%;
}
				
.header-lower {
	padding: 0px 20px;
	height: 40px;
}
.menu-icons {
	display: block;
}
.site-nav {
	position: absolute;
    width: 100%;
    height: auto;
    background: #e0e0e0;
    top: 50px;
    left: -440px;
    transition: .5s;
}
.site-nav.active {
    left: 0;
    top: 40px;
}
.nav-list {
	position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    flex-direction: column;
    height: auto;
    background: #f1f1f1;
    overflow-y: scroll;
    display: flex;
}
.nav-list > li {
	line-height: 3rem;
}
.nav-list li a {
    padding: 10px 25px;
}
.sub-menu {
	position: initial;
    border: 1px solid transparent;
    border-left: 1px solid #e81818;
    margin-left: 1rem;
	width: auto;
	max-height: 0;
	background: none;
}
.sub-menu .sub-menu {
    border-left: 1px solid #e81818;
}
.sub-menu:before {
	display: none;
}
.nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	max-height: initial;
}

}
				/* ------------ Detail product page ---------------*/


.product-page-banner {
	padding: 40px 0px 40px;
    position: relative;
    /*background: #0d7a7d;*/
}
.product-page-head {
	position: relative;
	overflow: hidden; 
}
.product-page-head .breadcrumb {
	margin: 0;
    padding: 0;
    background: none;
    align-items: center;
	justify-content: flex-end;
}
.product-page-head .breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.product-page-head .breadcrumb ul li {
    margin-right: 0px;
    position: relative;
}
.product-page-head .breadcrumb ul li:not(:last-of-type):after {
    content: '/';
	font-size: 20px;
  	color: #0d7a7d;
}
.product-page-head .breadcrumb ul li a {
	font-size: 14px;
    padding: 20px 10px 0px;
    text-align: center;
    color: #999;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s ease;
}

.product-page-head h2 {
	font-size: 35px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.product-detail {
	padding: 50px 0px 50px;
	position: relative;
}
.detail-prod-img {
    /* padding: 10px 20px 30px 10px;
    overflow: hidden; */
    box-sizing: border-box;
    position: relative;
    background-image: url(../img/product-bg.png);
	height: 95%;
    background-size: cover;
    background-position: center;
}
.detail-prod-img .image-slide { 
	padding-top: 10px;
	padding-bottom: 20px;
}
.image-slide .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	text-align: center;
}
.image-slide .image-slide .carousel-item {
}
.image-slide img {
	box-sizing: border-box;
    /* overflow: hidden; */
    transition: .75s;
    object-fit: cover;
    position: relative;
    /* box-shadow: 0px 0 15px rgba(0, 0, 0, 0.40);*/
}
.detail-name {
	padding: 0px 0px 10px;
}
.detail-name h3 {
	font-size: 22px;
    padding: 0px 0px 0px;
	text-align: left;
    color: #0d7a7d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.detail-name h3 span {
	font-size: 22px;
    text-transform: capitalize;
}
.quick-details {
	padding: 10px 10px;
}
.quick-details ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.quick-details ul li {
	font-size: 18px;
    padding: 10px 0px 10px;
    color: #313131;
    text-align: left;
}
.quick-details .rate, .rate {
	font-size:30px;  
	padding: 10px 0px 0px;
	font-weight:600;
}
.quick-details ul li:before {
    content: '\f1d9';
    font-family: fontAwesome;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    color: #0d7a7d;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.detail-button {
	display: flex;
    padding: 15px 15px 15px;
}
.detail-button .brochure-btn {
	float: left;
    margin-right: 20px;
}
.detail-button .brochure-btn a {
    font-size: 17px;
    padding: 5px 25px;
    border-radius: 5px;
    display: inline-block;
	background-color: #c10202;
    color: white;
    text-transform: capitalize;
    border: 1px solid #c10202;
    box-shadow: 2px 4px 5px -2px rgba(193, 2, 2,0.50);
    text-decoration: none;
    transition: all 0.5s ease;
}
.detail-button .brochure-btn a:hover {
	color: #c10202;
    background: #fefefe;
    border: 1px solid #c10202;
    box-shadow: 2px 4px 10px -2px rgba(193, 2, 2,0.50);
}
.btn_new a{
    font-size: 17px;
    padding: 5px 25px;
    border-radius: 5px;
    display: inline-block;
    background-color: #c10202;
    color: white;
    text-transform: capitalize;
    border: 1px solid #c10202;
    box-shadow: 2px 4px 5px -2px rgba(193, 2, 2,0.50);
    text-decoration: none;
    transition: all 0.5s ease;
}
.btn_new a:hover{
    color: #c10202;
    background: #fefefe;
    border: 1px solid #c10202;
    box-shadow: 2px 4px 10px -2px rgba(193, 2, 2,0.50);
}
/*.detail-button .buy-btn {
	float: left;
}
.detail-button .buy-btn a {
    font-size: 17px;
    padding: 5px 25px;
    border-radius: 5px;
    display: inline-block;
	background-color: #c10202;
    color: white;
    text-transform: capitalize;
	border: 1px solid #c10202;
    box-shadow: 2px 4px 5px -2px rgba(193, 2, 2,0.50);
    text-decoration: none;
    transition: all 0.5s ease;
}
.detail-button .buy-btn a:hover {
	color: #c10202;
    background: #fefefe;
    border: 1px solid #c10202;
    box-shadow: 2px 4px 10px -2px rgba(193, 2, 2,0.50);
}
*/
.quick-table {
	padding: 10px 0px 5px;
}
.quick-table .table-1 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.quick-table .table-1 tr {
    border: 1px solid #ddd;
    padding: 0px;
}
.quick-table .table-1 th {
    font-size: 14px;
    padding: 2px 5px 2px;
    background: #f8f8f8;
    color: #0d7a7d;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #ddd;
}
.quick-table .table-1 tbody th {
	background: none;
}
.quick-table .table-1 td {
    font-size: 12px;
    line-height: 20px;
    padding: 0px 5px 0px;
    text-align: justify;
    color: #000000;
    border: 1px solid #ddd;
}
.quick-info-line {
	font-size: 18px;
	padding: 0px 0px 10px;
}
.note-line {
	padding: 5px 15px 0px;
}
.note-line .note {
	font-size: 14px;
    padding: 0px 0px 0px;
    color: #313131;
    text-align: justify;
}
.note span {
	font-weight: 600;
}
.product-application {
	background-image: url(../img/product-bg.jpg);
    min-height: 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.product-application .opacity {
	padding: 50px 0px 50px;
    background: rgba(0, 0, 0, 0.60);
    color: #FFF;
}
.prod-application {
	position: relative;
}
.prod-application h4 {
	font-size: 30px;
    padding: 10px 0px 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.prod-application ul {
	margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.prod-application ul li {
	font-size: 18px;
    padding: 10px 10px 10px;
    width: 33.3%;
	text-align: left;
    float: left;
    color: #ffffff;
	position: relative;
}
.prod-application ul li:before {
    content: url(../img/application-icon.png);
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
}
.product-features {
	/*padding: 50px 0px 50px;
	position: relative;
	background: #fbfbfb;
	background-image: url(../img/bg_dots.jpg);*/
	padding:  100px 0px 140px;
    position: relative;
    background: #fbfbfb;
    background-image: url(../img/bg_dots.jpg); 
    background-color: #17a2b8;
    clip-path: polygon(0 50px, 100% 0, 100% 90%, 0 100%);
}

.feature-tabs-section {
	padding: 20px 0px 10px;
}
.feature-tabs-section .nav-tabs {
	/*border-bottom: 1px solid #c10202;*/
}
.feature-tabs-section .nav-tabs li {
}
.feature-tabs-section .nav-tabs li a {
	font-size: 20px;
    padding: 10px 30px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    margin: 0;
    text-decoration: none;
	border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.feature-tabs-section .nav-tabs li a:hover {
    border: 1px solid #c10202;
    border-bottom-color: transparent;
    background: #ededed;
}
.feature-tabs-section .nav-tabs li a.active {
    /*border: 1px solid #c10202;*/
    border-bottom-color: transparent;
    background: #c10202;
    color: white;
}
.feature-tabs-section .tab-content {
	padding: 20px 20px;
	background-color: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.feature-tabs-section .tab-content .tab-pane {
	padding-top: 20px;
    padding-left: 20px;
}
.tab-content .tab-pane .tab-head {
    padding: 0px 0px 20px;
	text-align:center;
}
.tab-content .tab-pane .tab-head h3 {
    font-size: 25px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.feature-list {
	padding: 0px 10px 20px;
}
.feature-list ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.feature-list ul li {
	font-size: 18px;
    padding: 10px 0px;
    color: #313131;
    text-align: justify;
}
.feature-list ul li:before {
    content: '\f1d9';
    font-family: fontAwesome;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    color: #0d7a7d;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.faq {
	padding: 0px 0px 20px;
}
.faq .card {
	margin-bottom: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border: none;
    border-radius: 5px;
}
.faq .card .card-header {
	padding: 10px 10px;
    background: #f1f1f1;
	border: none;
}
.faq .card .card-header a {
	font-size: 16px;
    padding: 0px 0px 0px;
    color: #0d7a7d;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
}
.faq .card .card-header a:after {
	content: '\f107';
    font-family: fontAwesome;
    margin-right: 20px;
    float: right;
	font-weight: bold;
}
.faq .card .card-header a:not(.collapsed):after {
	transform: rotate(180deg);
}
.faq .card .card-body {
	font-size: 16px;
    padding: 20px 15px;
    color: #313131;
    text-align: justify;
    border: 1px solid #f1f1f1;
	display: flex;
	flex-direction: row;
}
.faq .card .card-body span:nth-child(1) {
	width: 20%;
    /* float: left; */
    padding-right: 20px;
}

.pdf-download {
	padding: 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.pdf-download .download {
	display: flex;
    justify-content: center;
    align-items: center;
}
.pdf-download .download .download-img {
	width: 100px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    object-fit: cover;
}
.pdf-download .download .download-img a {
	text-decoration: none;
}
.pdf-download .download .download-img img {
	width: 100%;
}
.pdf-download .download h4 {
	font-size: 20px;
    padding: 10px 20px 0px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.abt-combo-pack {
	padding: 30px 0px 50px;
	position: relative;
	text-align: center;
}
.combo-pack-row {
	padding: 30px 0px 20px;
	position: relative;
	box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.30);
	border-radius: 25px;
}
.combo-head {
	padding: 0px 0px 20px;
}
.combo-head h3 {
	font-size: 22px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #0d7a7d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.abt-combo-pack .detail-button {
    display: block;
    padding: 15px 15px 15px;
}
.abt-combo-pack .note-line .note {
    font-size: 14px;
    padding: 0px 0px 0px;
    color: #313131;
    text-align: center;
}

@media (max-width: 768px) {
				/* ------------ Detail product page ---------------*/
				
.product-page-banner {
    padding: 30px 0px 30px;
}
.product-page-head {
}
.product-page-head .breadcrumb {
}
.product-page-head .breadcrumb ul {
}
.product-page-head .breadcrumb ul li {
    margin-right: 0px;
}
.product-page-head .breadcrumb ul li a {
    font-size: 14px;
	padding: 20px 10px 0px;
}
.product-page-head h2 {
    font-size: 25px;
    padding: 0px 0px 0px;
}
.product-detail {
    padding: 40px 0px 30px;
}
.detail-prod-img {
    padding: 10px 20px 10px;
	height: 100%;
}
.detail-name {
    padding: 30px 0px 10px;
}
.detail-name h3 {
    font-size: 18px;
    padding: 0px 0px 0px;
    text-align: center;
}
.detail-name h3 span {
    font-size: 14px;
    text-transform: capitalize;
}
.quick-details {
    padding: 0px 10px 0px;
}
.quick-details ul {
}
.quick-details ul li {
    font-size: 14px;
    padding: 0px 0px 15px;
}
.quick-details ul li:before {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.quick-details .rate, .rate {
    font-size: 20px;
    padding: 0px 0px 10px;
	text-align: center;
}
.detail-button {
    padding: 10px 0px 10px;
    justify-content: center;
}
.detail-button .brochure-btn {
    margin-right: 20px;
}
.detail-button .brochure-btn a {
    font-size: 14px;
    padding: 2px 15px;
}
.btn_new a {
    font-size: 14px;
    padding: 2px 15px;
}
.note-line {
    padding: 5px 5px 0px;
}
.note-line .note {
    font-size: 11px;
    padding: 0px 0px 0px;
}
.quick-table .table-1 th {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 5px 0px;
}
.quick-table .table-1 td {
    font-size: 10px;
    padding: 2px 5px 2px;
}
.quick-info-line {
	font-size: 14px;
    line-height: 20px;
    padding: 0px 5px 10px;
}
.product-application {
}
.product-application .opacity {
    padding: 30px 0px 20px;
}
.prod-application {
}
.prod-application h4 {
    font-size: 20px;
    padding: 5px 0px 10px;
}
.prod-application ul {
}
.prod-application ul li {
    font-size: 14px;
    padding: 10px 5px 10px;
    width: 50%;
	text-align: center;
}
.product-features {
    padding: 40px 0px 50px;
    clip-path: polygon(0 35px, 100% 0, 100% 95%, 0 100%);
}
.feature-tabs-section {
    padding: 10px 0px 10px;
}
.feature-tabs-section .nav-tabs {
}
.feature-tabs-section .nav-tabs li {
}
.feature-tabs-section .nav-tabs li a {
    font-size: 17px;
    padding: 5px 30px;
}
.feature-tabs-section .tab-content {
    padding: 10px 10px;
}
.feature-tabs-section .tab-content .tab-pane {
    padding-top: 20px;
    padding-left: 0px;
}
.tab-content .tab-pane .tab-head {
    padding: 0px 0px 10px;
}
.tab-content .tab-pane .tab-head h3 {
    font-size: 22px;
    padding: 0px 0px 0px;
    text-align: center;
}
.feature-list {
    padding: 0px 5px 15px;
}
.feature-list ul {
}
.feature-list ul li {
    font-size: 14px;
	line-height: 25px;
    padding: 5px 0px 10px;
}
.feature-list ul li:before {
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.faq {
    padding: 0px 0px 20px;
}
.faq .card {
}
.faq .card .card-header {
    padding: 5px 5px;
}
.faq .card .card-header a {
    font-size: 14px;
    padding: 0px 0px 0px;
}
.faq .card .card-body {
    font-size: 14px;
    padding: 10px 10px;
	flex-direction: column;
}
.faq .card .card-body span:nth-child(1) {
    width: 100%;
    padding-right: 0px;
}
.download {
    text-align: center;
}
.download h4 {
    font-size: 18px;
    padding: 10px 0px 10px;
}

.abt-combo-pack {
    padding: 20px 0px 40px;
}
.combo-pack-row {
    padding: 25px 0px 10px;
}
.combo-head {
    padding: 0px 0px 15px;
}
.combo-head h3 {
    font-size: 18px;
    padding: 0px 0px 0px;
}
.abt-combo-pack .detail-button {
    padding: 10px 15px 10px;
}
.abt-combo-pack .note-line .note {
    font-size: 11px;
    padding: 0px 0px 0px;
}
}

				/*------------ BNI section css -------------*/			
				
.bni-section {
	padding: 15px 0px 15px;
	background: #f7f7f7;
	background-image: url(https://www.transparenttextures.com/patterns/brushed-alum-dark.png);
}
.bni-section .quote-line {
}
.bni-section .quote-line h2 {
	font-size: 24px;
    color: #504949;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    line-height: 45px;
    padding: 0px;
}
.bni-section .quote-line h2 span {
    padding: 10px 0px;
	color: #000000;
}
.bni-section .bni-btn {
	margin-top: 15px;
    text-align: center;
}
.bni-section .bni-btn  a {
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #c10202;
    color: white;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #c10202;
    box-shadow: 2px 4px 10px -2px rgba(193,2,2,0.50);
    text-decoration: none;
    transition: all 0.5s ease;
}
.bni-section .bni-btn  a:hover {
    color: #c10202;
    background: #fefefe;
    border: 2px solid #c10202;
    box-shadow: 2px 4px 10px -2px rgba(193, 2, 2,0.50);
}

			/*--------------- footer ----------------- */

.footer {padding: 50px 0px;
    background-color: #2f2f2f;
	/*background-image: url("https://www.transparenttextures.com/patterns/back-pattern.png");*/
}
.foot-head {
}
.foot-head h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    color: #DDDDDD;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.list {  
  	text-align: left;
    margin: auto;
    padding: 0px 10px;
    font-size: 17px;
    line-height: 30px;
    list-style-type: disc;
    color: #949494;
    text-transform: capitalize; 
}
.footer .list a {
    color: #949494;
    display: block;
    padding: 0px 10px;
    text-decoration: none;
	transition: all 0.5s ease;
}
.list a:hover {
	color: #ffffff; 
	padding-left:20px;
}
.copyright {
	font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    color: #DDDDDD;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.get-contact h3 {
    font-size: 18px;
    padding: 0px 0px 15px;
    text-align: left;
    display: inline-block;
    color: #949494;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.get-contact h4 {
	font-size: 17px;
    text-align: left;
    display: inline-block;
    color: #949494;
    text-transform: capitalize;
    margin-left: 35px;	
}
.get-contact ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.get-contact ul li {
	margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #949494;
    transition: all 0.3s ease;
    text-decoration: none;
}
.get-contact ul li:nth-child(1):before {
    content: '\f041';
    font-family: fontAwesome;
}
.get-contact ul li:nth-child(2):before {
    content: '\f095';
    font-family: fontAwesome;
}
.get-contact ul li:nth-child(3):before {
    content: '\f003';
    font-family: fontAwesome;
}
.get-contact ul li:before {
    font-size: 16px;
	margin-right: 20px;
    margin-bottom: 10px;
    color: #ffffff;
	float: left;
}

@media (max-width: 768px) {
				/*------------ BNI section css -------------*/			
				
.bni-section {
    padding: 10px 0px 10px;
}
.bni-section .quote-line {
    text-align: center;
}
.bni-section .quote-line h2 {
    font-size: 19px;
	line-height: 35px;
}
.bni-section .quote-line h2 span {
    padding: 5px 0px;
    color: #000000;
}
.bni-section .bni-btn {
    margin-top: 10px;
	margin-bottom: 5px;
}
.bni-section .bni-btn a {
    font-size: 16px;
    padding: 2px 10px;
}

				/*--------------- footer ----------------- */
				
.footer {
    padding: 20px 0px;
}
.foot-head {
}
.foot-head h2 {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
}
.list {
    padding: 0px 30px 20px;
    font-size: 16px;
    line-height: 30px;
}
.get-contact {
	padding: 0px 15px 0px;
}
.get-contact ul {
}
.get-contact ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}
.get-contact h3 {
    font-size: 18px;
    padding: 0px 0px 10px;
}
.get-contact h4 {
    font-size: 15px;
}

}
