* {
  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: 90%;
  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: #000;
  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: #23527c;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  background: #23527c;
  -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/cform_bg.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: 15px;
  padding-right: 15px;
}
.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;
}


header.header_main_section {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.header_main_section img {
    width: 100%;
    height: 70px;
}
.container-fluid.navback.main_header_outter {
    position: relative;
    z-index: 99;
}
div#home {
    margin-top: 70px;
}
.aboutus_section .hedding,
.aboutus_section .kingring2 h3,
.testimonial_section h2,
.gallery_section h2,
#our_application{
        margin-top: 0 !important;
}
.gallery_section,
#our_application{
    padding-bottom: 30px;
}

.aboutus_section .kingring2{
    padding-right: 0 !important;
}
.aboutus_section .kingring2 h3,
.aboutus_section .kingring2 h4{
        text-align: left;
            line-height: 1.5;
}
.site_button {
    width: 200px;
    justify-content: center;
    background-color: #23527c;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    display: flex;
    margin-top: 20px !important;
    margin: auto !important;
    transition: 1s;
    border: 1px solid #23527c;
           display: none !important; 
}
.site_button:hover{
    background-color: #fff;
        transition: 1s;
}
.site_button_outter {
    width: 100%;
    display: flex;
}
.testimonial_section {
    background-color: #e2e7ed;
    padding: 50px 10px;
}
div#gallery,
.contact_us_section {
    background-color: #e2e7ed;
}
.gallery_section .collection h4 a{
        background-color: rgb(35 82 124);
        line-height: 45px;
}

/*OUR TEAM SECTION*/


.our_team_section .card-pink{
border-radius: 6px; 
  border-bottom:4px solid #23527c!important;
}
.our_team_section .card-blue{
border-radius: 6px; 
  border-bottom:4px solid #23527c !important;
}
.our_team_section .col .card img{
aspect-ratio: 1 / 1;
  object-fit:cover;
}
.our_team_section .card-body{
  padding:1rem 1.5rem;
}
.our_team_section .card-body p{
  color:#4B5563;
}
.our_team_section .card-footer p{
  color: #000;
      font-size: 25px;
    font-weight: 800;
        margin-bottom: 0 !important;
}.card-footer {
    padding: 15px;
}
.our_team_section .card-shape{
  position:relative;
}
.our_team_section .custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.our_team_section .custom-shape-divider-bottom-1634717805 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.our_team_section .custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #FFFFFF;
}
.our_team_section .row {
    display: flex;
    width: 65%;
    margin: auto !important;
    flex-wrap: wrap;
    justify-content: center;
}
.our_team_section .col {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.our_team_section .card-shape {
    display: flex;
    justify-content: center;
}
.our_team_section h2.hedding {
    margin-top: 0 !important;
}
.btn_out {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.vision_section{
        background-color: #000;
            padding: 50px;
}
.vision_section .hedding,
.vision_section .aboutfill{
        margin-top: 0 !important;
    color: #fff;
}
.best_selling_section{
        background-color: #ffffff;
}
.best_selling_section .padloss img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}
.best_selling_section .padloss h4 a {
    color: #fff;
    line-height: 45px;
        background-color: rgb(35 82 124);
}
.cform_section{
    margin: auto !important;
}
#contact_us .margin50.boxshadow.contactus {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.cdetails_footer_section .copyright {
    background-color: #23527c;
        padding: 10px;
          color: #fff;
              
}
.cdetails_footer_section .copyright p,
.cdetails_footer_section .copyright h1,
.cdetails_footer_section .copyright a{
        color: #fff;
}
#location .map-container,
.contact_us_section{
    margin-bottom: 0 !important;
}
#contact_us .hedding{
        margin-top: 0;
}
div#contact_us {
    padding: 40px 0;
    overflow: hidden !important;
}
.contact_us_section {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: transparent;
}
#contact{
            width: calc(100% - 60%);
}
.main_header_outter {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
}

.site_button_outter {
    display: none;
}
.contact_us_section h3,
    .contact_us_section h4{
        text-align: center;
    }































