/*
Theme Name: LawRex
Theme URI: http://demo.rextheme.com/lawrexwp
Author: RexTheme
Author URI: http://rextheme.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lawrex
Tags: one-column, two-columns, right-sidebar, theme-options, threaded-comments, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LawRex is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/**
 * -----------------------------------------------------------------*
 *       Main Style Sheet for the Creative LawRex Template          *
 * -----------------------------------------------------------------*
 *
 * Project:	LawRex
 * Version:	1.0
 * Last change:	05/11/2015 [improved documentation]
 * Author: RexTheme
 *
 *
 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *1. All page
    * 1.1. Base Styles
	* 1.2. Header
	* 1.3. Navigation
	* 1.4. Footer Styles
    * 1.5. Responsive Styles
 *2.Blog left sidebar
 *2.Blog Right sidebar
 *2.Blog no sidebar
 *2.Blog singel-blog-left
 *2.Blog singel-blog-right
 *2.Blog singel no sidebar


 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

* $rex-body:                #fff;
* $rex-text-color:				  #6c6c6c;
* $rex-heading-color:				#18191a;
* $rex-span-color:          #f86759;
* $rex-section-color:       #ebeef4;
* $rex-section-fields:			#f8fffe;
* $rex-boder-color:				  #f3f3f3;
* $rex-hover-color:				  #f86759;

* ------------------------------------------------------------------*
*                      Typography                                   *
* ------------------------------------------------------------------*

* $font-size-base:          14px;
* $font-size-h1:            floor((@font-size-base * 2.6em)); // ~36px
* $font-size-h2:            floor((@font-size-base * 2.15em)); // ~30px
* $font-size-h3:            ceil((@font-size-base * 1.7em)); // ~24px
* $font-size-h4:            ceil((@font-size-base * 1.25em)); // ~18px
* $font-size-h5:            @font-size-base;
* $font-size-h6:            ceil((@font-size-base * 0.85em)); // ~12px

* --------------------------------------------------------------------*/
/*

>>> Underscore.css

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: Underscore.css
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Variables css */
.social-profiles {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .social-profiles li {
    display: inline-block;
    margin-right: 15px; }
    .social-profiles li:last-child {
      margin-right: 0; }
    .social-profiles li a {
      font-size: 21px;
      text-decoration: none; }
      .social-profiles li a:hover, .social-profiles li a:active, .social-profiles li a:focus {
        text-decoration: none !important; }
      .social-profiles li a::before {
        font-family: FontAwesome; }
      .social-profiles li a[href*="facebook.com"]:hover {
        color: #3A5795 !important; }
      .social-profiles li a[href*="facebook.com"]::before {
        content: '\f09a'; }
      .social-profiles li a[href*="twitter.com"]:hover {
        color: #55ACEE !important; }
      .social-profiles li a[href*="twitter.com"]::before {
        content: '\f099'; }
      .social-profiles li a[href*="dribbble.com"]:hover {
        color: #cd4378 !important; }
      .social-profiles li a[href*="dribbble.com"]::before {
        content: '\f17d'; }
      .social-profiles li a[href*="behance.com"]:hover {
        color: #0182ea !important; }
      .social-profiles li a[href*="behance.com"]::before {
        content: '\f1b4'; }
      .social-profiles li a[href*="plus.google.com"]:hover {
        color: #cc5947 !important; }
      .social-profiles li a[href*="plus.google.com"]::before {
        content: '\f0d5'; }
      .social-profiles li a[href*="pinterest.com"]:hover {
        color: #c21f25 !important; }
      .social-profiles li a[href*="pinterest.com"]::before {
        content: '\f0d2'; }
      .social-profiles li a[href*="github.com"]:hover {
        color: #333 !important; }
      .social-profiles li a[href*="github.com"]::before {
        content: '\f09b'; }
      .social-profiles li a[href*="tumblr.com"]:hover {
        color: #3b5a78 !important; }
      .social-profiles li a[href*="tumblr.com"]::before {
        content: '\f173'; }
      .social-profiles li a[href*="youtube.com"]:hover {
        color: #dc2013 !important; }
      .social-profiles li a[href*="youtube.com"]::before {
        content: '\f167'; }
      .social-profiles li a[href*="flickr.com"]:hover {
        color: #cacaca !important; }
      .social-profiles li a[href*="flickr.com"]::before {
        content: '\f16e'; }
      .social-profiles li a[href*="vimeo.com"]:hover {
        color: #7fa522 !important; }
      .social-profiles li a[href*="vimeo.com"]::before {
        content: '\f194'; }
      .social-profiles li a[href*="instagram.com"]:hover {
        color: #6d564b !important; }
      .social-profiles li a[href*="instagram.com"]::before {
        content: '\f16d'; }
      .social-profiles li a[href*="linkedin.com"]:hover {
        color: #2c86ba !important; }
      .social-profiles li a[href*="linkedin.com"]::before {
        content: '\f0e1'; }

.icon-links a[href*="facebook.com"]:hover, .icon-links a[href*="facebook.com"]:hover i, .rex-media-link a[href*="facebook.com"]:hover, .rex-media-link a[href*="facebook.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #3A5795 !important; }
.icon-links a[href*="twitter.com"]:hover, .icon-links a[href*="twitter.com"]:hover i, .rex-media-link a[href*="twitter.com"]:hover, .rex-media-link a[href*="twitter.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #55ACEE !important; }
.icon-links a[href*="dribbble.com"]:hover, .icon-links a[href*="dribbble.com"]:hover i, .rex-media-link a[href*="dribbble.com"]:hover, .rex-media-link a[href*="dribbble.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #cd4378 !important; }
.icon-links a[href*="behance.com"]:hover, .icon-links a[href*="behance.com"]:hover i, .rex-media-link a[href*="behance.com"]:hover, .rex-media-link a[href*="behance.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #0182ea !important; }
.icon-links a[href*="plus.google.com"]:hover, .icon-links a[href*="plus.google.com"]:hover i, .rex-media-link a[href*="plus.google.com"]:hover, .rex-media-link a[href*="plus.google.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #cc5947 !important; }
.icon-links a[href*="pinterest.com"]:hover, .icon-links a[href*="pinterest.com"]:hover i, .rex-media-link a[href*="pinterest.com"]:hover, .rex-media-link a[href*="pinterest.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #c21f25 !important; }
.icon-links a[href*="github.com"]:hover, .icon-links a[href*="github.com"]:hover i, .rex-media-link a[href*="github.com"]:hover, .rex-media-link a[href*="github.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #333 !important; }
.icon-links a[href*="tumblr.com"]:hover, .icon-links a[href*="tumblr.com"]:hover i, .rex-media-link a[href*="tumblr.com"]:hover, .rex-media-link a[href*="tumblr.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #3b5a78 !important; }
.icon-links a[href*="youtube.com"]:hover, .icon-links a[href*="youtube.com"]:hover i, .rex-media-link a[href*="youtube.com"]:hover, .rex-media-link a[href*="youtube.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #dc2013 !important; }
.icon-links a[href*="flickr.com"]:hover, .icon-links a[href*="flickr.com"]:hover i, .rex-media-link a[href*="flickr.com"]:hover, .rex-media-link a[href*="flickr.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #cacaca !important; }
.icon-links a[href*="vimeo.com"]:hover, .icon-links a[href*="vimeo.com"]:hover i, .rex-media-link a[href*="vimeo.com"]:hover, .rex-media-link a[href*="vimeo.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #7fa522 !important; }
.icon-links a[href*="instagram.com"]:hover, .icon-links a[href*="instagram.com"]:hover i, .rex-media-link a[href*="instagram.com"]:hover, .rex-media-link a[href*="instagram.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #6d564b !important; }
.icon-links a[href*="linkedin.com"]:hover, .icon-links a[href*="linkedin.com"]:hover i, .rex-media-link a[href*="linkedin.com"]:hover, .rex-media-link a[href*="linkedin.com"]:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #2c86ba !important; }

/* google fonts */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 300;
  background: #ebeef4; }

body.admin-bar .is-sticky #rex-sticky-nav {
  top: 32px !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #18191a;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px;
  font-weight: 300; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0; }

a, a:visited {
  text-decoration: none;
  color: #18191a;
  -webkit-transition: .5s;
  transition: .5s; }
  a:hover, a:visited:hover {
    text-decoration: none;
    color: #f86759; }

span {
  color: #f86759; }

section.section-onepage {
  position: relative; }

section.section-onepage span.edit-link {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 20; }
  section.section-onepage span.edit-link a {
    border: 1px solid #f86759;
    padding: 16px 24px 16px 32px;
    background-color: #f86759;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 10; }
    section.section-onepage span.edit-link a::before {
      position: absolute;
      left: 8px;
      content: "\f040";
      font-family: FontAwesome; }
    section.section-onepage span.edit-link a:hover {
      background-color: #fff;
      color: #f86759; }

/*=========================================
Theme Color
==========================================*/
/* Background Color */
.rex-heading:after,
.rex-btn:after,
#search form button:after,
.rex-search-form .btn:after,
.rex-sub-title:after,
nav .rex-navigation-area ul li a:before,
#search .close,
.rex-team .rex-team-single-img,
.grid figcaption,
.rx-pagination ul li:hover,
.rx-pagination ul li.active,
.rex-achievment .rex-achievment-list ul li:hover,
.widget_categories .rex-archive ul li:before,
.widget_archive .rex-archive ul li:before,
.widget_meta .rex-tag ul li:hover,
.rex-navigation-area .menu-collapser .collapse-button {
  background: #f86759; }

/* Color */
span,
.plan .rex-table-content i,
.plan .rex-table-content .rex-pricing-pric,
.rex-blog .thumbnail:hover .rex-sub-title h3 a,
header .rex-addres-section a:hover,
header .rex-media-link a,
.rex-read-more i,
.rex-blog i,
.rex-blog-box .rex-blog-box-text i, .rex-blog i, .rex-blog-box .rex-blog-box-text i, .plan i,
.rex-read-more .btn-default:hover,
.rex-blog .btn-default:hover,
.rex-blog-box .rex-blog-box-text .btn-default:hover, .rex-blog .btn-default:hover, .rex-blog-box .rex-blog-box-text .btn-default:hover, .plan .btn-default:hover,
nav .rex-navigation-area ul li a:hover,
.rex-feature article .rex-feature-box:hover h4,
.rex-service .rex-service-content h5,
.rex-team .media a,
.rex-team .rex-team-content h5,
.rx-page-title p a:hover,
.rex-blog-box .rex-blog-box-text .rex-sub-title h4 a:hover,
.plan .author-name,
.plan .author-url,
.rex-contact .form-section h6,
.rex-contact .form-section .btn-default:hover,
.rex-contact .form-section .btn-default:after,
.rex-contact .form-section .focus,
.blog-text-contain .post-meta i,
.rex-blog-tag-box .rex-tag-left ul li a:hover,
.rex-comment-from .form-group .btn-default:hover,
.rex-comment-from .form-group .btn-default:after,
.widget_recent_entries .content .case p a:hover,
.widget_recent_entries .rx-blockquote-box h6 a:hover,
.widget_recent_entries .rx-blockquote-box p a,
.widget_categories .rex-archive ul li a:hover,
.footer-top .footer-logo-area a i,
.footer-top .footer-logo-area a:hover i,
.footer-top .content article a:hover,
.footer-top .content article a:hover i,
.footer-top .content .case p a:hover,
.footer-top .content .twitter-content a,
.backtop a .fa,
nav .rex-search i:hover {
  color: #f86759; }

/* Border Color */
.rex-btn, #search form button, .rex-search-form .btn,
.backtop,
#search .close,
.rex-btn:hover,
#search form button:hover,
.rex-search-form .btn:hover,
.rx-pagination ul li
.rex-contact .form-section .btn-default:hover,
.rex-contact .form-section .btn-default:after,
.owl-theme .owl-controls .owl-page.active span,
.rex-comment-from .form-group .btn-default:after,
.rex-comment-from .form-group .btn-default:hover,
.rex-feature article .rex-feature-box:hover .rex-feature-icon,
.rex-contact .form-section input:focus, .rex-contact .form-section textarea:focus,
.rex-comment-from .form-group input:focus, .rex-comment-from .form-group textarea:focus,
.form-control:focus {
  border-color: #f86759; }

.cs-style-7 figure:hover figcaption,
.cs-style-7 figure:hover figcaption {
  -webkit-box-shadow: 0 0 0 10px #f86759;
          box-shadow: 0 0 0 10px #f86759; }

/**
** All Helper css
**/
.rex-heading {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 75px; }
  .rex-heading:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #18191a;
    bottom: 2px;
    text-align: center; }
  .rex-heading:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #f86759;
    bottom: 0px;
    text-align: center; }

.rex-sub-title {
  position: relative;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .rex-sub-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #18191a;
    bottom: 2px;
    left: 0; }
  .rex-sub-title:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #f86759;
    bottom: 0;
    left: 0; }

.rex-btn, #search form button, .rex-search-form .btn, a.rex-btn, .rex-search-form a.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #18191a;
  border: 1px solid #f86759;
  padding: 15px 48px 15px 24px;
  margin-top: 40px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10; }
  .rex-btn:before, #search form button:before, .rex-search-form .btn:before, a.rex-btn:before, .rex-search-form a.btn:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    border: 1px solid #18191a;
    color: #18191a;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    font-size: 8px;
    top: 18px;
    right: 23px;
    padding: 1px;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .rex-btn:after, #search form button:after, .rex-search-form .btn:after, a.rex-btn:after, .rex-search-form a.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f86759;
    z-index: -10;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .rex-btn:hover, #search form button:hover, .rex-search-form .btn:hover, a.rex-btn:hover, .rex-search-form a.btn:hover {
    border-color: #f86759;
    color: #fff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-shadow: none; }
    .rex-btn:hover:before, #search form button:hover:before, .rex-search-form .btn:hover:before, a.rex-btn:hover:before, .rex-search-form a.btn:hover:before {
      color: #fff;
      border-color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .rex-btn:hover:after, #search form button:hover:after, .rex-search-form .btn:hover:after, a.rex-btn:hover:after, .rex-search-form a.btn:hover:after {
      width: 100%; }
  .rex-btn:focus, #search form button:focus, .rex-search-form .btn:focus, a.rex-btn:focus, .rex-search-form a.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .rex-btn.black-border:not(:hover), #search form button.black-border:not(:hover), .rex-search-form .black-border.btn:not(:hover), a.rex-btn.black-border:not(:hover), .rex-search-form a.black-border.btn:not(:hover) {
    border-color: #000; }
  .rex-btn.white-border:not(:hover), #search form button.white-border:not(:hover), .rex-search-form .white-border.btn:not(:hover), a.rex-btn.white-border:not(:hover), .rex-search-form a.white-border.btn:not(:hover) {
    border-color: #fff; }
  .rex-btn.black-color:not(:hover), #search form button.black-color:not(:hover), .rex-search-form .black-color.btn:not(:hover), a.rex-btn.black-color:not(:hover), .rex-search-form a.black-color.btn:not(:hover) {
    color: #000; }
  .rex-btn.white-color:not(:hover), #search form button.white-color:not(:hover), .rex-search-form .white-color.btn:not(:hover), a.rex-btn.white-color:not(:hover), .rex-search-form a.white-color.btn:not(:hover) {
    color: #fff; }

/* with out border button */
.rex-read-more i, .rex-blog i, .rex-blog-box .rex-blog-box-text i {
  font-size: 18px;
  color: #f86759;
  position: relative;
  top: 4px;
  margin-left: 10px;
  margin-right: 5px; }
.rex-read-more a, .rex-blog a, .rex-blog-box .rex-blog-box-text a {
  padding: 0;
  border: 0;
  background: none;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #6c6c6c;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.rex-read-more .btn-default:hover, .rex-blog .btn-default:hover, .rex-blog-box .rex-blog-box-text .btn-default:hover {
  background: none;
  color: #f86759;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* box shadow */
.box-shadow {
  -webkit-box-shadow: 0px 10px 13px 0px #e0e0e0;
          box-shadow: 0px 10px 13px 0px #e0e0e0; }

.box-shadow-team {
  -webkit-box-shadow: 0px 10px 13px 0px #bcbcbc;
          box-shadow: 0px 10px 13px 0px #bcbcbc; }

/* full width border */
.full-width-border, .rex-contact .rex-address, .rex-contact .form-section {
  position: relative; }
  .full-width-border:before, .rex-contact .rex-address:before, .rex-contact .form-section:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    border: 1px dashed #f3f3f3; }

a {
  text-decoration: none !important; }

a[href="https://www.facebook.com/"] {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a[href="https://www.facebook.com/"]:hover {
    color: #3b5998 !important; }
    a[href="https://www.facebook.com/"]:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      color: #3b5998 !important; }

a[href="https://twitter.com/"] {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a[href="https://twitter.com/"]:hover {
    color: #55acee !important; }
    a[href="https://twitter.com/"]:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      color: #55acee !important; }

a[href="https://www.linkedin.com/"] {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a[href="https://www.linkedin.com/"]:hover {
    color: #0077b5 !important; }
    a[href="https://www.linkedin.com/"]:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      color: #0077b5 !important; }

a[href="https://plus.google.com/"] {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a[href="https://plus.google.com/"]:hover {
    color: #dc4e41 !important; }
    a[href="https://plus.google.com/"]:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      color: #dc4e41 !important; }

a[href="https://www.instagram.com/"] {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a[href="https://www.instagram.com/"]:hover {
    color: #3f729b !important; }
    a[href="https://www.instagram.com/"]:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      color: #3f729b !important; }

#ascrail2000 {
  z-index: 99999 !important; }

/* ==========================================================================
   Header Style
   ========================================================================== */
.boxlayout {
  max-width: 1200px;
  margin: 0 auto;
  background: #ebeef4; }

.boxlayout section,
.boxlayout .rex-slider {
  max-width: 1200px; }

header {
  padding: 8px 0 9px;
  background: #ebeef4;
  position: relative;
  /* Contact Addres section */
  /* Social media section */ }
  header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #fff; }
  header .rex-addres-section {
    float: left; }
    header .rex-addres-section a {
      color: #666666;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      header .rex-addres-section a i {
        margin-right: 12px;
        font-size: 16px; }
      header .rex-addres-section a:first-child {
        margin-right: 19px;
        padding-right: 19px;
        position: relative; }
        header .rex-addres-section a:first-child:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          width: 1px;
          height: 13px;
          margin-top: -6px;
          background: #d9dadc; }
      header .rex-addres-section a:hover {
        color: #f86759; }
  header .rex-media-link {
    float: right; }
    header .rex-media-link a {
      margin-right: 9px;
      font-size: 18px;
      color: #6c6c6c; }
      header .rex-media-link a:last-child {
        margin-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%); }

.rex-logo img {
  max-height: 30px; }

/* SVG Backup for Older Browser */
.no-svg div.loading {
  background-image: url(../images/AjaxLoader.gif) no-repeat; }

/* ==========================================================================
   Navigation Styles
   ========================================================================== */
/*.nav-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
*/
.is-sticky {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.rex-navigation-area {
  margin-right: 30px; }

nav .rex-search {
  position: absolute !important;
  top: 2px;
  right: 10px; }

nav {
  padding: 25px 0 0;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  z-index: 9999;
  /* Navigation Style */
  /* Search button */ }
  nav .rex-navigation-area ul.slimmenu {
    text-align: right; }
    nav .rex-navigation-area ul.slimmenu li {
      padding: 0 12px;
      background: #fff;
      border-left: 0; }
      nav .rex-navigation-area ul.slimmenu li.menu-item-has-children {
        padding-right: 25px; }
      nav .rex-navigation-area ul.slimmenu li a {
        padding: 0 0 24px;
        background: #fff;
        color: #6c6c6c;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 12px; }
        nav .rex-navigation-area ul.slimmenu li a:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 100%;
          height: 1px;
          background: #f86759;
          opacity: 0;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        nav .rex-navigation-area ul.slimmenu li a:hover {
          background: #fff;
          color: #f86759;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          nav .rex-navigation-area ul.slimmenu li a:hover:before {
            opacity: 1;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
    nav .rex-navigation-area ul.slimmenu ul.sub-menu li {
      overflow: hidden;
      text-align: left;
      margin: 0;
      padding: 0;
      display: block; }
      nav .rex-navigation-area ul.slimmenu ul.sub-menu li a {
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
    nav .rex-navigation-area ul.slimmenu > li .sub-collapser {
      top: -12px;
      right: -5px; }
  nav .rex-search {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #000;
    padding-left: 10px;
    line-height: 20px; }
    nav .rex-search i {
      font-size: 20px;
      position: relative;
      top: 4px;
      color: #6c6c6c; }
    nav .rex-search a {
      margin-top: -5px;
      display: inline-block; }
  nav body {
    position: relative; }

.boxlayout #rex-sticky-nav {
  position: absolute; }

.site-branding.rex-logo {
  margin-top: -8px; }

/* search bar css */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
      -ms-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
      -ms-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  color: white;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none; }

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -62px;
  background: #fff; }

#search .close {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 30px;
  right: 30px;
  color: #fff;
  background-color: #f86759;
  border-color: #f86759;
  opacity: 1;
  font-size: 27px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0; }

.rex-search-form .rx-form-group {
  display: inline-block; }
.rex-search-form input {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  min-width: 150px;
  width: 100%; }
.rex-search-form .btn {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 6px 12px;
  margin: 0;
  text-transform: capitalize; }
  .rex-search-form .btn:before {
    content: none; }
.rex-search-form input:hover, .rex-search-form button:hover {
  border-color: #f86759; }

ul.slimmenu li > ul {
  padding: 0;
  width: 200px;
  background: #fff;
  text-align: left; }

nav .rex-navigation-area ul li ul li {
  padding: 0;
  margin-bottom: 1px;
  background: #fff; }

nav .rex-navigation-area ul li ul li a {
  padding-top: 24px;
  padding-left: 10px; }

nav .rex-navigation-area ul li ul li ul li {
  padding-left: 20px; }
  nav .rex-navigation-area ul li ul li ul li:first-child {
    padding-left: 20px; }

nav .rex-navigation-area ul li ul li ul li a {
  padding-left: 0; }

ul.slimmenu li .sub-collapser {
  background: none;
  width: 40px; }
  ul.slimmenu li .sub-collapser i {
    display: none; }
  ul.slimmenu li .sub-collapser:before {
    content: "\e688";
    font-family: 'Pe-icon-7-stroke';
    font-size: 28px;
    color: #6c6c6c; }

ul.slimmenu li > ul > li ul {
  position: relative;
  left: 0; }

.nav-open {
  padding: 0 15px; }

/*===========================================================
          Slider css
=============================================================*/
.rex-slider {
  position: relative; }
  .rex-slider .rex-caption {
    max-width: 750px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .rex-slider .rex-caption h1 {
      margin-bottom: 15px;
      font-weight: bolder;
      font-size: 72px; }
    .rex-slider .rex-caption h3 {
      color: #fff;
      margin: 5px 0;
      font-size: 24px;
      letter-spacing: 4px; }
    .rex-slider .rex-caption p {
      color: #fff;
      font-weight: bolder; }
    .rex-slider .rex-caption .btn {
      margin-top: 30px;
      background-color: #f86759;
      color: #fff; }
      .rex-slider .rex-caption .btn::before {
        color: #fff;
        border-color: #fff; }
  .rex-slider .video-bg {
    /* slider video img style */
    width: 100%;
    background-repeat: no-repeat;
    height: 700px;
    position: relative; }
    .rex-slider .video-bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
  .rex-slider .video h3, .rex-slider .video h1, .rex-slider .video a {
    color: #fff; }
  .rex-slider .video .rex-caption {
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%; }
  .rex-slider .video .rex-btn:before, .rex-slider .video #search form button:before, #search form .rex-slider .video button:before, .rex-slider .video .rex-search-form .btn:before, .rex-search-form .rex-slider .video .btn:before {
    color: #fff;
    border-color: #fff; }

/*=========================================
		About style
===========================================*/
.rex-about, .no-sections {
  background: #fff; }
  .rex-about .row, .no-sections .row {
    padding: 100px 0; }
  .rex-about .rex-about-img, .no-sections .rex-about-img {
    padding: 15px 0; }
  .rex-about .rex-about-text, .no-sections .rex-about-text {
    padding-left: 10%; }
    .rex-about .rex-about-text p, .no-sections .rex-about-text p {
      margin: 10px 0; }
  .rex-about h3, .no-sections h3 {
    font-weight: 700; }
  .rex-about p, .no-sections p {
    color: #6c6c6c;
    line-height: 24px; }

/*===========================================================
          Feature css
=============================================================*/
.rex-feature {
  /* Feature style */
  padding: 100px 0;
  background: url(img/feature-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .rex-feature:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .rex-feature .rex-heading h3 {
    color: #fff; }
  .rex-feature article .rex-feature-box {
    text-align: center;
    padding: 25px;
    cursor: pointer;
    margin-bottom: 35px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #fff; }
    .rex-feature article .rex-feature-box:hover {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
      .rex-feature article .rex-feature-box:hover .rex-feature-icon {
        border: 1px solid #f86759;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        padding: 15px; }
      .rex-feature article .rex-feature-box:hover h4 {
        color: #f86759; }
    .rex-feature article .rex-feature-box .rex-feature-icon {
      font-size: 36px;
      border: 1px solid transparent;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      padding: 15px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: #fff;
      width: 75px;
      height: 75px; }
    .rex-feature article .rex-feature-box h4 {
      margin: 15px 0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: #fff; }
    .rex-feature article .rex-feature-box p {
      color: #fff; }

/*===========================================================
					Service css
=============================================================*/
.rex-service {
  background: #fff;
  border-top: 1px solid #ebeef4;
  border-bottom: 1px solid #ebeef4;
  /* service right site style */ }
  .rex-service .row {
    position: relative;
    height: 100%; }
  .rex-service .col-md-12, .rex-service .col-md-6 {
    padding: 0; }
  .rex-service .select-col-img {
    position: absolute;
    height: 100%;
    overflow: hidden; }
  .rex-service .service-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .rex-service .select-col {
    float: right; }
  .rex-service .rex-sub-title h3 {
    font-weight: 700; }
  .rex-service img {
    width: 100%; }
  .rex-service .rex-sub-title + span {
    font-weight: bolder;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px; }
  .rex-service .rex-service-content {
    padding-left: 114px;
    padding-top: 80px;
    padding-bottom: 80px; }
    .rex-service .rex-service-content .rex-sub-title {
      margin-bottom: 20px; }
    .rex-service .rex-service-content h5 {
      color: #f86759;
      padding-bottom: 37px; }
    .rex-service .rex-service-content .article i {
      float: left;
      margin-right: 39px;
      font-size: 30px;
      color: #6c6c6c;
      position: relative;
      top: -5px; }
    .rex-service .rex-service-content .article .article-content {
      overflow: hidden;
      padding-bottom: 50px;
      margin-top: 5px; }
      .rex-service .rex-service-content .article .article-content h4 {
        padding-bottom: 10px; }
      .rex-service .rex-service-content .article .article-content p {
        color: #6c6c6c; }
    .rex-service .rex-service-content .article:last-child .article-content {
      padding-bottom: 0; }

.call-to-action {
  padding: 50px 0;
  background: url(img/call-to-action.png) no-repeat rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  border: 1px solid #f86759;
  border-left: none;
  border-right: none; }
  .call-to-action .block h2 {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff; }
  .call-to-action .block .rex-btn, .call-to-action .block #search form button, #search form .call-to-action .block button, .call-to-action .block .rex-search-form .btn, .rex-search-form .call-to-action .block .btn {
    margin-top: 0;
    color: #fff; }
    .call-to-action .block .rex-btn:before, .call-to-action .block #search form button:before, #search form .call-to-action .block button:before, .call-to-action .block .rex-search-form .btn:before, .rex-search-form .call-to-action .block .btn:before {
      color: #fff;
      border-color: #fff; }

/* ==========================================================================
   Team section style
   ========================================================================== */
.rex-team {
  padding: 100px 0;
  text-align: center;
  /* Top lawyer Description */ }
  .rex-team .padding-right {
    padding-right: 0; }
  .rex-team .rex-top-lawyer {
    background: #fff;
    padding: 10px; }
    .rex-team .rex-top-lawyer img {
      width: 100%; }
  .rex-team .team-member {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .rex-team .team-member:hover {
      -webkit-transform: translateY(-11px);
          -ms-transform: translateY(-11px);
              transform: translateY(-11px); }
    .rex-team .team-member .item {
      position: relative;
      background-color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .rex-team .team-member .item:hover:before, .rex-team .team-member .item:hover:after {
        opacity: 1; }
      .rex-team .team-member .item:before, .rex-team .team-member .item:after {
        position: absolute;
        z-index: -99;
        opacity: 0;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
                box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
                transform: rotate(-3deg); }
      .rex-team .team-member .item:after {
        -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
                transform: rotate(3deg);
        right: 10px;
        left: auto; }
  .rex-team img {
    display: block;
    width: 100%;
    padding: 10px;
    padding-bottom: 40px; }
  .rex-team .name {
    font-size: 18px;
    font-weight: bold; }
  .rex-team .desg {
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }
  .rex-team hr {
    max-width: 225px; }
  .rex-team .contacts {
    color: #6c6c6c; }
    .rex-team .contacts a {
      color: #6c6c6c; }
      .rex-team .contacts a:hover {
        color: #f86759; }
  .rex-team .media {
    padding-bottom: 25px; }
    .rex-team .media a {
      font-size: 14px;
      color: #f86759;
      margin-right: 8px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: #6c6c6c;
      border: 1px solid #ccc;
      line-height: 25px;
      height: 25px;
      width: 25px;
      display: inline-block; }
  .rex-team .rex-team-content {
    background: #fff;
    padding-left: 67px;
    min-height: 422px;
    position: relative;
    margin-bottom: 54px;
    border: 1px solid #eee; }
    .rex-team .rex-team-content h4 {
      font-size: 14px;
      padding-bottom: 8px; }
    .rex-team .rex-team-content h5 {
      font-size: 12px;
      color: #f86759; }
    .rex-team .rex-team-content p {
      padding: 33px 0 38px; }
    .rex-team .rex-team-content .coffie {
      float: left;
      margin-right: 26px; }
    .rex-team .rex-team-content .rex-team-text {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .rex-team .rex-team-single-img {
    background: #f86759; }
    .rex-team .rex-team-single-img img {
      width: 100%; }
    .rex-team .rex-team-single-img .content {
      padding: 20px; }
      .rex-team .rex-team-single-img .content h2 {
        font-size: 14px;
        display: inline-block; }
        .rex-team .rex-team-single-img .content h2 span {
          display: block;
          text-transform: none;
          color: #fff;
          margin-top: 10px; }
      .rex-team .rex-team-single-img .content .icon-links {
        display: inline;
        float: right;
        margin-top: 10px; }
        .rex-team .rex-team-single-img .content .icon-links i {
          margin: 0 5px;
          color: #fff;
          font-size: 20px; }

/* ==========================================================================
   Hover effect
   ========================================================================== */
.grid {
  padding: 20px 20px 100px 20px;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: center; }

.grid li {
  display: inline-block;
  width: 440px;
  margin: 0;
  padding: 20px;
  text-align: left;
  position: relative; }

.grid figure {
  margin: 0;
  position: relative; }

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative; }

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #2c3f52;
  color: #ed4e6e; }

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff; }

.grid figcaption span:before {
  content: 'by '; }

.grid figure {
  margin: 0;
  position: relative; }

.cs-style-7 figure img {
  z-index: 10;
  max-width: 100%;
  display: block;
  position: relative; }

.cs-style-7 figcaption {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  -webkit-transition: opacity 0.3s, height 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, height 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, height 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }

.cs-style-7 figcaption h3, .cs-style-7 figcaption span, .cs-style-7 figcaption a {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.cs-style-7 figcaption h3 {
  margin-top: 86%; }

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff; }

.cs-style-7 figcaption h3, .cs-style-7 figcaption span {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #f86759;
  color: #ed4e6e; }

.cs-style-7 figcaption .icon-links {
  position: absolute;
  bottom: 45px;
  right: 0; }

.cs-style-7 figcaption h3, .cs-style-7 figcaption span {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.cs-style-7 figure:hover figcaption,
.cs-style-7 figure:hover figcaption {
  opacity: 1;
  height: 130%;
  -webkit-box-shadow: 0 0 0 10px #f86759;
          box-shadow: 0 0 0 10px #f86759; }

.cs-style-7 figure:hover figcaption h3,
.cs-style-7 figure:hover figcaption span,
.cs-style-7 figure.hover figcaption h3,
.cs-style-7 figure.hover figcaption span, .cs-style-7 figcaption a {
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
  opacity: 1; }

.cs-style-7 figcaption h3 {
  margin-top: 121%;
  text-align: left;
  font-size: 14px; }

.cs-style-7 figcaption span {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #fff; }

.cs-style-7 figcaption a i {
  margin-right: 10px;
  font-size: 20px;
  color: #fff; }

/* ==========================================================================
   Blog Section style
   ========================================================================== */
.rex-blog {
  padding: 100px 0; }
  .rex-blog .thumbnail {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .rex-blog .thumbnail:hover:before, .rex-blog .thumbnail:hover:after {
      opacity: 1; }
    .rex-blog .thumbnail:hover .rex-sub-title h3 a {
      color: #f86759; }
    .rex-blog .thumbnail:before, .rex-blog .thumbnail:after {
      position: absolute;
      z-index: -99;
      opacity: 0;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      top: 80%;
      max-width: 300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
              box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    .rex-blog .thumbnail:after {
      -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
              transform: rotate(3deg);
      right: 10px;
      left: auto; }
  .rex-blog.section-blog .rex-blog-item {
    margin-bottom: 20px; }
    .rex-blog.section-blog .rex-blog-item:nth-child(3n+1) {
      clear: left; }
  .rex-blog.section-blog img {
    max-height: 220px;
    width: 100%;
    padding: 10px;
    padding-bottom: 0; }
  .rex-blog.section-blog .more-link {
    font-size: 14px;
    margin-left: 10px;
    color: #18191a; }
    .rex-blog.section-blog .more-link i {
      color: #18191a;
      -webkit-transition: .5s;
      transition: .5s;
      font-size: 10px;
      top: 0; }
    .rex-blog.section-blog .more-link:hover {
      color: #f86759; }
      .rex-blog.section-blog .more-link:hover i {
        color: #f86759; }
    .rex-blog.section-blog .more-link:before {
      content: "";
      display: block;
      margin-top: 30px; }
  .rex-blog img {
    width: 100%; }
  .rex-blog .rex-sub-title {
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .rex-blog .rex-sub-title h3 {
      font-weight: 700; }
      .rex-blog .rex-sub-title h3 a {
        font-size: 14px !important;
        color: #18191a; }
    .rex-blog .rex-sub-title:before, .rex-blog .rex-sub-title:after {
      content: none;
      display: none; }
  .rex-blog p {
    color: #6c6c6c;
    padding-bottom: 5px; }
  .rex-blog .caption {
    padding: 40px; }
  .rex-blog .post-meta {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8; }
    .rex-blog .post-meta a {
      margin-right: 15px; }
      .rex-blog .post-meta a:hover, .rex-blog .post-meta a:hover time {
        color: #f86759; }
    .rex-blog .post-meta i {
      margin-left: 0; }

.rx-page-title {
  background: url(img/blog-bg.jpg) no-repeat center center;
  text-align: center;
  background-size: cover;
  padding: 45px 0 40px; }
  .rx-page-title h2 {
    color: #18191a;
    margin-bottom: 15px; }
  .rx-page-title p {
    text-transform: uppercase; }
    .rx-page-title p a {
      color: #6c6c6c;
      font-size: 14px; }
      .rx-page-title p a:hover {
        color: #f86759; }

/*=========================
 Blog Page style
 =========================*/
.rex-blog-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  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;
  background-color: #fff;
  border: 1px solid #ddd; }
  .rex-blog-box figure {
    padding: 10px;
    background-color: #fff; }
  .rex-blog-box a.more-link {
    display: block;
    text-align: left;
    margin-top: 20px;
    border: 0;
    background: none;
    max-width: 120px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c6c6c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0; }
    .rex-blog-box a.more-link:hover {
      color: #f86759; }
      .rex-blog-box a.more-link:hover i {
        color: #f86759; }
    .rex-blog-box a.more-link i {
      font-size: 10px;
      position: relative;
      top: 0;
      margin-left: 10px;
      margin-right: 5px;
      color: #6c6c6c;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .rex-blog-box.sticky {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border: 1px dashed #6c6c6c; }
    .rex-blog-box.sticky:before {
      content: "\f08d";
      font-family: FontAwesome;
      position: absolute;
      left: -60px;
      top: -60px;
      font-size: 36px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 120px;
      height: 120px;
      background-color: #f86759;
      color: #fafbfd;
      text-align: center;
      display: inline-block;
      line-height: 190px;
      z-index: 1; }
  .rex-blog-box.format-link {
    padding-top: 20px;
    padding-bottom: 70px; }
    .rex-blog-box.format-link .link {
      margin-left: 10px;
      display: block; }
  .rex-blog-box.format-quote i.fa-quote-left {
    position: absolute; }
  .rex-blog-box.format-quote blockquote {
    border: none; }
  .rex-blog-box.format-quote cite a {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
    display: block; }
    .rex-blog-box.format-quote cite a:before {
      content: "- "; }
  .rex-blog-box:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 1px;
    background: #f3f3f3; }
  .rex-blog-box .rex-blog-box-img .rx-sound {
    /* blog post Souncloud section css */
    width: 100%;
    min-height: 240px;
    border: 0; }
  .rex-blog-box .rex-blog-box-img .rx-video {
    /* blog post video section css */
    width: 100%;
    min-height: 240px; }
  .rex-blog-box .rex-blog-box-text {
    padding: 20px 0 20px 30px; }
    .rex-blog-box .rex-blog-box-text .rex-sub-title {
      padding-bottom: 10px;
      margin-bottom: 0; }
      .rex-blog-box .rex-blog-box-text .rex-sub-title h4 {
        font-weight: 700;
        padding-top: 10px; }
        .rex-blog-box .rex-blog-box-text .rex-sub-title h4 a {
          font-size: 18px !important;
          color: #18191a;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          .rex-blog-box .rex-blog-box-text .rex-sub-title h4 a:hover {
            color: #f86759;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
    .rex-blog-box .rex-blog-box-text p {
      color: #6c6c6c;
      padding-bottom: 5px; }
    .rex-blog-box .rex-blog-box-text .excerpt p {
      line-height: 24px; }
    .rex-blog-box .rex-blog-box-text .caption {
      padding-top: 32px;
      padding-left: 41px; }
    .rex-blog-box .rex-blog-box-text .post-meta {
      padding: 20px 0; }
      .rex-blog-box .rex-blog-box-text .post-meta a {
        margin-right: 10px; }
        .rex-blog-box .rex-blog-box-text .post-meta a time {
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .rex-blog-box .rex-blog-box-text .post-meta a:hover, .rex-blog-box .rex-blog-box-text .post-meta a:hover time {
          color: #f86759; }
      .rex-blog-box .rex-blog-box-text .post-meta i {
        margin-left: 0; }
      .rex-blog-box .rex-blog-box-text .post-meta + .excerpt {
        padding: 0; }
  .rex-blog-box .excerpt {
    padding: 20px 0; }

.rex-blog-sound .rex-blog-box-img {
  min-height: 246px; }

nav.pagination {
  /*Blog pagination css*/
  border: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0; }
  nav.pagination a, nav.pagination .current {
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #f86759;
    color: #6c6c6c;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    nav.pagination a:hover, nav.pagination .current:hover {
      background-color: #f86759;
      color: #fff; }
  nav.pagination .current {
    color: #fff;
    background-color: #f86759; }

.blog-text-contain .post-meta.text-left,
.rex-heading.text-left {
  text-align: left; }

.page .post-meta {
  margin-left: -7px; }

.rex-post-gallery.owl-theme .owl-controls .owl-buttons {
  z-index: 99; }
  .rex-post-gallery.owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-post-gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
    opacity: 1;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background-color: #f86759; }
    .rex-post-gallery.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
    .rex-post-gallery.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
      color: #f86759;
      background-color: #fff;
      border: none; }

.no-results.not-found h2.page-title {
  color: #BD4343; }
.no-results.not-found .page-content p {
  margin: 10px 0;
  padding: 15px 0; }

.error-404-page {
  background-color: #fff; }
  .error-404-page .container {
    padding: 20px 0; }
  .error-404-page .row {
    text-align: 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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .error-404-page .rx-404-text {
    padding: 100px 0; }
    .error-404-page .rx-404-text h1, .error-404-page .rx-404-text h2, .error-404-page .rx-404-text h3, .error-404-page .rx-404-text p {
      margin: 10px 0; }
  .btn-back .error-404-page:before {
    content: "\f104"; }

/* ==========================================================================
   plan Section Style
   ========================================================================== */
.plan {
  padding-bottom: 100px; }
  .plan .col {
    padding: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .plan .rex-effect {
    position: relative; }
    .plan .rex-effect:hover {
      -webkit-transform: translateY(-11px);
          -ms-transform: translateY(-11px);
              transform: translateY(-11px); }
      .plan .rex-effect:hover:before, .plan .rex-effect:hover:after {
        opacity: 1; }
    .plan .rex-effect:before, .plan .rex-effect:after {
      z-index: -10;
      opacity: 0;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 15px;
      width: 50%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      top: 80%;
      max-width: 300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
              box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    .plan .rex-effect:after {
      -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
              transform: rotate(3deg);
      right: 15px;
      left: auto; }
  .plan .active {
    -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
            transform: translateY(-11px); }
    .plan .active:before, .plan .active:after {
      opacity: 1; }
  .plan .rex-table-content {
    padding: 2em 0;
    border: 1px solid #ddd;
    background: #F3F4F8;
    margin: 0 10px;
    text-align: center; }
    .plan .rex-table-content i {
      font-size: 3em;
      margin: 0.5em 0;
      color: #f86759;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .plan .rex-table-content .rex-table-title {
      font-size: 1.5em;
      margin: 0 0 0.5em 0;
      padding: 0 0 0.5em;
      font-family: 'Montserrat', sans-serif;
      color: #18191a;
      font-weight: bold;
      text-transform: uppercase; }
    .plan .rex-table-content .rex-pricing-price {
      font-size: 2em;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 0 0 0.5em 0;
      font-weight: bold;
      color: #f86759; }
      .plan .rex-table-content .rex-pricing-price .pricing__currency {
        font-size: 0.5em;
        vertical-align: super;
        color: #18191a; }
      .plan .rex-table-content .rex-pricing-price .pricing__period {
        font-size: 0.35em;
        padding: 0 0 0 0.5em;
        color: #18191a; }
    .plan .rex-table-content .rex-pricing-feature-list {
      margin: 0;
      padding: 0.25em 0 0.8em;
      list-style: none;
      text-align: center;
      color: #81867D; }
      .plan .rex-table-content .rex-pricing-feature-list .rex-pricing-feature {
        padding: 1em 0.25em;
        color: #6c6c6c;
        border: 1px solid #eee; }
        .plan .rex-table-content .rex-pricing-feature-list .rex-pricing-feature:nth-child(odd) {
          background-color: #fff; }
    .plan .rex-table-content .rex-pricing-action {
      font-weight: bold;
      margin-top: auto;
      padding: 1em 2em;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background: #85c34a;
      -webkit-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s; }
  .plan button {
    background: none; }

/*==================================
  			Achievment style
  =================================*/
.rex-achievment {
  margin-top: 55px;
  margin-bottom: 125px; }
  .rex-achievment .rex-achievment-list ul {
    margin: 0;
    padding: 0; }
    .rex-achievment .rex-achievment-list ul li {
      list-style: none;
      float: left;
      background-color: #fff;
      text-align: center;
      width: 25%;
      border-left: 1px solid #f3f3f3;
      border-top: 1px solid #f3f3f3;
      border-bottom: 1px solid #f3f3f3;
      padding: 40px 0 45px 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .rex-achievment .rex-achievment-list ul li:nth-child(2n) {
        background-color: #f8f8f8; }
      .rex-achievment .rex-achievment-list ul li:last-child {
        border-right: 1px solid #f3f3f3; }
      .rex-achievment .rex-achievment-list ul li .rex-achie-icon {
        font-size: 36px;
        margin-bottom: 15px; }
      .rex-achievment .rex-achievment-list ul li h2.count-title {
        font-size: 36px;
        font-weight: bolder;
        margin-bottom: 15px; }
      .rex-achievment .rex-achievment-list ul li p span {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold; }
      .rex-achievment .rex-achievment-list ul li:hover {
        background: #f86759; }
        .rex-achievment .rex-achievment-list ul li:hover i {
          color: #fff; }
        .rex-achievment .rex-achievment-list ul li:hover p span {
          color: #fff; }

/*==============================================
  Testimonial style
===============================================*/
.rex-testimonial {
  background-size: cover;
  min-height: 500px;
  padding: 100px 0;
  color: #fff;
  text-align: center; }
  .rex-testimonial .rex-heading {
    margin-bottom: 60px; }
    .rex-testimonial .rex-heading h3 {
      color: #fff; }
  .rex-testimonial .testimonial-text {
    max-width: 800px;
    margin: 20px auto;
    margin-top: 30px;
    border: 1px solid #fff;
    padding: 20px; }
    .rex-testimonial .testimonial-text p {
      font-style: italic;
      font-weight: 400; }

.rex-testimonial-carousel .rex-content-img {
  width: 100px;
  height: 100px;
  margin: 5px auto 20px; }
  .rex-testimonial-carousel .rex-content-img img {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(233, 233, 233, 0.25);
            box-shadow: 0px 0px 0px 5px rgba(233, 233, 233, 0.25);
    -webkit-border-radius: 100%;
            border-radius: 100%; }
.rex-testimonial-carousel h4 {
  margin-bottom: 10px; }
.rex-testimonial-carousel .designation {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold; }
.rex-testimonial-carousel .author {
  color: #fff; }
.rex-testimonial-carousel .owl-pagination {
  margin-top: 25px; }

/*pagination css*/
.owl-theme .owl-controls {
  margin-top: 25px; }
  .owl-theme .owl-controls .owl-page {
    z-index: 999; }
    .owl-theme .owl-controls .owl-page span {
      background: #fff;
      width: 8px;
      height: 8px;
      margin: 5px 4px;
      opacity: 1; }
    .owl-theme .owl-controls .owl-page.active span {
      border: 3px solid #f86759;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      z-index: 9; }

.owl-pagination {
  position: relative; }

.stick {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999; }

/*=============================
clients style
===============================*/
.rex-clients {
  padding-top: 100px;
  position: relative; }
  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: -61px;
    opacity: 1; }

#rex-Client {
  background: #fff;
  border: 2px solid #f3f3f3; }

.owl-carousel .owl-wrapper-outer {
  z-index: 10; }

.owl-carousel .rex-client-logo {
  text-align: center;
  padding: 40px;
  min-height: 155px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent; }
  .owl-carousel .rex-client-logo:hover {
    border: 1px solid rgba(210, 210, 210, 0.36);
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .owl-carousel .rex-client-logo:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .owl-carousel .rex-client-logo img {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .owl-carousel .rex-client-logo img:hover {
      opacity: 1;
      -webkit-transition: 0.5s;
      transition: 0.5s; }

.owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #f86759;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  height: 32px;
  width: 32px;
  -webkit-transition: .5s;
  transition: .5s; }
  .owl-theme .owl-controls .owl-buttons div .fa {
    font-size: 24px;
    line-height: 22px;
    color: #f86759;
    -webkit-transition: .5s;
    transition: .5s; }
  .owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #f86759;
    color: #fff; }
    .owl-theme .owl-controls .owl-buttons div:hover .fa {
      color: #fff; }

.owl-theme .owl-controls {
  margin: 0; }

.owl-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  opacity: 0;
  float: left;
  margin-left: -5%; }

.owl-theme .owl-controls .owl-buttons div.owl-next {
  opacity: 0;
  float: right;
  margin-right: -5%; }

/* ==========================================================================
   Contact section Style
   ========================================================================== */
.rex-contact {
  padding-bottom: 100px;
  /* contact left bar style */
  /* contact right bar style */ }
  .rex-contact .rex-address {
    background: #fff;
    padding: 18px; }
  .rex-contact .form-section {
    background: #fff;
    overflow: hidden;
    padding: 59px 40px 39px 55px;
    /* active icon color  */ }
    .rex-contact .form-section .col-md-12, .rex-contact .form-section .col-md-6 {
      padding: 0; }
    .rex-contact .form-section br {
      display: none; }
    .rex-contact .form-section span.wpcf7-form-control-wrap {
      position: initial; }
    .rex-contact .form-section h6 {
      color: #f86759;
      padding-bottom: 15px; }
    .rex-contact .form-section input, .rex-contact .form-section textarea, .rex-contact .form-section .form-group {
      -webkit-border-radius: 0;
              border-radius: 0;
      margin: 0;
      border-color: #f3f3f3;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .rex-contact .form-section input, .rex-contact .form-section textarea {
      padding-left: 40px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .rex-contact .form-section input:focus, .rex-contact .form-section textarea:focus {
        border-color: #f86759; }
    .rex-contact .form-section textarea {
      max-height: 118px;
      padding-top: 20px; }
    .rex-contact .form-section .rx-form-group {
      padding-bottom: 15px;
      overflow: hidden;
      position: relative; }
      .rex-contact .form-section .rx-form-group input {
        height: 40px; }
      .rex-contact .form-section .rx-form-group i {
        position: absolute;
        top: 14px;
        left: 14px; }
    .rex-contact .form-section input[type="submit"] {
      margin-top: 28px;
      margin-bottom: 12px;
      padding: 8px 35px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      border-color: #f3f3f3;
      background-color: #fff; }
      .rex-contact .form-section input[type="submit"]:hover {
        background: none;
        border-color: #f86759;
        color: #f86759; }
    .rex-contact .form-section .rex-textarea i {
      top: 25px; }
    .rex-contact .form-section .col-md-6:first-child {
      padding-right: 10px; }
    .rex-contact .form-section .col-md-6:last-child {
      padding-left: 10px; }
      .rex-contact .form-section .col-md-6:last-child i {
        left: 24px; }
      .rex-contact .form-section .col-md-6:last-child input {
        /* Change the white to any color ;) */ }
        .rex-contact .form-section .col-md-6:last-child input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0px 1000px white inset; }
    .rex-contact .form-section .focus {
      color: #f86759;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .rex-contact div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    position: absolute;
    bottom: 0;
    margin-left: 0; }

/** Google Map**/
.rx-map #googleMap {
  min-height: 350px;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%); }

/*============================
singel Blog Page css
=============================*/
.blog-page, .section-single {
  background: #fff; }
  .blog-page .container, .section-single .container {
    padding: 100px 0; }

.section-single section.section-onepage {
  padding: 0;
  margin: 0; }

.blog-img {
  border: 2px solid #f3f3f3;
  display: inline-block;
  margin-bottom: 20px; }

.rex-blog-boader {
  border: 1px solid #f3f3f3;
  padding: 45px; }
  .rex-blog-boader.comment-respond.rex-comment-from {
    padding-top: 45px; }
  .rex-blog-boader section.section-onepage {
    margin-left: -45px;
    margin-right: -45px; }

.blog-text-contain {
  margin-bottom: 35px; }
  .blog-text-contain .rex-heading {
    margin-bottom: 15px;
    padding-bottom: 8px; }
    .blog-text-contain .rex-heading h4 {
      font-size: 16px; }
  .blog-text-contain .post-meta {
    padding-bottom: 30px;
    text-align: center; }
    .blog-text-contain .post-meta a {
      margin-right: 10px;
      color: #6c6c6c;
      font-size: 13px; }
    .blog-text-contain .post-meta i {
      margin-left: 0;
      color: #f86759;
      font-size: 13px;
      padding: 0 7px; }
  .blog-text-contain p {
    margin-bottom: 35px; }
    .blog-text-contain p:nth-of-type(3) {
      border-left: 5px solid #ebeef4;
      font-size: 12px;
      font-weight: bold;
      padding-left: 15px; }
  .blog-text-contain .entry-content h1, .blog-text-contain .entry-content h2, .blog-text-contain .entry-content h3, .blog-text-contain .entry-content h4, .blog-text-contain .entry-content h5, .blog-text-contain .entry-content h6, .blog-text-contain .entry-content p {
    margin: 10px 0;
    padding: 5px 0; }
  .blog-text-contain .entry-content ul, .blog-text-contain .entry-content ol {
    list-style-position: inside;
    margin: 15px 0;
    padding: 0 0 0 30px;
    text-indent: -15px; }
  .blog-text-contain .entry-content li > ul, .blog-text-contain .entry-content li > ol {
    margin: 0; }
  .blog-text-contain .entry-content table tr,
  .blog-text-contain .entry-content table td,
  .blog-text-contain .entry-content table th {
    border: 1px solid #787878;
    padding: 10px; }
  .blog-text-contain .entry-content table thead th {
    font-weight: bold;
    font-size: 1.2em;
    color: #444444; }
  .blog-text-contain .entry-content iframe, .blog-text-contain .entry-content embed {
    display: block;
    max-width: 100%; }
  .blog-text-contain .entry-content table th {
    font-weight: bold; }
  .blog-text-contain .entry-content dl {
    margin: 0 20px; }
  .blog-text-contain .entry-content dl dt {
    color: #000000;
    font-weight: bold; }
  .blog-text-contain .entry-content dl dd {
    margin: 0 0 20px; }
  .blog-text-contain .entry-content address {
    font-style: italic;
    margin: 0 0 20px; }
  .blog-text-contain .entry-content cite {
    font-style: italic;
    text-align: right; }
  .blog-text-contain .entry-content ins, .blog-text-contain .entry-content pre {
    background-color: #fdd7d3; }
  .blog-text-contain .entry-content blockquote, .blog-text-contain .entry-content q {
    quotes: none;
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }

.rex-blog-tag-box {
  margin-bottom: 35px;
  overflow: hidden; }
  .rex-blog-tag-box .rex-tag-left {
    position: relative; }
    .rex-blog-tag-box .rex-tag-left ul {
      margin: 0;
      padding: 0; }
      .rex-blog-tag-box .rex-tag-left ul:before {
        content: "\e60c";
        font-family: 'Pe-icon-7-stroke';
        font-size: 18px;
        left: -10px;
        bottom: -3px;
        position: absolute; }
      .rex-blog-tag-box .rex-tag-left ul li {
        display: inline-block;
        margin-right: 5px;
        text-transform: capitalize; }
        .rex-blog-tag-box .rex-tag-left ul li:after {
          content: ", ";
          color: #6c6c6c; }
        .rex-blog-tag-box .rex-tag-left ul li:last-child:after {
          content: none; }
        .rex-blog-tag-box .rex-tag-left ul li a {
          color: #6c6c6c;
          font-weight: bold; }
          .rex-blog-tag-box .rex-tag-left ul li a:hover {
            color: #f86759; }
  .rex-blog-tag-box .rex-tag-right p.rex-comment-day {
    margin-top: 0px;
    float: left;
    font-weight: bold;
    line-height: 1.9;
    margin-right: 10px; }
  .rex-blog-tag-box .rex-tag-right a {
    margin-right: 9px;
    color: #666666;
    font-size: 18px; }
    .rex-blog-tag-box .rex-tag-right a:last-child {
      margin-right: 0; }
    .rex-blog-tag-box .rex-tag-right a:hover {
      color: #18191a;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .rex-blog-tag-box .rex-tag-right.social-sharing {
    padding: 0; }

.rex-blog-seftion ul {
  margin: 0;
  padding: 0; }
  .rex-blog-seftion ul li {
    list-style: none; }
    .rex-blog-seftion ul li ul li {
      margin-left: 100px;
      margin-top: -10px; }
      .rex-blog-seftion ul li ul li ul li {
        margin-left: 100px;
        margin-bottom: 30px; }

h2.comments-title {
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #f3f3f3; }

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

.rex-blog-comment {
  margin-bottom: 14px;
  overflow: hidden; }
  .rex-blog-comment .rex-comment-author-img {
    float: left;
    text-align: center;
    width: 27%;
    padding: 0;
    min-height: 185px;
    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; }
    .rex-blog-comment .rex-comment-author-img img {
      -webkit-border-radius: 100px;
              border-radius: 100px; }
  .rex-blog-comment .rex-comment-details {
    border: 1px solid #f3f3f3;
    padding: 33px;
    float: left;
    width: 72%;
    margin-left: 3px;
    min-height: 185px; }
    .rex-blog-comment .rex-comment-details .rex-comment-author {
      width: 50%;
      float: left; }
      .rex-blog-comment .rex-comment-details .rex-comment-author a {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        text-transform: uppercase;
        color: #6c6c6c; }
    .rex-blog-comment .rex-comment-details .rex-comment-day {
      color: #f86759; }
    .rex-blog-comment .rex-comment-details .right {
      display: inline-block;
      float: right;
      text-transform: uppercase; }
      .rex-blog-comment .rex-comment-details .right .rex-comment-day {
        display: inline;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        .rex-blog-comment .rex-comment-details .right .rex-comment-day a {
          color: #6c6c6c; }
      .rex-blog-comment .rex-comment-details .right .rex-comment-reply {
        display: inline-block;
        margin-left: 12px; }
        .rex-blog-comment .rex-comment-details .right .rex-comment-reply a {
          font-size: 12px;
          font-family: 'Roboto', sans-serif;
          font-weight: bolder;
          color: #337ab7;
          color: #6c6c6c; }
    .rex-blog-comment .rex-comment-details .rex-comment-text {
      padding-top: 12px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 45px; }

p.no-comments + .rex-comment-from {
  display: none; }

.rex-comment-from {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px; }
  .rex-comment-from .rex-heading, .rex-comment-from p.logged-in-as {
    margin-bottom: 25px; }
  .rex-comment-from p.logged-in-as {
    color: #333; }
  .rex-comment-from .comment-notes {
    margin-bottom: 45px; }
  .rex-comment-from .form-group {
    padding: 0;
    position: relative;
    /* active icon color  */ }
    .rex-comment-from .form-group input {
      height: 40px; }
    .rex-comment-from .form-group input, .rex-comment-from .form-group textarea, .rex-comment-from .form-group .form-group {
      -webkit-border-radius: 0;
              border-radius: 0;
      margin: 0;
      border-color: #f3f3f3;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .rex-comment-from .form-group input, .rex-comment-from .form-group textarea {
      padding-left: 40px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .rex-comment-from .form-group input:focus, .rex-comment-from .form-group textarea:focus {
        border-color: #f86759; }
    .rex-comment-from .form-group i {
      position: relative;
      top: 32px;
      left: 14px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .rex-comment-from .form-group textarea {
      max-height: 118px;
      padding-top: 10px; }
    .rex-comment-from .form-group .focus {
      color: #f86759;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .rex-comment-from .form-group #submit {
      display: block;
      margin-top: 28px;
      padding: 8px 35px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      border-color: #f3f3f3;
      color: #333;
      background-color: #fff;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle; }
      .rex-comment-from .form-group #submit:hover {
        background: none;
        border-color: #f86759;
        color: #f86759; }
      .rex-comment-from .form-group #submit:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        border: 1px solid #f86759;
        color: #f86759;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        font-size: 8px;
        top: 11px;
        right: 37px;
        padding: 1px;
        width: 15px;
        height: 15px; }

.page .rex-blog-boader {
  padding-top: 0; }

/*=============
 Aside style
===============*/
.rex-widget {
  border: 1px solid #f3f3f3;
  padding: 30px 10px 30px 25px;
  margin-bottom: 30px;
  word-wrap: break-word; }
  .rex-widget .widget-title {
    margin-bottom: 25px;
    color: #18191a; }
    .rex-widget .widget-title a {
      color: #18191a;
      -webkit-transition: .2s;
      transition: .2s; }
      .rex-widget .widget-title a:hover {
        color: #f86759; }
  .rex-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside; }
  .rex-widget li > ul, .rex-widget li > ol {
    padding-left: 1em;
    padding-top: 1em; }
  .rex-widget li {
    margin-bottom: 20px; }
  .rex-widget .chosen-container-single .chosen-single span {
    color: #000; }

#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
  #custom-search-input .search-query {
    padding-right: 3px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
  #custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #D9230F; }
    #custom-search-input button span {
      color: #6c6c6c; }

.search-query:focus + button {
  z-index: 3; }

.form-control:focus {
  border-color: #f86759;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.widget_recent_entries .content h4 {
  margin-bottom: 25px; }
.widget_recent_entries .content .case p {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  color: #6c6c6c; }
  .widget_recent_entries .content .case p a {
    color: #6c6c6c;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .widget_recent_entries .content .case p a:hover {
      color: #f86759;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .widget_recent_entries .content .case p:last-child:before {
    display: none; }
  .widget_recent_entries .content .case p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    background: #6c6c6c; }
.widget_recent_entries .rex-twitter-text-box p {
  line-height: 28px; }

.widget_calendar table caption, .widget_calendar table thead tr th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px; }
.widget_calendar table tbody tr a {
  font-weight: 700;
  color: #f86759; }
.widget_calendar table tfoot {
  margin-top: 20px;
  color: #000; }
.widget_calendar table a {
  color: #6c6c6c;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .widget_calendar table a:hover {
    color: #f86759; }

.widget_recent_entries li,
.widget_recent_comments li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .widget_recent_entries li::before,
  .widget_recent_comments li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    background: #6c6c6c; }
.widget_recent_entries a,
.widget_recent_comments a {
  margin-top: 10px;
  color: #6c6c6c;
  -webkit-transition: .2s;
  transition: .2s; }
  .widget_recent_entries a:hover,
  .widget_recent_comments a:hover {
    color: #f86759; }
.widget_recent_entries .comment-author-link a,
.widget_recent_comments .comment-author-link a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px; }

.widget_categories ul:not(.chosen-results) {
  margin: 0;
  padding: 0; }
  .widget_categories ul:not(.chosen-results) li {
    list-style: none;
    margin-bottom: 10px;
    position: relative; }
    .widget_categories ul:not(.chosen-results) li:before {
      font-family: FontAwesome;
      content: "\f054";
      margin-right: 5px;
      font-weight: normal;
      font-size: 12px; }
    .widget_categories ul:not(.chosen-results) li a {
      margin-left: 10px;
      color: #6c6c6c;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      text-transform: capitalize; }
      .widget_categories ul:not(.chosen-results) li a:hover {
        color: #f86759;
        -webkit-transition: 0.5s;
        transition: 0.5s; }

.widget_archive ul:not(.chosen-results) {
  margin: 0;
  padding: 0; }
  .widget_archive ul:not(.chosen-results) li {
    list-style: none;
    margin-bottom: 10px;
    position: relative; }
    .widget_archive ul:not(.chosen-results) li a {
      margin-left: 30px;
      color: #6c6c6c; }
    .widget_archive ul:not(.chosen-results) li:after {
      content: "\f067";
      font-family: FontAwesome;
      text-align: center;
      font-size: 11px;
      color: #fff;
      position: absolute;
      top: 2px;
      bottom: 0;
      left: 0;
      width: 20px;
      height: 20px;
      line-height: 20px; }
    .widget_archive ul:not(.chosen-results) li:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      background-color: #f86759;
      bottom: 0px;
      left: 0;
      text-align: center; }

.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 5px;
  font-size: 10px;
  font-weight: 400; }
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
  padding: 0 0 24px;
  color: #6c6c6c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px; }
  .widget_pages ul li a:hover,
  .widget_meta ul li a:hover,
  .widget_nav_menu ul li a:hover {
    color: #f86759;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.widget_nav_menu ul li a:before {
  content: "\f054"; }
.widget_nav_menu li ul,
.widget_nav_menu li ol {
  padding-left: 1.2em; }

.widget_rss a {
  color: #6c6c6c;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .widget_rss a:hover {
    color: #f86759; }
.widget_rss .rssSummary {
  color: #6c6c6c;
  margin: 5px 0; }
.widget_rss .rss-date {
  color: #000;
  font-weight: 700;
  font-style: italic; }
.widget_rss cite {
  font-style: italic; }
.widget_rss .widget-title a {
  display: inline-block; }

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 3px 4px;
  text-align: center;
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 11px; }
  .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #f86759; }

/* footer top style  */
.footer-top {
  background: rgba(99, 99, 99, 0.19);
  padding: 70px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .footer-top .footer-logo-area {
    text-align: center;
    padding-top: 12px; }
    .footer-top .footer-logo-area p {
      font-size: 12px;
      line-height: 24px;
      color: #6c6c6c;
      padding: 28px 0; }
    .footer-top .footer-logo-area a {
      margin-right: 16px;
      color: #18191a; }
      .footer-top .footer-logo-area a i {
        font-size: 24px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #f86759; }
      .footer-top .footer-logo-area a:last-child {
        margin-right: 0; }
      .footer-top .footer-logo-area a:hover i {
        color: #f86759; }
  .footer-top .content {
    /* CONTACT Style */
    /* RECENT CASES Style*/
    /* twitter Fide Style*/ }
    .footer-top .content h4 {
      font-size: 14px;
      padding-bottom: 25px; }
    .footer-top .content article a {
      display: block;
      margin-bottom: 20px;
      color: #6c6c6c;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .footer-top .content article a:hover {
        color: #f86759; }
        .footer-top .content article a:hover i {
          color: #f86759; }
    .footer-top .content article i {
      font-size: 18px;
      margin-right: 18px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: #6c6c6c; }
    .footer-top .content .address i {
      float: left; }
    .footer-top .content .address p {
      overflow: hidden;
      color: #6c6c6c;
      line-height: 24px; }
    .footer-top .content .case p {
      padding-bottom: 10px;
      position: relative;
      margin-bottom: 10px;
      color: #6c6c6c; }
      .footer-top .content .case p a {
        color: #6c6c6c;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .footer-top .content .case p a:hover {
          color: #f86759;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      .footer-top .content .case p:last-child:before {
        display: none; }
      .footer-top .content .case p:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15px;
        height: 1px;
        background: #6c6c6c; }
    .footer-top .content .twitter-content a {
      color: #f86759;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 12px; }
      .footer-top .content .twitter-content a:last-child {
        font-size: 14px; }
    .footer-top .content .twitter-content p {
      padding: 10px 0;
      line-height: 24px;
      color: #6c6c6c; }

footer {
  text-align: center;
  padding: 25px;
  background: #fff;
  border-top: 1px solid #e0e0e0; }
  footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #6c6c6c; }

.backtop {
  /* Backtop css */
  display: none;
  bottom: 20px;
  right: 50px;
  position: fixed;
  z-index: 99999;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #f86759; }
  .backtop a {
    display: block;
    float: right;
    height: 32px;
    width: 32px; }
    .backtop a .fa {
      font-size: 30px;
      line-height: 16px;
      margin-left: 6px;
      margin-top: 6px;
      color: #f86759;
      -webkit-transition: .5s;
      transition: .5s; }
    .backtop a:hover {
      background-color: #f86759;
      color: #fff; }
      .backtop a:hover .fa {
        color: #fff; }

/* responsive style */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-nav {
    position: absolute;
    top: -3px;
    right: 0;
    width: 100%; }

  .rex-navigation-area {
    margin-right: 48px; }

  nav .rex-search {
    position: absolute !important;
    top: 14px;
    right: 10px; }

  nav .rex-navigation-area ul.slimmenu > li .sub-collapser {
    top: 4px;
    right: 0px; }

  nav {
    padding: 15px 0;
    position: relative; }
    nav .rex-logo {
      padding: 10px 0; }
    nav .content {
      position: relative;
      top: 15px;
      width: 100%; }
    nav .rex-navigation-area ul li {
      padding: 0 7px;
      z-index: 99; }
      nav .rex-navigation-area ul li a {
        padding: 15px 0 !important;
        font-size: 10px;
        text-align: left; }
    nav .rex-navigation-area .nav-open li a {
      padding: 15px !important; }
    nav .rex-search {
      margin-left: 13px;
      padding-left: 7px; }

  ul.slimmenu li > ul {
    padding: 0 15px; }

  ul.slimmenu li > ul {
    left: -74px; }

  nav .rex-navigation-area ul.slimmenu ul.sub-menu li a {
    border: 0; }

  .rex-navigation-area .menu-collapser {
    background: inherit !important; }

  .rex-about .rex-sub-title {
    text-align: center; }
    .rex-about .rex-sub-title:before, .rex-about .rex-sub-title:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .rex-about .rex-about-text {
    padding-left: 15px;
    text-align: center; }

  .rex-service img {
    margin-bottom: 30px; }
  .rex-service .rex-sub-title {
    text-align: center;
    width: 90%; }
    .rex-service .rex-sub-title:before, .rex-service .rex-sub-title:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .rex-service span {
    text-align: center;
    -webkit-transform: translateX(-37px);
        -ms-transform: translateX(-37px);
            transform: translateX(-37px); }
  .rex-service .select-col {
    float: none; }

  .rex-about p br {
    display: none; }
  .rex-about .rex-about-img img {
    width: 100%; }
  .rex-about .rex-about-text {
    margin-bottom: 40px;
    margin-top: 40px; }

  .rex-feature article .rex-feature-box h4 {
    font-size: 15px; }

  .rex-service .select-col-img {
    position: initial; }
  .rex-service .service-img {
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

  .rex-blog p br {
    display: none; }
  .rex-blog .rex-sub-title h3 a {
    font-size: 11px !important; }
  .rex-blog .rex-blog-content {
    margin-bottom: 25px;
    padding: 0 15px; }
  .rex-blog .caption {
    padding-left: 15px; }
  .rex-blog .post-meta {
    padding: 15px 0; }
    .rex-blog .post-meta a {
      font-size: 10px;
      margin-right: 5px; }

  .rex-team .rex-team-content {
    min-height: 351px;
    margin-bottom: 20px; }
    .rex-team .rex-team-content .rex-team-text p {
      padding-right: 20px; }
      .rex-team .rex-team-content .rex-team-text p br {
        display: none; }
  .rex-team .cs-style-7 figcaption .icon-links {
    position: relative;
    bottom: 0;
    right: 0;
    top: 5px;
    float: left; }

  .rex-contact .form-section {
    padding: 60px 40px 39px 40px; }
    .rex-contact .form-section .col-md-6:first-child {
      padding-right: 0; }
    .rex-contact .form-section .col-md-6:last-child {
      padding-left: 0;
      margin-top: 15px; }

  .rex-contact .form-section {
    padding: 35px 40px 24px 40px; }
    .rex-contact .form-section .col-md-6:last-child i {
      left: 14px; }
  .rex-contact .form-section .col-md-6:first-child {
    padding-right: 0;
    margin-bottom: 20px; }
  .rex-contact .form-section .col-md-6:last-child {
    padding-left: 0;
    margin-top: 0; }

  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1; }
  .rex-clients .owl-buttons {
    top: -20px;
    left: 0;
    width: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1;
    float: none;
    margin: 0 10px; }

  .rx-map #googleMap {
    min-height: 330px; }

  .footer-top .footer-logo-area {
    margin-bottom: 40px; }
  .footer-top .content {
    margin-top: 0px; }
    .footer-top .content:nth-child(3n) {
      margin-left: 50px; }

  .rex-blog-seftion ul {
    margin: 0;
    padding: 0; }
    .rex-blog-seftion ul li {
      list-style: none; }
      .rex-blog-seftion ul li ul li {
        margin-left: 0;
        margin-top: -10px; }
        .rex-blog-seftion ul li ul li ul li {
          margin-left: 0;
          margin-bottom: 30px; }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 5px; }

  .rex-contact .form-section input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0; } }
/* Phone devices (Portrait and Landscape, 768px and up) */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .select-row {
    position: relative; }

  .col-nav {
    position: absolute;
    top: -13px;
    right: 0;
    width: 100%; }

  .menu-collapser {
    padding: 0;
    background: none; }

  .rex-logo {
    z-index: 999;
    position: relative;
    width: 50%; }

  nav .rex-navigation-area ul.slimmenu > li .sub-collapser {
    top: 4px;
    right: 14px; }

  nav {
    padding: 25px 0; }
    nav .rex-navigation-area ul li {
      padding: 0; }
      nav .rex-navigation-area ul li a {
        padding: 15px !important;
        text-align: left; }
    nav .rex-search {
      top: -37px;
      float: right;
      position: absolute;
      top: 13px; }

  ul.slimmenu {
    position: relative;
    z-index: 999; }

  ul.slimmenu li .sub-collapser {
    display: block;
    background: none; }

  ul.slimmenu li > ul {
    width: 100%;
    padding: 0 15px; }

  nav .rex-navigation-area ul li:last-child .sub-collapser {
    opacity: 1; }

  ul.slimmenu li > ul {
    width: 100%;
    padding: 0 15px; }

  .rex-slider .rex-caption h1 {
    font-size: 50px; }
  .rex-slider .rex-caption h3 {
    font-size: 14px; }

  .rex-service .select-col-img {
    position: initial; }
  .rex-service .service-img {
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .rex-service .select-col {
    float: none; }

  .call-to-action .block p {
    padding: 25px 0; }

  .rex-team .row {
    margin: 0; }
  .rex-team .padding-right {
    padding-right: 15px; }
  .rex-team .rex-team-img {
    margin-bottom: 25px; }
  .rex-team .rex-team-content {
    padding-left: 24px; }
  .rex-team .rex-team figure {
    float: none;
    margin: 0 auto; }
  .rex-team .cs-style-7 figure img {
    margin: 0 auto; }
  .rex-team .grid {
    margin: 0 169px; }

  .rex-about {
    padding-bottom: 6%; }

  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1; }
  .rex-clients .owl-buttons {
    top: -20px;
    left: 0;
    width: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1;
    float: none;
    margin: 0 10px; }

  .rex-blog .row {
    margin: 0; }
  .rex-blog .rex-blog-content {
    margin-bottom: 25px; }

  .plan .col {
    margin-bottom: 20px; }

  .rx-map #googleMap {
    min-height: 395px; }

  .footer-top .col-md-3 {
    text-align: center;
    margin-bottom: 20px; }
  .footer-top .content .address i {
    float: none;
    display: inline-block; }
  .footer-top .content .address p {
    display: inline; }
  .footer-top .content .case p:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

  .rex-contact .form-section .col-md-6:first-child {
    padding-right: 0; }
  .rex-contact .form-section .col-md-6:last-child {
    padding-left: 0;
    margin-top: 10px; }

  .rex-blog-tag-box .rex-tag-left {
    width: 60%;
    float: left; }

  .rex-about .rex-about-text {
    padding: 15px; } }
/* Phone devices (Portrait and Landscape, 992px and up) */
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .select-row {
    position: relative; }

  .col-nav {
    position: absolute;
    top: -13px;
    right: 0;
    width: 100%; }

  .menu-collapser {
    padding: 0;
    background: none; }

  .rex-logo {
    z-index: 999;
    position: relative;
    width: 50%; }

  nav {
    padding: 25px 0; }

  nav .rex-navigation-area ul.slimmenu > li .sub-collapser {
    top: 4px;
    right: 14px; }

  ul.slimmenu {
    position: relative;
    z-index: 999; }

  nav .rex-search {
    top: -37px;
    float: right;
    position: absolute;
    top: 13px; }

  nav .rex-navigation-area ul li a {
    text-align: left;
    padding: 15px !important; }

  ul.slimmenu li .sub-collapser {
    background: none; }

  ul.slimmenu li > ul {
    width: 100%;
    padding: 0 15px; }

  nav .rex-navigation-area ul li:last-child .sub-collapser {
    opacity: 1; }

  .rex-slider .rex-caption h1 {
    font-size: 33px;
    margin-bottom: 7px; }
  .rex-slider .rex-caption h3 {
    font-size: 14px; }
  .rex-slider .rex-caption .rex-btn, .rex-slider .rex-caption #search form button, #search form .rex-slider .rex-caption button, .rex-slider .rex-caption .rex-search-form .btn, .rex-search-form .rex-slider .rex-caption .btn {
    margin-top: 15px;
    padding: 10px 39px 10px 15px; }
    .rex-slider .rex-caption .rex-btn:before, .rex-slider .rex-caption #search form button:before, #search form .rex-slider .rex-caption button:before, .rex-slider .rex-caption .rex-search-form .btn:before, .rex-search-form .rex-slider .rex-caption .btn:before {
      top: 13px;
      right: 15px; }

  .rex-service .select-col-img {
    position: initial; }
  .rex-service .service-img {
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .rex-service .select-col {
    float: none; }

  .call-to-action .block p {
    padding: 25px 0; }

  .rex-team .row {
    margin: 0; }
  .rex-team .padding-right {
    padding-right: 15px; }
  .rex-team .rex-team figure {
    float: none;
    margin: 0 auto; }
  .rex-team .cs-style-7 figure img {
    margin: 0 auto; }
  .rex-team .grid {
    margin: 0 106px; }

  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1; }
  .rex-clients .owl-buttons {
    top: -20px;
    left: 0;
    width: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1;
    float: none;
    margin: 0 10px; }

  .rex-blog .row {
    margin: 0; }

  .plan .col {
    margin-bottom: 20px; }

  .footer-top .col-md-3 {
    text-align: center;
    margin-bottom: 20px; }
  .footer-top .content .address i {
    float: none;
    display: inline-block; }
  .footer-top .content .address p {
    display: inline; }
  .footer-top .content .case p:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

  .rex-contact .form-section .col-md-6:first-child {
    padding-right: 0; }
  .rex-contact .form-section .col-md-6:last-child {
    padding-left: 0;
    margin-top: 10px; }

  .rex-blog-seftion ul {
    margin: 0;
    padding: 0; }
    .rex-blog-seftion ul li {
      list-style: none; }
      .rex-blog-seftion ul li ul li {
        margin-left: 5px;
        margin-top: -10px; }
        .rex-blog-seftion ul li ul li ul li {
          margin-left: 5px;
          margin-bottom: 30px; }

  .rex-blog-tag-box .rex-tag-left {
    width: 100%;
    margin-bottom: 20px; }

  .rex-about .rex-about-text {
    padding: 15px; } }
/* Phone devices (Portrait and Landscape, 992px and up) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .rex-sub-title {
    text-align: center; }
    .rex-sub-title:before, .rex-sub-title:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

  header .rex-addres-section {
    float: none;
    text-align: center; }
    header .rex-addres-section a {
      display: block; }
      header .rex-addres-section a:first-child {
        margin: 0;
        padding: 5px 0; }
  header .rex-media-link {
    margin-top: 8px;
    float: none;
    text-align: center; }

  #search input[type="search"] {
    font-size: 22px; }

  nav .rex-navigation-area ul.slimmenu > li .sub-collapser {
    top: 4px;
    right: 14px; }

  .sticky-wrapper {
    position: relative; }

  .col-nav {
    position: absolute;
    top: 11px;
    right: 0;
    width: 100%; }

  .menu-collapser {
    padding: 0;
    background: none;
    z-index: 999; }

  .rex-logo {
    z-index: 999;
    position: relative;
    width: 50%; }

  nav {
    padding: 25px 0; }
    nav .rex-navigation-area ul li {
      padding: 0;
      text-align: left; }
      nav .rex-navigation-area ul li a {
        padding: 15px !important; }
    nav .rex-navigation-area ul.slimmenu ul.sub-menu li a {
      padding-left: 30px !important;
      padding-right: 0 !important; }
    nav .rex-search {
      top: -37px;
      float: right;
      position: absolute;
      top: 13px; }

  ul.slimmenu {
    position: relative;
    z-index: 99999;
    margin-top: 5px; }

  ul.slimmenu li .sub-collapser {
    background: none; }

  ul.slimmenu li > ul {
    width: 100%;
    padding: 0 0; }

  nav .rex-navigation-area ul li:last-child .sub-collapser {
    opacity: 1; }

  .rex-slider .video-bg {
    height: 500px; }

  .rex-slider {
    min-height: 200px; }
    .rex-slider img {
      min-height: 200px; }
    .rex-slider .rex-caption h1 {
      font-size: 16px; }
    .rex-slider .rex-caption h3 {
      font-size: 18px;
      margin-bottom: 4px; }
    .rex-slider .rex-caption .rex-btn, .rex-slider .rex-caption #search form button, #search form .rex-slider .rex-caption button, .rex-slider .rex-caption .rex-search-form .btn, .rex-search-form .rex-slider .rex-caption .btn {
      margin-top: 15px;
      padding: 10px 27px 8px 10px; }
      .rex-slider .rex-caption .rex-btn:after, .rex-slider .rex-caption #search form button:after, #search form .rex-slider .rex-caption button:after, .rex-slider .rex-caption .rex-search-form .btn:after, .rex-search-form .rex-slider .rex-caption .btn:after {
        top: 12px;
        right: 6px; }

  .rex-slider .rex-caption p {
    display: none; }
  .rex-slider .rex-caption h3 {
    font-size: 12px; }
  .rex-slider .rex-caption h1 {
    font-size: 30px; }
  .rex-slider .rex-caption .rex-btn, .rex-slider .rex-caption #search form button, #search form .rex-slider .rex-caption button, .rex-slider .rex-caption .rex-search-form .btn, .rex-search-form .rex-slider .rex-caption .btn {
    display: none; }

  .rex-service .select-col-img {
    position: initial; }
  .rex-service .service-img {
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .rex-service .select-col {
    float: none; }

  .call-to-action .block p {
    padding: 25px 0; }

  .rex-team .row {
    margin: 0; }
  .rex-team .padding-right {
    padding-right: 15px; }
  .rex-team .rex-team figure {
    float: none;
    margin: 0 auto;
    max-width: none;
    min-width: auto;
    width: 100%; }
  .rex-team .cs-style-7 figure img {
    margin: 0 auto; }
  .rex-team .grid {
    margin: 0 0; }
  .rex-team .cs-style-7 figcaption .icon-links {
    position: initial;
    bottom: 0;
    right: 0;
    float: left;
    margin-top: 5px; }

  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1; }
  .rex-clients .owl-buttons {
    top: -20px;
    left: 0;
    width: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .rex-clients .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 0;
    opacity: 1;
    float: none;
    margin: 0 10px; }

  .rex-about .rex-about-img img {
    width: 100%; }
  .rex-about .rex-about-text {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    padding: 15px; }

  .rex-feature article .rex-feature-box h4 {
    font-size: 15px; }

  .rex-service .rex-service-content {
    padding: 100px 15px; }
    .rex-service .rex-service-content h5 {
      text-align: center; }
    .rex-service .rex-service-content .article {
      text-align: center; }
      .rex-service .rex-service-content .article i {
        float: none;
        margin-right: 0; }

  .rex-team .rex-top-lawyer img {
    width: 100%; }
  .rex-team .padding-right {
    padding-right: 15px; }
  .rex-team .rex-team-content {
    margin-bottom: 18px;
    margin-top: 20px;
    min-height: 480px;
    padding: 0 15px; }
    .rex-team .rex-team-content p {
      padding: 15px 15px 15px 0; }
    .rex-team .rex-team-content img {
      width: 80px;
      margin-right: 0; }
  .rex-team .lawyer-social-media img {
    width: 143px; }
  .rex-team .rex-team-img {
    margin-bottom: 20px; }

  .rex-achievment {
    overflow: hidden; }
    .rex-achievment .rex-achievment-list ul li {
      width: 100%; }

  .rex-blog .row {
    margin: 0; }
  .rex-blog .rex-blog-content {
    margin-bottom: 25px; }
  .rex-blog .caption {
    padding-left: 15px;
    text-align: center; }
    .rex-blog .caption br {
      display: none; }

  .plan .content .col {
    margin-bottom: 20px; }
  .plan .text-content .top-icon {
    padding-bottom: 15px; }
  .plan .text-content br {
    display: none; }

  .rex-contact .rex-address {
    margin-bottom: 25px; }

  .rex-contact .form-section {
    padding: 60px 40px 39px 40px; }
    .rex-contact .form-section .col-md-6:first-child {
      padding-right: 0; }
    .rex-contact .form-section .col-md-6:last-child {
      padding-left: 0;
      margin-top: 15px; }
      .rex-contact .form-section .col-md-6:last-child i {
        left: 14px; }

  .footer-top .footer-logo-area {
    margin-bottom: 40px; }
  .footer-top .content {
    margin-bottom: 40px; }

  .rex-blog-boader {
    padding: 4%; }

  .rex-blog-comment .rex-comment-author-img {
    float: left;
    text-align: center;
    width: 27%;
    min-height: 0; }

  .rex-blog-seftion ul {
    margin: 0;
    padding: 0; }
    .rex-blog-seftion ul li {
      list-style: none; }
      .rex-blog-seftion ul li ul li {
        margin-left: 5px;
        margin-top: -10px; }
        .rex-blog-seftion ul li ul li ul li {
          margin-left: 5px;
          margin-bottom: 30px; }

  .rex-blog-tag-box .rex-tag-left {
    width: 100%;
    margin-bottom: 20px; }

  .backtop {
    margin-bottom: 10px;
    margin-right: 10px;
    z-index: 999; } }
/*# sourceMappingURL=.sass-cache/maps/style.css.map */
