@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --fontfamily: 'Montserrat', sans-serif;
}
p,
a,
h2 {
  font-family: var(--fontfamily);
}
span {
  color: #a3790e;
  font-size: 120%;
  font-weight: 600;
}
.container-fluid {
  padding: 0px !important;
  margin: 0px !important;
}
.container1 {
  background-color: #03102f;
}

#banner {
  width: 100%;
  height: 84vh;
  padding: 100px 100px 0px 100px;
}
#banner img {
  object-fit: cover;
}
#banner p {
  font-size: 300%;
  font-family: 'Times New Roman', Times, serif;
  color: white;
  padding-bottom: 40px;
}
.btn-dark {
  border: 2px solid rgb(29, 29, 29);
}

.btn-secondary {
  background: transparent !important;
  border: 2px solid #fff;
  margin-left: 10px;
}
.btn-secondary2 {
  background: transparent !important;
  border: 2px solid #fff;
  margin: auto 0;
  color: #fff;
  margin: 10px;
}
a {
  text-decoration: none;
}
button {
  padding: 10px 30px 10px 30px !important;
}
.nav-item {
  padding: 0px 10px !important;
}
.navbar-fixed {
  top: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  position: fixed !important;
  width: 100% !important;
}

nav i {
  margin-right: 10px;
}
.btn-primary {
  background: #a3790e;
  border: 2px solid #a3790e;
  color: #fff;
  padding: 10px 30px 10px 30px !important;
}
.navbar-logo {
  padding: 0px 0px 0px 40px !important ;
  color: #fff;
}

.navbar-mainbg {
  background-color: #03102f;
  padding: 20px 0px 10px 0px !important;
}
#navbarSupportedContent {
  overflow: hidden;
  position: relative;
  justify-content: end;
}
#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent > ul > li.active > a {
  color: #03102f;
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}
.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 10px;
}
.hori-selector .right {
  right: -25px;
}
.hori-selector .left {
  left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #03102f;
}
.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}
.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}

/* Create two equal columns that floats next to each other */
.body-container {
  padding-bottom: 20px;
}
.column {
  float: left;
  width: 40%;
  padding: 15% 0px 20% 0px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.column i {
  font-size: 100%;
  border: 2px solid #03102f;
  padding: 3px;
  border-radius: 4px;
}

.body-container2 .column {
  height: 150px;
  width: 30%;
  padding: 7% 0px 25% 0px;
}

/* Clear floats after the columns */
.box:after {
  content: '';
  display: table;
  clear: both;
}
.services,
.desc,
.product {
  margin: auto 0;
  padding: 100px;
}
.services h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: 'Roboto', sans-serif;
  padding-bottom: 20px;
  color: #03102f;
}
.services p {
  font-size: 16px;
  font-weight: 400;
  color: #03102f;
}
.mySlides p {
  font-size: 16px;
  font-weight: 400;
  color: #03102f;
}
.mySlides .author {
  font-size: 16px;
  font-weight: 700;
  color: #03102f;
}

.desc p {
  font-weight: 600;
  font-size: 30px;
}
.container2 {
  background: none;
}
.align-self-center img {
  display: block;
}

.services-2 p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 300;
  color: #03102f;
  font-family: 'Roboto', sans-serif;
}
.product {
  margin: auto 0;
  text-align: center;
}
.product h2 {
  color: #fff;
}
.mySlides {
  display: none;
}
.animated {
  -webkit-animation: duration 1s;
  animation: duration 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.fadeInRight {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.award {
  width: 200px;
  height: 200px;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  border-radius: 50%;
  border-top: 8px transparent;
  border-right: 8px solid #03102f;
  border-left: 8px solid #03102f;
  border-bottom: 8px transparent;
  border-style: double;
  padding: 32px;
}
.achieve-awards p {
  font-size: 17px !important;
  font-weight: 300;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
  justify-content: center;
  padding-bottom: 10px;
}
.pre-footer {
  background-color: #03102f;
  color: #fff;
  padding: 80px 30px 80px 30px;
}
.pre-footer .ienable_yellow {
  color: #a3790e;
  font-size: 35px;
  font-weight: 700;
  font-family: var(--fontfamily);
  line-height: 1.5;
}
.pre-footer .emailaddress {
  font-size: 18px;
  font-family: var(--fontfamily);
  line-height: 1.5;
}
.pre-footer i {
  padding-right: 10px;
}
.pre-footer .form input {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 18px;
  font-family: var(--fontfamily);
  line-height: 1.5;
}
.pre-footer .form textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 80%;
  font-size: 18px;
  font-family: var(--fontfamily);
  line-height: 1.5;
  height: 80px;
}
.pre-footer .form button {
  background-color: #a3790e;
  border: 1px solid #a3790e;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-family: var(--fontfamily);
  line-height: 1.5;
  padding: 10px 20px;
}
.pre-footer .form button:hover {
  background-color: #fff;
  color: #a3790e;
}
.copyright {
  text-align: center;
}
.bg-dark {
  color: #fff;
  background-color: #03102f !important;
}
.horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.footer i {
  padding-right: 10px;
}
.footer .twitter {
  color: #1da1f2;
}
.footer .instagram {
  color: #e1306c;
}
.footer .linkedin {
  color: #0077b5;
}
.navbar-toggler i {
  font-size: 35px;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .align-self-center img {
    display: none;
  }
  .navbar-mainbg {
    background-color: #03102f;
    padding: 10px 40px 0px 0px !important;
  }
  .d-flex {
    justify-content: left !important;
    padding-bottom: 0px;
  }
  .navbar-logo {
    padding: 0px 0px 0px 80px !important ;
  }
  .last-item {
    margin-right: 65px !important;
  }
  .services-2 {
    padding-left: 100px;
  }
  .product {
    margin: auto 0;
    padding: 160px 200px 100px 0px;
  }
  .container2 {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
  }
  .container3 {
    background-image: url('../images/background2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
  }
  .container2 img {
    vertical-align: middle;
    border-style: none;
  }
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbarSupportedContent {
    justify-content: left;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-lg-6 {
    /* -ms-flex: 0 0 50%; */
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copyright {
    text-align: end;
  }
}
@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .services-2 {
    padding-left: 0px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
