* {
  box-sizing: border-box;
}
body
{
	background: url(../../images/back.jpg);
}


.navbar{
	background-color: #A70E13;
	color: white;
	border: 1px solid #DC114A;
}

.navbar .navbar-collapse .nav li>a{
	color: white;
	text-align: center;
	font-weight: bold;
}

.navbar-default .navbar-header a{
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

@media screen and (min-width: 600px) {
  .navbar-default .navbar-header a {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
}


.nav .navbar-collapse .nav .dropdown ul{
	background-color: #A70E13;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > .active{
    color: #000;
    background: #d65c14;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background: #EDDC1D;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.nav .navbar-collapse .nav .dropdown ul{
    color: #000;
    background: #EDDC1D;
}

.navbar-default .navbar-toggle{
	border-color: #EDDC1D;
	
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #EDDC1D;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #A70E13;
    color:#ffffff;
  }

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu:hover {
    background-color: #EDDC1D;
    color:#ffffff;
  }

.navbar-default .navbar-nav .dropdown .dropdown-toggle:hover,
.navbar-default .navbar-nav .dropdown .dropdown-toggle:focus,
.navbar-default .navbar-nav .dropdown .dropdown-toggle:active{
	background: #EDDC1D;
	color: white;
}


@media screen and (max-width: 600px) {
  .header-details {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
	body
{
	background: white;
}
}

.main-content{
	width: 90%;
	background-color: white;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
   .main-content{
    width: 100%;
  }
}
.main-image > img{
	width: 100%;
	margin-top: -20px;
}

.header-details{
	margin: 0 auto;
	width: 80%;
	padding-top: -5px;
	padding-bottom: -10px;
	color: white;
	justify-content: center;
	font-weight: bold;
}

.cs-head{
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	background-color: white;
	color: #A70E13;
	padding-top: 10px;
}

.carousel .item{
	background-color: white;
}


.first-content{
	padding: 20px;
	box-shadow: 0px 15px 10px -15px #111;
}

.first-content h1{
	text-align: center;
	color: #a70e13;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.first-content p{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
    color: #666;
    line-height: 30px;
}

.first-content .bold{
	font-weight: bold;
}

.cssilk-image{
	text-align: center;
}

.cssilk-image img{
	margin: 0 auto;
	border: 2px solid #D0CFD1;
	padding: 3px;
}

.cssilk-image marquee{
	text-shadow: 0 0 3px #FF0000, 0 0 5px #00FF00;
}

.col-md-4{
	padding: 10px;
}

.cssilk-image h2{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 1;
}

.whatsapp span{
	font-size: 45px;
}

.fa-whatsapp{
	color: #3EDB68;
	
}

.footer{
	padding: 15px 0;
	background-color: #F2F1E8;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.head-title{
	padding: 10px;
	margin: 10px;
}

.head-title a{
	padding: 10px 35px;
	background-color: #A70E13;
	color: white;
	font-size: 15px;
	font-weight: bold;
}

.gallery{
	padding: 10px;
}

.contact-details{
	padding: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.main-content .cs-enquiry .input-group input{
	max-width: 600px;
}

.form-box {
  max-width: 500px;
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border: 10px solid #f2f2f2;
}

input, textarea {
  width: 100%;
}

