@charset "utf-8";
/* Normal CSS */
body {
  color: #1c4357;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #1c4357;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #262935;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
}
h1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  line-height: 70px;
  margin: 30px 0 25px;
  padding: 0;
}
h2 {
  font-size: 40px;
  color: #0d395b;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
p {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
p:empty { 
  display:none; 
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #f9c206;
  color: #ffffff;
}
::-webkit-selection {
  background: #f9c206;
  color: #ffffff;
}
::-moz-selection {
  background: #f9c206;
  color: #ffffff;
}
::-o-selection {
  background: #f9c206;
  color: #ffffff;
}
::-ms-selection {
  background: #f9c206;
  color: #ffffff;
}
.container {
  max-width: 1310px;
}
.section-title {
  width: 100%;
  margin-bottom: 35px;
}
.section-title span {
  font-size: 18px;
  color: #f9c206;
  font-weight: 500;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 40px;
  color: #02011c;
  font-weight: bold;
  line-height: 42px;
  margin: 10px 0 35px;
}


/* Buttons CSS */
.btn {
  display: inline-block;
  padding: 16px 28px;
  font-size: 16px;
  border-radius: 5px;
  transition: all ease .4s;
  color: #333333;
  position: relative;
  font-weight: 600;
  color: #000000;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  white-space: inherit;
  min-width: 200px;
}
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #dcaa00;
  height: 100%;
  width: 48px;
  border-radius: 0 100% 100% 0;
  padding: 12px 12px 12px 5px;
}
.btn span img {
  width: 18px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn-orange {
  background: #f9c206;
  color: #ffffff;
  padding: 14px 30px 14px 70px;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  background: #f9c206;
}
.btn-orange:hover span, .btn-orange:focus span, .btn-orange:active span {
  background: #f9c206;
}

/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #3b3b3b !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #3b3b3b !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #3b3b3b !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #3b3b3b !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #3b3b3b !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #3b3b3b !important;
}

.form-control {
  width: 100%;
  height: 63px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f4f4f6 !important;
  font-size: 17px;
  color: #3b3b3b !important;
  font-weight: 400;
  border-width: 2px;
  border-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 27px;
}
textarea.form-control {
  height: 115px;
  resize: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 48px;
}
select.form-control {
  background: url("../images/select-arrow.png") no-repeat 100% 0;
}

/* Header Css */
.primary-header {
  display: block;
  overflow: hidden;
  background: #02011c;
  padding: 11px 0;
}
.primary-header a {
  font-size: 14px;
  color: #ffffff;
}
.contact-info, .socials {
  display: inline-block;
  vertical-align: middle;
}
.contact-info ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
}
.contact-info ul li:after {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}
.socials {
  margin-left: 5px;
}
.socials ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 12px;
}
.socials ul li a {
  font-size: 16px;
}
.socials ul li a:hover {
  color: #f9c206;
}
.secondary-header {
  padding: 10px 0;
  transition: all ease .4s;
}
.secondary-header .container {  
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed {
  height: 169px;
}
.fixed .secondary-header {
  position: fixed;
  width: 100%;
  left: 0;
  top:0;
  z-index: 11;
  background: #fff;
}
.logo {
  display: inline-block;
}
.navbar {
  display: inline-flex;
  padding: 0;
}
.navbar-nav {
  justify-content: center;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: 600;
  padding: 0 25px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f9c206;
}
.navbar-light .navbar-nav .btn {
  padding: 14px 30px 14px 70px;
  color: #ffffff;
  margin-left: 25px;
  min-width: 200px;
  margin-top: -5px;
}
.navbar-light .navbar-nav .btn:hover, .navbar-light .navbar-nav .btn:focus, .navbar-light .navbar-nav .btn:active {
  color: #ffffff;
}

/* Carousel */
.carousel-item {
  position: relative;
}
.carousel-item img {
  height: 702px;
  object-fit: cover;
}
.slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;  
  align-items: center;
  justify-content: center;
}
.slider-caption .container {
  display: flex;
  flex-direction: column;  
  text-align: center;
  max-width: 730px;
}
.slider-caption span {
  display: inline-block;
  padding: 12px 20px;
  background: rgba(249, 194, 6, 0.8);
  min-width: 290px;
  margin: 0 auto;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 6px;
  font-weight: 500;
  border-radius: 25px;
}
.slider-caption p {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}
.slider-caption .btn {
  border: 2px solid #ffffff;
  min-width: 200px;
  margin: 0 auto;
  color: #ffffff;
}
.slider-caption .btn:hover, .slider-caption .btn:focus {
  border: 2px solid #ffffff;
  color: #f9c206;
  background: #ffffff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 62px;
  height: 62px;
  background: url("../images/slider-nav.png") no-repeat 0 0;
  opacity: 1;
  transition: all ease .4s;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-prev-icon:hover {
  background-position: 0 -112px;
}
.carousel-control-next-icon {
  background-position: 0 -225px;
}
.carousel-control-next-icon:hover {
  background-position: 0 -337px;
}

/* About Us Css */
.about-us {
  padding: 100px 0;
}
.about-us .section-title h2 {
  margin-top: 20px;
}
.about-us img {
  width: 100%;
}
.about-us .pl-5 {
  padding-left: 70px !important;
  max-width: 640px;
}

/* Minerales Css */
.minerales {
  padding: 0 0 100px;
}
.minerales .section-title {
  margin-bottom: 50px;
}
.minerales .img-item {
  margin-bottom: 50px;
}
.minerales .img-item img {
  border-radius: 100%;
  border: 10px solid transparent;
}
.item-wrap a {
  font-size: 24px;
  color: #02011c;
  font-weight: bold;
  text-transform: uppercase;
}
.item-wrap a img {
  margin-right: 5px;
  vertical-align: text-top;
}
.item-wrap:hover .img-item img {
  border-color: #ffffff;
  box-shadow: 1px 2px 25px 6px rgba(0, 0, 0, 0.12);
}


/* Where We Are Css */
.where-we-are {
  padding: 90px 0;
  background: #f4f4f6;
}
.where-we-are .section-title {
  margin-bottom: 70px;
}
.box-wrap {
  position: relative;
}
.where-we-are .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-shadow: inset -8px -209px 61px -25px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
.where-we-are .overlay a {
  font-size: 18px;
  color: #ffffff;
}
.where-we-are .overlay a img {
  width: 28px;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
}
.where-we-are .box-wrap:hover .overlay {
  box-shadow: none;
  background: rgba(2, 1, 28, 0.5);
}
.where-we-are .box-wrap:hover .overlay a img {
  opacity: 1;
  visibility: visible;
}

/* Our Partners Css */
.our-partners {
  background: url("../images/our-partners-bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 100px 0 400px;
}
.our-partners .section-title h2 {
  color: #ffffff;
  font-size: 36px;
  margin-top: 20px;
}
.our-partners p {
  color: #ffffff;
  font-weight: 400;
  max-width: 530px;
}
.partner-box {
  background: #020524;
  padding: 70px 20px 10px;
  text-align: center;
  min-height: 245px;
  transition: all ease .4s;
}
.partner-box h3 {
  color: #ffffff;
  padding: 0 40px;
}
.icon-box {
  display: inline-block;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background: #21233b;
  margin-bottom: 8px;
  position: relative;
  transition: all ease .4s;
}
.icon-box:before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 95px;
  height: 95px;
  background: url("../images/icons-sprite.png") no-repeat 0 0;
  z-index: 1;
  content: "";
  transition: all ease .4s;
}
.partner-box:hover {
  background: #f9c206;
} 
.partner-box:hover .icon-box {
  background: #f9c206;
}
.partner-box:hover .icon-box:before {
  background-position: 0 -220px;
}
.partner-box.box2 .icon-box:before {
  background-position: -298px 0;
}
.partner-box.box2:hover .icon-box:before {
  background-position: -298px -220px;
}
.partner-box.box3 .icon-box:before {
  background-position: -600px 0;
}
.partner-box.box3:hover .icon-box:before {
  background-position: -600px -220px;
}
.partner-box.box4 .icon-box:before {
  background-position: -904px 0;
}
.partner-box.box4:hover .icon-box:before {
  background-position: -904px -220px;
}


/* Contact Block Css */
.contact-block {
  position: relative;
}
.contact-block .container {
  padding: 0 50px;
}
#map1 {
  height: 765px;
}
.form-box {
  padding: 60px;
  background: #ffffff;
  box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.04);
}
.contact-block p {
  font-weight: 400;
  padding: 5px 0 15px;
}
.contact-info-box {
  padding: 50px 40px;
  background: #f9c206;
}
.contact-info-box h5, .contact-block .contact-info-box p {
  color: #ffffff;
}
.contact-form {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 1;
  width: 100%;
}
form .btn {
  width: 100%;
  padding: 16px 20px;
}
.contact-info-box p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-block .contact-block {
  padding-top: 30px;
}
.contact-block .contact-block a {
  font-size: 15px;
  color: #ffffff;
}
.contact-block .socials {
  margin: 28px 0 35px;
  display: block;
  text-align: center;
}
.contact-block .socials li {
  display: inline-block;
  margin: 0 4px;
}
.contact-block .socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background: #dcaa00;
  font-size: 20px;
  color: #ffffff;
}
.contact-block .socials li a:hover {
  background: #ffffff;
  color: #f9c206;
}
.contact-info-box .btn {
  width: 100%;
  background: #02011c;
  color: #ffffff; 
}
.contact-info-box .btn img {
  margin: -5px 10px 0 0;
}

/* Footer Css */
footer {
  background: #02011c;
  padding: 30px 0;
  font-size: 16px;
  color: #888894;
}
footer strong {
  color: #ffffff;
  font-weight: bold;
}
footer img {
  vertical-align: bottom;
  margin-left: 10px;
}


/* Responsive Css */

@media screen and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 0 15px;
  }
  .navbar-light .navbar-nav .btn {
    padding: 14px 30px 14px 70px;
  }
  .partner-box h3 {
    padding: 0;
    font-size: 18px;
  }
  .form-box {
    padding: 50px;
  }
  br {
    display: none;
  }
  footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .primary-header .float-left, .primary-header .float-right {
    width: 100%;
    text-align: center;
  }
 .primary-header .float-left  {
  margin-bottom: 5px;
 }
 .slider-caption {
  padding: 0 100px;
 }
 h1 {
  font-size: 55px;
  line-height: 65px;
 }
 .about-us .pl-5 {
  padding-left: 15px !important;
  max-width: 100%;
 }
 .about-us .section-title h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 10px 0;
 }
 .item-wrap a {
  font-size: 20px;
 }
 .where-we-are .overlay {
  padding: 30px 15px;
 }
 .our-partners .section-title h2 {
  font-size: 28px;
  line-height: 36px;
 }
 .our-partners .mt-3 [class*="col-"] {
  padding-bottom: 30px;
 }
 .contact-form {
  position: static;
  padding: 80px 0;
 }
 .form-box {
  margin-bottom: 50px;
 }
 #map1 {
  height: 450px;
 }
 .our-partners {
  padding-bottom: 70px;
 }
 footer, footer .text-right {
  text-align: center !important;
 }
 footer .text-right {
  margin-top: 20px;
 }
 .secondary-header {
  position: relative;
 }
 .navbar {
  position: inherit;
 }
 .navbar-collapse {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 11;
  background: #f9c206;
  width: 100%;
  padding: 50px;
 }
 .navbar-nav {
  display: block;
 }
 .navbar-nav li {
  display: block;
 }
 .navbar-light .navbar-nav .nav-link {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
 }
 .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
 }
 .navbar-light .navbar-nav .btn {
  margin: 20px 0 0;
  padding: 18px 20px;
  background: #000000;
 }
 .navbar-light .navbar-nav .btn:hover {
  background-color: #fff;
  color: #000;
 }
 .navbar-light .navbar-nav .btn span {
  display: none;
 }
 .navbar-light .navbar-nav li:last-child a {
  border: none;
 }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
  .about-us {
    padding: 50px 0;
  }
  .about-us .section-title {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .primary-header .float-right {
    display: none;
  }
  .primary-header {
    padding: 6px 0;
  }
  .minerales .img-item {
    margin-bottom: 16px;
  }
  .minerales .item-wrap {
    margin-bottom: 26px;
  }
  .minerales {
    padding: 30px 0;
  }
  .where-we-are .section-title {
    margin-bottom: 35px;
  }
  .where-we-are {
    padding: 50px 0 35px;
  }
  .our-partners {
    padding: 50px 0 35px;
  }
  .contact-form {
    padding: 50px 0;
  }
  footer .text-right {
    margin-top: 10px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 42px;
    height: 42px;
    background: url("../images/slider-nav.png") no-repeat 0 0;
    opacity: 1;
    transition: all ease .4s;
    background-size: 42px;
  }
  .carousel-control-next-icon {
    background-position: 0px -152px;
  }
  .carousel-control-next-icon:hover {
    background-position: 0 -228px;
  }
  .carousel-control-prev-icon:hover {
    background-position: 0 -76px;
  }
  .navbar-collapse {
    padding: 23px;
  }
  .navbar-light .navbar-nav .btn {
    min-width: auto;
    padding: 10px 25px;
  }
  .navbar-light .navbar-nav .nav-item:last-child .nav-link:hover {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 575px) {
  .where-we-are .box-wrap > img {
    width: 100%;
  }
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .slider-caption {
    padding: 0 50px;
  }
  .form-box {
    padding: 30px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .section-title span {
    font-size: 18px;
  }
  .minerales .section-title {
    margin-bottom: 30px;
  }
  .logo {
    max-width: 100px;
  }
  .fixed .logo {
    max-width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .slider-caption {
    padding: 0;
  }
  .slider-caption span {
    letter-spacing: 3px;
    min-width: 240px;
  }
  .slider-caption .btn {
    min-width: auto;
    padding: 10px 25px;
  }
  .slider-caption p {
    font-size: 16px;
    line-height: 28px;
  }
  .carousel.slide .carousel-control-prev {
    top: auto;
    bottom:30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
  }
  .carousel.slide .carousel-control-next {
    top: auto;
    bottom:30px;
    left: 50%;
  }
  .contact-block .container {
    padding: 0 22px;
  }
  .contact-info-box {
    padding: 25px;
  }
  .btn {
    padding: 16px 15px;
  }
}

@media screen and (max-width: 359px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .slider-caption span {
    min-width: 100%;
  }
}