@charset "utf-8";
/* CSS Document */
/*
Theme Name: FlatHost - Responsive Hosting Template
Version: 4.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/
/* ============ Table of Contents  ============

• GLOBAL STYLES
• HEADER
• MAIN FEATURES
• MORE FEATURES
• FEATURES LAYOUT
• TESTIMONIALS
• PLANS AND PRICING
• COMPARE PLANS
• DOMAIN SEARCh
• CONTACT
• FOOTER
• MODAL SIGNIN / SIGNUP
• BLOG
• CUSTOM MEDIA QUERIES
• NEW VERSIONS


If you having trouble in editing css. 
please send a mail to support@surjithctly.in

*/
/*========== GLOBAL STYLES ==============*/

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background: #FFF;
    position: relative;
    font-weight: 400;
    color: #888A8E;
}

a {
    color: #2cc76a;
}

a:hover,
a:focus {
    color: #1eb45a;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #515151;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.PlanPricing .price {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

p {
    color: #888A8E;
    line-height: 22px;
}
/*========== HEADER ==============*/

.navbar-header {
    min-height: 80px;
}

.navbar-default .navbar-toggle {
    border-color: #808080;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 370px;
}

.jumbotron {
    position: relative;
    color: #fff;
    /*text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);*/
    
    background: url(../img/header-bg.jpg) no-repeat #232a31;
    /* Old browsers */
    
    height: 400px;
    background-size: cover;
    overflow: hidden;
}

.navbar {
    background: #19313b;
    border-bottom: 0;
}

.navbar-collapse {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;
    filter: none;
    -ms-filter: none;
}

.navbar .nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.7em;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #CCC;
}

.navbar .nav > .active > a,
.navbar .nav > li.dropdown.active > .dropdown-toggle,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background: none;
    color: #2cc76a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav {
    padding: 12px;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 0;
}

.navbar .nav .dropdown.open > .dropdown-toggle,
.navbar .nav .dropdown.active > .dropdown-toggle,
.navbar .nav .dropdown.open.active > .dropdown-toggle {
    color: #FFF;
    background-color: transparent;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}
/*Multi Level Dropdown Menu*/

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
    .dropdown-submenu:hover>a:after {
        border-left-color: #A8A8A8;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
}
/*end mulitlevel dropdown*/

.btn-lg {
    font-size: 18px;
    padding: 20px 40px;
    margin: 5px 10px;
}

.btn-success {
    background-color: #555;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #555!important;
    color: #fff!important;
}

.btn-primary {
    background-color: #2db6d8;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #209ab8!important;
    color: #FFF!important;
}

.btn-danger {
    background-color: #f45c57;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #eb534e!important;
    color: #FFF!important;
}

.navbar .nav > .active > a.btn {
    background-color: #22bb5f!important;
    color: #FFF!important;
}

.hero-unit {
    background: none;
    text-align: center;
    padding: 60px;
    padding-top: 100px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.hero-unit h1 {
    padding-bottom: 15px;
    font-weight: bold;
}

.hero-unit h3 {
    font-weight: normal;
    padding-bottom: 15px;
    line-height: 1.5;
    color: #D5D5D5;
}

.slide2 {
    background: none;
    text-align: center;
    padding-top: 0px;
}

.slide2 h1 {
    font-size: 50px;
    font-weight: bold;
}

.slide3 {
    background: none;
    text-align: left;
    padding-top: 0px;
}

.slide3 h1 {
    font-size: 50px;
    padding-top: 0px;
    font-weight: bold;
}

.slide3 h3 {
    font-size: 20px;
    padding-right: 20px;
    color: #D5D5D5;
    line-height: 1.5;
}
/*========== MAIN FEATURES ==============*/

.mainFeatures {
    margin-top: 30px;
}

.img-thumbnail {
    border: 0;
    padding: 35px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.img-thumbnail h4,
.img-thumbnail p {
    text-align: center;
}
/*========== MORE FEATURES ==============*/

.PageHead {
    margin-top: 50px;
}

.PageHead h1 {
    text-transform: uppercase;
}

.PageHead h1,
.PageHead h3 {
    text-align: center;
}

.PageHead h3 {
    color: #9AA5AA;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
}

.features {
    margin: 20px 0;
    float: left;
}

.features img {
    float: left;
    padding: 10px 20px 0 0;
}

.features p {
    padding-left: 80px;
}
/*========== FEATURES LAYOUT ==============*/

.FeatLayout {
    margin-top: 50px;
}

.FeatLayout .Featimg {
    text-align: center;
}

.lead {
    color: #666;
}

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

.ticklist li {
    width: 50%;
    float: left;
    padding: 5px 5px 5px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/tick.png) no-repeat left;
}
/*========== TESTIMONIALS  ==============*/

.Testimonials p {
    margin-top: 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
}

.Testimonials .img-thumbnail img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.Testimonials .img-thumbnail h5 {
    text-align: center;
    color: #646464;
    font-weight: bold;
    margin: 18px 0;
}

.PartnersList {
    text-align: center;
    margin-top: 30px;
}
/* Animation */

.Testimonials .tm-data {
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (min-width: 767px) {
    .Testimonials .tm-data:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 2;
    }
}
/*========== PLANS AND PRICING ==============*/
/* Animation */

.PlanPricing {
    margin-top: 25px;
    margin-bottom: 20px;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (min-width: 767px) {
    .PlanPricing:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 2;
    }
}

.PlanPricing .planName {
    background: #202b34;
    padding-top: 0;
    padding-bottom: 25px;
    text-align: center;
}

.PlanPricing .price {
    padding: 5px;
    color: #2CC76A;
    font-size: 34px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #323F4A;
}

.PlanPricing .price .currency {
    font-size: 24px;
    vertical-align: top;
    padding-right: 3px;
}

.PlanPricing.Recommended .price {
    background: #f45c57;
}

.PlanPricing .planName h3 {
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.PlanPricing .planName p {
    color: #999;
    text-align: center;
}

.PlanPricing .planFeatures {
    background: #F5F5F5;
    text-align: center;
    padding: 10px;
}

.PlanPricing .planFeatures ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.PlanPricing .planFeatures ul li {
    padding: 13px 0;
    list-style: none;
    border-bottom: 1px solid #EFEFEF;
}

.PlanPricing p {
    margin: 0;
}

.PlanPricing .btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*========== COMPARE PLANS ==============*/

.ComparePlans {
    margin-top: 20px;
}

.ComparePlans .planFeatures {
    text-align: center;
    padding: 10px;
}

.ComparePlans .CompareList .planFeatures {
    text-align: left;
}

.ComparePlans .planFeatures ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ComparePlans .planFeatures ul li {
    padding: 13px 0;
    list-style: none;
    border-bottom: 1px solid #EFEFEF;
}

.ComparePlans .planHead1 {
    height: 60px;
    background: #FFF;
}

.ComparePlans .planHead2 {
    height: 60px;
    background: #2cc76a;
}

.ComparePlans .planHead3 {
    height: 60px;
    background: #f45c57;
}

.ComparePlans .planHead2 h3,
.ComparePlans .planHead3 h3 {
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 1.8;
}

.ComparePlans .pricing1 .planFeatures {
    border-right: solid 1px #2cc76a;
    border-left: solid 1px #2cc76a;
}

.ComparePlans .pricing2 .planFeatures {
    border-right: solid 1px #f45c57;
    border-left: solid 1px #f45c57;
}

.ComparePlans .btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*========== DOMAIN SEARCH ==============*/

.domain {
    position: relative;
    background: #34454e;
    background-size: cover;
    overflow: hidden;
    margin-top: 80px;
}

.domain h1 {
    color: #FFF;
    margin-top: 0;
}

.domain h3 {
    color: #D5D5D5;
    margin-bottom: 40px;
}

.input-append,
.input-prepend {
    display: inline;
}

.input-append input,
.input-prepend input {
    height: 50px;
}

.domain .submitbtn {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.input-append .btn-group:last-child > .dropdown-toggle {
    height: 50px;
    background: #e2e5e6;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
}

.domain select,
.domain input[type=text] {
    padding: 10px;
    height: 50px;
}
/*========== CONTACT ==============*/

.ContactUs {
    margin-top: 25px;
}

.ContactUs input[type=text],
.ContactUs input[type=email] {
    height: 50px;
}

.ContactUs textarea {
    height: 150px;
}

.ContactUs .btn {
    width: 100%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

address {
    color: #70747A;
}

.mapwrap iframe {
    margin-bottom: 20px;
}
/*========== FOOTER ==============*/

.footer {
    position: relative;
    color: #fff;
    background: url(../img/header-bg.jpg) no-repeat #232a31;
    background-size: cover;
    overflow: hidden;
    margin-top: 0px;
}

.footer h1,
.footer h3 {
    color: #FFF;
}

.footerlinks {
    margin: 20px 0px;
    margin-right: -465px;
}

.footerlinks p {
    color: #68737b;
    text-transform: uppercase;
    padding-top: 15px;
}

.footerlinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerlinks ul li {
    color: #FFF;
    padding: 2px 0;
}

.footerlinks ul li a {
    color: #FFF;
}

.copyright {
    margin: 30px 0;
}
/*========== MODAL SIGNIN / SIGHUP ==============*/

.modal-header {
    padding: 10px 30px;
    padding-right: 15px;
}

.modal-body {
    padding: 30px;
    padding-bottom: 15px;
}

.LoginSignup input[type="text"],
.LoginSignup input[type="password"] {
    font-size: 14px;
    border-radius: 3px;
    font-weight: normal;
}

.LoginSignup .btn {
    width: 100%;
    margin: 0;
}
/*========== BLOG ==============*/

.blogpost {
    margin-bottom: 30px;
}

.blogpost img {
    padding: 10px 0;
    max-width: 100%;
    min-width: 100%;
}

.blog h1.title {
    font-size: 30px;
    line-height: 32px;
}

.blog h3.subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 5px;
    margin-top: 0;
    color: #5F5F5F;
}

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

.bloglist li {
    padding: 5px 0;
    color: #666;
}

.bloglist li a {
    color: #666;
}

.commentform input {
    height: 40px;
}

.commentform textarea {
    height: 150px;
}

.commentform p {
    text-align: right;
}

.commentform .btn {
    margin-right: 0;
}

.media-list p {
    margin-bottom: 30px;
}

.media-list .timestamp {
    font-size: 12px;
    color: #999;
    display: block;
    padding: 5px 0;
}
/*========== MEDIA QUERIES ==============*/
/*MEDIA QUERIES*/

@media (max-width: 979px) {
    .hero-unit {
        padding: 190px 0;
        padding-bottom: 0;
    }
    .hero-unit h1 {
        font-size: 50px;
    }
    .hero-unit h3 {
        font-size: 18px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: normal;
    }
    .navbar .navbar-btn {
        margin-top: 20px;
        background: transparent;
        text-shadow: none;
        border: 0;
        box-shadow: none;
    }
    .navbar .navbar-btn:hover {
        background: transparent;
    }
    .navbar-fixed-top.navbar-absolute {
        position: absolute;
        margin: 0;
    }
    .navbar-collapse .nav > li > a:hover,
    .navbar-collapse .nav > li > a:focus,
    .navbar-collapse .dropdown-menu a:hover,
    .navbar-collapse .dropdown-menu a:focus {
        background: transparent;
    }
    .slide2,
    .slide3 {
        padding-top: 150px;
    }
    .slide3 h1,
    .slide2 h1 {
        font-size: 34px;
    }
    .slide3 h3,
    .slide2 h3 {
        font-size: 18px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    /*Nav*/
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #C0C0C0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #2cc76a;
        background-color: transparent;
    }
    .dropdown-menu .divider,
    .nav .nav-divider {
        background-color: #474747;
    }
    .navbar-nav .open .dropdown-menu {
        display: block;
    }
    .dropdown-submenu {
        margin-left: 20px;
    }
    /*Header*/
    
    .jumbotron {
        padding: 20px 20px;
        margin-top: -20px;
        height: auto;
    }
    .hero-unit {
        padding: 100px 0;
        padding-bottom: 0;
    }
    .hero-unit h1 {
        font-size: 36px;
    }
    .flex-direction-nav {
        display: none;
    }
    .PageHead h3,
    .FeatLayout h3 {
        font-size: 20px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .jumbotron .navbar-fixed-top.navbar-absolute {
        top: 20px;
    }
    .navbar .navbar-btn {
        margin-top: 23px;
    }
    .domain {
        padding: 0 20px;
        margin-bottom: -20px;
    }
    .domain .input-append input.span11 {
        width: 83%;
    }
    .footer {
        padding: 20px 20px;
        margin-bottom: -20px;
    }
}

@media (max-width: 480px) {
    .domain .input-append input.span11 {
        width: 74%;
    }
    .ticklist li {
        width: 100%;
    }
    .modal {
        width: auto;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav > li.dropdown > ul {
        display: block;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar .navbar-nav > li.dropdown:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/*========== VERSION 1.1 ==============*/

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    top: 97%;
}
/*========== VERSION 1.2 ==============*/

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.4;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
}
/*========== VERSION 2 ==============*/

.navbar li.dropdown ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Image fix for IE*/

.img-responsive {
    width: auto \9;
}
/*========== VERSION 3 ==============*/
/*Mega Menu*/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
/* Animated FlexSlider */

.flexslider .clone h1,
.flexslider .clone h2,
.flexslider .clone h3,
.flexslider .clone p,
.flexslider .clone .btn,
.flexslider .clone img {
    opacity: 0;
}

.flexslider h3 {
    font-weight: normal;
}

.flexslider .flex-active-slide {
    opacity: 0;
    -webkit-transform: translateX(3em);
    -moz-transform: translateX(3em);
    -ms-transform: translateX(3em);
    -o-transform: translateX(3em);
    transform: translateX(3em);
    -webkit-animation: photocaption .65s ease forwards;
    -moz-animation: photocaption .65s ease forwards;
    animation: photocaption .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flexslider .flex-active-slide img {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
}

.flexslider .flex-active-slide h1 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.flexslider .flex-active-slide h2 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.flexslider .flex-active-slide h3 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flexslider .flex-active-slide p {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s
}

.flexslider .flex-active-slide .btn {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes fade {
    to {
        opacity: 1
    }
}

@-moz-keyframes fade {
    to {
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}

@-webkit-keyframes photocaption {
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes photocaption {
    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes photocaption {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
/*---------------------------------------------------
	WHMCS - CUSTOM
------------------------------------------------------*/

#top-nav a.quick-nav {
    color: #FFF;
    line-height: 34px;
}

.navbar-main .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #646464;
    background-color: #F2F2F2;
}

section#main-menu .navbar-default .navbar-nav>.open>a .caret,
section#main-menu .navbar-default .navbar-nav>.open>a:hover .caret,
section#main-menu .navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: initial;
    border-bottom-color: initial;
}

#main-menu .dropdown-menu>li>a {
    border-bottom: 0;
}

.admin-masquerade-notice {
    margin: 0;
    position: absolute;
    z-index: 10000000;
    right: 10px;
    top: 50px;
}

.list-group-item {
  padding: 10px 15px;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    background-color: #2cc76a;
    border-color: #2cc76a;
}

input[type=text],
input[type=email],
select,
textarea,
.form-control {
    border-color: #d3d3d3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=text]:hover,
input[type=email]:hover,
select:hover,
textarea:hover,
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: #454545;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-inverse {
    background-color: #161616;
    color: #fff;
}

.btn-inverse:hover,
.btn-inverse:focus {
    background-color: #272727;
}

.home-shortcuts {
    background: #38414A;
    color: #8E9296;
}

.home-shortcuts p {
    color: #8E9296;
}

.home-shortcuts li:first-child {
    border-left: 1px solid #444D56;
}

.home-shortcuts li {
    padding: 10px 3px;
    border-right: 1px solid #444D56;
}

@media (max-width: 767px) {
    .home-shortcuts li {
        border-bottom: 1px solid #444D56;
    }
}

.home-shortcuts .lead {
    line-height: 68px;
}

.main-content.home-page {
    min-height: inherit;
    margin-bottom: 15px;
}

.whmcs-branding {
    margin: 40px 0 20px;
}

.tweet p {
    font: 15px 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.tweet p span {
    display: block;
    margin-top: 3px;
}

.navbar-main .navbar-nav > li > a {
    color: #323232;
}

media (max-width: 768px) .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
    }
    #trueHeader #logo {
        float: left;
        display: inline-block;
        width: auto;
    }
    .menu_main .navbar-toggle,
    .foxu_header .navbar-header {
        float: right;
    }
    .menu_main .navbar-toggle {
        float: right!important;
        padding: 7px 7px !important;
        border-radius: 5px!important;
    }
}

.topbar {
    background-color: rgba(25, 49, 59, 0.93);
}

.navbar {
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: #F3F3F3;
    border: solid 1px #DFDFDF;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.footerlinks {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#main-menu .navbar-nav {
    padding: 0;
}

#main-menu .navbar-header {
    min-height: 60px;
}

#default-captcha-domainchecker {
    margin-top: 20px;
}
/* Statistics */

.stats-block {
    margin: 0 0 30px 0;
    overflow: hidden;
}

.stats-head {
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    background: #333;
    margin-bottom: 0;
    border-bottom-radius: 3px;
}

.stats-head span {
    float: right;
}

.stats-count {
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 47px;
    font-weight: 400;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.services-stats,
.domains-stats,
.invoices-stats,
.tickets-stats {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 25px;
}

.services-stats:hover,
.domains-stats:hover,
.invoices-stats:hover,
.tickets-stats:hover {
    text-decoration: none;
}

.services-stats {
    background: #7266ba;
}

.services-stats:hover {
    background: #8175C7;
}

.services-stats .stats-head {
    background: #5D52A3;
}

.domains-stats {
    background: #13c37f;
}

.domains-stats:hover {
    background: #24CF8D;
}

.domains-stats .stats-head {
    background: #12AA6F;
}

.invoices-stats {
    background: #23b7e5;
}

.invoices-stats:hover {
    background: #35C2EE;
}

.invoices-stats .stats-head {
    background: #1FA3CC;
}

.tickets-stats {
    background: #e84c3d;
}

.tickets-stats:hover {
    background: #EC5B4D;
}

.tickets-stats .stats-head {
    background: #D13C2D;
}


/*domian*/

.domain-checker-container {
	background: #34454e;
}


.domain-checker-available, .domain-checker-unavailable {
  padding: 25px 0;
}

/*table*/

table.table-list thead th {
  background-color: #F5F5F5;
  border-bottom: 1px solid #E5E5E5;
}

.table-list > tbody > tr:hover > td {
  background-color: #F4F4F4;
}

table.table-list tbody td.dataTables_empty {
	  text-align: center;
  padding: 20px 0;
}


/*whmcs navbar*/

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #919191;
}
.navbar-inverse .navbar-toggle {
  border-color: #999;
}

@media (max-width: 768px) {
.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #0F0F0F;
}
.navbar-main .dropdown-menu .divider, .nav .nav-divider {
  background-color: #E2E2E2;
}
}

.breadcrumb { 
  background-color: transparent;
 }

 div.header-lined h1 {
  border-bottom: 1px solid #EFEFEF;
}

div.header-lined .breadcrumb {
  padding-left: 5px;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 400px;
}
.fade-carousel .carousel-inner .item {
    height: 400px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 2em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	color:#fff;
}
.hero h3 {
	color:#fff;
	text-transform : none !important;
}
.hero p {
	color: #fff;
    font-size: 20px;
    MARGIN: 22px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;

    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #29abe2;
    border-color: #29abe2;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://www.wibcloud.com/templates/flathost/img/webmaster.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://www.wibcloud.com/templates/flathost/img/webmaster2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://www.wibcloud.com/templates/flathost/img/CRM.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 23px; }    
}
.domainsect{
	background-color:#ccc;
}
.trouvernom {
	
}
.trouvernom h2{
	color: #fff;
}
.trouvernom p{
	color: #fff;
	margin-top: 24px;
}
.trouvernom .list-tld li {
    position: relative;
    float: left;
    width: 110px;
    height: 59px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    background-color: #14baf6;
    -moz-box-shadow: 0 0 15px -3px black;
    -webkit-box-shadow: 0 0 15px -3px black;
    box-shadow: 0 0 15px -3px black;
	color: #fff;
}
.list-tld{
	margin-top:40px;
}
.trouvernom .list-tld .tld-item-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}
.trouvernom .list-tld .tld-item-price {
    position: absolute;
    left: 10px;
    bottom: 25px;
    font-size: .8em;
}
.trouvernom .list-tld span:last-child {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: .8em;
}
.tld-item .creative .tld-org span {
	color: #fff;
}
@media screen and (max-width: 640px) {
.calluss {
    background-position: 98%;
    background-size: 308%;
}
}

@media screen and (max-width: 640px) {
.webhostingslid {
    background-position: 36%;
    background-size: 521% auto;
}
}
.btn.btn-scr,
.btn.btn-scr:hover,
.btn.btn-scr:focus {
    color: #f5f5f5;
    background-color: #29abe2;
    border-color: #29abe2;
    outline: none;
    margin: 20px auto;
}
@media screen and (max-width: 640px) {
.btn.btn-scr {
    padding: 4%;
}
}
@media screen and (max-width: 640px) {
	.input-group-btn {
    padding-top: 7px;
}
.input-group {
    display: block;
    margin: 37px;
}
}	
h1.hptit {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-top: 9px;
}
.sticky {
    height: auto;
    width: auto;
    background: rgba(182, 180, 180, 0.38);
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 13px 30px 12px 24px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -6px;
}
.tableprice {
	background-color: rgba(197, 197, 204, 0.16);
    min-height: 512px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    -moz-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
}
.tablepricezoho {
	background-color: rgba(197, 197, 204, 0.16);
    min-height: 319px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    -moz-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
}
.tablepricezoho2 {
	background-color: rgba(197, 197, 204, 0.16);
    min-height: 360px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    -moz-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
}
.section-plan {
    display: block;
    width: 100%;
    padding: 20px 33px 0 40px;
    box-sizing: border-box;
}
.domain-checker-bg h3{
    font-size: 18px;
    font-weight: 400;
}
ul.details{
	font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-left: 0;
    margin-top: 33px;
	margin:0; 
	padding:0;
}
ul.details li{
	list-style:none;
}
.numdetail{
	color: #29abe2;
}
span.nouveau{
	float: right;
    margin-right: -33px;
    font-size: 12px;
    background-color: #29abe2;
    padding: 4px;
    color: #fff;
}
.section-prix {
    float: right;
    margin-top: 40px;
    padding-right: 20px;
}
.section-prix-zoho {
    float: right;
    margin-top: 40px;
    padding-right: 40px;
}

.apartir {
    color: #797777;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: -.5em;
    text-align: left;
}

.pricee {
    font-size: 32px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
    color: #29abe2;
    margin: 0;
    padding-top: 10px;
}

.htspan {
    color: #000;
    font-size: 17px;
    margin: 0;
    padding: 0;
    margin-left: 0;
}

.commander {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-left: -5px;
}
.pricingtable {
    margin: 0;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-image: url(../img/globe.png);
    background-color: #f8f8f8;
}
.pricingtable h2{
    color: #29abe2;
	    margin-bottom: 54px;
}
@media (max-width: 992px) {
    .pricingtable {
        padding: 40px 0;
    }
}
.pricingtable h3{
    font-size: 18px;
    font-weight: 400;
}
.bottomcol{
	margin-bottom:50px;
}
.btn.btn-compare{
	color: #f5f5f5;
    background-color: #19313b;
    border-color: #f5f5f5;
    outline: none;
    margin: 20px auto;
}
.support {
	background: url('/templates/flathost/img/oldphone.jpg') no-repeat;
    background-size: cover;
    float: left;
    min-height: 390px;
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.support h2 {
	color:#fff;
}
.support p {
	color:#fff;
}
.txtsupport{
	background-color: #29abe2;
	min-height:390px;
	padding: 50px;
	
}
.txtsupport h2{
	color:#fff;
}
.txtsupport p{
	color:#fff;
}
span.service {
    background-color: #f8f8f8;
    color: #19313b;
    padding: 5px;
    font-weight: 600;
}
span.appelernous{
	font-weight: 600;
	font-size:19px;
	font-size: 27px;
	color:#fff;
}
.pointsfort {
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-color: #f8f8f8;
}
.pointsfort h2 {
	margin-bottom: 48px;
    margin-top: 48px;
}
.pointsfort h3 {
	font-size: 24px;
    color: #000;
}
.pointsfortt h2 {
	color:#29abe2;
	text-align: center;
}
.pointsfortt p {
	color:#000;
}
.rowfort{
	margin-bottom: 40px;
}
.imgfort{
text-align: center;
}
.pointforttext {
    margin-top: 80px;
}
.plans{
	margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-position: 11% -5px;
    background-color: #f8f8f8;
}
.plans h2 {
	color:#29abe2;
	text-align: center;
	margin-bottom: 40px;
}
table.table td {
	    text-align: center;
    padding: 27px 0 !important;
    font-size: 18px;
	border-right: 1px solid #dddddd;
    font-weight: 400;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
table.table th {
    text-align: center;
    font-size: 18px !important;
    line-height: 60px !important;
	border-right: 1px solid #dddddd;
	    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
table.table td:last-child {

	border-right: none;
}
table.table th:last-child {

	border-right: none;
}
.oui{
    background: url(../img/oui.png) no-repeat center;
}
.contact-nous{
	margin: 0;
    padding: 41px 0;
    background-color: #29abe2;
    color: #fff;
}
.contact-nous h4 {
	    font-weight: 600;
    font-size: 19px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.FAQ{
	margin: 0;
    padding: 41px 0;
    background-color: #fff;
    color: #fff;
	margin-bottom: 50px;
}
.FAQ h3 {
	margin-bottom: 30px;
}
#accordion-first .accordion-group {
    margin-bottom: 10px;
}

#accordion-first .accordion-heading, #accordion-first .accordion-toggle:hover, #accordion-first .accordion-heading .accordion-toggle.active {
    background: none repeat scroll 0% 0% transparent;
}
#accordion-first .accordion-heading {
    border-bottom: 0px none;
    font-size: 18px;
}

#accordion-first .accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    color: #29abe2;
    outline: medium none !important;
    text-decoration: none;
}

#accordion-first .accordion-heading .accordion-toggle.active em{background-color: #29abe2;}

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #29abe2;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    margin-right: 8px;
    text-align: center;
    width: 21px;
	}
	
.accordion-inner {
    color: #908b8b;
    margin: 16px;
}
@media (max-width: 767px) {
.commander {
    margin-left: -16px;
}
}
.fade-carousel .slides .slide-4 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/serveurs.jpg);
}
.fade-carousel .slides .slide-4 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-5 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/ecommerce.jpg);
}
.fade-carousel .slides .slide-5 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-6 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/carouselticket.jpg);
}
.fade-carousel .slides .slide-6 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-7 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/slidcrm.jpg);
}
.fade-carousel .slides .slide-7 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-8 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/slid2team.jpg);
}
.fade-carousel .slides .slide-8 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero h4 {
    color: #fff;
    text-transform: none !important;
    font-size: 18px;
}
span.soustitre{
	font-size: 26px;
}
.aboutzoho{
	text-align:center !important;
}
.aboutzoho h2{
	color: #29abe2;
    margin-bottom: 22px;
	text-align:center;
}
.aboutzoho p{
	text-align:center;
}
.formationzoho {
	background: url('/templates/flathost/img/slid2team.jpg') no-repeat;
    background-size: cover;
    float: left;
    min-height: 390px;
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.formationzoho h2 {
	color:#fff;
}
.formationzoho p {
	color:#fff;
}
.txtformationzoho{
	background-color: #29abe2;
	min-height:390px;
	padding: 40px;
	
}
.txtformationzoho h2{
	color:#fff;
}
.txtformationzoho p{
	color:#fff;
}
.raisons p {
	color : #000;
	text-align:center;
}
.raisons h2 {
	    color: #29abe2;
	text-align:center;
}
.raisons h3 {
    font-size: 21px;
    color: rgb(41, 171, 226);
}
.blockraison {
    text-align: center;
    margin: 21px;
    border: 1px solid #dddddd;
    height: 185px;
    background-color: rgba(221, 221, 221, 0.37);
}
.raisons i {
    font-size: 54px;
    margin-top: -20px;
    color: #29abe2;
}
.blockraisons {
margin-top: 50px;
}
.videozoho h3 {
	color:#000;
	text-align:center;
	padding: 40px;
}
.videozoho p {
    margin-bottom: 42px;
}
.logos_blk {
    margin-bottom: 20px;
}
.tablezohocrm {
	background-color: rgba(197, 197, 204, 0.16);
    min-height: 300px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    -moz-box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
    box-shadow: 4px 4px 0 0 rgba(228,230,231,1);
}
.pricing {
    padding: 20px 33px 0 40px;
}
.col-md-6.seulprice {
    padding: 16px;
    color: #797777;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: -.5em;
    text-align: left;
}
.dh {
    font-size: 32px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
    color: #29abe2;
    margin: 0;
    padding-top: 0px;
}
span.parmois {
    color: #000;
    font-size: 17px;
    margin: 0;
    padding: 0;
    margin-left: 0;
}
.comparplans{
	margin-top:80px;
}
.fade-carousel .slides .slide-20 {
    background-image: url(/templates/flathost/img/dolibarr.jpg);
}
.fade-carousel .slides .slide-20 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
h3.dolibarrtitre {
	color: #29abe2;
    font-weight: 700;
}
.dolibarrprgv h2 {
	text-align:left;
	margin-bottom:0px !important;
}
.dolibarrprgv span{
	color: #29abe2;
    font-style: italic;
	margin-bottom:20px;
}
.txtdolibaargestion i {
    color: #fff;
    font-size: 36px;
    margin: 17px;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 16px;
}
.col-md-4.colicon {
    display: inline-flex;
    padding-left: 0px;
}
.colicon h4 {
    font-size: 15px;
    color: #fff;
    margin-top: 45px;
}
.dolibaargestion {
    background: url(/templates/flathost/img/gestiondolibaar.jpeg) no-repeat;
    background-size: cover;
    float: left;
    min-height: 484px;
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.dolibaargestion h2 {
	color:#fff;
}
.dolibaargestion p {
	color:#fff;
}
.txtdolibaargestion{
	background-color: #29abe2;
	min-height:484px;
	padding: 50px;
	
}
.txtdolibaargestion h2{
	color:#fff;
}
.txtdolibaargestion p{
	color:#fff;
}
p.prgrvdolibaar{
	margin-top: 20px;
}
 .next-drop {
	position: absolute;
    top: 290px;
    right: 0;
    cursor: pointer;
    z-index: 60;
}
 .prev-drop {
    position: absolute;
    top: 290px;
    left: 0;
    cursor: pointer;
    z-index: 60;
}
.itemheight{
	height: 700px !important;
}
.fade-carousell .slides .slide-21 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/dolibarrslide1.png);
}
.fade-carousell .slides .slide-21 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousell .slides .slide-22 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/dolibarrslide2.png);
}
.fade-carousell .slides .slide-22 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousell .slides .slide-23 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/dolibarrslide3.png);
}
.fade-carousell .slides .slide-23 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousell .slides .slide-24 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/dolibarrslide4.png);
}
.fade-carousell .slides .slide-24 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousell .slides .slide-25 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/dolibarrslide5.png);
}
.fade-carousell .slides .slide-25 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousell {
    position: relative;
    height: 700px;
}
.fade-carousell .carousel-inner .item {
    height: 400px;
}
.fade-carousell .carousel-indicators > li {
    margin: 0 2px;
    opacity: .7;
}
.fade-carousell .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
h2.dolibarrtext{
	text-align:center;
}
.exampledolibarr {
    margin: 0;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-color: #f8f8f8;
}
h2.dolibarrtext {
    text-align: center;
    color: #29abe2;
    margin-bottom: 30px;
}
.fade-carousel .slides .slide-30 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/G-suite.jpg);
}
.fade-carousel .slides .slide-30 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-40 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/ssl.jpg);
}
.fade-carousel .slides .slide-40 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.text-center i {
    color: #29abe2;
    font-size: 25px;
    margin: 10px;
}
.gsuite {
	background: url('/templates/flathost/img/top-hero.jpg') no-repeat;
    background-size: cover;
    float: left;
    min-height: 481px;
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.gsuite h2 {
	color:#fff;
}
.gsuite p {
	color:#fff;
}
.fade-carousel .slides .slide-41 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/ecommercessl.jpg);
}
.fade-carousel .slides .slide-41 {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-50 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/msoffice.jpeg);
}
.fade-carousel .slides .slide-50 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.certificatsection1 {
    text-align: center;
}
.certificatsection1 span {
    color: #29abe2;
    font-style: italic;
    margin-bottom: 20px;
}
.certificatsection1  h2{
    margin-bottom:10px;
	color: #29abe2;
}
.logossl{
	margin-top:30px;
}
p.prgrvssl {
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px;
}
.checkout{
	padding:43px;
}
.pricecheck{
	margin-top: 18px;
}
ul.supprt {
    margin-left: -38px !important;
}
ul.supprt li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin-bottom: 26px;
    line-height: 16px;
}
p.list {
    margin-left: 28px;
    margin-top: -20px !important;
}
.office365back {
	background: url('/templates/flathost/img/office365back.jpg') no-repeat;
    background-size: cover;
    float: left;
    min-height: 528px;
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
p.text-align {
    text-align: center;
}
.services365 {
    margin-top: 30px;
    text-align: center;
}
.services365 i {
    color: #29abe2;
    font-size: 75px;
}
.fade-carousel .slides .slide-61 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/enom1.jpg);
}
.fade-carousel .slides .slide-61 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-613 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/404-Background.jpg);
}
.fade-carousel .slides .slide-613 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.enomprgrv{
	font-size: 18px;
    line-height: 35px;
}
.contact-nous h5 {
    font-weight: 600;
    font-size: 29px;
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
}
.btn.btn-checkout {
    color: #29abe2;
    background-color: #f8f8f8;
    border-color: #f5f5f5;
    outline: none;
    margin: 20px auto;
}
.mailsupp{
	background-color: #29abe2;
	min-height:528px;
	padding: 50px;
	
}
.mailsupp h2{
	color:#fff;
}
.mailsupp p{
	color:#fff;
}
.enomtxt{
	background-color: #29abe2;
	min-height:597px;
	padding: 50px;
	
}
.enomtxt h2{
	color:#fff;
}
.enomtxt p{
	color:#fff;
}
i.fa.fa-arrow-circle-right {
    color: white;
}
.gsuitetext{
	background-color: #29abe2;
	min-height:481px;
	padding: 50px;
	
}
.gsuitetext h2{
	color:#fff;
}
.gsuitetext p{
	color:#fff;
}
.enombackground {
	background: url('/templates/flathost/img/office365back.jpg') no-repeat;
    background-size: cover;
    float: left;
    min-height: 597px;
    margin: 0;
    padding: 23px 0;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.fade-carousel .slides .slide-0001 {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/summerpromo.jpg);
}
.fade-carousel .slides .slide-0001 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carouselll .slides .slide-domaines {
    background-image: url(https://www.wibcloud.com/templates/flathost/img/domaines.jpeg);
}
.fade-carouselll .slides .slide-domaines {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.domaines-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
}
.domain-checker-container {
    background: rgba(52, 69, 78, 0.3) !important;
}
p.user-domains {
    display: inline-block;
    font-size: 12px;
    margin: 12px;
}
p.user-domains img {
    vertical-align: inherit;
}
/** Carousel Domaines names **/
.fade-carouselll {
    position: relative;
    height: 240px;
}
.fade-carouselll .carousel-inner .item {
    height: 240px;
}
.fade-carouselll .carousel-indicators > li {
    margin: 0 2px;
    opacity: .7;
}
.fade-carouselll .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/

.fade-carouselll .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carouselll .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
p.user-domains span {
    text-transform: none;
}
.includomain {
	text-align:center;
}
.includomain i {
    color: #29abe2;
    font-size: 40px;
    margin-bottom: 30px;
}
.includomain h3  {
	color: #29abe2;
}
.tabs{
	margin-top:40px;
}
.panell {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    background-color: #29abe2 !important;
}
.nav-tabs {
    border-bottom: none !important;
	text-align:center;
}
.nav-tabs>li {
	  float: none;
  display: inline-block;
}
.panel-default>.panel-heading {

    background-color: #f8f8f8 !important;

}
.nav-tabs>li>a {
    color: #1f98cc;
}
.tile {
    border-left: 1px solid #CDCDCD;
    padding: 35px;
}
.rowextension {
    border-bottom: 1px solid #CDCDCD;
}
.tile:first-child {
    border-left: none;
}
@media (max-width: 767px) {
.fade-carouselll .carousel-inner .item {
height:400px;
}
.fade-carouselll {
height:400px;
}
}
.input-group-lg>.input-group-btn>.btn {
padding:3px 9px;
}
.fade-carouselll .slides .slide-contact {
    background-image: url(../img/calluss.jpg);
}
.fade-carouselll .slides .slide-contact {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
h2.slidprgrv {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #fff;
}
@media screen and (max-width: 640px) {
h2.slidprgrv {
    font-size: 23px;
}
}
h3.titleh3 {
	text-align: center;
	text-transform: uppercase;
    color: #515151;
    font-weight: bold;
    font-size: 36px;
margin-top: 20px;
    margin-bottom: 10px;	
	line-height: 40px;
}
p.prgrvh3 {
    text-align: center;
    font-size: 21px;
}
.promospan {
	font-size:30px; 
	text-shadow: none; 
	color: #29abe2;
}
.nvpromo {
	background-color: #29abe2;
    margin-left: 3px;
    font-size: 18px;
    margin-top: -21px !important;
    position: absolute;
}
.codepromo100 {
background-color: #e17475;
    padding: 3px;
    position: relative;
    top: 23px;
    border: 1px solid #fff;
    border-style: dashed;
}