/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.custom_slide a:first-child img {
  margin-bottom: 20px;
}

/* Eff */
.view-fifth {
  position: relative;
  overflow: hidden;
}

.view-fifth .mask {
  position: absolute;
  background-color: #333333;
  top: 0;
  height: 100%;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth .mask > div {
  padding: 0 10px;
}

.view a.info {
  background: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}

.view a.info:hover {
  background-color: #57AFDA;
}

.view-fifth img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.view-fifth:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.block .nav-pills > li.active > a {
  position: relative;
}
.block .nav-pills > li.active > a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -7px;
  height: 10px;
  line-height: 10px;
  right: 50%;
  margin-right: -4px;
  font-family: "FontAwesome";
  color: #428bca;
  font-size: 19px;
  z-index: 9;
}
.block .panel-group {
  margin-bottom: 0;
}

.widget-video {
  margin-bottom: 15px;
}

.nopadding > div {
  padding: 0px;
}

.margin-70 {
  margin: 70px 0;
}

.margin-30-70 {
  margin: 30px 0 70px 0px;
}

.banner-image {
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  background-color: white;
}
.banner-image .top-banner {
  color: #767470;
}
.banner-image .top-banner h4 {
  text-transform: none;
  font-size: 28px;
  font-family: "Vani";
}
.banner-image .top-banner h4 a {
  color: #2c2c2c;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
  margin: 35px 0 17px 0px;
}
.banner-image .top-banner h4 a:hover {
  color: #2db6c2;
}
.banner-image .top-banner h6 {
  margin: 30px 0;
}
.banner-image .top-banner h6 a {
  color: #2db6c2;
  font-size: 10px;
  letter-spacing: 6px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner-image .top-banner h6 a:before, .banner-image .top-banner h6 a:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -35px;
  width: 20px;
  border: 1px solid #2db6c2;
}
.banner-image .top-banner h6 a:after {
  left: auto;
  right: -35px;
}
.banner-image p {
  margin-bottom: 30px;
}
.banner-image img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner-image:hover h6 a {
  letter-spacing: 7px;
}
.banner-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hook-bottom .title_block {
  color: #3c3c3c !important;
}
.hook-bottom .title_block em {
  color: #919699 !important;
}

.about img {
  margin-bottom: 25px;
}

.contact-us li {
  display: flex;
  margin-bottom: 20px;
}
.contact-us li p {
  padding-top: 8px;
}
.contact-us li:hover em {
  color: white;
  background-color: #2db6c2;
  border-color: #2db6c2;
}
.contact-us em {
  width: 33px;
  height: 33px;
  border: 1px solid;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rtl .contact-us em {
  padding-right: 2px;
  padding-left: inherit;
}

.widget-manufacture {
  margin-top: 30px;
}
.widget-manufacture .manu-logo {
  text-align: center;
}
.widget-manufacture .manu-logo a {
  display: inline-block;
}
.widget-manufacture .manu-logo img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: gray alpha(opacity=0);
  -webkit-filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-manufacture .manu-logo img:hover {
  filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  -ms-filter: none;
  -o-filter: none;
}

.layout-boxed-md .footer-bottom.fs-style:before {
  padding: 0px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}
.footer-bottom.fs-style {
  padding-bottom: 0px;
}
.footer-bottom.fs-style:before {
  background-color: #272727;
  border-top: 1px solid #3d3d3d;
  padding-bottom: 50px;
}
.footer-bottom .menu-bottom {
  font-size: 12px;
  margin-bottom: 30px;
  font-weight: 700;
}
.footer-bottom .menu-bottom li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 25px;
}
.footer-bottom .menu-bottom li a {
  color: #e7e2e2 !important;
}
.footer-bottom .menu-bottom li a:hover {
  color: #2db6c2 !important;
}
.footer-bottom .paypal {
  margin-top: 20px;
}
.footer-bottom .paypal img {
  margin: auto;
}

.margin-50 {
  margin: 50px 0;
}

.bg-blue {
  background-color: #2a3f4e;
  margin-left: -15px;
  padding: 55px 30px 85px 30px;
}
.bg-blue .title_block {
  color: white !important;
}
.bg-blue .title_block em {
  margin-top: 15px;
}
.bg-blue .block_content {
  margin-top: 55px;
}
