/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}
/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  /*! font-size: 18px; */
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
  font-size: 45px;
}
.heading span {
  font-size: 45px;
  color: #ED1D25;
  font-weight: 600;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    custom heading Start
--*/
.title {
  color: #efefef;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #ED1D25;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#hero-area {
  position: relative;
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
  background: #000;
}
nav .block {
  margin-top: -110px;
  background: #fff;
  padding: 15px;
  background: rgba(0, 0, 0, 0.89);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
nav .block .navbar-default .navbar-nav {
  padding-top:0px;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #e0e0e0;
  padding: 40px 0;
  margin: 0px 8px;
  font-size: 16px;
  text-transform: uppercase;
  background: none;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #e0e0e0;
  padding: 40px 0;
  margin: 0px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #FF5333;
}
/*--
    slider Start
--*/
#slider {
  padding: 50px 0px;
  background: #000;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #FF5333;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;
  background: url("../images/bg-about.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-size: cover;
  background-position: center;
}
#about-us .block {
  text-align: center;
}
#about-us .block p {
  color: #333;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 0px;
}

#all-pages {
    padding: 0px 0 80px 0px;
    background: #F9F9F9;
}
#all-pages .block {
  text-align: center;
}
#all-pages .block p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  padding:20px 0 0 0px;
}

/*--
    blog Start
--*/

.blog img{
	padding-right:10px;
}

#blog {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/bg-product.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#blog .block .heading {
  color: #fff;
}
#blog .block ul {
  padding-top: 40px;
}
#blog .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#blog .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
  margin-top: 0;
}
#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#blog .block ul li p {
  padding-top: 7px;
  padding-bottom: 7px;
}
#blog .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#blog .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#blog .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#blog .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #EE1D25;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}
#price .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#price .block .pricing-list {
  padding-top: 85px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  padding: 21px 0px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
}
#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
}
#contact-us .block .title {
  padding: 20px 0;
}
#contact-us .block form {
  padding-bottom: 20px;
}
#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#contact-us a {
    color: #333;
}

#contact-us a:hover {
    color: #ED1D25;
}

.footer-add a{
	color:#fff;
}

.footer-add a:hover{
	color:#ED1D25;
}


/*--
    footer Start
--*/
#footer {
  padding: 70px 0 0 0px;
  background: url("../images/bg-footer.jpg");
  background-size: cover;
  background-position: center;
}
#footer .block h3 {
  color: #eee;
  padding-bottom: 25px;
  margin: 0;
}
#footer .block h3 span {
  color: #ED1D25;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #ED1D25;
  margin: 0;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #eee;
  margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #ED1D25;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #eee;
  font-size: 14px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
#footer .block .social-media-link h3 span {
  color: #ED1D25;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #1A1A1A;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #FF4F02;
  color: #fff;
}
/*--
    footer-bottom Start
--*/
#footer-bottom {
  padding: 20px 0px;
  margin-top: 60px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 13px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #727272;
  font-size: 12px;
}

.footer-bg{
	background:#EFEFEF;
}

/*** logo ....*/
.navbar-brand {
    padding:0;
	height:auto;
}



.addres-info .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
.addres-info .block h3 span {
  color: #FF4F02;
}
.addres-info .block .blog ul,
.addres-info .block .info ul,
.addres-info .block .gallary ul {
  padding-top: 20px;
}
.addres-info .block .blog ul li,
.addres-info .block .info ul li,
.addres-info .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
.addres-info .block .blog ul li h4,
.addres-info .block .info ul li h4,
.addres-info .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #FF4F02;
}
.addres-info .block .blog ul li h4 i,
.addres-info .block .info ul li h4 i,
.addres-info .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
.addres-info .block .blog ul li h4 a,
.addres-info .block .info ul li h4 a,
.addres-info .block .gallary ul li h4 a {
  color: #FF4F02;
  font-size: 20px;
  font-weight: 600;
}
.addres-info .block .blog ul li p,
.addres-info .block .info ul li p,
.addres-info .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}
.addres-info .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
.addres-info .block .social-media-link h3 span {
  color: #FF4F02;
}
.addres-info .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
.addres-info .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.addres-info .block .social-media-link ul li a:hover {
  background: #FF4F02;
  color: #fff;
}

.addres-info h1{
	padding-top:0px;
}

#contact-us button{
    background: #FF4F02;
    float: right;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0px;
    width: 512px;
    height: 50px;
    padding-top: 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.google-tr{
	position:absolute;
	top:0;
	right:9%;
}

.block-about p {
	text-align:left;
}
.block-about .heading{
	text-align:left;
	padding: 0 0 40px 0px;
}

.block-about .heading:before {
  content: "";
  position: absolute;
  left: 9%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
}

#about-us .block-about{
	text-align:left;
}



/**** dropdown*/
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #000;
}

.homeabout{
	background: #fff;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #ED1C24;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.quickcontact {
    position: fixed;
    right: -60px;
    top: 50%;
    bottom: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background-repeat: no-repeat;
    font-weight: 400;
    cursor: pointer;
    height: 60px;
    padding: 7px;
    z-index: 9999;
}
.quickcontact a {
    color: #fff;
    background-color: #EE2D43;
    padding: 12px;
}
.quickcontact a:hover {
    color: #fff;
    background-color: #253B92;
}



/***** product-page***/
.product-blog {
    position: relative;
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.pro-text  {
    position: relative;
    padding: 20px;
}

.pro-text  h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
	margin-top:0;
}

.reedmore {
    position:relative;
	margin:10px 0 0 0;
}

.reedmore a {
    color:#ED1D24;
	margin:10px 0 0 0;
}

.reedmore a:hover {
    color:#000;
	border-bottom:1px solid #ED1D24;
}

.pro-text:hover{
    color:#000;
}

.product-blog {
    vertical-align: middle;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


.product-blog:hover, .product-blog:focus, .product-blog:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(12px);
    box-shadow: 0 7px 15px rgba(0,0,0,.2);
}

/**** right left side*/

.rght-side {
    background: #000;
    padding: 20px;
    box-shadow: -2px 10px 10px -5px;
}

.rght-side h2{
    color:#ED1C24;
	font-size:32px;
}

.rght-side li {
    padding: 11px 0;
    border-bottom: 1px solid #434343;
}

.rght-side li a {
    color: #d1d1d1;
}

.rght-side li a:hover {
    color: #ED1D24;
}

.rght-side li a.active {
    color: #ED1D24;
	padding-left:10px;
}

.left-side {
	font-size:16px;
	position:relative;
}

.left-side p {
	font-size:16px;
	padding: 0 0 10px 0;
}

.left-side ul{
	margin-bottom:10px;
}

.left-side li {
    padding: 4px 0;
    text-transform: capitalize;
    padding-left: 30px;
}

.left-side li:before {
	position: absolute;
	content: '\f0da';
	font-family: 'FontAwesome';
	left:10px;
    
}

.block table{
	font-size:16px;
}

.modal-footer{
	border:none;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
}

.color-font strong{
	color:#EE1D25;
}

.border-right{
	border-left:1px solid #ccc;
}
h4.modal-title{
	text-align:center;
	font-size:32px;
	line-height: 40px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}

.modal-body h3 {
    color: #ED1D25;
}

.modal-title i{
	content:"";
	height:40px;
	width:60px;
	position:absolute;
	margin-left: 20px;
}

/*Modal CSS*/
.modal-header{border-bottom:0px;}
.modal-footer{border-top:0px;}
.modal{z-index:9999999;overflow-y:hidden;}
.modal-content{margin-top:20%;}
.stick_popup{height:auto;min-height:auto;display:inline-block;width:100%;text-align:center;padding:0;}
.pop-img{display:block;max-width:100%;margin-top:30%;}
.stick_close{cursor:pointer;position:absolute;top:0px;right:0px;float:right;font-size:17px;background-color:#2E2E2E;color:#fff;padding:17px;text-decoration:none;}
.modal-backdrop.in{filter:alpha(opacity=95);opacity:.95;}
.headerh3{font-size:19px;line-height:33px;font-weight:bold;color: #000;}
.modal-header{background-color:#ED1D25;color:#fff;}
.modal-title{text-align:center;font-size:19px;color:#fff;}
.form-horizontal .form-group{clear:both;}
.form-control1{width:99%;}
.navbar23{overflow:hidden;background-color:#333;position:fixed;bottom:0;width:100%;z-index:999999;padding:10px 0px;}
.navbar23 button{font-size:20px;width:100%;}
.btn-danger{background-color:#ED1D25!important;border-color:#ED1D25!important;}
.sidebutton{left:0;position:fixed;top:250px;z-index:10000;}
.sidebutton1{right:0px;position:fixed;top:250px;z-index:10000;}
.formtop{margin-top:10px;}
.padd-0{padding:0px;}
.capside{float:left;margin-top:5px;margin-bottom:15px;}
.submitbutton{background:#ED1D25;color:#FFF!important;font-size:16px;line-height:13px;border-radius:5px;padding:6px 4px;border:1px solid #ED1D25;}

/*----------------- End Modal CSS------------------------*/

/*-----------------Validation----------------------------*/
.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}

/*-----------------End Validation----------------------------*/


.whatsapp-btn{position:fixed;bottom:12%;right:1%;width:50px;height:50px;z-index:9999;}
.whatsapp-btn .icon_logo{position:relative;z-index:9999;padding:5px;}
.whatsapp-btn .icon_logo>a>img{width:100%;}
.whatsapp-btn .circle_waves{border-radius:50%;background-color:#3cc04e;width:50px;height:50px;position:absolute;opacity:0;bottom:1px;left:0;z-index:99;animation:waves 4s infinite cubic-bezier(.36,.11,.89,.32);}
@keyframes waves{from{transform:scale(.55,.55);opacity:.6;}to{transform:scale(1.8,1.8);opacity:0;}}

p.blog-css {
  font-size: 20px;
}
