/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2017, 6:54:33 AM
    Author     : Shyam
*/

body{
    background-color: white;
    font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
.overlay{
    position:absolute;
    right:0px;
    top:0px;
    bottom: 0px;
    width:100%;
    height: 100%;
    z-index:9;
}
.banner-overlay{
    background: rgba(0,0,0,0.5);
}
a{
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    -moz-transition:all ease 1s;
}
/*  header   */

.header{
    padding: 10px 0;
    background-color: #37b9ea;
}
.header-info,.head-social-icon{
    visibility: visible; 
    -webkit-animation-delay: .5s;
}
.header-info p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
}
.header-info span{
    padding-right: 5px;
}
.head-social-icon{
    margin-top: 5px;
}
.head-social-icon a{
    text-decoration: none;
}
.head-social-icon span{
    color: white;
    padding: 10px;
    font-size: 16px;
}

.navbar-default {
    background-color: #FFFFFF;
}
.navbar{
    border: none;
    margin-bottom: 0px !important;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color:#353535;
}
.navbar-nav > li > a {
    padding: 2em 1.1em;
    font-size: 1em;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-nav > li > a:hover {
    color: #37b9ea !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #37b9ea;
    background-color:none;
}

.carousel-indicators{
    position: absolute;
    bottom: 15%;
    left: 0%;
    z-index: 15;
    width: 20%; 
    padding-left: 0;
    margin-left: 0%; 
    text-align: center;
    list-style: none;
}
.carousel-indicators .active{
    background-color: #664c3f;
    width: 14px;
    height: 14px;
}
.carousel-indicators li{
    border: 2px solid white;
    background-color: ##37b9ea;
    width: 12px;
    height: 12px;
}
.banner-text{
    position: absolute;
    left: 8%;
    top: 40%;
    z-index: 9;
    color: white;
}
.banner-text h2{
    font-size: 48px;
    font-weight: 600;
    font-style: italic;
    color: white;
    padding-bottom: 20px;
}
.banner-text p{
    font-size: 18px;
    font-weight: 400;
    color: white;
    width: 50%;
}

.index-about{
    margin: 40px 0px;
}
.about-head{
    color: #654c3f;
    font-size: 36px;
    font-weight: 700;
}
.about-head:before{
    left: 32%;
}
.about-head:after{
    right: 32%;
}
.about-head:after,.about-head:before{
    background: #654c3f none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    top: 52%;
    width: 9%;
}
.index-about p{
    padding-top: 25px;
    color: #353535;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 30px;
}
.index-about img{
    padding-top: 25px;
    width: 100%;
}
.about-link{
    float: right;
    color: #654c3f;
    font-size: 24px;
    border: 2px solid #654c3f;
    padding: 8px 12px;
    text-decoration: none;
}
.about-link:hover{
    background-color: #37b9ea;
    color: white;
    text-decoration: none;
    border: 2px solid #37b9ea;
}

/*---------------service--------------------*/
.service-head{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}
.service-head:before{
    left: 29%;
}
.service-head:after{
    right: 29%;
}
.service-head:after,.service-head:before{
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    top: 52%;
    width: 9%;
}
.service-p{
    text-align: center;
    color: white !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 10px 0px;
}
.services {
    padding: 5em 0;
    background: url(../images/service.jpg) fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.work-row-grids {
    text-align: center;
    margin:3em 0;
}
.work-row-grids h4 {
    font-size: 1.4em;
    color: #fff;
    margin: 25px;
    line-height: 1.6em;
    text-transform: capitalize;
}
.work-grids-img span{
    border: 2px solid #37b9ea;
    color: #fff;
    font-size: 40px;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
}
.work-grids-img span:hover{
    border: 1px solid #37b9ea;
    background-color: #37b9ea;
    color: #fff;
    font-size: 40px;
    width: 100px;
    height: 100px;
    padding: 20px;
}


/*---------------newsletter--------------*/
.newsletter{
    margin: 40px;
}
.newsletter h2{
    color: #654c3f;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}
.newsletter p{
    color: #040404;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.subscribe form {
    width: 50%;
    margin: 3em auto 2em;
    border: 1px solid #654c3f;
}
.subscribe input[type="email"] {
    width: 70%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    width: 30%;
    float: left;
    color: white;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #654c3f;
    font-weight: 600;
    text-transform: uppercase;
}
/*--------------contact-----------------*/
.contact-btn{
    background: #654c3f;
    padding: 8px;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
}
.contact-banner img{
    width: 100%;
}
.contact-banner,.map{
    margin-bottom: 20px;
}
.head-h2{
    color: #654c3f;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 15px;
}
.contact{
    margin-bottom: 20px;
}
.contact ul{
    padding-left: 0px;
}
.contact ul li{
    list-style: none;
    padding-bottom: 8px;
}
.contact span{
    float: left;
    font-size: 18px;
}
.contact p{
    font-family: 'Lato', sans-serif;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
}
/*------------------about------------------------*/
.about-banner img{
    width: 100%;
}
.about-body{
    margin: 30px 0px;
}
.about-body h2{
    color: #654c3f;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 30px;
}
.about-body p{
    color: #2c2b2a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 15px;
}
.about-grids {
   margin: 10px 0px;
    text-align: center;
}
.about-grids h3{
    text-align: center;
    color: #123954;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 30px
}
.about-grids ul{
    padding-left: 0px;
}
.about-grids ul li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 1.5em;
    color: #fff;
}
.about-grids ul li i {
    background: #212121;
    padding: .5em .8em;
    border: 3px solid #37b9ea;
    font-style: normal;
}
.about-grids ul li span {
    background: #37b9ea;
    padding: .5em;
    text-transform: capitalize;
    display: inline-block;
}
/*-------------------footer-----------------------*/
footer{
    background-color: #2c2b2a;
    padding: 42px 0px;
}
footer h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}
footer ul{
    padding-left: 0px;
}
footer ul li{
    list-style: none;
    padding-bottom: 5px;
    color: white;
}
footer ul li a{
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
}
footer ul li span{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400 !important;
    display: inline-block;
    float: left;
}
footer p{
    font-family: 'Lato', sans-serif;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
}
footer .social a{
    text-decoration: none;
}
footer .social a span{
    color: white;
    font-size: 20px;
    padding: 5px 8px;
}
footer .social .icon-facebook-logo:hover{
    color: #3b5998;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    -moz-transition:all ease 1s;
}
footer .social .icon-twitter-logo-silhouette:hover{
    color: #0084b4;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    -moz-transition:all ease 1s;
}
footer .social .icon-google-plus-symbol:hover{
    color: #d34836;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    -moz-transition:all ease 1s;
}
footer .menu li a:hover{
    color: #37b9ea;
}
hr{
    margin-top: 0px;
    margin-right: 62%;
    border: 1px solid #37b9ea;
}


