body { text-align:justify;
      font: 400 15px Lato, sans-serif;
      line-height: 1.2;
      color: #818181;
  }
  p, ul { color:#333;}
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 0px;
  }
  h3 { color:#5f2661; margin-bottom:5px !important;}
   h3 span { color:#075d8e; font-size:18px;}
  h4 {
      font-size: 19px;
      line-height: 1.1em; width:100%;
      color: #075d8e; text-decoration:underline;
      font-weight: 400;
      margin-bottom: 10px;
  }  
  .control-label { color:#333;}
  .jumbotron {
      background-color: #f4511e;
      color: #fff;
      padding: 20px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 10px 0px 30px !important; margin:0px;
  }
  .navbar { background:#5a1d61;}
  .navbar-nav>li>a:hover, .navbar-nav>li>a.active {color:#5f2661 !important; background:#f9e0fa !important;}
  .bg-grey {
      background-color: #f6f6f6;
  }
  .bg-purple { background-color:#c770ca;}
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }.email {  margin:30px 10px 10px 0px; padding:0px 20px 0 0px; width:auto; float:right;}
.email p,  .email p a { color:#333; text-decoration:none;}
.email p b { color:#611e5c; font-size:14px;}
.email p a:hover { text-decoration:underline;color:#01588d;}
.text-center strong { font-size:18px; color:#1a39a0;}
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
 
  .carousel-control.right, .carousel-control.left {
      background-image: none; 
      color: #5f2661;
  }
  .logoimg { margin:10px 0px 5px 20px;}
  .carousel { border:2px solid #5f2661; margin-top:0px !important; }
 .product img { border-radius:50%; box-shadow:0px 2px 2px #999 ;}
 .product h4 { color:#5f2661;}
 .home { margin-top:30px !important;}
  .carousel-indicators li {
      border-color: #5f2661;
  }
  .btn-default { border:1px solid #5f2661;}
  .btn-default:hover { color:#1a39a0; background:#fee3e3; border:1px solid #1a39a0;}
  .carousel-indicators li.active {
      background-color: #5f2661;
  }
  
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin:0px;
      min-height:200px;
  }
  .carousel-caption h3 { border:none !important; margin:0px 0 10px ; color:#734049;}
.carousel-caption p { margin:0px 0 10px !important;}
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; color:#333;
    }
	 .carousel-caption { color:#333;}
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }   .product { padding-bottom:20px;}
  .panel {
      border: 1px solid #5f2661; margin-top:10px;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  } .img { float:right; margin:5px 0 5px 10px; padding:0px; border: 1px solid #5f2661;}
  .panel-body img { float:right; margin:0px 0 0 10px; border: 1px solid #5f2661;}
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);}
  td { border:none; padding:5px 4px; text-align:left;}
  table { margin:10px 0 20px;}
  .pro{ width:100%;}
  .pro h4 { float:left;}
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #5f2661 !important;
      padding: 10px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-heading h2 { color:#FFF; margin:0px;}
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .slideanim {visibility:visible; }
  .slide {
      animation-name: slide; margin-top:0px; 
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 15px;
    }
	
  }
  @media screen and (max-width: 980px){
 
  .navbar-nav>li>a { padding:10px !important; font-size:14px !important;}
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  } .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; color:#333;
    }
	 .carousel-caption { color:#333;}
  }footer {
      background: #5f2661 !important; padding:10px 0px !important; margin-top:0px; border-bottom:4px solid #421544; border-top: 4px solid #421544;}
	  
	  ; 
    }
	 foot-main{float:left; Width:99%; Height:auto;  text-decoration:none; line-Height: 20px;margin:10px 0px 0 0px !important;}
.foot-main img { float:right; margin:0px 0;  }

.foot-main p { color:#fff;   font-size:14px ; opacity:100% !important; float:left; text-align:left; margin:7px 0 0 0px !important;}
#contact { margin:0px !important;
	
	padding:0px 0px 0px 0px;
}
#contact a {
	color:#666;
}

#contact h3 {
	Height: auto;width:97%; color:#1a39a0;
	
	margin:5px 0px 15px 15px;
	background: none;
	padding:0px 0px 0px 0px; border:none;
	text-align:left; text-decoration:underline;
	font-size:18px;
	font-weight:bold;
}

#contact p a{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#333;
	Width:auto; text-decoration:none;

	margin:0px 0px 0px 2px;
}
#contact p { line-height:25px; margin-left:20px ; margin-bottom:0px; margin-right:20px; width:93%; color:#333;}
#contact p a:hover{ text-decoration:underline; color:#1a39a0;}
#contact p b {
	font-size:14px;
	color:#333;
	font-weight:bold;

	margin:10px 0px 0px 0px;
}
.gap { width:100%; margin:0px; padding:0px; height:5px;}

.button {
	height:28px;
	width:80px;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family: Arial!important;
	border:1px solid #FFFFFF;
	font-weight:bold;
	box-shadow: 0px 3px 0px #262f34 !important;
	-moz-box-shadow: 0px 3px 0px #262f34 !important;
	-webkit-box-shadow: 0px 3px 0px #262f34 !important;
	float:right !important;
	margin-top:8px !important;
	margin-right:15px !important;background:#5f2661 !important;	

}
.button:hover {
background:#075d8e !important;
}

.form-group { width:100%; float:left;}
.form-horizontal { width:100%; float:left;}
.enquiry_form { margin-top:20px; float:left;}

