/*=======================================================
                    GENERAL CSS
=====================================================*/
html,body{
    height:100%
}

body{
    font-family:"Roboto Condensed", sans-serif;
}

p{
    color: #64707b;
    font-size:16px;
    font-weight: 300;
}

h3{
    color:#41464b;
    text-transform: uppercase;
}

/*=======================================================
                    HOME
=====================================================*/
#home{
    height:100%;
}
#home-cover{
    height:100%;
    background-image: url("../img/bg-home2.jpg");
  
}

#home-content-box{
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    
}


#home-heading h3{
    /*color:rgb(247, 163, 9);*/
    color:#fff;
    font-size:45px;
    font-weight: 700;
    margin:20px 0 20px 0;
   
}

/*=======================================================
                    BUTTONS (Generic)
=====================================================*/
.btn-general{
    border-color: #fff;
    border-width: 2px;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white{
    border-color: #fff;
    color:#fff;

}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color:#41464b;
}

.btn-orange{
    border-color:orange;
    color:orange;

}

.btn-orange:hover,
.btn-orange:focus {
    background-color: orange;
    color:#fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    display: none;
}

/*=======================================================
                   PARALLAX (Generic)
=====================================================*/
.bg-parallax{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*=======================================================
                   ANIMATION 
=====================================================*/
#home-cover {
    animation-delay: .1s;
    animation-duration: .5s;
}

#home-heading{
    animation-delay: .5s;
    animation-duration: .5s;
}

#home-btn{
    animation-delay: 1s;
    animation-duration: .5s;
}

/*=======================================================
                   CONTENT (generic)
=====================================================*/
.content-box{
    padding: 60px 0 60px 0;
}

.content-title h3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-underline{
    width: 30px;
    height: 3px;
    background-color: orange;
    margin: 0 auto 30px auto;
}

/*=======================================================
                   SERVICES
=====================================================*/
 .service-item{
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
 }

 .service-item-icon i{
     color:orange;
     float: left;
     padding: 15px;
     margin-right: 25px;
     width: 75px;
     height: 75px;
     text-align: center;

 }

 .service-item:hover .service-item-icon i{
     color:#fff;
     background-color: rgb(236, 168, 40);
 }

 .service-item-title h3{
     font-size: 20px;
     font-weight: 400;
     margin: 0 0 10px 0;
 }

 .service-item-desc p{
     margin: 0;
 }

 /*=======================================================
                   ABOUT
=====================================================*/
#about-bg-diagonal{
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/bg-about3.jpg);
    border-left: 200px solid white;
    border-top: 700px solid transparent;

                        
}
#about-content-box{
    float: left;
    height: 700px;
}
#about-content-box-outer{
    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner{
    display: table-cell;
    vertical-align: middle;
}
#about .content-title h3{
    text-align: left;
}
#about .content-title .content-title-underline{
    margin: 0 0 30px 0;
}
.about-desc p{
    margin-bottom: 30px;
}

/*=======================================================
                   PRICING
=====================================================*/
.pricing-box{
    border: 3px solid orange;
    padding: 50px 0;
    margin: 40px 0;
}

h4.pricing-title{
    background-color: orange;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

h3.pricing-value{
    font-size: 60px;
    font-weight: 700;
}

h3.pricing-value sup{
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}

ul.pricing-spec{
    list-style: none;
    padding-left: 0;
    margin: 20px 0 60px 0;
}

ul.pricing-specs li p{
    font-weight: 400;
    text-transform:uppercase;
}

/*=======================================================
                   SOCIAL
=====================================================*/
.social-list{
    padding-left: 0;
}

.social-list li{
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-icon i{
    font-size: 17px;

}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color:#fff;
}

.social-icon i:hover{
    color: orange;
}

/*=======================================================
                   CONTACT 
=====================================================*/
footer{
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(0,0, 0,0.1);
}

#contact-left h3, #contact-right h3{
 color:#fff;
 font-size: 27px;
 font-weight: 700;
}

#contact-left p{
    color:#fff;
    margin-bottom: 30px;
}

#contact-info{
    background-image: url("../img/world-map.png");
    background-repeat:no-repeat;
    background-size: contain;
}

address{
    color: #fff;
}

address strong{
    letter-spacing: 1px;
}

form .form-control{
    background: transparent;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}



/*=======================================================
                   FOOTER 
=====================================================*/
#footer-bottom{
    background-color: rgba(0,0, 0,0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p{
    margin: 0;
    color: #fff;
}

#footer-menu{
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li{
    display: inline-block;
}

#footer-menu a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover{
    color:orange;
}

/*=======================================================
                   NAVIGATION 
=====================================================*/
.navbar{
    padding: 20px 0;
    transition: all .5s ease-in-out;

}

.malit-top-nav{
    background: rgba(0,0,0, 0.7);
    padding: 7px 0;
}

.malit-nav-wrapper{
    padding: 0 85px;
}

.navbar-nav{
    float: right;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
    background: none;
    color: orange;
}

.navbar-toggle{
    background-color: rgba(0,0, 0,0.1);
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-collapse{
    max-height: none !important;
}

.malit-top-nav ul.navbar-nav > li.active > a{
    color: orange;
}