@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
  font-family: 'Roboto';
}

.text-secondary{
  line-height: 1.8;
}

.goog-te-gadget {
  font-size: 0px !important;
  margin: 0px 0px 0px 0px;
}

.goog-te-gadget select {
  padding: 3px 5px;
  margin: -10px 0px 0px 0px;
  display: block;
  border-radius: 0px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  color: black;
  transition: 500ms;
  background: transparent;
  cursor: pointer;
}

.goog-te-gadget select:focus {
  outline: none;
  background: white;
  color: green;
}

#google_translate_element a {
  display: none;
}

.web_translate {
  display: block;
}

* {
  padding: 0;
  margin: 0;
}

a,
p,
select {
  font-size: 17px;
}

a {
  text-decoration: none;
  color: black !important;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

header {
  padding: 10px 30px;
  position: absolute;
  height: max-content;
  z-index: 9999;
  width: 100vw;
  background-color: white !important;
}
header.fixed {
  position: fixed;
}
.keep_safe {
  margin-top: 50px;
}
main {
  margin-top: 70px;
}

header .left {
  float: left;
}

header .left img {
  width: 160px;
}

header .left li {
  float: left;
  list-style: none;
}

header .left .menu_btn {
  position: relative;
  cursor: pointer;
  top: unset;
  left: unset;
}



header .right li span {
  display: block;
  margin-top: 10px;
}

header .right li {
  list-style: none;
  padding: 10px;
  display: block;
}

header .right li a {
  margin-top: 10px;
  display: block;
}

.mgg-10 {
  margin-top: 10px;
}

.dark-cover {
  height: 100vh;
  width: 100vw;
  top: 0;
  background-color: rgb(0, 0, 0, 0.4);
  top: -100%;
  position: absolute;
}

.dark-cover.show {
  position: fixed;
  top: 80px;
  z-index: 40;
}

aside {
  width: 100vw;
  background-color: #f5f5f5;
  margin: auto;
  top: 80px;
  left: 0px;
  height: 80vh;
  transform-origin: top;
  transition: 500ms;
  z-index: 9999;
  margin-top: -100%;
  transition: 0.7s;
}
.bg-smoke {
  background-color: #f5f5f5;
}

.dark-cover.show aside {
  margin-top: 0;
  transition: 0.7s;
}

.dark-cover.show aside a {
  opacity: 1;
  transition: opacity 100ms ease-in-out 300ms;
  padding-left: 0px;
  padding: 10px 0px
}


.dark-cover aside ul li a{
  opacity: 0;
  transition: 0.4s;
}

.dark-cover.show aside ul li a {
  display: block;
  opacity: 1;
  transition: 0.4s;
  padding: 10px 0px;
  animation: fadeInLeft 0.9s; /* referring directly to the animation's @keyframe declaration */
}

.dark-cover.show  ul li:nth-child(1) a {
  animation-delay: 0s;
}

.dark-cover.show aside ul li:nth-child(2) a {
  animation-delay: 0.1s;
}

.dark-cover.show aside ul li:nth-child(3) a {
  animation-delay: 0.2s;
}

.dark-cover.show aside ul li:nth-child(4) a {
  animation-delay: 0.3s;
}

.dark-cover.show aside ul li:nth-child(5) a {
  animation-delay: 0.4s;
}


.dark-cover.show .header-card{
  animation: fadeIn 1.4s; /* referring directly to the animation's @keyframe declaration */
}

.dark-cover.show .header-card:nth-child(1){
animation-delay: 0s;
}

.dark-cover.show .header-card:nth-child(2){
  animation-delay: 0.3s;
  }

  .dark-cover .collapse:not(.show){
    position: absolute;
    height: 80vh;
    background-color: white;

  }




  .secondary-nav,
  .third-nav{
    margin-left:-100%;
    position: absolute;
    z-index: -30;
    opacity: 0;
    transition: 0.2s opacity;
  }
  
  .secondary-nav.show,
  .third-nav.show{
    margin-left:0;
    position: relative;
    z-index: 0;
    opacity: 1;
    transition: 0.2s opacity;
  }

  .secondary-nav.show{
    margin-top: 20px;
  }
    











aside ul li a svg,
aside ul li a i {
  float: right;
}

aside .show-board {
  background-color: rgb(244, 244, 244);
}
aside .show-board .content {
  display: flex;
}

aside .show-board .content .box {
  margin: 20px 20px;
  flex: 1;
  width: 100px;
}

aside .show-board .content .box img {
  max-width: 100%;
  display: block;
}

aside .show-board .content .box a {
  text-transform: uppercase;
  color: rgb(0, 127, 195);
  margin: 20px 0px;
}

aside .show-board .content .box p {
  margin: 20px 0px;
}

/* franko changes here */
.col-md-2 {
  perspective: 1000px;
}

.flipbox {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.flipbox:hover {
  transform: rotateY(180deg);
}

.flipbox-front,
.flipbox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flipbox-front {
  z-index: 2;
}

.flipbox-back {
  transform: rotateY(180deg);
  background-color: #f5f5f5;
}

.hidden-text {
  display: none;
}

.flipbox-back:hover .hidden-text {
  display: block;
}






/* testimonials */
.testimonials{
  background-image: url("../assets/testimonials-background.jpg");
  position: relative;
  margin-top:100px !important;
}

.testimonial{
  border-bottom:3px solid rgb(0, 128, 0);
  width:400px;
  height: 300px;
  margin: auto;

}
.testimonial .image{
  width:100px;
  height:100px;
  border-radius: 100px;
  margin-top:-10px;
  overflow: hidden;
}
.testimonial .image img{
  height: 100%;
  width: 100%;
}
.testimonial p{
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
max-width: 320px;

}



.news .card {
  background-color: rgb(247, 247, 247);
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  min-height: 320px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news .card:hover {
  box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
}

footer{
  background-image: url(../img/hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(0, 14, 6, 0.9);
}


footer h1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer ul {
  line-height: 2.5;
}
footer h3 {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
footer h3 .line {
  height: 2px;
  width: 20%;
  background-color: rgb(125, 130, 125);
  margin-top: 15px;
}
footer ul li {
  color: white;
}

footer ul li a{
  color: white !important;
}

.low-con{
  background-color: #E9ECF1;
  padding: 50px 0px;
}

.low-con .container .row .box{
  width: max-content;
}

.low-con .container .row .box i,
.low-con .container .row .box svg{
  font-size: 40px;
  margin: 0px 0px 20px 0px;
}

.low-conn{
  background-color: white;
  padding: 30px 0px;
}

.low-con .container a{
  display: block;
  background-color: green;
  color: white !important;
  padding: 10px 30px;
  border-radius: 3px;
  width: max-content;
}

.low-conn .container .row{
  display: flex;
}

.low-conn .container .row .box{
  flex: 1;
}

.low-conn .container .row .box h4{
  position: relative;
  padding: 15px 0px;
}

.low-conn .container .row .box h4::after{
  content: '';
  position: absolute;
  background-color: green;
  width: 90%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

header .right .d-flex{
  width: max-content;
  float: right;
  
}


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

  .primary-nav.info{
    position: absolute;
    opacity: 0;
    transition: 0.4s;
  }

  header {
    padding: 5px 5px;
  }

  header .left .menu_btn {
    position: relative;
    cursor: pointer;
    top: unset;
    left: unset;
  }

  header .left img {
    width: 160px;
  }

  .low-conn .container .row{
    flex-direction: column;
  }

  .low-conn .container .row .box{
    max-width: 400px;
  }


  header .right{
    position: absolute;
    width: 100vw;
    left:0;
    background-color: white;
    top:70px;
    display: flex;
    justify-content: center;
  }
  header .right .d-flex{
    width:100%;
    justify-content: space-between;
  }
  header .right li a {
    margin-top: 0px;
  }
  header .web_translate{
    padding: 0 !important;
  }
  header .web_translate a{
    width: max-content !important; 
margin: auto !important;
  }
  header .left{
    justify-content: space-between !important;
  }
  .nav-icon{
    float:right;
    display: flex;
align-content: center;
align-items: center;
  }
  .nav-icon svg{
    font-size:22px;
  }
}
