/* ----------------------------------------------------------------------------------------
* Author        : Coderspoint
* Template Name : Lanhost - One Page Hosting Landing page
* File          : LanHost main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. Hero area css
05. Price area css
06. Action area css
07. Service area css
08. Pricing area css
09. Testimonial area css
10. Why Choose area css
11. Subscribe area css
12. Client area css
13. Contact area css
14. Footer area css
-------------------------------------------------------------------------------------- */

/* Fonts 'Gotham Rounded' */
@font-face {
  font-family: 'GothamRounded-Book';
  src: url('../fonts/GothamRounded-book.eot');
  src: url('../fonts/GothamRounded-book.woff2') format('woff2'),
       url('../fonts/GothamRounded-book.woff') format('woff'),
       url('../fonts/GothamRounded-book.ttf') format('truetype'),
       url('../fonts/GothamRounded-book.svg#GothamRounded-book') format('svg'),
       url('../fonts/GothamRounded-book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url('../fonts/GothamRounded-Medium.eot');
  src: url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
       url('../fonts/GothamRounded-Medium.woff') format('woff'),
       url('../fonts/GothamRounded-Medium.ttf') format('truetype'),
       url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg'),
       url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../fonts/GothamRounded-Bold.eot');
  src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
       url('../fonts/GothamRounded-Bold.woff') format('woff'),
       url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
       url('../fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg'),
       url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body { height: 100%; }

body {
    color: #6b7582;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 70px;
    font-family: 'GothamRounded-Book', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #3c4859;
    font-family: 'GothamRounded-Bold';
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

p { letter-spacing: 0px; }

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul, li { margin: 0; padding: 0; }

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus { outline: none; }

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #288feb;
}

.btn:hover, input[type="submit"]:hover {
    color: #fff;
    background: #f45e58;
}

.btn.btn-reverse { background: #f45e58; }
.btn.btn-reverse:hover { color: #333; background-color: #fff; }

.btn.btn-white { color: #333; background-color: #fff; }
.btn.btn-white:hover { color: #fff; background: #f45e58; }

.btn.btn-lg {
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 7px;
}

.section-big { padding: 80px 0px; }
.section-small { padding: 50px 0px; }

.section-title {
    margin: auto;
    max-width: 800px;
    margin-bottom: 60px;
}

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

.section-title h2 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 40px;
    margin-top: 0;
}

.section-title p { margin-top: 25px; }

/* preloader css */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img { max-width: 100%; }
.space { height: 30px; }

/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area { background: #fff; }

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    margin-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.sticky-menu .mainmenu { margin-top: 0px; }

.navbar { margin-bottom: 0; border: 0px; }

.navbar-brand {
    display: block;
    color: #288feb;
    text-transform: uppercase;
    font-family: 'GothamRounded-Bold';
    font-size: 36px;
    padding: 15px 0;
}
.navbar-brand span { color: #f45e58; }
.navbar-brand:hover { color: #288feb; }

.navbar-nav li { float: none; display: inline-block; }

.navbar-nav li a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

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

.mainmenu .navbar-nav li.active a { color: #288feb; }

/* Mobile Nav css */
.navbar-toggle .icon-bar { background: #288feb; }

/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */
.slider-area {
    background: #288feb;
    min-height: 400px;
}

.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item { height: 100%; }

@media (min-width: 992px) {
    .slider-area { height: 550px; }
}

.intro-text { text-align: left; color: #fff; }

.intro-text h1 {
    color: inherit;
    font-size: 47px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.intro-text p { font-size: 24px; color: inherit; }

.line-through { text-decoration: line-through; }

.intro-text ul {
    font-size: 1.2em;
    color: inherit;
    list-style-type: none;
}

.intro-text .btn { margin-top: 30px; }

@media(max-width: 991px) {
    .intro-text { margin: 80px auto; text-align: center; }
    .hero-overlay h2 { margin-top: 0px; font-size: 1.5em; }
}

#carousel-example-generic .animated { animation-delay: .5s; }

/* ----------------------------------------------------------------------------------------
*                               04. Hero area css
* ---------------------------------------------------------------------------------------*/
.hero-boxes { padding-top: 50px; }

.hero-box {
    background-color: #288feb;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 50px;
    border-radius: 10px;
}

.hero-overlay {
    position: absolute;
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #f45e58;
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.250, 0.250, 0.115, 1.445);
}
.hero-overlay h2 { color: #fff; }
.hero-box:hover .hero-overlay { opacity: 1; height: 100%; }

/* ----------------------------------------------------------------------------------------
*                                   05. Price area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 30px;
    margin: 0;
    text-align: center;
    position: relative;
    transition: 0.3s ease-out;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item .info { border-radius: 10px 10px 0 0; }

.price-item.featured .info {
    background: #288feb;
    margin-left: -15px;
    margin-right: -15px;
}

.price-item p.level {
    font-size: 30px;
    padding-top: 20px;
    letter-spacing: 1px;
    font-family: 'GothamRounded-Medium';
}

.price-item p.desc { font-size: 14px; margin-bottom: 0px; }

.price-item p.price {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    color: #333;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number { font-size: 70px; font-weight: 300; }

.price-item .features { margin: 30px 0; }

.price-item.featured p.level,
.price-item.featured p.price { color: #fff; }

.price-item .features li { padding: 5px 0; }
.price-item a.btn { display: inline-block; }

/* ----------------------------------------------------------------------------------------
*                                   06. Action area css
* --------------------------------------------------------------------------------------- */
.action-area {
    color: #fff;
    position: relative;
    background: #288feb;
}

.action-area h2 { color: #fff; margin: 0; }

/* ----------------------------------------------------------------------------------------
*                                   07. Service area css
* --------------------------------------------------------------------------------------- */
.service-area { padding-bottom: 30px; }

.home-services .service-box {
    -webkit-transform: translateZ(0);
    text-align: center;
    transition: 0.3s ease-out;
    margin-bottom: 50px;
}

.service-box p { text-align: left; }

.home-services .service-box i:before {
    font-size: 40px;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.home-services .service-box i.fa {
    color: #288feb;
    margin-top: 15px;
    margin-bottom: 25px;
}

.home-services .service-box h3 {
    position: relative;
    margin-top: 30px;
}

/* ----------------------------------------------------------------------------------------
*                                08. Testimonial area css
* --------------------------------------------------------------------------------------- */
/* Keeping the CSS is fine even if section is removed from HTML */
.testimonial-area {
    position: relative;
    background-color: #288feb;
}
.testimonial-area .section-title h2,
.testimonial-area .section-title p { color: #fff; }

.single-testimonial {
    background-color: #fff;
    padding: 30px;
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
}

/* ----------------------------------------------------------------------------------------
*                                   09. Why Choose area css
* --------------------------------------------------------------------------------------- */
.why-choose-area .container { max-width: 1000px; }
.choose-box { margin-bottom: 30px; }
.why-choose-area img { width: 100%; border-radius: 10px; }

.choose-content { overflow: hidden; }
.choose-content h3 { margin-top: 0px; position: relative; }

/* ----------------------------------------------------------------------------------------
*                                10. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area { background-color: #288feb; color: #fff; }

/* ----------------------------------------------------------------------------------------
*                                   11. Client area css
* --------------------------------------------------------------------------------------- */
.client-area { padding-bottom: 0px; }

/* ----------------------------------------------------------------------------------------
*                                   12. Contact area css
* --------------------------------------------------------------------------------------- */
.contact-form {
    background-color: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

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

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #288feb;
    font-size: 18px;
}

.in_name:before {content: '\f007';}
.in_email:before {content: '\f1d8';}
.in_message:before {content: '\f0e0';}
.in_phone:before {content: '\f095';}
.in_package:before {content: '\f233';}

.contact-form textarea#message {
    padding-top: 10px;
    height: 99px;
}

/* Messages */
.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 30px;
}

.address h3 { margin-top: 0; }

.address-box { margin-bottom: 10px; }

.address-box a:hover { color: #f45e58; }

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

/* --------------------------------------------------------------------
CONTACT EQUAL-HEIGHT FIX (Desktop only, mobile stacks normally)
--------------------------------------------------------------------- */

/* Default: mobile/tablet uses Bootstrap normal stacking */
.contact-row {
  display: block;
}

.contact-row > [class*="col-"] {
  display: block;
}

.contact-row .contact-form,
.contact-row .address {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

/* Desktop only: equal-height cards */
@media (min-width: 992px) {
  .contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .contact-row > [class*="col-"] {
    display: flex;
  }

  .contact-row .contact-form,
  .contact-row .address {
    height: 100%;
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------
*                                   13. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #ccc;
    text-align: center;
}
.footer-area p {
    margin: 0;
    line-height: 60px;
}
