@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}

@keyframes blinker {
   50% {
      color: #f5ab1e;
  }
}

.header_top_content .shipping {
  animation: blinker .7s infinite;
}

.site_sec_space_large {
  padding-top: 0px;
  padding-bottom: 35px;
}

.call-line a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.call-line .icon-block {
    margin-right: 15px;
}

.call-line .contact-block span:first-child {
    color: #333333;
    font-weight: 600;
}

.call-line .contact-block span {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.drop_bars {
  /* padding-right: 0.5rem; */
  padding-left: 0.5rem;
}
.top_inner_searchbar {
  padding: 0;
}

.badge{
      font-size: .55em;
}

::placeholder{
  font-size: 14px !important;
  font-weight: 400 !important;
}

.banner_title h1{
  text-align: left;
}

.banner_section_item{
  position: relative;
}

.banner_section_item:before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background:linear-gradient(45deg, #000000ad, #000000ad);
}
.banner-content-start{
  position: relative;
  z-index: 1;
}

.category_title h2{
    letter-spacing: -0.75px;
    font-weight: 500;
}

.category_sub_title{
  padding-bottom: 0.5rem;
}

.product_sec_title {
    letter-spacing: -0.75px;
    font-weight: 500;
    font-size: 25px;
}

.bg-overlay:before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgb(0 0 0 / 30%);
}
.side-padding{
  padding-right: 15px;
  padding-left: 15px;
}
.label-space{
  margin-bottom: 20px;
}

.sec_space_xxs_0_50{
  padding-top: 0;
  padding-bottom: 50px;
}

.sec_space_xxs_0_50_2{
  padding-bottom: 50px;
}

.footer_bootom_content{
  padding: 25px 0;
}
.sec_space_xs_70_40{
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer_copyright {
    color: rgb(255 255 255 / 40%) !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    font-family: "Poppins", Arial, sans-serif !important;
}

.footer_copyright a {
  color: rgb(255 255 255 / 40%);
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
    margin-left: 12px;
}

.footer_copyright a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: -9px;
}

.footer-links {
    text-align: right;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}


.footer-links li {
    font-family: "Poppins", Arial, sans-serif;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}

.footer-links li a {
    color: rgb(255 255 255 / 40%);
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
}


.footer-links li:after {
    content: "";
    height: 11px;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}

@media screen and (min-width: 992px){
  .container{
    max-width: 1290px;
  }
}

@media screen and (min-width: 992px){
  .drop_bars{
    display: none;
  }
  .mobile_menu_logo{
    display: none;
  }
}

@media screen and (max-width: 992px){
  .banner_title h1 br{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .banner_section_item:before{
    background: linear-gradient(45deg, #0005109a, #1a1a1a57);
  }
  .banner_section_item{
    background-position: right;
  }
  .footer-links {
    text-align: center;
  }
  .footer_bootom_copyright p{
    text-align: center;
  }
  .footer-links li{
    padding-right: 5px;
    margin-right: 5px;
  }
}


@media screen and (max-width: 479px){
  .sec_space_xxs_0_50{
    padding-top: 50px;  
  }
}




/* BANNER SECTION */
@media screen and (max-width: 767px){
  .banner_sec_3{
    height: 90vh;
  }
  .banner_title h1 {
    font-size: 45px;
  }
  .banner_2 .banner_desc p{
    color: #ffffff;
    opacity: 0.9;
  }
}


/* Home View more btn */
.view-more-btn a {
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.3rem 1.5rem;
  background-color: #e2e9e3 !important;
}



/* About uS pAge */
.about-page-section-padding{
  padding: 100px 0;
}

.max_section_padding {
  padding: 90px 0;
}

.facilties .single-facility {
  background: transparent;
  padding: 25px 15px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  border: 1px solid #f1eeeb;
  border-radius: 8px;
}

.facilties .single-facility span {
  font-size: 45px;
  color: #00a651 !important;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.facilties .single-facility h5 {
  font-size: 22px;
  font-weight: 500 !important;
  color: #222;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.facilties .single-facility p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

.ftco-about {
  padding: 150px 0px 0;
}

.heading-section h2 {
  z-index: -1;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  /* text-transform: uppercase; */
  color: #222222;
}

.about-caption p{
  font-size: 15px;
  color: #626262;
}

.innerpage-section h2{
  letter-spacing: -1px;
}



/* CONTACT PAGE */
.findus-ftco-section-site {
  padding: 100px 0;
  background-image: url(../files/contact-bg.png);
  background-position: center;
  background-size: cover;
}

.araqamy-contact-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.araqamy-contact-wrap h3{
  letter-spacing: -0.75px;
  font-weight: 500;
}
.araqamy-contact-wrap p {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
}

.araqamy-contact-wrap p {
  color: #303030;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.3px;
}

.dbox{
  margin-bottom: 1rem;
}

.dbox p span {
  font-weight: 400;
  color: #7b7f83;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.dbox p a {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
}

.findus-ftco-section-site form .input-group-meta input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  border: 1px solid rgb(0 71 142 / 15%);
  border-radius: 0.25rem;
  padding: 0 52px 0 20px;
  color: #000;
  background: #ffffff0a;
  outline: none;
  box-shadow: none;
}

.findus-ftco-section-site .btn-eleven {
  border: none;
  outline: none;
  height: 60px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .88px;
  color: #fff;
  background: #00478e;
  width: 100%;
}

.social-media-links h2 {
  color: #000;
  letter-spacing: -1px;
  font-size: 18px;
}

.social-media-links p a {
  color: #303030;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}
.mt-5 {
  margin-top: 3rem !important;
}

.findus-ftco-section-site form .input-group-meta textarea{
  outline: none;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00478e26;
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(253, 21, 13, 0);
}

.banner_2 .banner_desc {
  max-width: 800px;
}


@media screen and (max-width: 767px){
  .about-page-section-padding{
    padding: 50px 0;
  }
  .innerpage-section h2{
    text-align: center;
    font-size: 30px;
  }
  .innerpage-section p{
    text-align: justify;
  }
  .md-mb-50{
    margin-bottom: 50px;
  }
  .ftco-about{
    padding: 50px 0 0;
  }
  .max_section_padding{
    padding: 50px 0;
  }
  .banner_title h1{
    letter-spacing: -2px;
  }
  .banner_btn .btn{
    margin-top: 50px;
  }
  
}


@media screen and (min-width: 1200px){
  .banner_title h1 {
    color: #ffffff;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: 1.1;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 1090px){
  .main_menu_list > li > a{
    font-size: 14px !important;
  }
}


.inner-sec{
  padding: 120px 0 0;
}

@media screen and (max-width: 991px){
  .inner-sec{
    padding: 0;
  }
  .findus-ftco-section-site {
    padding: 50px 0;
  }
}


@media screen and (min-width: 1024px){
.findus-ftco-section-site {
  padding: 200px 0;
}
}