<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all .2s linear;
  font-family: 'Montserrat', sans-serif;
}

html {
  /* font-size: 62.5%; */
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
}

html::-webkit-scrollbar {
  width: 0.5rem;
}

html::-webkit-scrollbar-track {
  background: #303030;
}

html::-webkit-scrollbar-thumb {
  background: #fba051;
}

body {
  background: #000;
  animation: transitionIn 0.5s;
}

@keyframes transitionIn {
  from {
      opacity: 0;
      transform: translateY(50px);
  }
  to {
      opacity: 100;
      transform: translateY(0);
  }
}

section {
  padding: 5rem 9%;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: .1rem;
  width: 100%;
  background: #aaa;
  z-index: -1;
}

.heading span {
  font-size: 3rem;
  color: #fba051;
  background: #000;
  padding: .5rem 1.5rem;
  border: 0.1rem solid #aaa;
  border-radius: .5rem;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 2.8rem;
  padding-right: 3rem;
  background: linear-gradient(130deg, #fba051 93%, transparent 90%);
  color: #fff;
  cursor: pointer;
  font-size: 1.7rem;
}

.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 9%;
  z-index: 10000;
  background: #000;
}

.header .logo {
  font-weight: bolder;
  color: #fff;
  font-size: 3rem;
}

.header .logo span {
  color: #fba051;
}

.header .navbar a {
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 1.7rem;
  color: #fff;
}

.header .navbar a:hover {
  background: #fba051;
}

#menu-btn {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.enquiry-btn-white {
  font-size: 16px;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #030303;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  outline: none;
  display: inline-block;
}

.enquiry-btn-white:hover {
  font-size: 15px;
  line-height: 28px;
  background-color: #fba051;
  border-radius: 4px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  outline: none;
  display: inline-block;
}

.enquiry-btn-white-outline {
  font-size: 16px;
  line-height: 28px;
  background-color: none;
  outline: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  display: inline-block;
  letter-spacing: 1px;
  
}

.enquiry-btn-white-outline:hover {
  font-size: 16px;
  line-height: 28px;
  background-color: #fba051;
  border-radius: 4px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 1px;
}

.enquiry-btn-black-outline {
  font-size: 16px;
  line-height: 28px;
  background-color: none;
  outline: 1px solid #030303;
  border-radius: 4px;
  color: #030303;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  display: inline-block;
  letter-spacing: 1px;
}

.enquiry-btn-black-outline:hover {
  font-size: 16px;
  line-height: 28px;
  background-color: #fba051;
  border-radius: 4px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  outline: none;
}

.enquiry-btn-in-orenge-outline {
  font-size: 16px;
  line-height: 28px;
  background-color: none;
  outline: #ffffff solid 1px;
  border-radius: 4px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  display: inline-block;
  letter-spacing: 1px;
  
}

.enquiry-btn-in-orenge-outline:hover {
  font-size: 16px;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #fba051;
  font-family: inherit;
  max-width: 100%;
  padding: 7px 25px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 1px;
  
}

.enquiry-btn-big {
  font-size: 18px;
  line-height: 26px;
  background-color: #fba051;
  border-radius: 7px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 12px 50px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 0.5px;
}

.enquiry-btn-big:hover {
  background-color: #ffffff;
  border-radius: 7px;
  color: #030303;
  font-family: inherit;
  max-width: 100%;
  padding: 12px 50px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 1px;
  
}

.sel-map-btn {
  font-size: 16px;
  line-height: 28px;
  background-color: #fba051;
  border-radius: 7px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 6px 30px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 1px;
  letter-spacing: 0px;
  
}

.sel-map-btn:hover {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1px;
  background-color: #ffffff;
  border-radius: 7px;
  color: #030303;
  font-family: inherit;
  max-width: 100%;
  padding: 6px 30px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 0px;
  
}

.subscribe-btn {
  font-size: 16px;
  line-height: 28px;
  background-color: #aaaaaa;
  border-radius: 7px;
  color: #ffffff;
  font-family: inherit;
  max-width: 100%;
  padding: 6px 30px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 1px;
  letter-spacing: 0px;
  
}

.subscribe-btn:hover {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1px;
  background-color: #fba051;
  border-radius: 7px;
  color: #030303;
  font-family: inherit;
  max-width: 100%;
  padding: 6px 30px;
  width: auto;
  outline: none;
  display: inline-block;
  letter-spacing: 0px;
  
}

.sm-btn {
  opacity: 100%;
}

.sm-btn:hover {
  opacity: 40%;
}


.radio_btn {
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #030303;
 margin: 30px 15px;
 display: inline;
 cursor: pointer;
}

.radio_btn:hover {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #030303;
  opacity: 0.5;
  margin: 30px 15px;
  display: inline;
 }

 .radio_btn.active {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fba051;
  margin: 30px 15px;
  display: inline;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
 }

.navigation {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  display: flex;
}

.slide1.active{
  clip-path: circle(300% at 0 50%);
  transition: 4s;
  transition-property: clip-path;
}

.slide1{
  z-index: 1;
  position: absolute;
  clip-path: circle(0% at 0 50%);
  color: #030303;
  background: url('../images/newimages/CertificateBG.jpg') center / cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: auto;
}

.blur-img-orange{
  margin: 0px auto;
  max-width:282px;
  border-radius: 8px;
  /* border: 1px solid #ffffff; */
  padding: 15px;
  opacity: 0.5;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.blur-img-orange:hover{
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  padding: 0px;
}

.blur-img-gray{
  margin: 0px auto;
  max-width:282px;
  border-radius: 8px;
  /* border: 1px solid #ffffff; */
  padding: 15px;
  opacity: 0.4;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.blur-img-gray:hover{
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  padding: 0px;
}

#home-clients {
  margin-top: 650px;
}

#clients {
  margin-top: 0px;
}




/*///////////////////////////// NAV BAR AND IMAGE CSS START /////////////////////////////////*/

.header-photos {
  width: 100%;
  height: 100vh;
  background: url('../images/newimages/HeroImages/2.jpg') center / cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  animation: slider 20s infinite;
}

.header-single-photo {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}

.wrapper-text {
  max-width: 70%;
  height: auto;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0px;
  position: absolute;
  bottom: 50px;
  left: 7%;
  z-index: 1;
}

.subpage-wrapper-text {
  max-width: 70%;
  height: auto;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0px;
  position: absolute;
  bottom: 25vh;
  left: 7%;
  z-index: 1;
}

.wrapper-text h1, .subpage-wrapper-text h1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 500;
  line-height: 80px;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.wrapper-text p, .subpage-wrapper-text p {
  width: 80%;
  height: auto;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  padding-top: 10px;
}

.download {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0px;
  position: absolute;
  bottom: 50px;
  right: 7%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.download i, .subpage-download i {
  color: #fba051;
}

.subpage-download {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0px;
  position: absolute;
  bottom: 25vh;
  right: 7%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.download i, .subpage-download i {
  font-size: 30px;
  padding-right: 7px;
}

.orange-overlay {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
}

.subpage-overlay {
  height: 80vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
}

.logo {
  height: 60px;
  width: auto;
}

nav {
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  display: flex;
  padding: 0px 7%;
  transition: 1s;
  z-index: 10;
}

nav ul {
  list-style: none;
  background-color: transparent;
  overflow: hidden;
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin: 0px;
}

nav.black {
  background-color: #303030;
}

nav ul li {
  display: inline-block;
  padding-left: 30px;
}

nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

nav ul li a:hover {
  color: #fba051;
}

#menu-icon {
  color: #ffffff;
  font-size: 20px;
  padding: 8px 10.5px;
  border-radius: 5px;
  background-color: #fba051;
  transition: 0.5s;
  display: none;
  position: absolute;
  right: 4.5%;
}

#menu-icon:hover {
  background-color: #000000;
  outline: 0.5px solid #fba051;
}

.mobile-menu {
  display: none;
}

#click {
  display: none;
}

#click:checked ~ #menu-icon i:before {
  content: "\f00d";
  padding: 10px 2px;
}

.bee-block.bee-block-2.bee-spacer.bee-mobile_hide .spacer {
  height: 300px;
}

 @keyframes slider {
  0% {
      background: url('../images/newimages/HeroImages/2.jpg') center / cover;
  }

  20% {
      background: url('../images/newimages/HeroImages/2.jpg') center / cover;
  }

  25% {
      background: url('../images/newimages/HeroImages/7.jpg') center / cover;
  }

  45% {
      background: url('../images/newimages/HeroImages/7.jpg') center / cover;
  }

  50% {
      background: url('../images/newimages/HeroImages/4.jpg') center / cover;
  }

  70% {
      background: url('../images/newimages/HeroImages/4.jpg') center / cover;
  }

  75% {
      background: url('../images/newimages/HeroImages/5.jpg') center / cover;
  }

  95% {
      background: url('../images/newimages/HeroImages/5.jpg') center / cover;
  }

  100% {
      background: url('../images/newimages/HeroImages/2.jpg') center / cover;
  }
}




@media (max-width: 820px) {

  nav {
      padding: 0px 4%;
  }

  .logo {
      height: 50px;
      width: auto;
  }

  #menu-icon { 
    display: block;
  }

  .menu {
      display: none;
    }

  .wrapper-text p {
      width: 100%;
  }

  .mobile-menu {
      display: block;
  }
  
  .mobile-menu ul {
      display: flex;
      flex-direction: column;
      position: fixed;
      transform: translate(-50%, -50%);
      left: 50%;
      top: -100%;
      background: rgba(0, 0, 0, 0.9);
      width: 100%;
      z-index: -10;
      opacity: 0;
      transition: all 0.5s ease;
  }

    #click:checked ~ .mobile-menu ul {
    top: 235px;
    opacity: 1;
  }
  
  .mobile-menu ul li {
      display: block;
      padding: 15px;
      text-align: center;
  }

  .mobile-menu ul li:hover {
      background-color: #00000060;
  }
  
 .mobile-menu ul li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }
}




@media screen and (min-width: 769px) and (max-width: 820px) {
  .bee-col.bee-col-4.bee-col-w3 {
    padding: 40px 20px 10px 5px;
    position: relative;
  }

  .bee-col.bee-col-2.bee-col-w3 {
    padding: 40px 5px 10px 25px;
    position: relative;
  }

  .bee-col.bee-col-3.bee-col-w3 {
    padding: 40px 5px 10px 5px;
  }

  .bee-col.bee-col-4.bee-col-w3 #subscribe-form {
    padding: 0px;
  }

  .bee-col.bee-col-3.bee-col-w3 .spacer, .bee-col.bee-col-2.bee-col-w3 .spacer, .bee-col.bee-col-4.bee-col-w3 .spacer {
    display: none;
  }

  .bee-col.bee-col-1.bee-col-w3 .bee-text {
    padding-top: 0px;
  }

  .bee-col.bee-col-3.bee-col-w3 .bee-block.bee-block-4.bee-image.bee-mobile_hide,
  .bee-col.bee-col-3.bee-col-w3 .bee-block.bee-block-5.bee-image.bee-mobile_hide,
  .bee-col.bee-col-3.bee-col-w3 .bee-block.bee-block-6.bee-image.bee-mobile_hide {
    display: none;
  }

  .bee-col.bee-col-2.bee-col-w3 .sel-map-btn {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 18px;
    padding: 8px 10px;
    transform: scale(0.9);
    width: 140px;
    text-align: center;
    line-height: 18px;
  }

  .bee-col.bee-col-1.bee-col-w3 #sel-footer-logo {
    display: none;
  }

  .bee-col.bee-col-4.bee-col-w3 .bee-icon-image {
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
}




  @media (max-width: 997px) {

  .bee-block.bee-block-2.bee-spacer.bee-mobile_hide .spacer {
    height: 400px;
}

  .bee-block.bee-block-4.bee-image.bee-mobile_hide {
    padding-top: 100px;
  }

}

@media (max-width: 768px) {
.wrapper-text h1, .subpage-wrapper-text h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  word-wrap: break-word;
  /* word-break: break-all; */
}

}





@media (max-width: 576px) {
    
/*.header-photos {*/
/*  background-size: cover;*/
/*}*/

/*.header-single-photo {*/
/*  background-size: cover;*/
/*}*/

  .download {
    bottom: 30px;
    right: 7%;
  }
  
  .subpage-download {
    bottom: 23vh;
    right: 7%;
  }

  .wrapper-text {
  max-width: 90%;
  height: auto;
  bottom: 80px;
  left: 7%;
}

  .subpage-wrapper-text {
  max-width: 90%;
  height: auto;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0px;
  position: absolute;
  bottom: 32vh;
  left: 7%;
}

.wrapper-text h1, .subpage-wrapper-text h1 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  word-wrap: normal;
}

.wrapper-text p, .subpage-wrapper-text p {
  width: 95%;
  height: auto;
  font-size: 13px !important;
  color: #ffffff;
  line-height: 16px;
}

/* #our-clients-text {
  margin-top: -70px;
} */
}

/*///////////////////////////// NAV BAR AND IMAGE CSS END ////////////////////////////////*/












/*///////////////////////////// ENQUIRY FORM CSS START ////////////////////////////////*/


#make-an-enquiry-button {
  padding: 20px 20px 40px 20px;
}

.show-btn {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  cursor: pointer;
  padding: 15px 50px;
  border-radius: 7px;
  background-color: #aaaaaa;
  position: relative;
  max-width: 320px;
  height: auto;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin: 0px auto;
  display: block;
}

.show-btn:hover {
  color: #000000;
  background-color: #fba051;
  letter-spacing: 1px;
}

#show {
  display: none;
}

#show:checked ~ .container {
  display: block;
}

.container {
  display: none;
  width: 70vw;
  height: auto;
  padding: 20px 50px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 8px #00000070;
  position: relative;
  transform: translate(-50%, 0%);
  bottom: 50%;
  left: 50%;
  z-index: 1;
  margin-bottom: 40px;
}

.container .close-btn {
  position: absolute;
  right: 25px;
  top: -25px;
  font-size: 24px;
  cursor: pointer;
}

.container .close-btn:hover{
  color: red;
}

.container h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
}

.container label {
  display: block;
  color: white;
  font-size: 16px;
  margin-top: 40px;
}

.container input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 0.5px solid #ffffff;
  padding: 5px;
  color: white;
  font-size: 16px;
  margin-top: 5px;
}

.container textarea {
  display: block;
  width: 100%;
  height: 100px;
  background: transparent;
  border: none;
  outline: none;
  border: 0.5px solid #ffffff;
  padding: 10px;
  color: white;
  font-size: 16px;
  margin-top: 10px;
}

.container button {
  display: block;
  width: auto;
  padding: 10px 35px;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #fba051;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.5s;
}

.container button:hover {
  background: #ffffff;
  color: #000000;
}

.container .link {
  text-align: center;
  color: #fba051;
  margin-top: 30px;
}




@media (max-width: 420px) {
  
  .container{
    display: none;
    width: 95vw;
    height: auto;
    padding: 30px;
    position: relative;
  }
  
  .container h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
  }
  
  .container label {
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 35px;
  }
  
  .container input {
    border-bottom: 0.5px solid #ffffff;
    padding: 5px;
    color: white;
    font-size: 14px;
    margin-top: 5px;
  }
  
  .container textarea {
    border: 0.5px solid #ffffff;
    padding: 10px;
    color: white;
    font-size: 14px;
    margin-top: 10px;
  }
  
  .container button {
    display: flex;
    width: auto;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: 20px auto 30px auto;

  }
  
  .container .link {
    text-align: center;
    color: #fba051;
    margin-top: 10px;
    font-size: 11px;
  }

  #make-an-enquiry-button {
    padding: 0px 20px 40px 20px;
  }

  #home-clients {
    margin-top: 560px;
  }
}


/*///////////////////////////// ENQUIRY FORM CSS END ////////////////////////////////*/



@media (max-width: 991px) {
  html {
    font-size: 55%;
    scroll-padding: 7rem;
  }
  .header {
    padding: 0 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
  .home .slide {
    padding: 2rem 5%;
  }
  .home .slide .content {
    width: 50rem;
  }
  .home .slide .content h3 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header {
    padding: 2rem;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #000;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    display: block;
    font-size: 2rem;
  }
  .about {
    gap: 3rem;
  }
  .about .image {
    margin-top: 5rem;
  }
  .about .content .title {
    font-size: 3rem;
  }
  .features .box-container .box.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  #locate-us-text.bee-block.bee-block-2.bee-text {
    padding-top: 0px;
  }

  #contact-text.bee-block.bee-block-4.bee-text {
    padding-top: 0px;
  }

  #subscribe-form.bee-block.bee-block-1.bee-form, .bee-row-9 .bee-col-4 .bee-block-1 {
    padding-top: 10px;
  }

  #sel-footer-logo img {
  position: relative;
  display: block;
  margin: 0px auto;
  max-width: 240px;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}
/*# sourceMappingURL=style.css.map */



.main-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: black;
  align-items: center;
  justify-content: center;
}

.clients {
  height: 300px;
  width: 100%;
  background-color: bisque;
}

.black-footer {
  height: auto;
  width: 100%;
  display: flex;
  background-color: black;
  justify-content: space-between;
  align-items: center;
  padding: 150px 30px 30px 30px;
  max-width: 1580px;
}

.map-btn {
  font-size: 16px;
  line-height: 28px;
  background-color: #fba051;
  border-radius: 5px;
  color: #ffffff;
  padding: 6px 30px;
  letter-spacing: 0px;
  text-decoration: none;
  transition: 0.7s;
  max-width: 230px;
  text-align: center;
  width: 90%;
  margin-top: 30px;
}

.map-btn:hover {
  background-color: #ffffff;
  color: #030303;
}

.footer-p1, .footer-p2, .footer-p3 {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 25%;
  min-width: 250px;
  color: #ffffff;
}

.footer-p3 a {
  color: #fba051;
  text-decoration: none;
}

.footer-p3 a:hover {
  color: #ffffff;
}

.footer-line {
  max-width: 1580px;
  width: 95%;
  height: 0.7px;
  background-color: #ffffff;
  opacity: 0.3;
  position: relative;
  display: flex;
  margin: 10px auto;
}

.subsidiaries {
  display: flex;
  height: auto;
  max-width: 1580px;
  width: 95%;
  align-items: flex-end;
  justify-content: space-evenly;
  padding: 0px 10px 10px 10px;
  color: #ffffff;
}

.subsidiaries img {
  max-width: 180px;
  height: auto;
}

.subsidiaries p {
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}

.social-icons img {
  max-width: 27px;
  margin: 0px 5px;
  transition: 0.5s;
}

.social-icons img:hover {
  transform: scale(0.95);
  opacity: 0.8;
}

.copy-right-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}

.enquiry-part {
  width: 85%;
  max-width: 1200px;
  height: auto;
  font-size: 26px;
  line-height: 30px;
  color: #fba051;
  font-weight: 500;
  background: url(../images/newimages/Ferroalloys.jpg) center / cover;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto -100px auto;
  padding: 50px;
  /*transform: translateX(-50%);*/
  /*left: 50%;*/
  /*z-index: 1000000;*/
}

#show-btn {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  cursor: pointer;
  padding: 8px 35px;
  border-radius: 7px;
  background-color: #ffffff;
  height: auto;
  text-decoration: none;
  transition: 0.5s;
  z-index: 1;
}

#show-btn:hover {
  color: #000000;
  background-color: #fba051;
  transform: scale(1.04);
}

@media (max-width: 820px) {
  .footer-p1 {
    display: none;
  }

  .subsidiaries {
    padding: 0px 0px 10px 0px;
  }

  .subsidiaries img {
    max-width: 150px;
  }

  .subsidiaries p {
    font-size: 11px;
  }

  .black-footer {
    padding-top: 170px;
  }
}

@media (max-width: 700px) {

  .footer-p1 {
    display: flex;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 30px;
  }

  .footer-p3 #p {
    margin-top: 40px;
  }

  .black-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .enquiry-part {
    flex-direction: column;
    text-align: left;
    margin: 0px auto -125px auto;
  }

  #mobile-hide {
    display: none;
  }

  #show-btn {
    margin-top: 30px;
  }

  .enquiry-part {
    padding: 30px;
  }

  .copy-right-part {
    padding-bottom: 20px;
  }
}</pre></body></html>