
/*
    Template Name:kular-hosting multipage teamplate
    Author: Themeturn
    Author URI: http://themeforest.net/user/ThemeTurn
    Description: 
    Version: 1.0
*/


/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  NAVIGATION AREA
5.  SLIDER SECTION
6.  SECTION ABOUT
7.  SECTION FEATURES
8.  TESTIMONIAL AREA
9.  SECTION SERVICES
10.  SECTION FOOTER

Others page content 
=====================================
11. PAGE INTRO
12. ABOUT SECTION
13. SECTION BANNER
14. OUR HSOTING SECTION

*/

/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);



/* 2 - General styles
------------------------------------------------------------------------*/
:-moz-selection {
    background-color: #e6ae49;
    color: #FFF;
}

::-moz-selection {
    background-color: #e6ae49;
    color: #FFF;
}


body {
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #6a6a6a;
    font-size: 14px;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    background: #fff;
}

html {
    width: 100%;
    height: 100%;
}

.no-padding{
    padding: 0;
}



a, a:focus, a:active, a:link, img {
    outline: none;
}


a {
    color:#555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}


a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color:#D24D28;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

a:focus {
    outline:none;
    outline-offset:0;
}

a:link,
a:visited{
    text-decoration: none;
}


p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #777;
    letter-spacing: 1px;
}
.dark-bg {
    background: #323232;
    color: #fff;
}


img {
     height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

iframe,
audio {
    width: 100%;
    height: auto;
    border: none;
}

ul,li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


/* 2.1 - Headings 
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #323232;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px;
}

h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
}

h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
}
 
h5 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}


/* buttons style */
.btn{
    padding: 12px 40px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.btn-container{
    margin-top: 35px;
}
.btn-primary.black{
    background:#333;
    border: 3px solid #fff;
    color: #FFF;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    
}
.btn-primary.black:hover{
    border: 3px solid#333;
    background: #fff;
    color:#333;
}

.btn-primary{
    background: #fff;
    color: #333;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 700;
     border: 3px solid#333;

}
.btn-primary:hover{
    background:#2A2A2A;
    border: 1px solid#333;
    color: #fff;
}


.btn-primary.feature{
    background:#D24D28;
    border: 3px solid#fff;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.btn-primary.feature:hover{
    background: #fff;
    color: #2A2A2A;
    border-color: #999;
}

.section-padding{
    padding-bottom: 85px;
}

.section-heading{
    margin-bottom: 70px;
    padding-top: 80px;
}
.section-heading p{
    width: 60%;
    margin: 0px auto 30px;
}
.section-heading hr{
    width: 7%;
    border-color: #ddd;
}


.sec-line{
    position: relative;
    width: 90px;
    height: 1px;
    background: #888;
    margin: 30px auto;
}
.sec-line:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #888;
    top: -6px;
    left: 18px;
}


.sec-line:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #888;
    bottom: -6px;
    left: 18px;
}

/* =============================================
 NAVIGATION AREA
=====================================================*/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}


.navbar-custom .nav li.active a:hover {
    font-weight: 700;
}



@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom img {
    	padding: 0px;
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background: #fff;
    }
    .navbar-custom.top-nav-collapse .nav li a{
        color: #232323;
    } 
    .navbar-custom.top-nav-collapse .nav li.active a{
        background-color: #FE5E3E;
        color: #fff!important;
    }
    .navbar-custom.top-nav-collapse .navbar-brand{
        margin-top: -10px;
        -webkit-filter: invert(1);
   		filter: invert(1);
   		width: 80%;
    }

}


/*============================
= Home Section               =
============================*/
.home-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.full-screen {
    height: 440px;
    width: 100%;
}

.parallax-hero, .zoom-hero {
    position: fixed;
    top: 0px;
    left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-content {
  position: absolute;
  top: 10px;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.hs-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
}
.hs-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.hs-text-6{
    color: #fff;
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.35em;
    margin-right: -0.35em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.home-section {
    background-image: url("/img/background.jpg");
}
.hs-text-2 {
    font-size: 90px;
    line-height: 1.3;
    color: #ffffff;
}

/*============================================
    ABOUT SECTION
===============================================*/
#section-about-intro{}

.about-intro{
    text-align: center;
}

.about-intro h4{
    margin-top: 30px;
}

/*===================================================
    SECTION FEATURES
=====================================================*/

#features{
    padding: 80px 0px;
     background: #FFFBDE;
}
.offer-heading{
    margin-bottom: 40px;
}

.offer-heading h2{
    line-height: 18px;
}

.offer-box{
    background: #fff;
   padding: 20px 30px;
}
.offer-box h2{
    float: left;
    font-size: 40px;
    margin-right: 10px;
    margin-top: 5px;
}
.offer-box h2 span{
    color: #FE5E3E;
}
/*=============================================================
	TESTIMONIAL AREA
===================================================================*/

#testimonial-box .item i{
    font-size: 25px;
    color: #FE5E3E;
}
#testimonial-box .item i.fa-quote-left{
    margin-right: 15px;
}
#testimonial-box .item i.fa-quote-right{
    margin-left: 10px;
}
.line{
    height: 4px;
    width: 40px;
    background: #FE5E3E;
    margin-top: 20px;
}

#testimonial-box .item h4{
    margin-top: 15px;
}
#testimonial-box .item h4 small{
    text-transform: capitalize;
}

/*=====================================================
    SECTION  SERVICES
==========================================================*/
#services{
    padding-bottom: 57px;
}

.service-inner{
     padding: 18px 0px;
     -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.service-icon i{
    font-size: 40px;
    float: left;
    margin-right: 25px;
    color: #000;
    width: 50px;
   margin-bottom: 90px;
}
.service-icon.default{}
.service-icon.default i{
    color: #FE5E3E;
}

i.green{
    color: #0FC68C;
}
i.blue{
    color: #00D2ED;
}
i.yellow{
    color: #f4f228;
}


#service-wrapper{
    background: #fff;
}





/*===========================================================
        SECTION CONTACT
===========================================================*/

#section-contact{
    padding: 40px 0px 130px;
    border-top: 1px solid#eee;
}

.info-box{
    margin-bottom: 5px;
}
.contact-info p{
    font-weight: 500;
    margin-top: 20px;
    color: #333;
}
.info-box i{
    display:inline-block;
    font-size: 25px;
    width: 60px;
    text-align: center;
    color: #333;
} 
.info-box .info-desc{
    display:inline-block;
} 
.info-box .info-desc p{
    font-weight: 500;
    color: #444;
    margin-top: 0px;
}
.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    height: 45px;
    width: 100%;
}
.contact-form{
	width: 70%;
	margin: 0 auto;
}


.form-control:hover, .form-control:focus {
    border-color:#FE5E3E;
}

.form-control {
    background: transparent none repeat scroll 0% 0%;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0px;
}


.form-group{
	margin-bottom: 18px;
}

.footer-box{
    text-align: center;
    margin-top: 50px;
    border: 1px solid#eee;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}
.footer-box h4{
    color: #FE5E3E;
}
.footer-box i{
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

/*========================================================
    SECTION FOOTER
=========================================================*/
#section-footer{
    background: #1B1B1B;
    padding: 50px 0px;
}

.footer-inner h4{
	color: #fff;
	text-transform: capitalize;
}

.info{
    margin-top: 15px;
}

.info .btn{
    margin-top: 10px;
}
.info p{
    color: #ADADAD;
}
.info ul li{
   padding-left: 15px;
   position: relative;
}
.info ul li a{
   	color: #ADADAD;
	margin-bottom: 10px;
	font-weight:normal;
	-webkit-transition:  all 150ms ease-in 0s;
	-o-transition:  all 150ms ease-in 0s;
	transition:  all 150ms ease-in 0s;
	text-transform: capitalize;
	display: block;
}

.info ul li:before {
    display: inline-block;
    text-align: center;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
    transition: all 0.3s ease-in 0s;
    color:#F8F8F8;
    padding-right: 10px;
}
.info ul li a:hover{
	color: #fff;
}


/*section bottom==========================*/
#section-btm{
    padding: 20px 0px;
    background: #FE5E3E;
    background: #171717;
}

.footer-btm p{
    color: #fff;
    text-transform: capitalize;
}
.footer-btm p.white,.footer-btm p span{
    font-weight: 700;
}
.footer-btm a, .footer-btm a:focus, .footer-btm a:link, .footer-btm a:visited { color: #fff; }
.footer-btm a:hover { color: #FE5E3E; }



/*==================== Others =============================*/


/* ================================================
	page intro
==========================================================*/
.parallax-overlay.bg-strip {
    background-image: url("../images/bg-strip.png");
    background-repeat: repeat;
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.parallax-overlay {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

#intro-wrapper{
	background: url("../images/slider/slide-1.png");
	background-size: cover;
	height: 400px;
}

.intro-heading{
	padding-top: 180px;
    text-align: center;
}

.intro-heading h2{
    font-size: 50px;
}
.intro-heading h2,.intro-heading p{
	color: #fff;
}
.intro-heading p{
	width: 70%;
    margin: 25px auto 0px;
}


/*============================================
    ABOUT SECTION
===============================================*/
.about-box{
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-box h4{
    margin: 20px 0px;
}
.about-box i{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
    color: #D24D28;
}


/*========================================================
    SECTION BANNER
==========================================================*/
#section-banner{
    background: url("../images/bg/bg-sub.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0px 75px;
}

.banner-wrap p{
    width: 70%;
    margin: 30px auto;
}



/*================================================
    OUR HSOTING SECTION
====================================================*/

.hosting-box{
    padding: 0px 20px 30px;
    border: 1px solid#eee;
    text-align: center;
    margin-top: 20px;
}
.hosting-box h3{
    background: #eee;
    padding: 40px 20px;
    letter-spacing: 2px;
    margin-top: -30px;
}
.hosting-box p{
    margin: 35px 10px;
}
.hosting-box h4{
    color: #D24D28;
}




/*=====================================================
    SECTION PRICING
==========================================================*/
#section-pricing{
    background: #F7F8FA;
}

.pricing-wrap{
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0px 0px 20px;
    border: 3px solid#444;
}
.plan-box{
    padding: 30px 0px;
}
.plan-name{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
    text-transform: uppercase;
}
.price{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    position: relative;
    padding-bottom: 20px;
}

.price small{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    font-style: italic;
}
.price:after{
    position: absolute;
    content:"";
    width: 40px;
    background: #333;
    height: 3px;
    left: 43%;
    bottom: -8px;
    margin: 0 auto;
}

.plan-desc li{
    padding: 10px 0px;
    color: #555;
}
.plan-btn{
   margin: 20px 0px 10px;
}
.pricing-wrap.feature .price,.pricing-wrap.feature .plan-box .plan-name, .pricing-wrap.feature .price small {
    color: #fff;
}


.da-slide{
	position: relative;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 1;
	left: 10%;
}
.da-slide .da-img{
	left: 60%;
}
.da-dots,
.da-arrows{
	display: none;
}

/*=====================================================
    SECTION CONTACT FORM
==========================================================*/

.contact-form {
	text-align: left;
	margin: 0;
	width: 80%;
}
.contact-form h3 {
	padding: 0 0 10px 0;
	font-size: 26px;
    font-weight: 100;
    line-height: 30px;
}

.contact-form p {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input, 
.contact-form form textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.contact-form form textarea {
	height: 162px;
}

.contact-form form .contact-error {
	border-color: #be5254;
}


input[type="text"], 
textarea {
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    background: #fff;
    border: 2px solid #888;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #888;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus, 
textarea:focus {
	outline: 0;
    border: 2px solid #be5254;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


input[type="text"]:-moz-placeholder, textarea:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; }

input #s { font-size: 14px; }

.contact-form button {
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #FE5E3E;
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.contact-form button:hover {
    background: #f1f1f1;
    color: #888;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.contact-form button:hover { background: #fff; color: #2a2a2a; border-color: #999; }

.contact-form button:active {
	outline: 0;
    background: #eee;
    color: #888;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form button:active { background: #888; color: #fff; }

.contact-form button:focus {
	outline: 0;
	background: #be5254;
	color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	background: #FE5E3E;
	color: #fff;
}

.footer-about {
	width: 80%;
}