/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600,300);

body {
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    letter-spacing: 0.5px; 
}

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

@media(min-width:767px) {
    /*.navbar {
        padding: 0px 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;
    }

    .top-nav-collapse {
        padding: 0;
    }*/
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top:0px;
    /*position: relative;*/
    text-align: center;
    /*background: #fff; */
    background: url('../img/slider1.jpg')no-repeat;
        background-size: cover;
    background-position: 50% 50%;
}

.about-section {
    height: 100%;
    padding-top: 12%;
    /*text-align: center;*/
    background: #fff;
}

.services-section {
    height: 100%;
    padding-top: 12%;
    /*text-align: center;*/
    background: url('../img/services.jpg')no-repeat;
        background-size: cover;
    background-position: 50% 50%;
}

.contact-section {
    height: 100%;
    padding-top: 10%;
    /*text-align: center;*/
    background: #fff;
}

.sp-map{
    width:100%;height:400px;position:relative;
}

/*      menu        */

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    color: #727376 ;
     background-color: transparent; 

    }

.navbar-default .navbar-nav>.active>a:hover {
    color: #727376;
     background-color: transparent; 

    }


.navbar-default .navbar-nav ul li .active {
    border : 3px solid red;
    }


/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: #727376;
     background-color: transparent; 

    }
*/

#logo{
    margin-top: 3%;
}

.nav>li>a {
   margin-right: 70px !important;
       text-transform: uppercase;
       font-size: 15px;
       color: #727376;
       background-color: transparent;
}

.social-icons{
    padding-top: 15%;
    float: right;
}

#twit-img{
    padding-left: 20px;
}

.carousel-caption {
    
    top: 48%;
    
}

.slide-head{
    text-transform: uppercase;
   font-size: 60px;
    text-shadow: 0px 1px 9px #000;
    margin-top: 25%;
    color: #fff;
}

/*      video       */

.embed-responsive-16by9 {
    padding-bottom: 30.25%;
    margin-bottom: 20%;
}

/*      page-scroll         */

.page-up{
    color: #fff;
    text-align: right;
}

.page-up:hover{
    color: #fff;
}

.well {
    
     background-color: transparent; 
     border: 0px solid #e3e3e3; 
     /*font-size: 20px;*/
}


/*      inner       */

.head{
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.head-service{
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 2px 7px #000;
}

.service-detail{
    position: relative;
    margin-top: 10%;
    text-align: center;
}

.service-color{
    color: #fff;
}

.web{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 6px #000;
}

.web-text{
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 6px #000;
}

.foot-main{
    background: #000;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.copy{
    text-align: left;
}

.credit{
    text-align: right;
}

.foot{
        margin-top: 1%;
    position: relative;
}

#site-link{
    color: #fff;
    text-decoration: none;
}

.get-icons{
    text-align: left;
}

.font-icon{
    padding-right: 5%;
}

.get{
    text-align: left;
    padding-left: 7%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.enquiry{
    text-align: left;
    /*padding-left: 14%;*/
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}


#fname{
    width: 100%;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    /* text-decoration: underline; */
    border-bottom: 1px solid #000;
    background: transparent;
    margin-bottom: 2%;
}

#email{
    width: 100%;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    /* text-decoration: underline; */
    border-bottom: 1px solid #000;
    background: transparent;
    margin-bottom: 2%;
}

#comment{
    width: 100%;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    /* text-decoration: underline; */
    border-bottom: 1px solid #000;
    background: transparent;
    margin-bottom: 2%;
}

#submit{
    border: 1px solid #000;
    width: 90px;
    height: 30px;
    background: transparent;
    border-radius: 3px;
    position: relative;
    margin-right: 2%;
    color: #000;
    line-height: 7px;
    font-size: 14px;
}

#reset{
    border: 1px solid #000;
    width: 90px;
    height: 30px;
    background: transparent;
    border-radius: 3px;
    position: relative;
    color: #000;
    line-height: 7px;
    font-size: 14px;
    /*left: -15%;*/
}

.contact{
    padding-bottom: 4%;
}

.about-cont{
    /* width: 80%; */
    padding-top: 6%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.enquiry-form{
    margin-left: 20%;
    position: relative;
    /* margin-right: 0; */
}

.service-cont{
    padding-left: 10%;
    padding-right: 10%;
        font-size: 15px;
        letter-spacing: 0.5px;
    text-shadow: 2px 2px 6px #000;
}

.nopadding{
    /*padding: 0;*/
    /*position: absolute;*/
}

.gmap{
    margin-left: 0.7%;
}

.info{
    margin-left: -0.5%;
}

#cap-text{
    height: 30px;
    width: 120px;
    margin-left: 2%;
    outline: none;
    text-indent: 5px;
}


/*      Responsive      */

/*      Mobile Phones    */

@media screen and (max-width: 420px) and (orientation : portrait){

body, html{ overflow-x:hidden !important; 
    /*overflow-y: scroll;*/
    }

section{
    margin-left: 0;
    margin-right: 0;
}

#logo{
    height: 20px;
}

.social-icons {
    padding-top: 0;
    float: right;
    padding-bottom: 2%;
}

.nav > li > a {
    margin-right: 15px !important;
    
}

.enquiry-form {
    margin-left: 0%;
    
}

.get {
    padding-left: 0%;
}

#submit {
    
    margin-top: 2%;
    margin-bottom: 2%;
}

.serv-img img{
    height: 50px;
}

.web {
    
    font-size: 11px;
}

.web-text{
    font-size: 10px;
}

.web-text{
    font-size: 12px;
    line-height: 15px;
}

.service-cont {
    font-size: 12px;
   }

.embed-responsive-16by9 {
    padding-bottom: 45.25%;
        margin-top: 110%;
    margin-bottom: 35%;
}

.about-section {
    
    padding-top: 25%;
}

.services-section {
    padding-top: 2%;
    
}

.contact-section {
    padding-top: 25%;
    }

    .service-detail {
    position: relative;
    margin-top: 2%;
    text-align: center;
}

.slide-head {
   
    font-size: 25px;
    
    margin-top: 85%;
   
}

.sp-map{
   height:200px;
}

}

@media screen and (max-width: 740px) and (orientation : landscape){

    #logo{
    height: 20px;
}

.social-icons {
    padding-top: 0;
    float: right;
    padding-bottom: 2%;
}

.nav > li > a {
    margin-right: 15px !important;
    
}

.enquiry-form {
    margin-left: 0%;
    
}

.get {
    padding-left: 0%;
}

#submit {
    
    margin-top: 2%;
    margin-bottom: 2%;
}

.serv-img img{
    height: 50px;
}

.web {
    
    font-size: 12px;
}

.web-text{
    font-size: 12px;
    line-height: 15px;
}

.embed-responsive-16by9 {
    padding-bottom: 45.25%;
    margin-top: 35%;
}

.about-section {
    
    padding-top: 0%;
}

.services-section {
    padding-top: 0%;
    
}

.contact-section {
    padding-top: 0%;
    }

.service-detail {

    margin-top: 0%;

}

.service-detail {
    position: relative;
    margin-top: 0%;
    text-align: center;
}

}


/*      ipad        */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { 

/*body, html { overflow-x:hidden !important; 
    }*/

#logo{
    height: 20px;
    margin-top: 8%;
}

.social-icons {
    padding-top: 26%;
    float: right;
    padding-bottom: 2%;
}

.nav > li > a {
    margin-right: 15px !important;
    
}

.enquiry-form {
    margin-left: 0%;
    
}

.get {
    padding-left: 0%;
}

#submit {
    
    margin-top: 2%;
    margin-bottom: 2%;
}

/*.serv-img img{
    height: 65px;
}*/

.web {
    
    font-size: 14px;
}

.web-text{
    font-size: 14px;
    line-height: 20px;
}

.embed-responsive-16by9 {
    padding-bottom: 30.25%;
    margin-top: 0%;
}

.about-section {
    
    padding-top: 10%;
}

.services-section {
    padding-top: 10%;
    
}

.contact-section {
    padding-top: 10%;
    }

.service-detail {
    margin-top: 36%;
}

}