/*****************************************
Author: Hostingoutlet
Version: 1.0
URL: https://Hostingoutlet.eu

## General

## Navigation

## Slider

## Domain Search

## Hero

## Feature

## Action

## Pricing

## Testimonial

## Why Choose Us

## Subscribe

## Client

## Contact

## Footer

*****************************************  /





/*****************************************
            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: 'tahoma';
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    color: #000;
}

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: #3C4859;
}

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: #3C4859;
    margin: 0;
    line-height: 1;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.1em;
}

img {
    max-width: 100%;
}

hr {
    margin: 18px 0;
}

.bg {
    background-color: #3c4859;
    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%;
}

.section-title {
    margin-bottom: 80px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.section-pad {
    padding: 70px 0;
}

/*** 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: #3c4859;
    position: fixed;
    color: #fff;
    bottom: 30px;
    right: 30px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    border-radius: 4px;
    z-index: 5;
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
    transition: none;
}

.mt-5 {
    margin-top: 50px; /* You can adjust the value as needed */
}

.panel-default + .panel-default {

    margin-top: 20px!important; /* Adjust the margin-top value to control the spacing */
    padding:10px;
}



/*****************************************
            ## 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:focus {
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 36px;
    padding: 0;
}

.navbar-brand p {
    padding: 3px 0;
}

.navbar-brand img {
    width: 60px;
}

.navbar-brand span {
    position: absolute;
    display: inline-block;
    background: #fff;
    top: 0px;
    right: -40px;
    color: #3c4859;
    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: #fff;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.navbar-nav li a:hover {
    background: none;
}

.sticky-menu {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 13.7px -1.7px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    margin: 0;
}

.sticky-menu .navbar-brand span {
  background: #3c4859;
  color: #fff;
}

.sticky-menu .navbar-brand,
.sticky-menu li.active a {
    color: #3c4859;
}

.sticky-menu li a {
    color: #333;
}

.sticky-menu .navbar-toggle .icon-bar {
    background: #3c4859;
}





/*****************************************
               ## Slider
*****************************************/
.slider-area {
/*    background: url('../img/slider/Slider_1.jpg');*/
    background-color: #3c4859;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
}

.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: #eeeeee;
}

.domain-area .text {
    font-weight: 300;
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
}

.domain-area .text span {
    color: #3c4859;
    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: #3c4859;
    color: #fff;
    padding: 16px 40px;
    font-size: 1em;
    border: solid 1px #3c4859;
    -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;
}




/*****************************************
                ## Hero
*****************************************/
.hero-boxes {
    margin-bottom: -130px;
}

.hero-box {
    border: solid 1px #3c4859;
    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: #3c4859;
    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: #3c4859;
    font-size: 5em;
    margin-bottom: 20px;
}

.hero-box h3 {
    text-transform: uppercase;
    color: #3c4859;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.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;
    padding: 60px 30px;
    border-radius: 4px;
    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: #3c4859;
}

.feature-box h4 {
    text-transform: uppercase;
    margin: 15px 0;
}





/*****************************************
               ## Action
*****************************************/
.action-area {
    padding: 40px 0;
}

.action-text {
    font-size: 1.5em;
    text-align: left;
    margin: 0;
}

.btn-action {
    margin-top: 3px;
    background: #fff;
    color: #333;
    border: solid 1px #fff;
    padding: 15px 25px;
}

.btn-action:hover {
    background: none;
    color: #fff;
}





/*****************************************
               ## Pricing
*****************************************/
.pricing-area {
}

.price-item {
    padding: 0;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, #d3cdf2, #6d5ad3);
    border-image-slice: 1;
    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:black;
    margin: 0;
    padding: 35px 0;
    line-height: 1;
}

.price-item .price span.dollar {
    font-weight: 900;
}

.price-item p.price .period {
    font-size: 0.3em;
    display: block;
}

.price-item .level {
    background: #aea4e7;
    padding: 10px 0;
    font-weight: 700;
    color: white;
    margin: 0;
}

.price-item .features {margin-top: 20px;}

.price-item .features ul li {
    border-bottom: none;
    padding: 2px 0;
}

.price-item .features ul li:last-child {
    border: none;
}

.price-item .btn {
    background:#aea4e7;
    color: #ffffff;
    margin: 20px 0;
    padding: 10px 50px;
    font-size: 1em;
}

.btn:hover {
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}
.price-item:hover {
    box-shadow: 0 0 10px rgba(29, 0, 255, 0.5); /* Add your desired box shadow style here */
    cursor:pointer;
}

.best-seller,
.best-seller:hover {

box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}





/*****************************************
            ## Testimonial
*****************************************/
.testimonial-area {}

.testimonial-area .section-title h2 {
    color: #fff;
}

.single-testimonial {
    background: #fff;
    color: #000;
    margin: 0 5px;
    border-radius: 4px;
    padding: 30px 50px;
}

.single-testimonial h4 {
    margin: 15px 0;
}

.single-testimonial p {
    margin-bottom: 15px;
}

.single-testimonial img {
    border: solid 3px #3c4859;
    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;
}





/*****************************************
        ## Why Choose Us
*****************************************/
.why-choose-us-area {
    margin-bottom: -70px;
}

.choose-box {
    margin-bottom: 70px;
    padding: 20px;
}

.choose-box h3 {
    margin-bottom: 20px;
}
.choose-box p {
    font-size: 1.1em;
}

.choose-box .btn{
   
    font-size: 1em;
    padding: 15px 30px;
    margin-top: 20px;
    color:white;
}

.choose-box .btn:hover {
    background: none;
}

.why-choose-us-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;
}





/*****************************************
            ## 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 10px;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/*****************************************
              ## Contact
*****************************************/
/*
.contact-area .container {
    display: table;
}

.contact-area .address,
.contact-area .contact-form {
    display: table-cell;
    vertical-align: top;
    float: none;
    background: #fff;
}
*/

.contact-form {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.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: #3c4859;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 2px;;
    left: 0;
    width: 20px;
    text-align: center;
    color: #3c4859;
    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 #3c4859;
    color: #3c4859;
    font-size: 1em;
    padding: 15px 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#submitButton:hover {
    background: #3c4859;
    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;
    line-height: 1.5;
}

.address h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.address p {
    margin-bottom: 20px;
}

.address-box {
    margin-bottom: 8px;
    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: #3c4859;
    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 */
}

#contactform {
  position: relative;
  z-index: 1; /* The z-index should be higher than Google Maps */
  background: black;
  height: auto;
  color: white;
}





/*****************************************
               ## 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 a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: solid 1px #3c4859;
    text-align: center;
    color: #3c4859;
    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: #3c4859;
    color: #fff;
}

.footer-area p {
    margin: 0;
    line-height: 60px;
}


.housebtn{
    color:white!important;
    background-color:#3C4859!important;
}

.funclass{
    padding:20px;
    border-radius:10px!important;
}

.funheader{
    background-color:white!important;
}

.funtext{
    line-height:1.2;
    font-size:14px;
    margin-top:10px;
}

.fonter{
    font-family: 'tahoma';
    letter-spacing: 0.1px;
    font-size:22px;
    color: #4b4a4c!important;
    font-weight:600;
}

