/**
 * -----------------------------------------------------------------*
 *       Main Style Sheet for the Creative Lal Tomato Template      *
 * -----------------------------------------------------------------*
 *
 * Project:	Lal Tomato
 * Version:	1.0
 * Last change:	24/03/15 [improved documentation]
 * Author: RexTheme
 *	
 *
 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 * 01. Base Styles
 * 02. Header
 * 03. Navigation
 * 04. Slider Section
 * 05. Service Section
 * 06. About Section
 * 07. Work Section (Clients and Portfolio Showcase)
 * 08. History Section
 * 09. Features Section
 * 10. Team Section
 * 11. Skills Section
 * 12. Pricing Section
 * 13. Testimonial Section
 * 14. Blog Section
 * 15. Blog Single Page Styles
 * 16. Contact Section
 * 17. Footer Styles
 * 18. Responsive Styles

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

 * $text-color 			: #787878;
 * $text-color-dark		: #444444;
 * $heading-color		: #000000;
 * $highlight-color 	: #FF8D94;
 *
 * $bg-color-light      : #FFFFFF;
 * $bg-color-light-gray : #fafbfd;
 * $bg-color-dark       : #f1f1f1;
 * ------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
/*
 * ----------------------------------------------------------------------------------------
 * 01. Base styles.
 * ----------------------------------------------------------------------------------------
 */
html, body {
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Libre Baskerville", serif;
  color: #787878;
  font-size: 14px;
}

/* Typography
   ========= */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: normal;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.29em;
}

h3 {
  font-size: 1.71em;
}

h4 {
  font-size: 1.14em;
}

p {
  font-weight: normal;
  font-size: 1em;
}
p a {
  text-decoration: none;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
  outline: 0;
}
a:hover {
  color: #FF8D94;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

hr {
  background-color: #787878;
  min-height: 1px;
}

ul {
  padding-left: 0;
}

blockquote {
  margin: 0;
  font-style: italic;
}
blockquote cite {
  font-size: .75rem;
  font-style: normal;
}
blockquote cite:before {
  content: "- ";
}

figure {
  margin: 0;
}

iframe {
  width: 100%;
  border: none;
}

/* Animation Speed */
.animated {
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
}

/* Scrool UP
   ========= */
#rex-scrollUp {
  bottom: 50%;
  right: 20px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background-color: #FF8D94;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#rex-scrollUp:hover {
  height: 42px;
  color: #FF8D94;
  background-color: #fff;
}

/* Center Carousel
   =============== */
.owl-carousel {
  margin-left: auto;
  margin-right: auto;
}

/* Selection Color
   =============== */
::-moz-selection {
  background: #FF8D94;
  /* WebKit/Blink Browsers */
  color: #000000;
}
::selection {
  background: #FF8D94;
  /* WebKit/Blink Browsers */
  color: #000000;
}

::-moz-selection {
  background: #FF8D94;
  /* Gecko Browsers */
  color: #000000;
}

/* Center Small Column
   =================== */
.col-md-6.center-block {
  float: none;
}

figure {
  margin: 0;
}

/* Boxed Layout Style
   ================== */
.boxed {
  background-image: url(../images/old_wall.png);
}
.boxed .container-fluid {
  max-width: 1200px;
}
.boxed div.sticky-header {
  margin: 0;
  left: 0;
  right: 0;
}

/* Animated SVG Loader Style
   ========================= */
div.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  z-index: 9999999999999;
}
div.loading img {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* SVG Backup for Older Browser */
.no-svg div.loading {
  background-image: url(../images/AjaxLoader.gif) no-repeat;
}

/* hide scroolUp when Loading */
.loading #rex-scrollUp {
  display: none !important;
}

/**
 * ----------------------------------------------------------------------------------------
 * 01.1. Center Interaction buttons contact,facebook, and calls
 * ----------------------------------------------------------------------------------------
 */

#home-section {
    position: relative;
}

#home-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.2);
}

.home-content {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.home-heart {/*Mostrar corazon bounce*//*NemonicZero*/
    position: absolute;
    left: 0;	
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
}

/**
 * ----------------------------------------------------------------------------------------
 * 02. Header Styles
 * ----------------------------------------------------------------------------------------
 */
header.container-fluid {
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  /* Social Profiles */
  /* Brand Logo on Center */
  /*
   * Sticky Header Style
   */
}
header.container-fluid .container div.row {
  margin-top: 30px;
  margin-bottom: 0;
}
header.container-fluid div.rex-social-profiles {
  margin-top: 10px;
}
header.container-fluid div.rex-social-profiles ul.social-profiles {
  list-style: none;
  text-align: center;
  top: 0;
  padding-left: 0;
  text-align: left;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li {
  display: inline-block;
  margin-right: 15px;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li:last-child {
  margin-right: 0;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li a {
  font-size: 21px;
  color: #787878;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li a.twitter:hover {
  color: #55ACEE;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li a.facebook:hover {
  color: #3A5795;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li a.dribbble:hover {
  color: #cd4378;
}
header.container-fluid div.rex-social-profiles ul.social-profiles li a.behance:hover {
  color: #0182ea;
}
header.container-fluid div.rex-brand-logo a img {
  display: block;
  margin: 0 auto;
}
header.container-fluid.rex-only-sticky, header.container-fluid div.rex-sticky-wrapper {
  min-height: 89px;
}
header.container-fluid.rex-only-sticky .container div.row, header.container-fluid div.rex-sticky-wrapper .container div.row {
  margin-top: 0;
}
header.container-fluid.rex-only-sticky.is-sticky div.sticky-header, header.container-fluid div.rex-sticky-wrapper.is-sticky div.sticky-header {
  display: block;
  position: fixed;
  width: 100%;
  margin: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999999999999999;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 10px 20px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: margin-top .1s ease;
          transition: margin-top .1s ease;
}

/**
 * ----------------------------------------------------------------------------------------
 * 02.1. Social List. NemonicZero
 * ----------------------------------------------------------------------------------------
 */
ul.social-list {
    padding: 0;
    margin-top: 9%;
}

ul.social-list li {
    display: inline-block;
    margin: 0 10px;
}

ul.social-list li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #FF8D94;
	border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-list li a i {
    color: #fff;
    font-size: 22px;
    line-height: 45px;
}

ul.social-list li a:hover {
    opacity: 0.7;
}

/**
 * ----------------------------------------------------------------------------------------
 * 03. Navigation styles.
 * ----------------------------------------------------------------------------------------
 */
/* Navigation Buttons */
div.rex-navigation {
  text-align: right;
  color: #787878;
}
div.rex-navigation button#trigger-search {
  border: none;
  background: transparent;
  outline: none;
}
div.rex-navigation button.trigger-nav {
  padding: 5px 10px;
  border: none;
  color: #444444;
  font-size: 1.5em;
  background: transparent;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  min-width: 40px;
  margin-top: 15px;
  margin-right: 0;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

/* Header Search Form */
div.search-bar {
  display: inline-block;
  position: relative;
  top: 15px;
  height: 40px;
  padding: 0;
}
div.search-bar input[type="text"] {
  height: 40px;
  display: inline-block;
  border: none;
  outline: none;
  color: #787878;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
          transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
div.search-bar input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}
div.search-bar input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
div.search-bar input[type="submit"] {
  height: 40px;
  outline: none;
  width: 60px;
  display: inline-block;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center right no-repeat;
  background-size: 35%;
  margin-right: 10px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
          transition: opacity .4s ease;
}
div.search-bar input[type="submit"]:hover {
  opacity: 0.8;
}

/*
 * Nav Bar Style
 */
div.rex-navbar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(242,107,154, 0.9);/*NemonicZero*/
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  /* Navbar Overlay closing cross */
  /*
   * Menu Style
   */
  /* Navigation Effects */
}
div.rex-navbar .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
div.rex-navbar nav {
  text-align: center;
  text-transform: uppercase;
}
div.rex-navbar ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
div.rex-navbar ul li {
  margin: 10px 0;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.rex-navbar ul li a {
  display: block;
  padding: 10px;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  border: 1px solid transparent;
}
div.rex-navbar ul li a:hover, div.rex-navbar ul li a:focus {
  text-decoration: none;
  color: #000000;
  border-color: #000000;
}
div.rex-navbar.overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
  transition: width 0.5s 0.3s, visibility 0s 0.8s;
}
div.rex-navbar.overlay-door.open {
  visibility: visible;
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
div.rex-navbar.overlay-door nav, div.rex-navbar.overlay-door .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
div.rex-navbar.overlay-door.open nav, div.rex-navbar.overlay-door.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
div.rex-navbar.overlay-door.close nav, div.rex-navbar.overlay-door.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*
 * Video Overlay Style
 */
div.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
  top: 0;
}

/**
 * ----------------------------------------------------------------------------------------
 * 04. Slider Section
 * ----------------------------------------------------------------------------------------
 */
section.container-fluid.slider {
  position: relative;
  /* Only Display Image and hide other Options */
  /* Only Display Background-Video and hide other Options */
  /* Only Display Image-Slider and hide other Options */
  /*
   * Parallax Image Style
   */
  /* Background Video */
  /*
   * Heading Text Styles on Slider Secton
   */
  /*
   * Slider Style
   */
  /* Scrool Down Link style */
}
section.container-fluid.slider div.col-md-12 {
  padding: 0;
}
section.container-fluid.slider.rex-show-image div.rex-bg-video, section.container-fluid.slider.rex-show-image div#rex-slider {
  display: none !important;
}
section.container-fluid.slider.rex-show-bg-video div.rex-image, section.container-fluid.slider.rex-show-bg-video div#rex-slider {
  display: none !important;
}
section.container-fluid.slider.rex-show-slider div.rex-image, section.container-fluid.slider.rex-show-slider div.rex-bg-video {
  display: none !important;
}
section.container-fluid.slider div.rex-parallax-image {
  background-image: url(../images/head-parallax.jpg);
  background-attachment: fixed;
  width: 100%;
  min-height: 1000px;
  left: 0;
  right: 0;
}
section.container-fluid.slider #rex-bg-video {
  height: 700px;
}
section.container-fluid.slider div.rex-heading {
  position: absolute;
  display: block;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 99;
  line-height: 200%;
  /* Heading Helper Classes
     ====================== */
  /* Center text vertically using Flex */
  /* Align text to Left */
  /* change text color to light color */
  /* use fancy font inside heading span */
}
section.container-fluid.slider div.rex-heading h1 {
  margin: 0;
  line-height: 1;
  letter-spacing: 8px;
}
section.container-fluid.slider div.rex-heading h1 span {
  color: #FF8D94;
  font-weight: normal;
  margin-bottom: 30px;
  display: inline-block;
}
section.container-fluid.slider div.rex-heading h4 span {
  color: #FF8D94;
  font-weight: normal;
  margin-bottom: 30px;
  display: inline-block;
}
section.container-fluid.slider div.rex-heading h3 {
  text-transform: none;
  margin: 0;
  color: #787878;
}
section.container-fluid.slider div.rex-heading hr {
  background-color: #787878;
  width: 100%;
  max-width: 230px;
  border: none;
}
section.container-fluid.slider div.rex-heading .rex-call-to-action {
  text-align: center;
}
section.container-fluid.slider div.rex-heading .rex-call-to-action a {
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -moz-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  padding: 10px 35px;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;
  position: relative;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: none;
  border: 1px solid #FFFFFF;
}
section.container-fluid.slider div.rex-heading .rex-call-to-action a:hover {
  border-color: #FF8D94;
}
section.container-fluid.slider div.rex-heading .rex-call-to-action a:hover:after {
  width: 100%;
}
section.container-fluid.slider div.rex-heading .rex-call-to-action a:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FF8D94;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.container-fluid.slider div.rex-heading.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  top: 0;
}
section.container-fluid.slider div.rex-heading.text-left h1, section.container-fluid.slider div.rex-heading.text-left h3 {
  text-align: left;
  padding-left: 20px;
}
section.container-fluid.slider div.rex-heading.color-light h1, section.container-fluid.slider div.rex-heading.color-light h3 {
  color: #FFFFFF;
}
section.container-fluid.slider div.rex-heading.color-light hr {
  background-color: #FFFFFF;
}
section.container-fluid.slider div.rex-heading span.rex-fancy-font {
  font-family: "Great Vibes", cursive;
  font-size: 72px;
  text-transform: lowercase;
  margin-bottom: 0;
}
section.container-fluid.slider #rex-slider .owl-controls {
  width: 100%;
  top: 0;
}
section.container-fluid.slider #rex-slider .owl-controls .owl-buttons {
  height: 100%;
}
section.container-fluid.slider #rex-slider .owl-controls .owl-prev, section.container-fluid.slider #rex-slider .owl-controls .owl-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  text-indent: 100%;
}
section.container-fluid.slider #rex-slider .owl-controls .owl-next {
  right: 0;
  cursor: url("../images/slide-right-dark.png"), move;
}
section.container-fluid.slider #rex-slider .owl-controls .owl-prev {
  left: 0;
  cursor: url("../images/slide-left-dark.png"), move;
}
section.container-fluid.slider img.slider_img {
  width: auto;
}
section.container-fluid.slider a.rex-scrool-down {
  position: absolute;
  max-width: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10%;
  display: block;
  text-align: center;
}
section.container-fluid.slider a.rex-scrool-down img {
  margin: 0 auto;
}

/**
 * ----------------------------------------------------------------------------------------
 * 05. Service Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-services {
  background-color: #FFFFFF;
  padding-bottom: 30px;
  padding-top: 40px;
  /* Service Image  */
  /* Service Tabs */
}
section.rex-services div.rex-service-image {
  min-height: 292px;
  text-align: center;
}
section.rex-services div.rex-service-image img {
  display: none;
  max-height: 350px;
}
section.rex-services div.rex-service-tabs {
  padding: 0;
}
section.rex-services div.rex-service-tabs ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  min-height: 140px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  /* Service List Style */
}
section.rex-services div.rex-service-tabs ul li {
  float: left;
  cursor: pointer;
  min-width: 50%;/*33.333333333*//*NemonicZero*/
  min-height: 140px;
  background-image: url(../images/border-arrow.png);
  background-position: right 0;
  background-repeat: no-repeat;
  /* Change border image on active tab */
  /* remove bg image for last tab */
  /* tab link style */
  /* tab link style on active */
  /* horizontal line style */
  /* horizontal line style on active */
  /* tab icon image style */
}
section.rex-services div.rex-service-tabs ul li.active {
  background-image: url(../images/border-arrow-active.png);
}
section.rex-services div.rex-service-tabs ul li:last-child {
  background-image: none;
}
section.rex-services div.rex-service-tabs ul li a {
  font-size: 1.14em;
  display: block;
  min-width: 50%;/*25%*//*NemonicZero*/
  position: absolute;
  bottom: 20px;
  top: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #787878;
  letter-spacing: 1px;
  text-decoration: none;
}
section.rex-services div.rex-service-tabs ul li.active a {
  color: #FF8D94;
}
section.rex-services div.rex-service-tabs ul li.active a img {
  opacity: 1;
}
section.rex-services div.rex-service-tabs ul li hr {
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  background-color: #787878;
}
section.rex-services div.rex-service-tabs ul li.active hr {
  background-color: #000000;
}
section.rex-services div.rex-service-tabs ul li img {
  margin: 0 auto;
  opacity: .5;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}
section.rex-services div.rex-service-tabs div.tab-content {
  clear: left;
}
section.rex-services div.rex-service-tabs div.tab-pane {
  margin-top: 26px;
}
section.rex-services div.rex-service-tabs div.tab-pane p {
  line-height: 1.8;
}

section.rex-services div.rex-service-tabs div.tab-pane p#st{
	margin-left:16%;
}

/**
 * ----------------------------------------------------------------------------------------
 * 06. About Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-about {
  padding-top: 120px;
  background-color: #FFFFFF;
}
section.rex-about figure {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.rex-about figure img {
  padding: 0;
  margin: 0 auto;
}
section.rex-about figure figcaption {
  padding: 50px 70px;
  /* Horizontal Line */
  /* Typography */
  /* List Styles */
  /* Button Style */
}
section.rex-about figure figcaption hr {
  width: 30px;
  height: 3px;
  margin: 25px 0;
  background-color: #000000;
}
section.rex-about figure figcaption h3, section.rex-about figure figcaption p {
  text-align: left;
}
section.rex-about figure figcaption h3 {
  margin: 25px 0;
  margin-top: 0;
  color: #444444;
}
section.rex-about figure figcaption p {
  line-height: 1.8;
  margin: 0;
  margin-bottom: 10px;
}
section.rex-about figure figcaption ul {
  margin-top: 40px;
  display: inline-block;
  list-style: none;
  margin-right: 100px;
  /* icon style */
}
section.rex-about figure figcaption ul li {
  margin-bottom: 10px;
  cursor: pointer;
}
section.rex-about figure figcaption ul li:hover i.fa {
  background-color: #FF8D94;
  color: #FFFFFF;
}
section.rex-about figure figcaption ul i.fa {
  margin-right: 10px;
  color: #FF8D94;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #FF8D94;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
section.rex-about figure figcaption a {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -moz-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  color: #787878;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
section.rex-about figure figcaption a:hover {
  color: #000000;
  background-color: #FF8D94;
  box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eaeaea;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eaeaea;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eaeaea;
  text-decoration: none;
}

/**
 * ----------------------------------------------------------------------------------------
 * 07. Work Section (Clients and Portfolio Showcase)
 * ----------------------------------------------------------------------------------------
 */
section.rex-works-showcase {
  /*
   * Portfolio Modal (Pop-up) Style
   */
  /*
   * Clients Logo Carousel 
   */
  /*
   * Portfolio Showcase Style
   */
}
section.rex-works-showcase .rex-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
}
section.rex-works-showcase .rex-modal .rex-content {
  position: relative;
}
section.rex-works-showcase .rex-modal .rex-content img {
  padding-left: 40px;
}
section.rex-works-showcase .rex-modal button.rex-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #787878;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  padding: 5px 10px;
}
section.rex-works-showcase .rex-modal button.rex-close-modal:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
section.rex-works-showcase .rex-modal hr {
  margin-bottom: 15px !important;
}
section.rex-works-showcase .rex-modal img {
  margin-top: 40px;
  padding-bottom: 40px !important;
  max-height: 370px;
}
section.rex-works-showcase .rex-modal figcaption {
  padding: 40px 30px;
  background-color: #fff;
}
section.rex-works-showcase .rex-modal figcaption hr {
  margin: 0;
}
section.rex-works-showcase .rex-modal figcaption h3, section.rex-works-showcase .rex-modal figcaption h4, section.rex-works-showcase .rex-modal figcaption p {
  text-align: left;
}
section.rex-works-showcase .rex-modal figcaption h3 {
  margin-bottom: 10px;
  margin-top: 0;
  color: #444444;
}
section.rex-works-showcase .rex-modal figcaption h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #444444;
}
section.rex-works-showcase .rex-modal figcaption p {
  line-height: 2;
  margin: 0;
}
section.rex-works-showcase .rex-show {
  visibility: visible;
}
section.rex-works-showcase .rex-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
section.rex-works-showcase .rex-show ~ .rex-overlay {
  opacity: 1;
  visibility: visible;
}
section.rex-works-showcase div.rex-clients-showcase {
  background: url(../images/white_wall.png);
  padding-top: 80px;
}
section.rex-works-showcase div.rex-clients-showcase .owl-carousel .owl-wrapper-outer {
  margin-left: 1px;
}
section.rex-works-showcase div.rex-clients-showcase ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  min-height: 120px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
section.rex-works-showcase div.rex-clients-showcase ul li {
  height: 120px;
  padding-top: 46px;
  padding-bottom: 46px;
  border-right: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  cursor: url(../images/cusor-icon.png), auto;
}
section.rex-works-showcase div.rex-clients-showcase ul li:hover {
  box-shadow: inset 0px 0px 10px 0px white;
  background-color: rgba(255, 255, 255, 0.5);
}
section.rex-works-showcase div.rex-clients-showcase ul li a {
  display: block;
}
section.rex-works-showcase div.rex-clients-showcase ul li img {
  margin: 0 auto;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  opacity: .5;
}
section.rex-works-showcase div.rex-clients-showcase ul li:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
}
section.rex-works-showcase div.rex-portfolio-showcase {
  /*background-image: url(../images/white_wall.png);*/
  background-position: top;
  background-repeat: repeat-x;
  background-color: #efefef;
  /* Portfolio Heading */
  /* horizontal line */
  /* Portfolio Filter Style */
  /* Portfolio Figure */
  /*
   * Featured/First Portfolio
   */
  /*
   * Portfolio Container
   */
}
section.rex-works-showcase div.rex-portfolio-showcase h3 {
  margin-top: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase hr {
  background-color: #000000;
  width: 30px;
  height: 2px;
  margin-bottom: 60px;
  margin-bottom: 70px;
}
section.rex-works-showcase div.rex-portfolio-showcase div.container {
  margin-top: 95px;
  padding: 0;
  margin-bottom: 120px;
}
section.rex-works-showcase div.rex-portfolio-showcase div.container div.portfolio-filter {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
section.rex-works-showcase div.rex-portfolio-showcase div.container div.portfolio-filter div {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #787878;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
  font-size: 1.14em;
}
section.rex-works-showcase div.rex-portfolio-showcase div.container div.portfolio-filter div.active, section.rex-works-showcase div.rex-portfolio-showcase div.container div.portfolio-filter div:hover {
  color: #FFFFFF;
  background-color: #FF8D94; /*fc854b*//*NemonicZero*/
}
section.rex-works-showcase div.rex-portfolio-showcase figure {
  margin-bottom: 15px;
  padding: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase figure .col-pad {
  margin-right: 15px;
  overflow: hidden;
}
section.rex-works-showcase div.rex-portfolio-showcase figure:nth-child(3n) .col-pad {
  margin-right: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase figure img {
  padding: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase h4.price {
  margin-top: 30px;
  color: #FF8D94;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  background-color: #fff;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio img {
  padding: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption {
  padding: 70px 30px 0 70px;
  background-color: #fff;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption hr {
  margin: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption h3, section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption h4, section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption p {
  text-align: left;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption h3 {
  margin: 25px 0;
  margin-top: 40px;
  color: #444444;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #444444;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption h4.price {
  margin-top: 30px;
  color: #FF8D94;
}
section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption p {
  line-height: 1.8;
  margin: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios {
  position: relative;
  /* Portfolio Figure */
  /* Portfolio Caption */
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios img {
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  margin: 0 auto;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figure {
  max-height: 293px;
  overflow: hidden;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figure:hover figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figure:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption {
  position: absolute;
  top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  background-color: rgba(242,107,154, 0.85);
  border: 15px solid transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.4), inset 0px 0px 0px 5px rgba(242,107,154, 0.85), inset 0px 0px 0px 9px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.4), inset 0px 0px 0px 5px rgba(242,107,154, 0.85), inset 0px 0px 0px 9px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.4), inset 0px 0px 0px 5px rgba(242,107,154, 0.85), inset 0px 0px 0px 9px #fff;
  text-align: center;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption h3, section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption h4 {
  color: #FFFFFF;
  margin: 0;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption h4 {
  text-transform: none;
  font-style: italic;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 1em;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption h3 {
  font-size: 1.14em;
}
section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption hr, section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figcaption p {
  display: none;
}

/**
 * ----------------------------------------------------------------------------------------
 * 08. History Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-our-history {
  /* history background pattern */
  /*background: url(../images/white_wall.png);*/
  /* history details style */
}
section.rex-our-history div.container {
  margin-top: 120px;
  margin-bottom: 120px;
}
section.rex-our-history div.rex-history-details {
  /* horizontal line */
  /* history text style */
  /* history button */
}
section.rex-our-history div.rex-history-details hr {
  width: 30px;
  height: 2px;
  background-color: #000000;
  margin: 0;
  margin-top: 25px;
}
section.rex-our-history div.rex-history-details h3 {
  text-align: left;
}
section.rex-our-history div.rex-history-details p {
  margin-top: 30px;
  margin-bottom: 45px;
  line-height: 1.8;
}
section.rex-our-history div.rex-history-details a {
  display: inline-block;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  color: #000000;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}
section.rex-our-history div.rex-history-details a:hover {
  color: #000000;
  background-color: #FF8D94;
  -webkit-box-shadow: inset 0px 0px 0px 3px #eaeaea;
  text-decoration: none;
  color: #FFFFFF;
}

div.rex-history-details a {
  display: inline-block;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  color: #000000;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}

div.rex-history-details a:hover {
  color: #000000;
  background-color: #FF8D94;
  -webkit-box-shadow: inset 0px 0px 0px 3px #eaeaea;
  text-decoration: none;
  color: #FFFFFF;
}

/**
 * ----------------------------------------------------------------------------------------
 * 09. Features Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-features {
  padding: 0;
  background-color: #efefef;
  /* Feature Item */
  /*
   * Owl Slider Buttons Style
   */
}
section.rex-features div.container {
  margin-top: 120px;
}
section.rex-features div.row {
  overflow: hidden;
}
section.rex-features .owl-carousel .owl-wrapper-outer {
  margin-left: 10px;
}
section.rex-features div.feature-item {
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  /* inner div for adding margin without modifying bootstrap grid css */
  /* Triangle */
  /* image icon */
  /* Hover Effect */
  /* horizontal line */
}
section.rex-features div.feature-item .col-pad {
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  padding-bottom: 50px;
  height: 300px;
  overflow: hidden;
}
section.rex-features div.feature-item div.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  line-height: 0px;
  _border-color: #FFFFFF #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
section.rex-features div.feature-item img {
  display: block;
  margin: 0 auto;
  opacity: .5;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}
section.rex-features div.feature-item:hover {
  cursor: url(../images/cusor-icon.png), auto;
}
section.rex-features div.feature-item:hover .col-pad {
  background-color: #FFFFFF;
}
section.rex-features div.feature-item:hover div.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 0;
  border-color: #FF8D94 transparent transparent transparent;
  line-height: 0px;
  _border-color: #FF8D94 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
section.rex-features div.feature-item:hover img {
  opacity: 1;
}
section.rex-features div.feature-item hr {
  background-color: #e0e0e0;
  width: 30px;
  height: 3px;
}
section.rex-features div.feature-item h4 {
  margin: 25px 0;
}
section.rex-features div.feature-item p {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.8;
}
section.rex-features div.owl-buttons {
  margin-top: 60px;
  text-align: center;
  /* button div */
}
section.rex-features div.owl-buttons div {
  display: inline-block;
  background-color: #FF8D94;
  color: #FFFFFF;
  padding: 5px 8px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
section.rex-features div.owl-buttons div:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}
section.rex-features div.owl-buttons div:hover {
  background-color: #666;
}

/**
 * ----------------------------------------------------------------------------------------
 * 10. Team Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-team {
  padding-top: 120px;
  background-color: white;
  position: relative;
  /* Team Bottom Background Pattern */
}
section.rex-team h3 {
  margin-top: 0;
}
section.rex-team hr {
  background-color: #000000;
  width: 30px;
  height: 2px;
  margin-bottom: 60px;
  margin-bottom: 70px;
}
section.rex-team figure {
  padding: 0;
  cursor: pointer;
  z-index: 1;
  /* Figure Image Style */
  /* Figure Caption */
  /* Text STyle */
  /* horizontal line */
  /* Grayscale Staff Image on Hover */
  /* Team Hover Item */
}
section.rex-team figure img {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
section.rex-team figure figcaption {
  padding-top: 42px;
  position: relative;
}
section.rex-team figure h4.name {
  color: #444444;
  margin-bottom: 20px;
}
section.rex-team figure p.position {
  color: #787878;
  font-style: italic;
  padding-bottom: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
  letter-spacing: 2px;
}
section.rex-team figure hr {
  background-color: #787878;
  margin-bottom: 0;
}
section.rex-team figure:hover img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.rex-team figure div.hover-card {
  display: none;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  height: 240px;
  box-shadow: 1.5px 2.598px 10px 0px rgba(236, 236, 236, 0.392);
  /* team social profiles style */
}
section.rex-team figure div.hover-card p {
  padding: 50px;
  padding-bottom: 0;
  text-align: center;
}
section.rex-team figure div.hover-card ul.social-profiles {
  list-style: none;
  text-align: center;
}
section.rex-team figure div.hover-card ul.social-profiles li {
  display: inline-block;
  margin-right: 15px;
}
section.rex-team figure div.hover-card ul.social-profiles li:last-child {
  margin-right: 0;
}
section.rex-team figure div.hover-card ul.social-profiles li a {
  font-size: 21px;
  color: #787878;
}
section.rex-team figure div.hover-card ul.social-profiles li a.twitter:hover {
  color: #55ACEE;
}
section.rex-team figure div.hover-card ul.social-profiles li a.facebook:hover {
  color: #3A5795;
}
section.rex-team figure div.hover-card ul.social-profiles li a.dribbble:hover {
  color: #cd4378;
}
section.rex-team figure div.hover-card ul.social-profiles li a.behance:hover {
  color: #0182ea;
}
section.rex-team .rex-team-bg {
  position: absolute;
  width: 100%;
  height: 189px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  /*background: #fafbfd url(../images/white_wall_189px.png) repeat-x;*/
}

/**
 * ----------------------------------------------------------------------------------------
 * 11. Skills Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-skills {
  padding: 0;
  background-color: #FFFFFF;
  /*
   * Skill item style
   */
}
section.rex-skills div.container-fluid {
  margin: 120px auto;
  padding: 0;
}
section.rex-skills .left {
  text-align: left;
}
section.rex-skills .right {
  text-align: right;
}
section.rex-skills .right img {
  float: right;
}
section.rex-skills div.rex-skill-item {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  clear: right;
  /* skill progress container */
}
section.rex-skills div.rex-skill-item header {
  width: 100%;
}
section.rex-skills div.rex-skill-item p {
  color: #787878;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
}
section.rex-skills div.rex-skill-item p:last-child {
  text-align: right;
  float: right;
}
section.rex-skills div.rex-skill-item div.rex-progress-container {
  height: 12px;
  background-color: #e0e0e0;
}
section.rex-skills div.rex-skill-item div.rex-progress-container div.rex-progress {
  background-color: #FF8D94;
  height: 11px;
  margin: 0 auto;
  width: 0;
}

/**
 * ----------------------------------------------------------------------------------------
 * 12. Pricing Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-pricing {
  background-color: #FFFFFF;
  /* Price Plan Item */
}
section.rex-pricing h3 {
  margin-top: 0;
}
section.rex-pricing hr {
  background-color: #000000;
  width: 30px;
  height: 2px;
  margin-bottom: 60px;
  margin-bottom: 0;
}
section.rex-pricing div.container {
  margin: 120px auto;
  height: 100%;
}
section.rex-pricing article {
  padding: 0;
  position: relative;
  margin-top: 70px;
  text-align: center;
  -webkit-transition: all 2s ease-out;
          transition: all 2s ease-out;
  margin-bottom: 400px;
  -webkit-backface-visibility: none;
  /* inner div for adding margin without modifying bootstrap grid css */
  /* remove margin from last item */
  /* horizontal line */
  /* text styles */
  /* button style */
}
section.rex-pricing article .col-pad {
  position: absolute;
  background-color: #f1f1f1;
  margin-right: 30px;
  min-height: 335px;
  -webkit-transition: all .5s ease-out;
          transition: all .5s ease-out;
  cursor: pointer;
  /* hover style and middle */
  /* change triangle style on hover */
  /* change image opacity on hover */
  /* show sign up button on hover */
}
section.rex-pricing article .col-pad img {
  opacity: .5;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}
section.rex-pricing article .col-pad:hover, section.rex-pricing article .col-pad.middle {
  box-shadow: 1.5px 2.598px 10px 0px rgba(236, 236, 236, 0.392);
  background-color: #FFFFFF;
  margin-top: -30px;
}
section.rex-pricing article .col-pad:hover .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 0;
  border-color: #FF8D94 transparent transparent transparent;
  line-height: 0px;
  _border-color: #FF8D94 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
section.rex-pricing article .col-pad:hover img, section.rex-pricing article .col-pad.middle img {
  opacity: 1;
}
section.rex-pricing article .col-pad:hover a, section.rex-pricing article .col-pad.middle a {
  display: inline-block;
}
section.rex-pricing article:last-child .col-pad {
  margin-right: 0;
}
section.rex-pricing article .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  line-height: 0px;
  _border-color: #FFFFFF #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
}
section.rex-pricing article .middle .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 0;
  border-color: #FF8D94 transparent transparent transparent;
  line-height: 0px;
  _border-color: #FF8D94 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
section.rex-pricing article hr {
  background-color: #e0e0e0;
  margin-bottom: 10px;
}
section.rex-pricing article h4 {
  letter-spacing: 0;
}
section.rex-pricing article h4 span {
  font-size: 1.71em;
}
section.rex-pricing article h4 small {
  font-size: 1em;
  text-transform: lowercase;
}
section.rex-pricing article p {
  padding: 0 30px;
  line-height: 2.5;
  margin-bottom: 0;
}
section.rex-pricing article a {
  display: none;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: #FF8D94;
  box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #FFFFFF;
  background-color: #FF8D94;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}
section.rex-pricing article a:hover {
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -moz-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
}

/**
 * ----------------------------------------------------------------------------------------
 * 13. Testimonial Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-testimonial {
  /*background: url(../images/white_wall.png);*/
  background-color: #efefef;
  /* Center Columnt and Text */
  /*
   * Testimonial Figure
   */
  /* Horizontal Line */
  /*
   * Testimonial Description
   */
}
section.rex-testimonial div.container {
  margin: 120px auto;
}
section.rex-testimonial div.col-md-6 {
  float: none;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  cursor: url(../images/cusor-icon.png), auto;
}
section.rex-testimonial figure {
  width: 100%;
}
section.rex-testimonial figure img {
  margin: 0 auto;
  margin-bottom: 25px;
}
section.rex-testimonial figure figcaption {
  font-style: italic;
  letter-spacing: 3px;
  line-height: 200%;
}
section.rex-testimonial hr {
  background-color: #e0e0e0;
  max-height: 1px;
}
section.rex-testimonial div.description {
  margin-top: 40px;
}
section.rex-testimonial div.description h4 {
  margin: 0;
}
section.rex-testimonial div.description p {
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-style: italic;
}

/**
 * ----------------------------------------------------------------------------------------
 * 14. Blog Section
 * ----------------------------------------------------------------------------------------
 */
section.rex-blog {
  background-color: #FFFFFF;
  /*
   * Blog Post (Row)
   */
}

section.rex-blog h3 {
  margin-top: 0;
}
section.rex-blog hr {
  background-color: #000000;
  width: 30px;
  height: 2px;
  margin-bottom: 60px;
  margin-bottom: 70px;
}
/*section.rex-blog div.rex-post {
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
  cursor: pointer;
   Post Figre/Image Style */
  /* Post Details Style */
  /*
   * Re-arrange Style for even Post
   */
  /*
   * Post Hover Effect
   */
  /*
   * Post Hover Effect for Even Posts
  
} */
section.rex-blog div.rex-post figure {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  max-height: 262px;
  /* Post Overlay Style (Only visible on Hover) */
  /* Triangle Style (Only visible on Hover) */
}
section.rex-blog div.rex-post figure img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
section.rex-blog div.rex-post figure div.post-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}
section.rex-blog div.rex-post figure span.triangle {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 31px 17.5px 0;
  border-color: transparent transparent transparent transparent;
}
section.rex-blog div.rex-post article {
  margin-top: 80px;
  height: 100%;
  padding: 0 20px;
  text-align: left;
}
section.rex-blog div.rex-post article p.post-meta a, section.rex-blog div.rex-post article a p {
  color: #787878;
  letter-spacing: 2px;
}
section.rex-blog div.rex-post article p.post-meta a:hover, section.rex-blog div.rex-post article a p:hover {
  color: #FF8D94;
}
section.rex-blog div.rex-post article a, section.rex-blog div.rex-post article a h4 {
  -webkit-transition: color 0.2s ease-in;
          transition: color 0.2s ease-in;
}
section.rex-blog div.rex-post article a:hover, section.rex-blog div.rex-post article a h4:hover {
  color: #FF8D94;
}
section.rex-blog div.rex-post article p, section.rex-blog div.rex-post article h4 {
  margin: 0;
}
section.rex-blog div.rex-post article h4 {
  text-align: left;
}
section.rex-blog div.rex-post article p.date {
  font-style: italic;
  text-transform: uppercase;
}
section.rex-blog div.rex-post hr {
  margin: 0;
  margin-bottom: 20px;
  }
section.rex-blog div.rex-post:nth-child(even) figure {
  float: right;
}
section.rex-blog div.rex-post:nth-child(even) figure span.triangle {
  left: 0;
  border-width: 17.5px 0 17.5px 31px;
}
section.rex-blog div.rex-post:nth-child(even) article {
  text-align: right;
}
section.rex-blog div.rex-post:nth-child(even) article h4 {
  text-align: right;
}
section.rex-blog div.rex-post:nth-child(even) hr {
  margin-left: 93.5%;
}
/*section.rex-blog div.rex-post:hover {
  background-color: #f1f1f1;
}*/
section.rex-blog div.rex-post:hover figure div.post-overlay {
  background-color: rgba(4, 4, 4, 0.4);
}
section.rex-blog div.rex-post:hover figure span.triangle {
  border-color: transparent #f1f1f1 transparent transparent;
}
section.rex-blog div.rex-post:hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
section.rex-blog div.rex-post:nth-child(even):hover figure span.triangle {
  border-color: transparent transparent transparent #f1f1f1;
}
section.rex-blog div.rex-post:nth-child(even):hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/**
 * ----------------------------------------------------------------------------------------
 * 15. Single Blog Post Styles.
 * ----------------------------------------------------------------------------------------
 */
/* Header Style on Single Page */
body.single header.container-fluid {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 35px;
}

/*
 * Single Post Style
 */
section.rex-single-blog-post {
  background-color: #fafbfd;
  padding: 0;
  /* Section Heading Style */
  /*
   * Post Style
   */
  /*
   * Post Comments Style
   */
  /*
   * Comment Form STyle
   */
  /*
   * Single Page Sidebar Style
   */
}
section.rex-single-blog-post div.rex-section-heading {
  height: 112px;
  margin-bottom: 70px;
}
section.rex-single-blog-post div.rex-section-heading h4 {
  line-height: 112px;
  text-align: center;
  margin: 0;
}
section.rex-single-blog-post h4 {
  text-align: left;
}
section.rex-single-blog-post h4 + hr {
  width: 30px;
  margin: 0;
  height: 2px;
  background-color: #000000;
}
section.rex-single-blog-post article {
  padding-right: 20px;
  /* Post meta style */
  /* Main Post Style */
  /* Post tag style */
}
section.rex-single-blog-post article div.rex-post-meta {
  margin-top: 50px;
}
section.rex-single-blog-post article div.rex-post-meta p.rex-post-info a, section.rex-single-blog-post article div.rex-post-meta a p {
  color: #787878;
  letter-spacing: 2px;
}
section.rex-single-blog-post article div.rex-post-meta p.rex-post-info a:hover, section.rex-single-blog-post article div.rex-post-meta a p:hover {
  color: #FF8D94;
}
section.rex-single-blog-post article div.rex-post-meta a, section.rex-single-blog-post article div.rex-post-meta a h4 {
  -webkit-transition: color 0.2s ease-in;
          transition: color 0.2s ease-in;
}
section.rex-single-blog-post article div.rex-post-meta a:hover, section.rex-single-blog-post article div.rex-post-meta a h4:hover {
  color: #FF8D94;
}
section.rex-single-blog-post article div.rex-post-meta p, section.rex-single-blog-post article div.rex-post-meta h4 {
  margin: 0;
}
section.rex-single-blog-post article div.rex-post-meta h4 {
  text-align: left;
}
section.rex-single-blog-post article div.rex-post-meta p.date {
  font-style: italic;
  text-transform: uppercase;
}
section.rex-single-blog-post article div.rex-post-meta hr {
  margin: 10px 0;
  width: 30px;
  height: 2px;
}
section.rex-single-blog-post article div.rex-the-post {
  margin: 50px 0;
}
section.rex-single-blog-post article div.rex-the-post p {
  line-height: 2;
}
section.rex-single-blog-post article div.rex-the-post blockquote {
  background-color: #FFFFFF;
  padding: 70px;
  margin: 60px 0;
  letter-spacing: 2px;
  font-style: italic;
}
section.rex-single-blog-post article div.rex-post-tags {
  height: 60px;
}
section.rex-single-blog-post article div.rex-post-tags i.fa {
  line-height: 60px;
  padding: 0 25px;
  margin-right: 35px;
  text-align: right;
  font-size: 18px;
  border-right: 1px solid #e0e0e0;
}
section.rex-single-blog-post article div.rex-post-tags a {
  line-height: 60px;
  text-align: left;
  color: #787878;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in;
}
section.rex-single-blog-post article div.rex-post-tags a:first-child {
  display: inline-block;
  padding-left: 35px;
}
section.rex-single-blog-post article div.rex-post-tags a:hover {
  color: #FF8D94;
}
section.rex-single-blog-post div.rex-comments {
  margin: 70px 0;
}
section.rex-single-blog-post div.rex-comments div.rex-comment {
  min-height: 170px;
  margin: 60px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
}
section.rex-single-blog-post div.rex-comments div.rex-comment.thred-two {
  margin-left: 100px;
}
section.rex-single-blog-post div.rex-comments figure.rex-comment-author {
  float: left;
  width: 15%;
  max-width: 100px;
  min-height: 170px;
}
section.rex-single-blog-post div.rex-comments figure.rex-comment-author img {
  max-width: 80px;
  max-height: 80px;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
section.rex-single-blog-post div.rex-comments div.rex-comment-details {
  padding-left: 35px;
  padding-bottom: 30px;
  margin-left: 100px;
  border-left: 1px solid #e0e0e0;
}
section.rex-single-blog-post div.rex-comments p.rex-comment-text {
  padding-top: 30px;
  margin-top: 0;
  font-style: italic;
  letter-spacing: 2px;
}
section.rex-single-blog-post div.rex-comments div.rex-comments-meta {
  margin-top: 20px;
}
section.rex-single-blog-post div.rex-comments p {
  display: inline-block;
  letter-spacing: 3px;
}
section.rex-single-blog-post div.rex-comments p.rex-comment-day {
  font-style: italic;
  margin-right: 20px;
}
section.rex-single-blog-post div.rex-comments p.rex-comment-reply {
  letter-spacing: 1px;
}
section.rex-single-blog-post div.rex-comments p.rex-comment-reply i.fa {
  margin-right: 10px;
}
section.rex-single-blog-post div.rex-comments div.right {
  float: right;
  text-align: right;
}
section.rex-single-blog-post div.rex-comments div.right p {
  text-transform: none;
}
section.rex-single-blog-post div.rex-comment-form form {
  margin-top: 70px;
}
section.rex-single-blog-post div.rex-comment-form div.input-small {
  width: 75%;
}
section.rex-single-blog-post div.rex-comment-form div.form-group {
  border: 1px solid #e0e0e0;
  border-right: none;
  border-left: none;
  margin-bottom: 30px;
  max-height: 101px;
}
section.rex-single-blog-post div.rex-comment-form div.form-group input, section.rex-single-blog-post div.rex-comment-form div.form-group textarea {
  border: none;
  outline: none;
  margin: 0;
  height: 50px;
  background: transparent;
  padding: 5px;
  border-left: 1px solid #e0e0e0;
}
section.rex-single-blog-post div.rex-comment-form div.form-group input {
  width: 90%;
}
section.rex-single-blog-post div.rex-comment-form div.form-group textarea {
  width: 92%;
  height: 100px;
  padding-bottom: 0;
}
section.rex-single-blog-post div.rex-comment-form div.form-group i.fa {
  max-width: 48px;
  font-size: 18px;
  padding: 15px 20px;
  margin: 0;
  text-align: right;
  vertical-align: top;
  float: left;
}
section.rex-single-blog-post div.rex-comment-form input.submit-btn {
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -moz-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  color: #000000;
  background-color: transparent;
  width: 160px;
  outline: none;
  border: none;
  display: block;
  margin: 60px 0;
}
section.rex-single-blog-post div.rex-comment-form input.submit-btn:hover, section.rex-single-blog-post div.rex-comment-form input.submit-btn:focus {
  color: #000000;
  background-color: #FF8D94;
  box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eee;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eee;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eee;
  color: #FFFFFF;
  background-color: #FF8D94;
}
section.rex-single-blog-post aside {
  background-color: #FFFFFF;
  padding: 25px;
}
section.rex-single-blog-post aside a {
  color: #787878;
  -webkit-transition: color .2s ease-in;
          transition: color .2s ease-in;
}
section.rex-single-blog-post aside a:hover {
  color: #FF8D94;
}
section.rex-single-blog-post aside hr {
  margin-bottom: 40px;
}
section.rex-single-blog-post aside div.widget {
  margin-bottom: 50px;
}
section.rex-single-blog-post aside div.instragram a {
  display: inline-block;
}
section.rex-single-blog-post aside div.instragram a img {
  padding: 5px 0;
  max-width: 70px;
}
section.rex-single-blog-post aside ul {
  list-style: none;
  padding: 0;
}
section.rex-single-blog-post aside ul li {
  margin-bottom: 20px;
}
section.rex-single-blog-post aside ul li:last-child {
  margin-bottom: 0;
}
section.rex-single-blog-post aside ul li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 5px;
}

/**
 * ----------------------------------------------------------------------------------------
 *  16. Contact Section Styles.
 * ----------------------------------------------------------------------------------------
 */
section.rex-contact {
  background-color: #FFFFFF;
  /*
   * Contact Address Style 
   */
  /*
   * Map Style
   */
}
section.rex-contact h3 {
  margin-top: 0;
}
section.rex-contact div.rex-contact-form {
  /*background: url(../images/white_wall.png);*/
  background-color: #efefef;
  /* Inline Form Elements */
  /* Form Group Styles */
  /* Submit Button Styles */
}
section.rex-contact div.rex-contact-form div.container {
  margin: 120px auto;
}
section.rex-contact div.rex-contact-form hr {
  background-color: #000000;
  width: 30px;
  height: 2px;
  margin-bottom: 60px;
}
section.rex-contact div.rex-contact-form div.input-inline div.form-group {
  width: 47.5%;
  float: left;
}
section.rex-contact div.rex-contact-form div.input-inline div.form-group input {
  display: block;
  width: 80%;
}
section.rex-contact div.rex-contact-form div.input-inline div.form-group i.fa {
  max-width: 10%;
}
section.rex-contact div.rex-contact-form div.input-inline div.form-group:first-child {
  margin-right: 5%;
}
section.rex-contact div.rex-contact-form div.form-group {
  border: 1px solid #e0e0e0;
  border-right: none;
  border-left: none;
  margin-bottom: 30px;
  max-height: 101px;
}
section.rex-contact div.rex-contact-form div.form-group input, section.rex-contact div.rex-contact-form div.form-group textarea {
  border: none;
  outline: none;
  margin: 0;
  height: 50px;
  background: transparent;
  padding: 5px;
  border-left: 1px solid #e0e0e0;
}
section.rex-contact div.rex-contact-form div.form-group textarea {
  width: 90%;
  height: 100px;
  padding-bottom: 0;
  resize: none;
}
section.rex-contact div.rex-contact-form div.form-group i.fa {
  max-width: 10%;
  font-size: 18px;
  padding: 15px 20px;
  margin: 0;
  text-align: right;
  vertical-align: top;
  float: left;
}
section.rex-contact div.rex-contact-form input.submit-btn {
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: #FF8D94;
  box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eee;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eee;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #eee;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  color: #FFFFFF;
  width: 160px;
  outline: none;
  border: none;
  background-color: #FF8D94;
  display: block;
  margin: 70px auto 0 auto;
}
section.rex-contact div.rex-contact-form input.submit-btn:hover, section.rex-contact div.rex-contact-form input.submit-btn:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -moz-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  background-color: transparent;
}
section.rex-contact div.rex-contact-address {
  /* Center Column and Text */
  /* Social Profiles Style */
}
section.rex-contact div.rex-contact-address div.container {
  margin: 70px auto;
}
section.rex-contact div.rex-contact-address div.col-md-6 {
  float: none;
  margin: 0 auto;
  text-align: center;
}
section.rex-contact div.rex-contact-address h2 {
  font-family: "Great Vibes", cursive;
  text-transform: none;
  color: #444444;
  font-weight: normal;
  margin: 0;
}
section.rex-contact div.rex-contact-address p {
  margin: 5px 0;
}
section.rex-contact div.rex-contact-address a {
  color: #787878;
  margin: 5px 0;
  display: block;
}
section.rex-contact div.rex-contact-address a.phone {
  color: #FF8D94;
}
section.rex-contact div.rex-contact-address ul.social-profiles {
  list-style: none;
  margin: 0;
}
section.rex-contact div.rex-contact-address ul.social-profiles li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px;
  line-height: 37px;
}
section.rex-contact div.rex-contact-address ul.social-profiles li a {
  width: 37px;
  height: 37px;
  border: 1px solid #787878;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
  /* default hover effect */
  /*
   * Diffrent color hover effect for associated social profiles.
   */
}
section.rex-contact div.rex-contact-address ul.social-profiles li a:hover {
  color: #000000;
  border-radius: 30px;
  border-color: transparent;
}
section.rex-contact div.rex-contact-address ul.social-profiles li a.twitter:hover {
  background-color: #55ACEE;
  color: #FFFFFF;
}
section.rex-contact div.rex-contact-address ul.social-profiles li a.facebook:hover {
  background-color: #3A5795;
  color: #FFFFFF;
}
section.rex-contact div.rex-contact-address ul.social-profiles li a.dribbble:hover {
  background-color: #cd4378;
  color: #FFFFFF;
}
section.rex-contact div.rex-contact-address ul.social-profiles li a.behance:hover {
  background-color: #0182ea;
  color: #FFFFFF;
}
section.rex-contact div.rex-contact-map div.col-md-12 {
  padding: 0;
}
section.rex-contact div.rex-contact-map img {
  width: 100%;
}
section.rex-contact div.rex-contact-map figure {
  position: relative;
  max-height: 250px;
  /* Map Button Style */
}
section.rex-contact div.rex-contact-map figure a {
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -moz-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  -webkit-box-shadow: inset 0px 0px 0px 1px #939393, inset 0px 0px 0px 3px #e9e9e9, inset 0px 0px 0px 5px #444444;
  background-color: #444444;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 285px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-125px);
      -ms-transform: translateY(-125px);
          transform: translateY(-125px);
}
section.rex-contact div.rex-contact-map figure a:hover {
  color: #000000;
  background-color: #FF8D94;
  box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(242,107,154, 0.85), inset 0px 0px 0px 3px #fff;
  color: #FFFFFF;
}

/**
 * ----------------------------------------------------------------------------------------
 * 17. Footer styles.
 * ----------------------------------------------------------------------------------------
 */
footer {
  background-color: #FFFFFF;
  /* footer heading */
  /* footer paragraph */
  /* footer link */
}
footer h2 {
  font-family: "Great Vibes", cursive;
  color: #FF8D94;
  text-transform: none;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
footer h2 i.fa {
  font-size: 24px;
}
footer p {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 50px;
}
footer a {
  color: #FF8D94;
}

/**
 * ----------------------------------------------------------------------------------------
 * 18. Responsive Styles (Media Queries)
 * ----------------------------------------------------------------------------------------
 */
@media (max-width: 992px) {
  section.container-fluid.slider div.rex-heading {
    top: 30%;
  }
  section.container-fluid.slider div.rex-heading h1, section.container-fluid.slider div.rex-heading span.rex-fancy-font {
    font-size: 2em;
    letter-spacing: 1px;
  }
  section.container-fluid.slider div.rex-heading h1 span {
    margin-bottom: 0;
  }
  section.container-fluid.slider div.rex-heading h3 {
    font-size: 1.14em;
    display: none;
  }
  section.container-fluid.slider div.rex-heading hr {
    display: none;
  }
  
  ul.social-list {/*NemonicZero*/  
		margin: 25% 0 10px;
  }
  
  ul.social-list li a {
		width: 40px;
		height: 40px;
  }
	
  ul.social-list li a i {
		font-size: 18px;
		line-height: 40px;
  }

  section.rex-services div.rex-service-image {
    margin-bottom: 40px;
  }

  section.rex-about figure {
    display: block;
  }

  section.rex-works-showcase .rex-modal {
    width: 80%;
  }
  section.rex-works-showcase .rex-modal img {
    margin-top: 10px;
    margin: 0 auto;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    max-height: 370px;
  }
  section.rex-works-showcase .rex-modal figcaption {
    padding: 20px;
  }
  section.rex-works-showcase .rex-modal figcaption h3 {
    margin: 0;
    font-size: 14px;
  }
  section.rex-works-showcase .rex-modal figcaption h3, section.rex-works-showcase .rex-modal figcaption h4, section.rex-works-showcase .rex-modal figcaption hr {
    margin: 0;
    margin-bottom: 10px;
  }
  section.rex-works-showcase .rex-modal figcaption p {
    line-height: 1.2;
  }

  section.rex-works-showcase .rex-featured-portfolio img {
    margin: 0 auto;
  }

  section.rex-team {
    position: initial;
  }
  section.rex-team figure {
    z-index: initial;
  }
  section.rex-team figure figcaption {
    background-color: #f1f1f1;
  }
  section.rex-team .rex-team-bg {
    display: none;
  }

  section.rex-skills .left img, section.rex-skills .right img {
    margin: 0 auto;
  }
  section.rex-skills .left {
    margin-bottom: 30px;
  }
  section.rex-skills .right {
    margin-top: 30px;
  }
  section.rex-skills .right img {
    float: none;
  }

  section.rex-pricing .container {
    width: 100%;
  }
  section.rex-pricing article {
    position: relative;
    margin-bottom: 480px;
  }
  section.rex-pricing article:last-child {
    margin-bottom: 300px;
  }
  section.rex-pricing article .col-pad {
    left: 50%;
    margin-right: -50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  section.rex-blog div.rex-post figure {
    max-height: 300px;
  }
  section.rex-blog div.rex-post figure span.triangle {
    display: none;
  }
  section.rex-blog div.rex-post article {
    margin: 50px 0;
  }
  section.rex-blog div.rex-post:nth-child(even) figure {
    float: none;
  }
}
@media (max-width: 767px) {
  header.container-fluid {
    position: relative;
    background-color: #fff;
  }
  
  header.container-fluid.rex-only-sticky, header.container-fluid div.rex-sticky-wrapper {
    min-height: 50px; /*110 con el social bar*/
  }
  
  header.container-fluid.rex-only-sticky.is-sticky div.sticky-header, header.container-fluid div.rex-sticky-wrapper.is-sticky div.sticky-header {
    padding-top: 0;
    padding-bottom: 0;
	padding-left: 0; /*se agrego para acomodar menu button*/
	height:50px;/*se hace mas chica la barra de menu*/
  }
  
  ul.social-list {	  
		margin: 30% 0 10px;
  }
	
  ul.social-list li a {
		width: 40px;
		height: 40px;
  }
	
  ul.social-list li a i {
		font-size: 18px;
		line-height: 40px;
  }
  
  div.rex-social-profiles ul.social-profiles {
	position:absolute;
	left: 40%;
	margin-top:auto;
    /*text-align: center;
	display:none;*/
  }
  
  div.rex-social-profiles ul.social-profiles li{
	  padding-right:5px;
	  }
  
  header.container-fluid div.rex-brand-logo a img{/*agregada*/
	  position:absolute;
	  left: 44%;
	  padding-top: 0;
	  height:32px;
	  display:none;
  }
  
  div.search-bar {
    float: right;
	margin-bottom: 30px;
  }
  div.search-bar input[type="text"]:focus {
    width: 220px;
    background-color: #fff;
    border: none;
    font-size: 10px;
  }

  div.rex-navbar ul {
    padding: 20px 0;
    text-align: center;
  }
  div.rex-navbar ul li a {
    font-size: 18px;
    padding: 5px 10px;
  }

  div.rex-navigation {
    top: -55px;
    text-align: center;
    margin-top: 0;
    padding-right: 0;
  }
  div.rex-navigation button.trigger-nav {
    float: right;
    border: none;
  }

  div.sticky-header {
    display: block;
  }
  div.sticky-header div.rex-navigation {
    top: -20px;/*tenia 0px*/
  }
  div.sticky-header div.rex-navigation button.trigger-nav {
    border: none;
    margin-right: 0;
  }
  div.sticky-header h2.rex-brand {
    line-height: 1.5;
  }

  section.container-fluid.slider div.rex-parallax-image {
    min-height: 700px;
  }
  section.container-fluid.slider div.rex-heading {
    top: 15%;
  }
  section.container-fluid.slider div.rex-heading h1, section.container-fluid.slider div.rex-heading span.rex-fancy-font {
    font-size: 1.71em;
  }
  section.container-fluid.slider div.rex-heading h3 {
    display: none;
  }
  section.container-fluid.slider a.rex-scrool-down {
	  top: 35%;
    /*display: none;*//*mouestra corazon*/
  }
  
  section.container-fluid.slider a.rex-scrool-down img{
	  width: 40px;
	  }

  section.rex-skills {
    background: none;
  }
  section.rex-skills div.col-md-6 {
    margin: 0 15px;
  }

  section.rex-contact div.rex-contact-form div.input-inline div.form-group {
    width: 100%;
    float: none;
  }
  section.rex-contact div.rex-contact-form div.input-inline div.form-group input {
    width: 85%;
  }
  section.rex-contact div.rex-contact-form div.input-inline div.form-group:first-child {
    margin: 0;
    margin-bottom: 30px;
  }
  section.rex-contact div.rex-contact-form div.form-group textarea {
    width: 85%;
  }

  section.rex-works-showcase .rex-featured-portfolio {
    background-color: #fff;
  }
  section.rex-works-showcase .rex-featured-portfolio img {
    padding: 0;
    margin: 0 auto;
  }

  section.rex-single-blog-post div.rex-comments div.rex-comment.thred-two {
    margin-left: 50px;
  }
  section.rex-single-blog-post div.rex-comments div.rex-comments-meta {
    text-align: center;
  }
  section.rex-single-blog-post div.rex-comments div.right {
    text-align: center;
    float: none;
  }
  section.rex-single-blog-post div.rex-comment-form div.input-small {
    width: 100%;
  }
  section.rex-single-blog-post div.rex-comment-form div.form-group input, section.rex-single-blog-post div.rex-comment-form div.form-group textarea {
    width: 90%;
  }
  section.rex-single-blog-post div.rex-comment-form input.submit-btn {
    margin-left: auto;
    margin-right: auto;
  }
  section.rex-single-blog-post aside {
    text-align: center;
  }
  section.rex-single-blog-post aside h4 {
    text-align: center;
  }
  section.rex-single-blog-post aside hr {
    margin-left: auto;
    margin-right: auto;
  }

  section.rex-features .owl-carousel .owl-wrapper-outer {
    margin-left: 0;
  }
  section.rex-features div.feature-item .col-pad {
    margin-right: 0;
  }

  .hidden-xs {
    display: none !important;
  }
  
  section.rex-services div.rex-service-tabs div.tab-pane p#st{
	text-align:center !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  div.search-bar input[type="text"]:focus {
    width: 245px;
  }

  section.rex-contact div.rex-contact-form div.form-group textarea {
    width: 90%;
  }
}
/* Medium width Devices */
@media (min-width: 320px) and (max-width: 599px) {
  section.container-fluid.slider div.rex-parallax-image {
    min-height: 600px;
  }
  section.container-fluid.slider div.rex-heading h1, section.container-fluid.slider div.rex-heading span.rex-fancy-font {
    font-size: 1em;
  }
  section.container-fluid.slider div.rex-heading span.rex-fancy-font {
    font-size: 1.6em;
  }

  section.rex-services div.rex-service-image {
    min-height: 250px;
    margin-bottom: 20px;
  }
  section.rex-services div.rex-service-image img {
    margin-bottom: 0;
    max-height: 250px;
  }
  section.rex-services div.rex-service-tabs {
    margin-top: 10px;
  }
  section.rex-services div.rex-service-tabs ul li {
    padding: 0px;
  }
  section.rex-services div.rex-service-tabs ul li a {
    font-size: 10px;
  }

  section.rex-works-showcase div.rex-portfolio-showcase .rex-featured-portfolio figcaption {
    padding-left: 30px;
  }

  section.rex-single-blog-post div.rex-comment-form div.form-group input, section.rex-single-blog-post div.rex-comment-form div.form-group textarea {
    width: 82% !important;
  }
  section.rex-single-blog-post div.rex-comment-form input.submit-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Small Height (mobiles, tabs, 700px and down) */
@media (max-height: 700px) {
  div.rex-navbar ul li {
    margin: 0;
  }
  div.rex-navbar ul li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 1199px) {
  section.rex-works-showcase div.rex-portfolio-showcase div.rex-portfolios figure:nth-last-child(2) {
    clear: left;
  }
}
