/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: http://themered.com/demo/hostqi
    Description: This is html5 template
    Author: Themered
    Author URI: http://themered.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    ## Theme Default CSS
    ## Default Typography
    ## Header Area
    ## Menubar Area
    ## Hero Area
    ## Service Area
    ## Domain Search Area
    ## Pricing Area
    ## Testimonial Area
    ## Blog Area
    ## Newsletter Area
    ## Footer Area
    
-----------------------------------------------------------------------------------*/



/* 
--------------------------
- Theme Default CSS
--------------------------
*/

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

#preloader {
    background: #fff url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding-top: 20px;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.bg-solid {
    background: #e74c3c;
    color: #fff;
}

.bg-solid .section-head h2, .bg-solid .section-head p {
    color: #fff;
}

.bg-dark {
    background: #2c3e50;
    color: #fff;
}



.section-padding-less {
    padding-bottom: calc(100px - 30px);
}

.section-head {
    text-align: center;
    margin-bottom: 100px;
}

.section-head h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-head h2
 span {
    color: #e74c3c;
}

.btn {
    border: none;
    border-radius: 0;
}

.btn-sml {
    position: relative!important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1em;
    padding: 10px 30px;
    transition: 0.2s all;
}

.btn-sml:after {
    content: "\f178 ";
    font-family: fontAwesome;
    position: absolute;
    opacity: 0;
    margin-left: 8px;
    right: 30px;
}

.btn-sml:hover:after {
    opacity: 1;
}

.btn-sml:hover {
    padding-right: 55px;
}

.btn-med {
    position: relative;
    padding: 15px 45px;
    border: solid 3px #fff;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.2s all!important;
}

.btn-med:after {
    content: "\f178 ";
    font-family: fontAwesome;
    position: absolute;
    margin-left: 10px;
    opacity: 0;
}

.btn-med:hover {
    padding: 15px 65px;
}

.btn-med:hover:after {
    opacity: 1;
}

.btn-lg {
    position: relative!important;
    text-transform: uppercase;
    font-weight: 900;
    padding: 22px 45px;
    font-size: 20px;
    transition: 0.2s all;
    z-index: 10!important;
}

.form-control {
    border: none;
    border-radius: 0;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 18px;
    color: #888;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

/** Scroll To Top **/
@keyframes scrollToTopAnim {
    from {
        transform: translateY(0);
    } to {
        transform: translateY(15px);
    }
}

.scrollToTop {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    bottom: 45px;
    right: 45px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    animation: scrollToTopAnim 0.75s alternate infinite;
}

.scrollToTop i {
    color: #fff;
}

.scrollToTop:before {
    content: "";
    position: absolute;
    display: inline-block;
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.75);
    top: -16px;
    left: calc(50% - 8px);
}


/* 
--------------------------
- Default Typography
--------------------------
*/

body {
    font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: #34495e;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Nunito', sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.2222em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.9em;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 2.4;
    margin: 0;
    color: #2c2f3e;
    font-weight: normal;
}

p img {
    margin: 0;
}

span {
    font-family: 'Nunito', sans-serif;
}

/* em and strong */
em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 0.7em;
}

/*  blockquotes */
blockquote {
    border-left: 0 none;
    font-family: 'Nunito', sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

blockquote::before {
    color: #4e5665;
    font-family: FontAwesome;
    font-size: 2em;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 1em;
    line-height: 36px;
}

blockquote cite {
    display: block;
    font-size: 0.7em;
    font-style: normal;
    line-height: 18px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */
abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

abbr:hover {
    cursor: help;
}

/* links */
a,
a:visited {
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #2c2f3e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover,
a:active {
    color: #00b0ff;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48!important;
}


/* list */
ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul li {
    list-style-type: none;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
}

ul.large li {}

li p {}


/* definition list */
dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}


/*
--------------------------
- Header Area
--------------------------
*/
.offer-bar {
    background: #f39c12;
    color: #fff;
    padding: 15px 0;
    box-shadow: inset 0 -4px 13px -8px rgba(0, 0, 0, 0.75);
}

.offer-bar .offer-text p {
    font-weight: 300;
    color: #fff;
}

.offer-bar .offer-text p strong {
    font-weight: 800;
    text-transform: uppercase;
}

.offer-bar .offer-btn .offer-close {
    position: relative;
    padding: 3px 8px;
    border-radius: 40px;
    top: 2px;
    cursor: pointer;
    transition: 0.2s all;
}

.offer-bar .offer-btn .offer-close:hover {
    background: rgba(0, 0, 0, 0.25);
}

.btn-offer {
    background: rgba(0, 0, 0, 0.25);
}

.btn-offer:hover {
    color: #fff;
}

.mini-contact li a {
    color: #fff;
}

.contact-bar {
    padding: 15px 0;
}

.mini-contact li:after {
    content: "";
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    height: 6px;
    width: 6px;
}

.mini-contact li:last-child:after {
    display: none;
}

/*
--------------------------
- Menubar Area
--------------------------
*/

.menu-area {
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fixed-nav {
    margin-top: 112px;
}

.fixed-nav .menu-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar-toggle {
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    padding: 10px 12px;
    margin: 0 5px;
}

.menu-area .navbar {
    margin: 0;
    padding-bottom: 30px 0;
}

.menu-area .navbar .navbar-brand {
    padding: 0;
}

.menu-area .navbar .navbar-brand img {
    height: 95px;
}

.menu-area .navbar .navbar-brand p {
    font-size: 1.9em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
}

.menu-area .navbar-nav li {
    margin-right: 15px;
}

.menu-area .navbar-nav li:last-child {
    margin: 0;
}

.menu-area .navbar-nav li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
}

.menu-area .navbar-nav li a:hover ,
.menu-area .navbar-nav li a:focus {
    background: none;
    color: #2c2f3e;
}

.menu-area .navbar-nav .btn-client, .navbar-nav .btn-support {
    background: #e74c3c;
    border: solid 2px #e74c3c;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin: 7px 0;
}

.menu-area .navbar-nav .btn-support {
    background: transparent;
    color: #34495e;
}

/** Dropdown **/
.mainmenu {
    position: relative;
}

.menu-area .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
}

.menu-area .navbar-nav .dropdown-menu:before {
    position: absolute;
    content: "";
    border: solid 8px transparent;
    right: 25px;
    top: -16px;
    border-bottom-color: #fff;
}

.menu-area .navbar-nav .dropdown-menu li {
    margin: 0;
}

.menu-area .navbar-nav .dropdown-menu li:last-child {
    border: none;
}

.menu-area .navbar-nav .dropdown-menu li a {
    font-size: 1em;
    padding: 15px 30px;
}

/*
--------------------------
- Hero Area
--------------------------
*/

.hero-btn {
    margin-top: 30px;
}

.hero-text .hero-list li {
    color: #fff;
    margin: 15px 0;
}

.hero-text .hero-list li:before {
    content: "\f178";
    font-family: fontAwesome;
    margin-right: 15px;
}

.btn-hero {
    background: #fff;
}

.btn-hero-rev {
    background: transparent;
    color: #fff!important;
}

.owl-slider a {
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-slider h2 {
    color: #fff;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.owl-slider p {
    color: #fff;
}

.slider {
    height: 540px;
}

.slider-thumbnail li.active {
    position: relative;
}

.slider-thumbnail li.active:before {
    position: absolute;
    content: "";
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #eee;
    top: -20px;
    left: calc(50% - 10px);
    z-index: 1;
}

#slide1 {
    background: #e74c3c;
}

#slide2 {
    background: #337ab7;
}

#slide3 {
    background: #e74c3c;
}

#slide4 {
    background: #337ab7;
}

#slide5 {
    background: #2c3e50;
}

.btn-help {
    background: #34495e;
    color: #fff;
}

.btn-help:hover {
    color: #fff;
}

.slider-thumbnail {
    background: #eee;
}

.slider-thumbnail
 .thumbnail-text .thumb-icon {
    font-size: 1.5em;
    display: block;
    line-height: 1;
}

.slider-thumbnail .thumbnail-text {
    text-align: center;
}

.slider-thumbnail .thumbnail-text .thumb-text {
    text-transform: uppercase;
    font-weight: 900;
}

.slider-thumbnail
 li {
    width: calc((100% / 5) - 4px);
    padding: 15px 0;
}


/*
--------------------------
- Service Area
--------------------------
*/

.single-service {
    padding: 45px 30px;
    text-align: center;
    margin-bottom: 30px;
    border: solid 3px transparent;
    transition: 0.2s all;
}

.single-service:hover {
    border-color: #e74c3c;
}

.single-service .ss-icon {
    position: relative;
    font-size: 2em;
    display: inline-block;
    color: #fff;
    background: #e74c3c;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    margin-bottom: 30px;
    transform: translateY(-15px);
    transition: 0.2s all;
}

.single-service:hover .ss-icon {
    transform: translateY(0);
}

.single-service .ss-icon:after {
    content: "";
    border: solid 10px transparent;
    position: absolute;
    bottom: -20px;
    right: calc(50% - 12px);
    border-top-color: #e74c3c;
}

.single-service .ss-text h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/*
--------------------------
- Domain Search Area
--------------------------
*/

.ds-area .ds-text {
    text-align-last: center;
}

.ds-area .ds-text
 h2 {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ds-area .domain-price {
    margin-top: 30px;
}

.ds-form .form-control {
    padding: 35px 25px;
}

.ds-form .btn-search {
    background: #34495e;
    color: #fff;
}

.btn-lg:after {
    content: "";
    position: absolute;
    left: -16px;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-right-color: #34495e;
}

.btn-lg:hover {
    padding-left: 80px;
    padding-right: 60px;
}

.btn-lg:before {
    content: "\f002 ";
    position: absolute;
    font-family: fontAwesome;
    margin-right: 10px;
    left: 55px;
    opacity: 0;
}

.btn-lg:hover:before {
    opacity: 1;
}

.ds-area .ds-text p {
    color: #fff;
    margin-bottom: 15px;
}

.domain-price .p-box {
    background: #34495e;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.domain-price .p-box span {
    font-size: 2em;
    font-weight: 900;
}

.domain-price .p-box p {
    color: #fff;
    line-height: 1.4;
}


/*
--------------------------
- Pricing Area
--------------------------
*/

.pricing-item {
    background: #34495e;
    color: #fff;
    padding: 40px 30px;
    border: solid 5px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 360px;
    margin-bottom: 30px;
}

.pricing-item.pricing-best {
    background: #e74c3c;
}

.pricing-item .pricebox .price p {
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

.pricing-item .pricebox .price p
 span {
    font-size: 0.5em;
    font-weight: 300;
}

.pricing-item .pricebox .price-title h3 {
    position: relative;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
}

.pricing-item .availability {
    padding: 30px 0;
}

.pricing-item .availability li {
    padding: 10px;
    margin: 5px 0;
    background: rgba(0, 0, 0, 0.25);
}

.pricing-item .availability li:last-child {margin-bottom: 0;}

.pricing-item .availability li:hover {
    background: #fff;
    color: #000;
}

.pricing-item.pricing-best .pricebox .price-title h3:before {
    content: "best";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    right: -30px;
    padding: 2px 10px;
    font-size: 0.9em;
}

.pricing-item .btn-buy {    
    background: #fff;
}


/*
--------------------------
- Testimonial Area
--------------------------
*/

.testimonial-single {
    margin-bottom: 30px;
    padding: 30px;
}

.testimonial-single .t-author img {
    border: solid 4px #fff;
    border-radius: 60px;
    padding: 5px;
    margin-bottom: 15px;
}

.testimonial-single .t-author {
    text-align: center;
}

.testimonial-single .t-author h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}

.testimonial-single .t-author p:before {
    content: "( ";
}

.testimonial-single .t-author p:after {
    content: " )";
}

.testimonial-single .t-author p {
    color: #fff;
}

.testimonial-single .t-text {
    background: #fff;
    padding: 30px;
    position: relative;
    transform: translateX(15px);
    transition: 0.2s all;
}

.testimonial-single:hover .t-text {
    transform: translateX(0);
}

.testimonial-single .t-text:before {
    content: "";
    display: block;
    border: solid 10px transparent;
    position: absolute;
    top: 40px;
    left: -20px;
    border-right-color: #fff;
}

.partner-single img {
    filter: brightness(2) grayscale(1);
    transition: 0.2s all;
}

.partner-single img:hover {
    filter: none;
}


/*
--------------------------
- Blog Area
--------------------------
*/

.blog-area {
    background: #ecf0f1;
}

.blog-content {
    background: #fff;
    margin: 0 auto;
    max-width: 360px;
    margin-bottom: 30px;
}

.blog-content a:hover {
    color: #2c2f3e;
}

.blog-content .bc-text {
    padding: 30px 25px;
}

.blog-content .bc-text
 h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-content .bc-foot {
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    padding: 15px 30px;
}

.blog-content .bc-foot li {
    font-size: 0.9em;
}

.blog-content .bc-foot a {
    color: rgba(0, 0, 0, 0.5);
}


/*
--------------------------
- Newsletter Area
--------------------------
*/

.newsletter-area .nl-text h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.4;
}

.newsletter-area .form-control {
    background: #ecf0f1;
    padding: 35px 25px;
    font-size: 1em;
}

.newsletter-area .newsletter {
    position: relative;
    padding: 15px 0;
}

.newsletter-area .btn-newsletter {
    background: #e74c3c;
    color: #fff;
}

.newsletter-area .btn-newsletter:after {
    content: "";
    position: absolute;
    left: -16px;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-right-color: #e74c3c;
}

.newsletter-area .btn-newsletter:hover {
    padding-left: 80px;
    padding-right: 60px;
}

.newsletter-area .btn-newsletter:before {
    content: "\f002 ";
    position: absolute;
    font-family: fontAwesome;
    margin-right: 10px;
    left: 55px;
    opacity: 0;
}

.newsletter-area .btn-newsletter:hover:before {
    opacity: 1;
}

/* MailChimp */
.mailchimp-alerts {
    display: block;
    position: absolute;
    top: 15px;
    z-index: 10;
    width: 100%;
    
}

.mailchimp-alerts div {
    margin: 0;
    color: #000;
    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{}

.alert {
    padding: 22px 15px;
}

.mailchimp-success{
    margin-top: -20px;
    color: green;
}

.mailchimp-error{
    color: red;
    margin-top: 50px;
    padding: 9px 15px;
}


/*
--------------------------
- Footer Area
--------------------------
*/

.service-counter-area .service-counter {
    border-bottom: solid 3px rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
}

.footer-area p ,
.footer-area a {
    color: #fff;
}

.footer-widget-area .footer-widget {
    padding: 50px 0;
}

.footer-widget h4 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-widget .fw-link li {
    margin-bottom: 15px;
}

.footer-widget .fw-link li a {
    color: #fff;
}

.footer-widget .fw-link li:last-child {
    margin-bottom: 0;
}

.footer-widget p {
    color: #fff;
}

.copyright-area .copyright {
    border-top: solid 3px rgba(0, 0, 0, 0.25);
    padding-top: 30px;
}

.copyright-area .copyright .copyright-right {
    text-align: right;
}

.copyright-area .copyright p {
    color: #fff;
}

.footer-widget .fw-single {
    margin-bottom: 30px;
}

.footer-widget .fw-single p {
    line-height: 2;
}

.footer-widget .fw-payment img {
    
height: 20px;
}

.service-counter .counters .counter p {
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.service-counter .counters .counter p i {
    font-style: normal;
}

.service-counter .counters .counter p span {
    font-size: 0.5em;
    display: block;
}

.service-counter .sc-right {
    padding: 10px;
    background: rgba(0, 0, 0, 0.25);
}

.service-counter .sc-right .scr-icon {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 14px 10px;
    font-size: 2em;
    line-height: 0;
}

.service-counter .sc-right .scr-text {
    padding: 6px 0;
}

.service-counter .sc-right .scr-text p {
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
}