
html, body{
	font-family: 'Lato', sans-serif; 
	font-size: 16px;
	color: #8904B1;
}

.banner{
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-text{
  text-align: center;
  color: #fff;
  font-size: 85px;
  padding-top: 200px;
}

.block-header{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.block-header1{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
}


.hr-underline{
  width: 100px;
  border: 1px solid #FF4000;
  margin-bottom: 20px;
}

.btn-default {
  color: #FF4000;
  background-color: #fff;
  border-color: #ccc;
  font-size: 18px;
  margin-top: 10px;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #287bbc;
  border-color: #1D5B8C;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

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

/*-----------navigation starts here------------------*/

.navbar-inverse {
  background-color: #fff;
  border-color: #0F4976;
}

.navbar-brand {
  padding: 20px 5px;
  font-family: cambria, sans-serif;
  font-weight: bold;
  font-size: 26px;
}

.navbar-inverse .navbar-brand {
  color: #FF4000;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #FF8000;
  background-color: transparent;  
}

.navbar-inverse .navbar-nav>li>a {
  color: #8904B1;
  font-weight: 600;
  font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #FF4000;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus {
  color: #04B431;
  background-color: transparent;
}

a#highlight {color:#04B431 }




.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
}

.navbar-inverse .navbar-toggle {
  border-color: #287BBC;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #287BBC;
}

/*-----------navigation ends here------------------*/

/*-----------carousel starts here------------------*/

header .carousel-inner .item .fill{
	width: 100%;
  	height: 100vh;
  	top: 0;
  	left: 0;
  	z-index: 0;
  	background-repeat: no-repeat;
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
 }

.carousel-caption {
  bottom: 38%;
  left: 10%;
  right: 10%;
 }

.carousel-caption h1{
	font-size: 45px;
	font-weight: bold;
	color: #F569E3;
	text-shadow: 3px 3px #2c0526;
}

.carousel-caption h2{
	font-size: 40px;
	font-weight: 600;
	color: #06FBF2;
	text-shadow: 3px 3px #052321;
}

.carousel-caption h3{
	font-weight: 600;
	color: #06FBF2;
	text-shadow: 2px 2px #052321;
}

/*-----------carousel ends here------------------*/

/*----------- index-block-1 starts here -------------*/

.index-block-1{
  text-align: center;
  padding-bottom: 60px;
}

.index-block-1 p{
  text-align: justify;
}

.index-block-1 .text-left p:first-child{
  font-weight: 600;
  margin-top: 40px;
}

.index-block-1 .text-left h4{
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
}



/*----------- index-block-1 ends here -------------*/

/*----------- index-block-2 starts here -------------*/

.index-block-2{
  background-color: #F5F5F5;
  padding-bottom: 60px;
  text-align: center;
}

.index-block-2 .container .row{
  margin-bottom: 20px;
}

.index-block-2 .container .row a{
  text-decoration: none;
  color: #fff;
}

.index-block-2 .container .row a:hover{
  text-decoration: none;
  color: #fff;
}

.index-block-2 .container .row .col-sm-3{
  padding: 0;
  text-align: center;
  text-decoration: none;
  border: 2px solid #CACACA;
  background-color: #2F0B3A;
  color: #fff;
  height: 380px;
}

.index-block-2 .container .row .col-sm-3:hover{
  border: 2px solid #8904B1;
  background-color: #8904B1;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.index-block-2 .container .row .col-sm-3:hover h3{
  color: #fff;
}

.index-block-2 .container .row .col-sm-3:hover p{
  color: #fff;
}

.index-block-2 .container .row .col-sm-3 p{
  margin-bottom: 20px;
}

/*----------- index-block-2 ends here -------------*/



/*----------- index-block-3 starts here -------------*/

.index-block-3{
  padding-bottom: 60px;
}

.index-block-3 .row{
  margin-bottom: 40px;
}

/*----------- index-block-3 ends here -------------*/


/*----------- index-block-4 starts here -------------*/

.index-block-4{
  text-align: center;
  padding-bottom: 60px;
  color: #fff;
  background-image: url("../img/owners-desk.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-block-4 .hr-underline {
  margin-bottom: 40px;
}

.index-block-4 h3{
  margin-top: 0;
  margin-bottom: 20px;
}

.flexslider{
  box-shadow: none !important;
}

.flexslider .slides > li {
  margin: 10px;
}

/*----------- index-block-4 ends here -------------*/

/*----------- about-page starts here -------------*/

.abt-banner{
  background-image: url(../img/about-banner.html);
  margin-top: 40px;
  margin-bottom: 40px;
}


.about-block-1 .row-3{
  margin-bottom: 40px;
}

.about-block-1 h2{
    margin-top: 0;
    font-weight: 600;
}

.about-block-1 hr{
  margin-top: 40px;
  margin-bottom: 60px;
}

/*----------- about-page ends here -------------*/

/*----------- contact-page starts here -------------*/

.cnt-banner{
  background-image: url(../img/contact-banner.html);
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-block-1 h3{
    margin-top: 0;
}

.contact-block-2 .btn{
  margin-bottom: 40px;
}

/*----------- contact-page ends here -------------*/

/*----------- product-carousel starts here -------------*/

.product-carousel .carousel-inner .item .fill{
  width: 100%;
  height: 50vh;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 60px;
}

/*----------- product-carousel ends here -------------*/

/*----------- pipe-page starts here -------------*/

.pipe-page{
  margin-top: 40px;
}

/*----------- pipe-page ends here -------------*/


/*----------- footer starts here -------------*/

.footer-above{
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-above .row .col-sm-4:last-child{
  padding:0px;
}

.footer-above .row .col-sm-4:last-child .fa-ul{
  margin-left: 28px;
}

.footer-above ul{
  list-style-type: none;
  padding: 0;
}

.footer-above .links li a:hover{
  text-decoration: none;
  color: #27A1FE;
}


.btn-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.btn-outline {
  border: solid 2px #000;
  font-size: 20px;
  color: #000;
  background: 0 0;
  transition: all .3s ease-in-out;
}

.facebook:hover{
  background-color: #3A5795;
  border-color: #3A5795; 
  color: #fff;
}

.google-plus:hover{
  background-color:  #db4b39;
  border-color: #db4b39; 
  color: #fff;
}

.linkedin:hover{
  background-color:  #287bbc;
  border-color: #287bbc; 
  color: #fff;
}

.fa-ul li{
  margin-bottom: 10px;
}

.fa-ul li a{
  color: #287bbc;
  text-decoration: none;
}

.fa-ul a:hover{
  color: #595959;
}

.footer-below{
  background-color: #242424;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-below a{
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
}

.footer-below a:hover{
  color: #287bbc;
}

/*----------- footer ends here -------------*/

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-brand {
      padding-top: 15px;
      padding-left: 15px;
    }

    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .carousel-caption {
      bottom: 30%;
     }

  .carousel-caption h1{
    font-size: 25px;
  }

  .carousel-caption h2{
    font-size: 18px; 
  }
}

@media (max-width: 767px){

  .index-block-2 .container .row .col-sm-3{
    height: auto;
    margin-bottom: 20px;
  }

  .footer-below .col-sm-6 a{
    float: left;
  }
}