* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "poppins-light";
  font-size: 16px;
  background: #ECE9E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1 {
  font-family: "poppins-light";
  font-size: 16px;
  color: #333;
  margin: 0px;
}
h2 {
  font-family: "poppins-semibold";
  font-size: 24px;
  color: #000;
}
h3 {
  font-family: "poppins-regular";
  font-size: 20px;
  color: #000;
}
h4 {
  font-family: "poppins-light";
  font-size: 18px;
  color: #000;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../images/icon/loader.gif) no-repeat center center;
}
/* Social Icons */
#social_side_links {
  position: fixed;
  top: 250px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}
#social_side_links li a {
  display: block;
}
#social_side_links i {
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#social_side_links :hover i {
  background: rgba(0, 0, 0, 0.2);
}
.appdownload li{
list-style: none;
float: right;
display: inline-block;



}
.appdownload li a{
  margin: 0px 10px;

  padding: 0;

}

#appstore img{
 
  width: 100%;



}
#playstore img{
  
  width: 100%;


  

}
#appstore{
   padding: 0;
   width: 15%;
  height: auto;
  margin-right: 1%;


 
 
}
#playstore{
   padding: 0;
  width: 15%;
  height: auto;




}
.navback {
  background-color: #fff;
}
.navbar-nav li {
  padding: 5px 3px;
}
.navbar-nav li a {
  font-size: 18px;
  color: #000;
  font-family: "poppins-light";
}
.navbar {
  margin-bottom: 0px !important;
}
.aboutfill {
  font-family: "poppins-light";
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navback3 {
  background-color: #CBCBCB;
}
.kingring img {
  width: 70%;
  height: auto;
  display: table;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
}
.kingring {
  width: 50%;
  height: auto;
  float: left;
}
.kingring2 {
  width: 50%;
  height: auto;
  float: left;
  padding: 40px;
  text-align: center;
}
.kingring2 h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #000;
}
.kingring2 h4 {
  color: #333;
  font-size: 18px;
  margin-top: 5px;
}
.aboutus {
  margin-top: 50px;
  margin-bottom: 50px;
}
.collection {
  height: auto;
  width: 100%;
  z-index: 1;
  
  margin: 20px auto;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.collection h4 a:focus{
text-decoration: none !important;

}
.collection h4 a {
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
 
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.collection:hover {
 
}
.collection  img {
  height: auto;
  width: 100%;
}
.collection h4 a img {
  height: auto;
  width: 100%;
}
.hedding {
  font-family: "poppins-regular";
  text-align: center;
  margin: 50px 0px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}
.margin100 {
  padding-top: 20px;
  padding-bottom: 100px;
}
.boxshadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.map-container {
  width: 100%;
  margin: 50px 0 100px;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}
.map-container iframe.clicked {
  pointer-events: auto;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "poppins-light";
}
#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
}
#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0CF;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
.quickcontact {
  background-image: url(../images/other/call-center.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  background-position: top;
}
.margin25 {
  margin: 20px auto;
}
.certificate img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: table;
  float: none;
  text-align: center;
}
.certificate h4 {
  font-size: 20px;
  display: table;
  text-align: center;
}
.membership img {
  width: 55%;
  margin: 0 auto;
  padding: 5px;
  height: auto;
  float: none;
  display: block;
}
.membership {
  float: none;
  display: block;
}
.contactus h4 {
  font-size: 16px;
  text-align: center;
  margin: 5px auto;
}
.contactus h4:first-child {
  margin-bottom: 20px;
  font-size: 22px;
  -webkit-box-shadow: 0 10px 5px -8px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 10px 5px -8px rgba(50, 50, 50, 0.75);
  box-shadow: 0 10px 5px -8px rgba(50, 50, 50, 0.75);
}
.contactus li i {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin: 10px auto;
  background-color: rgba(0, 0, 0, 0.2);
  float: none;
}
.contactus li {
  list-style: none;
  text-align: center;
}
.contactus li p {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 5px auto;
}
.margin50 {
  padding: 15px 5px;
  height: 440px;
  margin: 20px auto;
}
.contactus li p a {
  color: #333;
}
.head-line {
  display: table;
  margin: 0px auto 20px auto;
  position: relative;
  width: 700px;
}
.head-line .line-left2::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 4%;
  position: absolute;
  top: 13px;
  width: 40%;
}
.head-line .line-left::before {
  background-color: #015f9d;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 2%;
  position: absolute;
  top: 16px;
  width: 42%;
}
.head-line .line-left::after {
  background-color: #000;
  bottom: 12px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 44%;
}
.head-line .line-right::after {
  background-color: #000;
  bottom: 12px;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 44%;
}
.head-line span {
  display: table;
  margin: 0 auto;
  z-index: 1;
}
.head-line .line-right2::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 4%;
  position: absolute;
  right: 0;
  top: 13px;
  width: 40%;
}
.head-line .line-right::before {
  background-color: #015f9d;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 2%;
  position: absolute;
  right: 0;
  top: 16px;
  width: 42%;
}
.navback {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.copyright {
  background-color: #999;
}
.copyright p {
  margin-bottom: 0px;
  padding: 4px;
  display: inline-block;
}
.copyright a i {
  padding: 0px 10px;
  font-size: 22px;
  line-height: 31px;
  color: #fff;
  float: right;
}
.copyright a {
  color: #ccc;
  letter-spacing: 4px;
}
.copyright h1 {
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.bred {
  background-color: #f5f5f5;
  padding-top: 20px;
}
.collection h4 a {
  color: #ccc;
}
header[role="banner"] #logo-main {
  display: block;
  margin: 5px auto;
}
#navbar-primary.navbar-default {
  background: transparent;
  border: none;
}
#navbar-primary.navbar-default .navbar-nav {
  width: 100%;
  text-align: center;
}
#navbar-primary.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}
#navbar-primary.navbar-default .navbar-nav > li > a {
  padding-left: 30px;
  padding-right: 30px;
}
.affix {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
}
.affix + .container-fluid {
  padding-top: 0px;
}
.margin500 {
  margin-top: 200px;
}
.fixed-top {
  left: 0;
  position: fixed;
}
#scroll {
  position: fixed;
  right: 10px;
  bottom: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #777;
  z-index: 999999;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #538FB8;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.navback {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 0px;
}
