:root {
	--mainColor: #FF5722;
	--subColor: #0abed5;
	--tranColor: rgba(255,87,34,0.5);
	/*--mainColor: #FF5722;*/
	/*--mainColor: #4BAF4F;*/
	--icon-white: #0099CC;
}


.btnMore{
	padding: 0em;
	text-transform: uppercase;
	background: rgba(255,255,255,0);
	color:#F44236;
	font-weight: bold;
}

.btnReadMore{
	padding: 1em 1.5em;
	position: relative;
	top: 1em;
	text-transform: uppercase;
	background: rgba(244,66,54,100);
	color:#fff;
	font-weight: bold;
}

.btnReadMore:hover{
	background-color: var(--subColor);
	text-decoration: none;
	color:#fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.btnReadMore:hover .fa-angle-double-right{
	margin-left: 0.7em;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.btnMore .fa-angle-double-right{
	margin-left: 0.3em;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	font-size: 1.2em;
}

.btnReadMore .fa-angle-double-right{
	margin-left: 0.3em;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	font-size: 1.2em;
}

.btnMore:hover{
	background: rgba(255,255,255,0);
	text-decoration: none;
	color: var(--subColor);
}

.btnMore:hover .fa-angle-double-right{
	margin-left: 0.7em;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.bg-secondary {
	background: url(../images/primary-bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	color:#fff;
	text-align: center;
	height: 350px;
}

.bg-secondary h1{
	position: relative;
	font-size: 3.5em;
	top:25%;
}


.imageOverlay{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0.5em;
	background: rgba(25,55,255,0);

	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.imageOverlay:hover{
	cursor: pointer;
	background: rgba(25,55,255,0.2);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.imageOverlay:hover ~ img{
	background: rgba(25,55,255,0.2);
	overflow: hidden;
	transform: scale(1.2); -webkit-transform: scale(1.2);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.product-list li img{
	width: 100%;
	z-index: 0;
	overflow: hidden;
	max-height: 240px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
 /*End Products CSS END HEAD*/

/* BEGIN HEAD CSS*/
    .text-head{
      z-index: 3;
      position: relative;
      padding-top: 40px;
    }
    .text-3cm{
      font-size: 3.0cm;
      font-weight: bold;
      color: #FFFFFF;
      margin-top: 20px;
    }
    .text-2cm{
      font-size: 2.0cm;
      font-weight: bold;
      color: #FFFFFF;
    }    
    .text-1cm5{
      font-size: 1.5cm;
      font-weight: bold;
      color: #FFFFFF;
    }
    .text-1cm{
      font-size: 0.9cm;
      font-weight: bold;
      color: #FFFFFF;
    }    
    .text-0cm8{
      font-size: 0.8cm;
      font-weight: bold;
      color: #FFFFFF;
     } 
    .text-0cm6{
      font-size: 0.6cm;
      font-weight: bold;
      color: #FFFFFF;
     } 
    .text-0cm4{
      font-size: 0.4cm;
      font-weight: bold;
      color: #FFFFFF;
     }
    .text-0cm2{
      font-size: 0.2cm;
      font-weight: bold;
      color: #FFFFFF;
     }       
/* END HEAD*/

.bg_fullBanner {
	background: url(../images/img_banner/banner_bg_full.svg) no-repeat;
	background-size: cover;
	background-position: center;
	display:table;
	width:100%;
	/*color: red;*/
}
.textMainBanner {
	display:table-cell;
	width:100%;
	height: 350px;
	padding-top: 40px;
	vertical-align:middle;
	text-align:center;
	font-size: 70px;
	font-weight: bold;
	color:#FFF !important;
	text-decoration:none;
	line-height: 60px;
	text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.55);
}
.textMainBanner strong {
	font-size: 110px;
	position: relative;
	display: inline-block;
}
.textMainBanner strong b {
	font-size: 50px;
	float: right;
}
.textMainBanner span {
	display:block;
	font-size: 36px;
}

.fullBanner {
    position:relative;
    text-align:right;
}

@media (max-width: 480px) {
	.textMainBanner {
		height: 120px;
		padding-top: 15px;
		font-size: 20px;
		line-height: 25px;
	}
	.textMainBanner strong {
		font-size:50px;
	}
	.textMainBanner span {
		font-size:10px;

	}
	.text-3cm{
		padding-top: 20px;
		font-size: 2.0cm;
	}
    .text-2cm{
      font-size: 0.1cm;
      font-weight: bold;
      color: #FFFFFF;
    }	
	.text-1cm5{
		font-size: 1.3cm;  
	}
    .text-1cm{
      font-size: 0.8cm;
      font-weight: bold;
      color: #FFFFFF;
    }  	
	.text-0cm5{
		font-size: 0.3cm;  
	} 	
}
@media (max-width: 736px) {
	.textMainBanner {
		height: 120px;
		padding-top: 15px;
		font-size: 20px;
		line-height: 25px;
	}
	.textMainBanner strong {
		font-size:50px;
	}
	.textMainBanner span {
		font-size:20px;
		padding-bottom: 20px;
	}	
	.text-3cm{
		padding-top: 50px;
		font-size: 1.5.0cm;
	}
    .text-2cm{
      font-size: 1.2cm;
      font-weight: bold;
      color: #FFFFFF;
    }		
	.text-1cm5{
		font-size: 1.3cm;  
	}
    .text-1cm{
      font-size: 0.5cm;
      font-weight: bold;
      color: #FFFFFF;
    }  	
	.text-0cm5{
		font-size: 0.3cm;  
	}
	} 
}

.table{
	    border-top: 4px solid #000080;
	box-shadow: 0 0px 20px rgba(0,0,0,.05);
	background-color: #f6f6f6;
}
.table:hover{
	box-shadow: 0px 20px 30px rgba(0,0,0,0.15);
	transform: translateY(-2%);
}
.tablev2{
	    border-top: 4px solid #ff4500;
	    border-bottom: 4px solid #ff4500;
	   /* border-left: 4px solid #ff4500;
	    border-right:4px solid #ff4500; */
	    border-radius: 15px;
	box-shadow: 0 0px 20px rgba(0,0,0,.05);
	background-color: #f6f6f6;
}
.tablev2:hover{
	box-shadow: 0px 20px 30px rgba(0,0,0,0.15);
	transform: translateY(-2%);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.btn{
	background-color: #000080;
	color: #fff;
	border: none;
}
.btn:hover{
	background-color: #fff !important;
	color: #000080 !important;
	border: none;
}
.btnv2{
	background-color: #ff4500;
	color: #fff;
	border: none;
	margin-bottom: 15px;
}
.btnv2:hover{
	background-color: #fff !important;
	color: #ff4500 !important;
	
}
.centerp{
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}
.centerp .price{
    font-family: "Novecento",sans-serif;
    font-size: 3em;
    font-weight: bold;
    margin: 0.875em 0;
    color: #000080;
}
.centerp .pricev2{
    font-family: "Novecento",sans-serif;
    font-size: 3em;
    font-weight: bold;
    margin: 0.875em 0;
    color: #ff4500;
}
.centerp .title{
	font-family: "Novecento",sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.list-group{

	    list-style: none;
}
.list-group-item{
	background-color: #f6f6f6;
}

.icon{
	color: #0099CC;
	/*color: var(--icon_white);*/
}
.icon:hover{
	color: #ff4444;
	cursor: pointer;
	/*background: rgba(25,55,255,0.2);*/
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.icon_red-blue{
	color: #ff4444;
	/*color: var(--icon_white);*/
}
.icon_red-blue:hover{
	color: #0099CC;
	cursor: pointer;
	/*background: rgba(25,55,255,0.2);*/
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}


section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #007b5e !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	    color: #d50000; 
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
    color: #d50000; 
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.text-footer{
	font-size: 1.5cm;
	color: #ffffff;
}
.text-footer:hover{
	color: #d50000; 
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;	
}

 