@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');



 
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


/* Body Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus,
input:focus-visible,
.btn  {
  outline: none;
  box-shadow: none !important;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  /*font-family: "Roboto", sans-serif;*/
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.ap_face:hover {
  color: #1877f2 !important;
}

.ap_twit:hover {
  color: #00b6f1 !important;
}

.ap_inst:hover .bi-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ap_linked:hover {
  color: #0077b5 !important;
}

.ap_yout:hover {
  color: #FF0000 !important;
}




.ap_ctm_btn {
  border-radius:0px;
  border: 1px solid #070819;
  padding: 10px 20px;
  color: #000;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  font-size: 18px;
  background: #f1f0eb;
}




.ap_ctm_btn a {
  color: #000;
}

.ap_ctm_btn:hover,
.ap_ctm_btn:hover a {
  color: #00BCD4 !important;
}




.bg-particles {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*z-index: 10;*/
}
.bg-particles{
background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../img/main-slider-img.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
}

.ap_coming_contain{
  position: relative;
  color: #fff;
  text-align: center;
}

.ap_heading .ap_logo{
 padding-block:30px 50px;
}

.ap_heading .ap_logo h2{
  font-size: calc(15px + 2vw);
 text-transform: uppercase;
     color: #00BCD4;
}
.ap_heading h1{
 font-size: calc(15px + 2vw);
 text-transform: uppercase;
}

.ap_heading h1 span{
  color:#d4c11d;
}
.ap_heading p{
  font-weight: 600;
  font-size: calc(9px + 0.7vw);
}

.ap_clock{
         font-family: sans-serif;
         color: #fff;
         display: inline-block;
         font-weight: 100;
         text-align: center;
         font-size: 30px;
         padding-block:30px 30px;
         }
         .ap_clock .ap_clock_box{
         padding: 20px;
         border-radius: 50%;
         border: 4px solid #00BCD4;
         display: inline-block;
         width: 130px;
    height: 130px;
    margin: 10px;
         }
         .ap_clock .ap_clock_box span{
         padding: 25px;
         }
         .ap_clock .ap_clock_box .smalltext{
         padding-top: 5px;
         font-size: 16px;
         }

         footer .ap_ftr_list a{
          color: #fff;
         }


         .ap_social_icon a{
          color: #8d8d8d;
         }
         .ap_copyright{
          font-size: 12px;
    line-height: 16px;
    color: #8d8d8d;
    margin: 7px 0px;
         }

          .ap_copyright a{
            color: #8d8d8d;
          }

          .ap_enquire_form .form-control{
                border-radius: 0;
    padding: 11px;
    font-size: 15px;
          }