/*****************************************
Author: ThemeRed
Version: 2.0
URL: http://themered.com

## General

## Navigation

## Slider

## Domain Search

## Hero

## Feature

## Action

## Pricing

## Testimonial

## Blog

## Subscribe

## Client

## Contact

## Footer

## Pages

*****************************************  /





/*****************************************
            Fonts 'Roboto'
*****************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900');





/*****************************************
            ## General css
*****************************************/
body,
html {
    height: 100%;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    color: #000;
}

.block {
    display: block;
}

a,
a:hover,
a:active,
active:focus {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #fff;
}

a:focus {
    outline: none;
}

label {
    line-height: 1;
}

p {
    margin: 0;
}

strong {
    font-weight: 900;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn {
    background: none;
    border-style: solid;
    border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.input-group-addon {
    border-radius: 0;
    border: none;
    padding: 0;
}

select {
    border: none;
    background: none;
}

select:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #ef3253;
    margin: 0;
    line-height: 1;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size:  1.3em;
}

h4 {
    font-size: 1.1em;
}

img {
    max-width: 100%;
}

hr {
    margin: 18px 0;
}

.bg {
    background-color: #1C1F2A;
    color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.table-striped>thead>tr>th[scope=row],
.table-striped>tbody>tr>th[scope=row] {
  text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th, .table-bordered {
    border: none;
    padding: 15px 5px;
}

.section-title {
    margin-bottom: 80px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.section-pad {
    padding: 100px 0;
}

.section-pad-min {
    padding-top: 0;
}

/** Breadcrumb **/
.rehost-breadcroumb a {
    font-size: 0.9em;
}

.rehost-breadcroumb h2 {
    color: #fff;
    margin: 0 0 5px;
}
.rehost-breadcroumb p {
    color: #fff;
}

/*** Preloader ***/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    overflow: visible;
    background-image: url('../img/preloader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* Scroll to Top */
.scrollup, .scrollup:active, .scrollup:focus {
    background: #ef3253;
    display: none;
    position: fixed;
    color: #fff;
    bottom: 30px;
    right: 30px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    z-index: 5;
    border-radius: 4px;
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
    transition: none;
}





/*****************************************
            ## Navigation
*****************************************/
.menu-area {
    background: none;
}

.mainmenu {
    margin: 25px 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    position: relative;
    display: block;
    color: #ef3253;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    padding: 0;
}

.navbar-brand p {
    padding: 3px 0;
}

.navbar-brand img {
    width: 120px;
}

.navbar-brand span {
    position: absolute;
    display: inline-block;
    background: #ef3253;
    top: 0px;
    right: -40px;
    color: #fff;
    font-weight: 900;
    text-transform: none;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 4px;
}

.navbar-nav li a {
    font-weight: 900;
    font-size: 15px;
    color: #ef3253;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.navbar-nav li a:hover {
    background: #eee;
    border-radius: 4px;
}

/** Dropdown Menu **/
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu li a {
    text-transform: uppercase;
    display: block;
    padding: 15px 30px;
    font-weight: 500;
    margin: -5px 0;
}

.navbar-nav .dropdown-menu li a:hover {
    background: #eee;
    border-radius: 4px;
}

.navbar-nav > li.active > a {
    background: #eee;
    border-radius: 4px;
}



/*****************************************
               ## Slider
*****************************************/
.slider-area {
/*    background: url('../img/slider/Slider_1.jpg');*/
    background-color: #1C1F2A;
    background-size: cover;
    background-position: center;
}

.slider-area h1 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 30px;
}

.slider-area p {
    font-size: 1em;
}

.slider-area p span {
    font-weight: 900;
}

.slider-area ul li:before {
    content: "\f105 ";
    font-family: FontAwesome;
    margin-right: 10px;
}

.slider-area ul li {
    font-size: 1em;
}

.btn-intro {
    border-color: #fff;
    border-width: 1px;
    font-size: 1em;
    margin-top: 30px;
    padding: 15px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-intro:hover,
.btn-intro:focus,
.btn-rev {
    background: #fff;
    color: #333;
    border-color: #fff;
}





/*****************************************
            ## Domain Search
*****************************************/
.domain-area {
    background: #eee;
}

.domain-area .text {
    font-weight: 300;
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
}

.domain-area .text span {
    color: #ef3253;
    font-weight: 900;
}

.domain-area input[type="text"] {
    font-size: 1em;
    height: 60px;
    padding: 10px 20px;
    min-width: 500px;
    border-radius: 4px;
}

.domain-area .text-www {
    padding: 0 10px;
    background: none;
    font-size: 1em;
}

.domain-area .btn-d {
    background: #ef3253;
    color: #fff;
    padding: 15px 40px;
    font-size: 1em;
    border: solid 1px #ef3253;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.domain-area .btn-d:hover {
    background: none;
    color: #333;
}

.domain-breadcrumb {
    background: #e0e0e0;
}

.domain-breadcrumb h2,
.domain-breadcrumb a {
    color: #ef3253;
}

.domain-breadcrumb p {
  color: #000;
}

.domain-breadcrumb .domain-area {
    margin-top: 25px;
}


.domain-pricing-table .table a {
    color: #ef3253;
}

.domain-pricing-table .table a:after {
    content: " \f105";
    font-family: fontAwesome;
}





/*****************************************
                ## Hero
*****************************************/
.hero-boxes {
    margin-bottom: -130px;
}

.hero-box {
    border: solid 1px #ef3253;
    margin-bottom: 30px;
    padding: 60px 30px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-selected,
.hero-box:hover {
    background: #ef3253;
    color: #fff;
}

.hero-selected {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hero-box i {
    color: #ef3253;
    font-size: 5em;
    margin-bottom: 20px;
}

.hero-box h3 {
    text-transform: uppercase;
    color: #ef3253;
    margin-bottom: 10px;
}

.hero-selected i,
.hero-selected h3,
.hero-selected p,
.hero-box:hover i,
.hero-box:hover h3,
.hero-box:hover p {
    color: #fff;
}





/*****************************************
              ## Feature
*****************************************/
.feature-area {
    margin-bottom: -30px;
}

.feature-box {
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 60px 30px;
    transition: all 0.5s;
}

.feature-box:hover {
    box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.feature-box img {
    margin-bottom: 5px;
}

.feature-box span {
    font-size: 3.5em;
    color: #ef3253;
}

.feature-box h4 {
    text-transform: uppercase;
    margin: 15px 0;
}





/*****************************************
               ## Action
*****************************************/
.action-area {
    padding: 40px 0;
    background: #e0e0e0;
}

.action-text {
    font-size: 1.5em;
    text-align: left;
    margin: 0;
}

.btn-action {
    margin-top: 3px;
    padding: 15px 30px;
    background: #ef3253;
    color: #fff;
    border: solid 1px #ef3253;
}

.btn-action:hover {
    background: none;
    color: #ef3253;
}





/*****************************************
               ## Pricing
*****************************************/
.price-item {
    padding: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.price-item .price {
    font-size: 3em;
    color: #ef3253;
    margin: 0;
    padding: 35px 0;
    line-height: 1;
}

.price-item p.price .price-range {
    background: #ef3253;
    display: block;
    font-size: 0.3em;
    color: #fff;
    font-weight: 900;
    padding: 5px;
    width: 70px;
    border-radius: 4px;
    margin: 0 auto 10px;
}

.price-item .price span.dollar {
    font-weight: 900;
}

.price-item p.price .period {
    font-size: 0.3em;
    display: block;
}

.price-item .level {
    background: #eee;
    padding: 10px 0;
    font-weight: 900;
    color: #ef3253;
    margin: 0;
}

.price-item .features {margin-top: 20px;}

.price-item .features ul li {
    border-bottom: solid 1px #eee;
    padding: 7px 0;
}

.price-item .features ul li:last-child {
    border: none;
}

.price-item .btn {
    background: #ef3253;
    border: solid 1px #ef3253;
    color: #ffffff;
    margin: 20px 0;
    padding: 15px 30px;
    font-size: 1em;
}

.price-item .btn:hover {
    background: none;
    color: #ef3253;
}

.price-item:hover,
.best-seller,
.best-seller:hover {
    border: solid 1px #ef3253;
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}





/*****************************************
            ## Testimonial
*****************************************/
.testimonial-area .section-title h2 {
    color: #fff;
}

.single-testimonial {
    background: #fff;
    color: #000;
    margin: 15px 5px;
    padding: 30px 50px;
    border-radius: 4px;
    transition: all 0.5s;
}

.single-testimonial:hover {
  box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.single-testimonial h4 {
    margin: 15px 0;
}

.single-testimonial p {
    margin-bottom: 15px;
}

.single-testimonial img {
    border: solid 3px #ef3253;
    margin-bottom: 10px;
    border-radius: 90px;
    width: 120px;
}

.single-testimonial p.client-name {
    font-weight: 900;
    margin: 0;
}

.single-testimonial p.desg {
    margin: 0;
    color: #222;
    font-size: 0.9em;
}

/*owl slider*/
.owl-theme .owl-controls .owl-page span {
    display: block;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #333;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none;
}





/*****************************************
            ## Subscribe
*****************************************/
.subscribe-area .section-title {
    margin-bottom: 20px;
}

.subscribe-area .section-title h2 {
    color: #fff;
}

.subscribe-box p {
    font-size: 2em;
    margin: 0;
}

.subscribe-box p span {
    font-weight: 900;
}

.subscribe-box input[type="email"] {
    height: 60px;
    font-size: 1em;
    border-radius: 4px;
    border: none;
    padding: 0 15px;
    margin-bottom: 20px;
}

.subscribe-box .btn-subscribe {
    background: #fff;
    border: solid 1px #fff;
    color: #000;
    padding: 15px 30px;
    transition: all 0.2s;
}

.subscribe-box .btn-subscribe:hover {
    background: none;
    color: #fff;
}

/* MailChimp */
.mailchimp-alerts {
    display: block;

}

.mailchimp-alerts div {

    color: #fff;
    display: none;
    position: relative;
}

.mailchimp-alerts div:before {
    position: absolute;
    content: '';
    left: 17px;
    top: -7px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mailchimp-submitting{}

.mailchimp-success{
    margin-top: -20px;
    color: green;
}

.mailchimp-error{
    color: red;
    margin-top: 50px;
}





/*****************************************
              ## Client
*****************************************/
.owl-client .item {
    margin: 0 7px;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/*****************************************
              ## Contact
*****************************************/
.contact-form {
    position: relative;
    background-color: #fff;
    padding: 30px 40px;
    border: solid 1px #eee;
    border-radius: 4px;
}

.contact-form .form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
}

.contact-form .form-control:focus {
    border-color: #ef3253;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    margin-bottom: 23px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 2px;;
    left: 0;
    width: 20px;
    text-align: center;
    color: #ef3253;
    font-size: 18px;
}

.in_name:before {content: '\f007';}
.in_email:before {content: '\f1d8';}
.in_message:before {content: '\f0e0';}

.contact-form textarea#message {
    padding-top: 10px;
    height: 99px;
}

#submitButton {
    border: solid 1px #ef3253;
    color: #ef3253;
    font-size: 1em;
    padding: 15px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#submitButton:hover {
    background: #ef3253;
    color: #fff;
}

.success {
    position: absolute;
    display: inline-block;
    left: 160px;
    bottom: 35px;
    color: #50b948;
    font-weight: 700;
    transition: background 0.5s;
}

.success:before {
    content: "\f00c";
    font-family: fontAwesome;
    border: solid 2px #50b948;
    border-radius: 50%;
    padding: 3px;
    margin-right: 10px;
}

.error {
    font-size: 1.3em;
    position: absolute;
    display: inline-block;
    left: 160px;
    bottom: 35px;
    color: #F44336;
    font-weight: 700;
    transition: background 0.5s;
}

.error:before {
    content: "\f129";
    font-family: fontAwesome;
    border: solid 2px #F44336;
    border-radius: 50%;
    padding: 3px 10px;
    margin-right: 10px;
}

.contact-info {
}

.address {
    background: #fff;
    color: #000;
    padding: 30px 40px;
    line-height: 1.5;
}

.address h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.8em;
}

.address p {
    margin-bottom: 20px;
}

.address-box {
    margin-bottom: 10px;
    position: relative;
}

.address-box a:hover {
    color: #2196F3;
}

.address-box p {
    padding-left: 30px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.address-box i {
    color: #ef3253;
    position: absolute;
    top: 6px;
}

/*** Google Map ***/
#googlemaps {
  height: 100%;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

.g-map {
    position: relative;
    height: 400px;
}





/*****************************************
               ## Footer
*****************************************/
/** Main Footer **/
.footer {
    background: #1C1F2A;
}

.footer h4 {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0 0 10px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.footer ul li {
    color: #fff;
    font-size: 0.8em;
    padding: 5px 0;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #ccc;
    text-decoration: none;
}

/**Copyright Footer**/
.footer-area {
    padding: 10px 0;
    text-align: center;
}

.social-links {
    overflow: hidden;
    margin-top: 30px;
}

.social-links li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: solid 1px #ef3253;
    text-align: center;
    color: #ef3253;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.social-links li a i.fa-facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.social-links li a:hover i.fa-facebook {
  background-color: #3b5998;
  color: #fff;
}

.social-links li a i.fa-twitter {
  border-color: #4fb9ed;
  color: #4fb9ed;
}

.social-links li a:hover i.fa-twitter {
  background-color: #4fb9ed;
  color: #fff;
}

.social-links li a i.fa-google-plus {
  border-color: #4fb9ed;
  color: #4fb9ed;
}

.social-links li a:hover i.fa-google-plus {
  background-color: #4fb9ed;
  color: #fff;
}

.social-links li a i.fa-youtube {
  border-color: #f80000;
  color: #f80000;
}

.social-links li a:hover i.fa-youtube {
  background-color: #f80000;
  color: #fff;
}

.social-links li a i.fa-pinterest {
  border-color: #dd4b39;
  color: #dd4b39;
}

.social-links li a:hover i.fa-pinterest {
  background-color: #dd4b39;
  color: #fff;
}

.social-links li a:hover i {
    background-color: #ef3253;
    color: #fff;
}

.footer-area p {
    margin: 0;
    line-height: 60px;
}





/*****************************************
                ## Pages
*****************************************/
/** For Blog Page **/
.blog-area {
    margin-bottom: -70px;
}

.blog-post {
    margin-bottom: 15px;
    padding: 20px;
}

.blog-post h3 {
    font-size: 1.8em;
    line-height: 1.5;
}

.blog-post h3 a {
  color: #ef3253;
}

.blog-post p {
    font-size: 1.1em;
}

.blog-post .blog-post-meta {
    font-size: 1em;
    color: #999;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-post .blog-post-meta a {
    color: #41b7d8;
}

.blog-post .btn{
    background: #ef3253;
    font-size: 1em;
    padding: 15px 30px;
    margin-top: 20px;
    border: solid 1px #ef3253;
}

.blog-post .btn:hover {
    background: none;
}

.blog-area img {
    margin-bottom: 70px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blog-area .pagination>li>a, .pagination>li>span {
  margin: 0 5px;
  border-color: #eee;
  border-radius: 4px;
}

.blog-area .pagination>li>a.active,
.blog-area .pagination>li>a:hover {
  background: #ef3253;
  border-color: #ef3253;
  color: #fff;
}

/** For Icon Page **/
.icon-area #font-awesome-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.icon-area #font-awesome-list li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 6px;
}

.icon-area #font-awesome-list i {
    width: 30px;
    text-align: center;
    margin-right: 20px;
}

.icon-area #font-awesome-list .icon-name {
    width: 180px;
    text-align: left;
}

.icon-area #font-awesome-list span {
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8em;
}

#font-awesome-list .icon-value {
    color: #AE0000;
}

.icon-area .vector {
    text-align: center;
    padding: 30px 0;
}

/** Error and Maintainance Page **/
.error-404,
.maintain-area {
    height: 100%;
}

.error-404 h1,
.maintain-area h1 {
    color: #fff;
    font-size: 9em;
    padding: 15px 0;
}

.error-404 p,
.maintain-area p {
    font-weight: 300;
}

.error-404 strong,
.maintain-area strong {
    font-size: 2em;
    font-weight: 900;
}

.error-404 span,
.maintain-area span {
    font-weight: 300;
}



/** Version 2 Pages CSS **/

/* Blog Grid */
.blog-grid-single {
    position: relative;
    max-width: 360px;
    margin: 15px auto;
}

.blog-grid-single .bgs-img {}

.blog-grid-single .bgs-img img {
    margin-bottom: 0px;
}

.blog-grid-single .blog-post {
    padding: 30px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-grid-single .blog-post .blog-content {}

.blog-grid-single .blog-post .blog-content h3 {
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 8px;
}

.blog-grid-single .blog-post .blog-content p {
    font-size: 1em;
    line-height: 2;
}

.blog-grid-single .blog-post .blog-content .blog-post-meta {
    font-size: 0.9em;
}



.blog-grid-single .blog-post .blog-content .btn {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1em;
    padding: 15px 30px;
}

.pagination-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}


/* Sidebar CSS */
.rehost-sidebar {
    position: relative;
    margin: 15px auto;
    /* background-color: #e0e0e0; */
    /* padding: 25px; */
}

.rh-widget {
    position: relative;
    max-width: 360px;
    margin: 0px auto 25px;
    background-color: #eee;
    border-radius: 4px;
    padding: 30px 25px;
}

.rh-widget form {
    position: relative;
    width: 100%;
}

.rh-widget form input {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 5px 15px;
    font-size: 1em;
    border-radius: 4px;
}

.rh-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #1C1F2A;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.rh-widget .rhw-title {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
}

.rh-widget .rhw-links {}

.rh-widget li {
    position: relative;
    line-height: 2;
    margin: 5px auto;
}

.rh-widget li a {
    color: #5b5b5b;
    font-size: .9em;
    font-weight: 500;
}

.rh-widget-block li a:before {
    content: "\f105 ";
    font-family: FontAwesome;
    margin-right: 10px;
}

.rh-widget li a span.rhw-count {}

.rh-widget li.active {}

.rh-widget li:hover a,.rh-widget li.active a {
    color: #000;
}

.rh-widget li.active a span.rhw-count {}

.rh-widget .rh-recentPost {}

.rh-widget .rh-recentPost .rh-rp-single {}

.rh-widget .rh-recentPost .rh-rp-single .rhrp-text {
    position: relative;
    margin: 20px auto;
}

.rh-widget .rh-recentPost .rh-rp-single .rhrp-text h5 {}

.rh-widget .rh-recentPost .rh-rp-single .rhrp-text h5 a {
    font-size: 1.3em;
    color: #5b5b5b;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
    margin-bottom: unset;
}
.rh-widget .rh-recentPost .rh-rp-single .rhrp-text h5 a:hover {
    color: #000;
}
.rh-widget .rh-recentPost .rh-rp-single .rhrp-text p {
    color: #5b5b5b;
    font-size: .9em;
}

.rh-tag {}

.rh-tag .rht-links {}

.rh-tag .rht-links li {
    position: relative;
    display: inline-block;
}

.rh-tag .rht-links li.active {}

.rh-tag .rht-links li.active a {}

.rh-tag .rht-links li a {
    display: inline-block;
    font-size: .8em;
    background-color: #1C1F2A;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

/* Blog Details */
.blog-details {
  padding: 0;
}

.bdc-img {
    position: relative;
    margin: 45px 0;
}

.bdc-qoute {
    position: relative;
    background-color: #f5f6f8;
    padding: 100px 50px 60px;
    text-align: center;
    margin: 45px 0;
    border-radius: 4px;
}

.bdc-qoute h5 {
    font-size: 20px;
    color: #32325c;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 25px auto;
}

.bdc-qoute p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #546182;
}

.bdc-qoute:before {
    position: absolute;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 55px;
    left: calc(50% - 25px);
    top: 60px;
    color: #a8c1c8;
}

.bdc-img img {
    width: 100%;
    margin-bottom: 0px;
}



/* Content Not Found */


.conentNotFound {
    position: relative;
}

.conentNotFound .error-4 {
    position: relative;
    padding: 100px 0px;
    margin: 15px auto;
    border: 1px solid #eee;
    border-radius: 4px;
}

.conentNotFound .error-4 h1 {
    font-size: 6em;
}

.conentNotFound .error-4 p {
    color: #ef3253;
}

/* Wrapper */
.subdomain-group { position: relative; }

/* Input: square join on the right, room for inside suffix */
.subdomain-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 200px; /* JS will fine tune if you use it */
    box-shadow: none;
}

/* Button: match input height, borders, and corners */
.subdomain-group .input-group-btn > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;                 /* remove double border between input and button */
    box-shadow: none;
    margin: 0;                      /* prevent theme margins from breaking alignment */
    vertical-align: top;            /* avoid 1px drop in some themes */
}

/* If you use the large size, keep both sides in sync */
.subdomain-group.input-group-lg .form-control,
.subdomain-group.input-group-lg .input-group-btn > .btn {
    height: 46px;                   /* Bootstrap 3 lg height */
    font-size: 18px;                /* Bootstrap 3 lg font-size */
    line-height: 1.33;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Default size fallback if you are not using -lg */
.subdomain-group:not(.input-group-lg) .form-control,
.subdomain-group:not(.input-group-lg) .input-group-btn > .btn {
    height: 34px;                   /* Bootstrap 3 default */
    font-size: 14px;
    line-height: 1.42857143;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Keep the suffix visually inside the input */
.subdomain-group .inside-suffix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120px;                   /* fallback; JS can set exact value */
    color: #777;
    pointer-events: none;
    white-space: nowrap;
    z-index: 3;
    font-size: 14px;
}

/* Optional visual harmony with Bootstrap defaults */
.subdomain-group .form-control,
.subdomain-group .input-group-btn > .btn {
    border-color: #ccc;
}

.footer-min { color: #bbb; }
.footer-min h4 { color: #fff; margin-top: 0; }
.footer-min a { color: #ddd; }
.footer-min a:hover, .footer-min a:focus { color: #fff; text-decoration: none; }
.footer-min .section-pad { padding-top: 40px; padding-bottom: 40px; }
.footer-min .small { font-size: 12px; }
.footer-min hr { border-color: rgba(255,255,255,0.08); }

/* Features top spacing fix */
.features-pad-fix { padding-top: 60px; } /* adjust to taste */