    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */


@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');
@import url('css/bootstrap-grid.css');
@import url('css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');
html{
  -webkit-font-smoothing: antialiased;
}


* {
    margin: 0;
    padding: 0;
}

body{
  font-family: 'Prompt', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72857143;
  color:#666;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* 1.3 Paddings */

.p-0{
  padding: 0px;
}

.p-10{
  padding: 10px;
}
.p-20{
  padding: 20px;
}
.p-30{
  padding: 30px;
}
.p-40{
  padding: 40px;
}
.p-50{
  padding: 50px;
}
.p-60{
  padding: 60px;
}
.p-70{
  padding: 70px;
}
.p-80{
  padding: 80px;
}
.p-90{
  padding: 90px;
}
.p-100{
  padding: 100px;
}
.p-170{
  padding: 170px;
}

/* 1.3 Padding Top */
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}

.pt-l {
  padding-top: 10em;
}




/* 1.3 Paddings Bottom */
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}

.pb-l {
  padding-bottom: 10em;
}



/* 1.3 Padding Left */
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}


/* 1.3 Paddings Right */
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}


/* 1.3 Padding Top Bottom */

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.ptb-l {
  padding-top: 10em;
  padding-bottom: 10em;
}

.ptb-m {
  padding-top: 7em;
  padding-bottom: 7em;
}

.ptb-sm {
  padding-top: 5em;
  padding-bottom: 5em;
}
.ptb-xs {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* 1.3 Padding Left Right */

.plr-10 {
  padding-left:10px;
  padding-right:10px;
}
.plr-20 {
  padding-left:20px;
  padding-right:20px;
}
.plr-30 {
  padding-left:30px;
  padding-right:30px;
}
.plr-40 {
  padding-left:40px;
  padding-right:40px;
}
.plr-50 {
  padding-left:50px;
  padding-right:50px;
}
.plr-60 {
  padding-left:60px;
  padding-right:60px;
}
.plr-70 {
  padding-left:70px;
  padding-right:70px;
}
.plr-80 {
  padding-left:80px;
  padding-right:80px;
}
.plr-90 {
  padding-left:90px;
  padding-right:90px;
}
.plr-100 {
  padding-left:100px;
  padding-right:100px;
}



/* 1.3 Margins */

.m-0{
  margin: 0px;
}
.m-10{
  margin: 10px;
}
.m-20{
  margin: 20px;
}
.m-30{
  margin: 30px;
}
.m-40{
  margin: 40px;
}
.m-50{
  margin: 50px;
}
.m-60{
  margin: 60px;
}
.m-70{
  margin: 70px;
}
.m-80{
  margin: 80px;
}
.m-90{
  margin: 90px;
}
.m-100{
  margin: 100px;
}

/* 1.3 Margins Left*/

.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}

/* 1.3 Margins Right*/

.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.fs-13{
  font-size: 13px !important;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}

/* 1.3 Margins Top*/

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}

/* 1.3 Margins Bottom*/

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

/* 1.3 Margins Top Bottom*/

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mtb-100 {
  margin-top: 100px
  margin-bottom: 100px;
}

/* 1.3 Margins Left Right*/

.mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mlr-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mlr-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mlr-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mlr-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.mlr-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mlr-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.mlr-100 {
  margin-left: 100px
  margin-right: 100px;
}


/* 1.3 Typography */



h1,
.h1{ 
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin:0 0 20px 0;
  font-family: 'Nunito Sans', sans-serif;
}

h1.title {
  text-transform: uppercase;
  color: #280b6d;
}


h2,
.h2{ 
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  margin:0 0 10px 0;
  font-family: 'Nunito Sans', sans-serif;
}

h3,
.h3{
  font-size: 30px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

h4,
.h4{
  font-size: 25px;
  line-height:1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin:0;
  color:#000;
  font-family: 'Nunito Sans', sans-serif;
}


h5,
.h5{
    letter-spacing: 1px;
    line-height: 1.3;
}


strong{
  font-weight: 700;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul.no-list{
  list-style: none;
  padding-left: 0;
}

ol li,
ul li{
  margin-top: 10px;
}


p { 
  margin:10px 0 0;
}

blockquote{
  margin:20px 0 20px 0;
  font-size: inherit;
  border-left: 3px solid #D4B068;
}

a {
  color:#280b6d;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#000;
  outline: none;
}

a:focus{
  text-decoration: none;
}





/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/
header{
  background: transparent;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .logo {
  max-width: 250px;
  padding-bottom: 10px;
}

a.brand {
    max-height: 60px;
    overflow: hidden;
    display: block;
}

.navbar-nav li a {
  font-family: 'Jost', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-decoration: none;
}

.fixed-top .navbar-nav li a {
  color: #280b6d
}


.navbar-nav li a:after {
  content: '';
  height: 1px;
  width: 0%;
  display: block;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.navbar-nav li a:hover:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.fixed-top .navbar-nav li a:after, .fixed-top .navbar-nav li a:hover:after {
  background: #280b6d
}

.navbar-nav li{
  margin: 0px;
}

.navbar button {
    color: #266d9d;
}

button.navbar-toggler {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top img.logo {
  max-width: 200px;
  transform: translateY(-40px);
}

header {
  transition: all .3s ease-in-out 0s;
  animation: .3s slideout;

}

@keyframes slideout {
  0% {
    top:0px;
  }

  100% {
    top: -110px;
  }
}

header.fixed-top{
  background:rgb(255,255,255); 
  transition: all .3s ease-in-out 0s;
  animation: .3s slidein;
}

@keyframes slidein {
  0% {
    top:-110px;
  }

  100% {
    top: 0%;
  }
}




/*-------------------------------------------------------------------------------
  Home
-------------------------------------------------------------------------------*/

header .topbar {
  width: 100%;
}


.masthead{
  position: relative;
  color:#fff;
  vertical-align: middle;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.masthead .container {
    position: relative;
    z-index: 2;
}

.masthead h1{
  font-family: 'Jost', sans-serif;
  font-size: 6em;
  color: #fff;
	font-weight:300;
}

.masthead h1 span {
  font-family: 'Jost', sans-serif;
	font-weight:400;
	letter-spacing:2px;
}

.masthead p{
  font-size: 20px;
  max-width: 420px;
  color: #000;
}

.masthead-gradient {
  background: rgb(11,3,133);
  background: linear-gradient(145deg, rgba(11,3,133,0.8) 0%, rgba(34,218,255,0.8) 100%);
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.masthead-image{
  background: url(../img/Header-Image.jpeg) no-repeat center left 3%;
  background-size: cover;
  background-blend-mode: color;
}




/*-------------------------------------------------------------------------------
  About
-------------------------------------------------------------------------------*/


section.cta-2 {
  background: #0a4d00;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

section.cta{
  background: #111;
  color: #fff;
  height: 400px;

  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

section.cta:hover {
  background: rgba(0, 0, 0, .4) url(../img/about.jpeg) no-repeat center bottom 20%;
  background-blend-mode: color;
  background-size: cover;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

section.cta:hover h1{
  color: #fff;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.abt-img {
  border: 2px solid #280B6D;
}

/*-------------------------------------------------------------------------------
  Services
-------------------------------------------------------------------------------*/

section#services {
  background:#280b6d;
  position: relative;
  overflow: hidden;
}

section#services:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
    background: url(../img/services-bg.png) right center no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: 0%;
    transform: rotate(-45deg);
    opacity: .1;
}

.srvc-bx {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color;
    padding: 30px;
    color: #fff;
    height: 100%;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

.srvc-bx:before {
    content: '';
    background-color: rgba(0, 0, 0, .6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
  }

.srvc-bx.srvc-1 {
  background-image: url(../img/Serv1.jpeg);
}

.srvc-bx.srvc-2 {
  background-image: url(../img/Serv2.jpeg);
}

.srvc-bx.srvc-3 {
  background-image: url(../img/Serv3.jpeg);
}

.srvc-bx:hover {
    background-image: none;
    background-color: rgba(255, 255, 255, .03);
    backdrop-filter: blur(15px);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

.srvc-bx:hover:before {
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
  }





/*-------------------------------------------------------------------------------
  Mineral
-------------------------------------------------------------------------------*/

#mineral {
  background:#4eabe4;
}

#mineral ul li {
  margin-top: 0px;
}

.table>:not(:first-child) {
  border: none;
}



/*-------------------------------------------------------------------------------
  Contact
-------------------------------------------------------------------------------*/

.address ul li{
  list-style: none;
  font-size: 22px;
}

.address ul li a{
  color: #666;
  text-decoration: none;
}

footer .copyright {
  font-size: 14px;
}

.address ul {
  padding-left: 0px;
}
.address ul li {
  list-style: none;
  font-size: 22px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 12px;
}
.address_text{
  font-size: 21px;
  font-weight: bold;
}

.second_address{
  color: #666;
    text-decoration: none;
}

.second_address_content{
  list-style: none;
    font-size: 22px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 12px;
}
.second_add_pl{
  padding-left: 0px;
}

.mr-345{
  margin-right: 345px;
}
/*-------------------------------------------------------------------------------
  Media Query
-------------------------------------------------------------------------------*/

@media screen and (max-width: 1250px){

  header .logo {
    max-width: 200px;
    padding-bottom: 10px;
  }

  a.brand {
    max-height: 50px;
  }

  .fixed-top img.logo {
    transform: translateY(-50px);
  }

  .navbar-nav li a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 17px;
  }

  #about.p-50, #about .p-80  {
    padding: 20px;
  }

  #about p.lead {
    font-size: 1em;
  }

  #services.p-100, #mineral.p-100  {
    padding: 50px;
  }

}




@media screen and (max-width: 991px){
  button.navbar-toggler {
    display: block;
    box-shadow: none;
    color: #fff;
  }

  .fixed-top button.navbar-toggler {
    color: #280b6d;
  }

  button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }

  .navbar{
    padding: 0px;
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    z-index: 2;
    background: #4cace5;
    text-align: center;
  }

  button.navbar-toggler i{
    font-size: 20px;
  }

  ul.navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ul.navbar-nav li {
    padding: 10px 30px ;
  }

  .masthead h1 {
    font-size: 4.8em;
    line-height: 1.3;
  }

  .contact-form-row {
    background-position: center;
    background-size: cover;
  }

  form.bg-light {
    background: rgba(255, 255, 255, .8)!important;
  }

  #about.p-50, #about .p-80, #services .p-100 {
    padding: 30px;
  }

  #services .ptb-80, #mineral .ptb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}


@media screen and (max-width: 767px){

  .menu {
      position: absolute;
      display: block;
      background: rgba(40, 11, 109, .7);
      top: 100%;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0;
      padding: 10px 0px;
  }

  .fixed-top .menu {
    background: rgba(255, 255, 255, .7);
  }



  .masthead h1 span.word {
    display: block;
    width: 100%;
    height: 1.3em;
  }

  #services.p-100, #mineral.p-100 {
    padding: 20px;
  }

  #services .ptb-80, #mineral .ptb-80 {
    padding-top: 20px;
    padding-bottom: 20px;
  }



  table .pl-5 {
    padding-left: 10px !important;
  }

    .table-responsive .table {
      border: none;
    }

    .table-responsive table thead, .table-responsive table tfoot {
        display: none;
    }

    .table-responsive table tbody tr {
        display: block;
        margin: 10px 0px;
        font-size: 15px;
    }

    .table-responsive table tbody tr td[data-title]:before {
        content: attr(data-title);
        font-size: 15px;
        padding: 6px;
        background: #fff;
        color: #000;
        min-width: 180px;
        margin-right: 10px;
    }
  
    .table-responsive table tbody tr td {
        display: flex;
        justify-content: start;
        white-space: normal;
    }

    .table-responsive table tbody tr td:not(:last-child) {
        border-bottom: 1px solid rgb(204 204 204 / 32%) !important; /* !important to overcome bootstrap css */
    }
    
    .table-responsive table th, .table-responsive table td {
        padding: 0px;
    }

    .table-responsive table thead tr th, .table-responsive table tbody tr td {
        border-width: 0px;
        box-shadow: none;
    }

.mr-345 {
  margin-right: 0px!important;
}
}


@media screen and (max-width: 575px){


  button.navbar-toggler, button.navbar-toggler i{
    font-size: 17px;
  }

  .masthead h1 {
    font-size: 3.5em;
  }

  h1.title {
    font-size: 2.3em;
    line-height: 1.2;
  }

  .contact-form-row.p-60 {
    padding: 20px;
  }

  #about.p-50{
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media screen and (max-width: 440px){

  header .logo {
    max-width: 130px;
    padding-bottom: 10px;
  }

  .fixed-top img.logo {
    max-width: 130px;
    transform: translateY(-34px);
  }

  a.brand {
    max-height: 34px;
  }

  h1.title {
    font-size: 1.8em;
  }

    .table-responsive table tbody tr td[data-title]:before {
      min-width: 126px;
    }


}


























