/*Primary Colors rgba(8, 167, 157, 1) #e64b82 008ed6*/

body {
  background: #333;
  color: #fff;
}

.navbar {
  border-bottom: rgba(8, 167, 157, 1) 3px solid;
  opacity: 0.8;
}

.bg-primary {
  background-color: rgba(8, 167, 157, 1)!important;
}

#equipments-section .fa {
  color: rgba(8, 167, 157, 1);
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px;
}

#coverage-section .fa {
  background: rgba(8, 167, 157, 1);
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px;
}

.section-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  cursor: pointer;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.section-img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.footer_link, .footer_link:hover, .footer_link:active, .footer_link:focus, .footer_link:visited {
  color: rgba(8, 167, 157, 1)!important;
}

.navbar-brand:hover {
  color: rgba(8, 167, 157, 1)!important;
}

.nav-link:hover {
  color: rgba(8, 167, 157, 1)!important;
}

#home-section {
  min-height: 700px;
  background: url("../img/img1.jpg") no-repeat;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  background-size: cover;
  background-attachment: fixed;
  animation: imgslides 30s infinite;
  -webkit-animation: imgslides 30s infinite;
}

.navbar-brand-1, .navbar-brand-2 {
  display: none;
}

@-webkit-keyframes imgslides {
  0% {
    background: url("../img/img1.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  25% {
    background: url("../img/img5.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  50% {
    background: url("../img/img6.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  75% {
    background: url("../img/img7.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  100% {
    background: url("../img/img1.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
}

@keyframes imgslides {
  0% {
    background: url("../img/img1.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  25% {
    background: url("../img/img5.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  50% {
    background: url("../img/img6.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  75% {
    background: url("../img/img7.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
  100% {
    background: url("../img/img1.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
  }
}

#home-section .dark-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 700px;
}

#home-section .home-inner {
  padding-top: 100px;
}

#home-section .card-form {
  opacity: 0.8;
}

#home-section .fa {
  color: rgba(8, 167, 157, 1);
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px;
}

textarea {
  max-height: 200px;
}

::selection {
  background: rgba(8, 167, 157, 1);
  color: #fff;
}

::-moz-selection {
  background: rgba(8, 167, 157, 1);
  color: #fff;
}

.modal-content {
  /* background-color: rgba(8, 167, 157, 1)c2!important;
  opacity: 0.9; */
  background-color: #f8f9fa !important
}

.modal-header {
  /* border-bottom: 1px solid rgba(8, 167, 157, 1)!important; */
}

.modal-footer {
  /* border-top: 1px solid rgba(8, 167, 157, 1)!important; */
}

.btn-outline-light {
  cursor: pointer;
}

.btnModal {
  color: rgba(8, 167, 157, 1);
  border-color: rgba(8, 167, 157, 1);
  background: transparent;
}

.btnModal:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(8, 167, 157, 1);
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 3px rgba(8, 167, 157, 0.32)!important;
}

.btn-outline-light:hover {
  background-color: rgba(8, 167, 157, 1);
}

#explore-section .fa, #share-section .fa {
  color: rgba(8, 167, 157, 1);
  background: #333;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px;
}

.bottom-margin-5 {
  margin-bottom: 5px;
}

#create-section .fa {
  color: rgba(8, 167, 157, 1);
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px;
}

a.social_links {}

.social_links .fa {
  font-size: 25px!important;
  background: none!important;
  color: #FFF!important;
  -webkit-transition: All 0.5s ease-out;
  -moz-transition: All 0.5s ease-out;
  -o-transition: All 0.5s ease-out;
}

.social_links .fa:hover {
  transform: rotate(360deg);
}

ul#contact_footer {
  text-align: right;
}

#contact_footer li {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

#contact_footer li {
  display: inline-block;
  list-style: none;
}

.imgmodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /*overflow: auto;  Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */

.imgmodal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.btn {
  cursor: pointer;
}

/* Add Animation - Zoom in the Modal */

.imgmodal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

/* The Close Button */

.imgmodalclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.form-control:focus {
  border-color: rgba(8, 167, 157, 1)!important;
}

.imgmodalclose:hover, .imgmodalclose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .imgmodalmodal-content {
    width: 100%;
  }
}

li.nav-item:hover .dropdownMenuWrapper {
  visibility: visible;
}

.dropdownMenuWrapper {
  visibility: hidden;
  position: absolute;
  background-color: #343a40 !important;
  top: 70px;
  width: 200px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: rgba(8, 167, 157, 1) 3px solid;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

span.dropdownMenuArrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 20px;
  background-color: #343a40;
  transform: rotate(45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

ul.dropdownMenuList {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.dropdownMenuItem {
  padding: 5px 10px;
  cursor: pointer;
  color: #fff;
}

li.dropdownMenuItem:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #555c64d4;
  border-top: 1px solid #0d0d0deb;
}

li.dropdownMenuItem:first-child {
  border-bottom: 1px solid #555c64d4;
}

li.dropdownMenuItem:last-of-type {
  border-top: 1px solid #0d0d0deb;
}

a.dropdownMenuItemLink {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  display: block;
}

a.dropdownMenuItemLink:hover {
  color: rgba(8, 167, 157, 1);
}

#container-inner {
  padding-top: 50px;
}

.contact_header {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.display-4 {
  font-weight: 400 !important;
  font-size: 3.4rem !important;
  word-break: break-all;
}

.contact_header li {
  text-align: left;
  margin: 0;
  padding: 0;
}

.contact_header li i {
  vertical-align: middle !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}

.top-logo {
  width: 150px;
  /*display: none;*/
  position: absolute;
  top: 15px;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.75);
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-1-7 {
  font-size: 1.7rem;
}

.logo-bottom {
  width: 250px;
  position: absolute;
  top: -69px;
  -webkit-box-shadow: 7px 10px 27px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 10px 27px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 10px 27px -16px rgba(0, 0, 0, 0.75);
}

.loader-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgba(8, 167, 157, 1);
  background-color: #0f0f0fc4;
  z-index: 99999;
  opacity: 0.9;
  display: none;
}

.loader-table {
  display: table;
  width: 100%;
  height: 100%;
}

.loader-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.load-animation {
  width: 300px;
  position: relative;
  /* transform: rotateY(180deg); */
  margin-bottom: 20px;
  animation: slide 10s infinite linear;
  -webkit-animation: slide 10s infinite linear;
  -moz-animation: slide 10s infinite linear;
}

@-moz-keyframes slide {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes slide {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}

@keyframes slide {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}

.load-message {
  color: rgba(8, 167, 157, 1);
  display: block;
  font-size: 18px;
  letter-spacing: 10px;
  text-align: center;
  font-weight: bold
}

.load_effect {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100%;
  border: 5px;
  border-style: solid;
  background: transparent;
  border-bottom-color: rgba(8, 167, 157, 1);
  border-top-color: rgba(8, 167, 157, 1);
  border-left-color: transparent;
  border-right-color: rgba(8, 167, 157, 1);
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  display: block;
  margin-bottom: 20px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.check-container {
  position: relative;
  display: initial;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container input:checked~.checkmark {
  background-color: rgba(8, 167, 157, 1);
  border: 1px solid rgba(8, 167, 157, 1);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.check-container input:checked~.checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.notification {
  position: fixed;
  border-radius: 4px;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%);
  padding: 10px 15px;
  color: #fff;
  font-size: 17px;
  transition: top 1s;
  top: -65px;
}

.success {
  background-color: rgba(8, 167, 157, 1);
}

.error {
  background-color: rgba(239, 60, 3, 0.76);
}

/* CUSTOM SCROLL BAR CSS */

::-webkit-scrollbar {
  width: 7px!important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  opacity: 0.4;
  /* border-radius: 7px; */
}

::-webkit-scrollbar-thumb {
  /*background: rgb(170, 169, 169);
   border-radius: 7px; */
  background: rgba(8, 167, 157, 1);
  opacity: 0.2;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(136, 136, 136);
}

/* CUSTOM SCROLL BAR CSS */

@media only screen and (max-width: 575px) {
  .navbar-brand-2 {
    display: block!important;
    margin-right: 0rem!important;
    font-size: 1.1rem!important;
  }
  .top-logo {
    display: none;
  }
  .logo-bottom {
    position: relative;
    top: 10px;
    width: 100%;
  }
  .bottom-left, .bottom-right {
    text-align: center!important;
  }
  .dropdownMenuWrapper {
    visibility: visible;
    position: relative;
    top: 0px;
    border: none;
    padding-left: 10px;
    width: 100%;
  }
  span.dropdownMenuArrow {
    display: none;
  }
  #who-we-are {
    margin-top: 80px;
  }
  .display-4 {
    word-break: break-all;
  }
}

@media only screen and (min-width: 576px) {}

@media only screen and (max-width: 767px) {
  .navbar-brand-2 {
    display: none!important;
  }
  .top-logo {
    display: none;
  }
  .logo-bottom {
    position: relative;
    top: 10px;
    width: 100%;
  }
  .bottom-left, .bottom-right {
    text-align: center!important;
  }
  #who-we-are {
    margin-top: 80px;
  }
  .display-4 {
    word-break: break-all;
  }
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) {}