/*#36454F*/
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background: #F8F8F8;
  color: #36454F;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana,sans-serif;
  font-size: 15px;
}
.main{
  min-height: 300px;
}
.main-wrapper{
  background: #FFF;
  width: 85%;
  margin: 0  auto;
  box-shadow: 3px 0 4px -1px rgba(31, 73, 125, 0.8), -3px 0 4px -1px rgba(31, 73, 125, 0.8);

}
a{
  color: #262626;
  text-decoration: none;
}
ul{
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #00719c;
}

th, td {
  text-align: left;
  padding: 8px;
  border: 1px solid #00719c;
}

tr:nth-child(even) {background-color: #f2f2f2;}
.dark{
  color: #fff;
}

.dark .btn{
  background: #f4f4f4;
  color: #333;
}
.container{
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  width: 90%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
/*NavBar*/
.main-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 20px 0;
  box-shadow: 0px 3px 8px -8px #1B1212;
  border-top: 30px;  
}
.main-nav .logo{
  width: 303px;
}

.main-nav ul{
  display: flex;
}

.main-nav ul li{
  padding: 0 10px;
}

.main-nav ul li a {
  padding-bottom: 10px;
  color: #00719c;
  text-decoration: none;
}

.main-nav ul li a:hover {
  border-bottom: 3px solid #00719c;
}

.top-nav ul.right-menu{
  flex: 1;
  margin-left: 20px;
}
.top-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px; 
  background: #00719c;
}
.top-nav ul{
  display: flex;
}

.top-nav ul li{
  padding: 0 10px;
}

.top-nav ul li a {
  padding-bottom: 2px;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}

.top-nav ul li a:hover {
  color: #333;
}

.main-nav ul.main-menu{
  flex: 1;
  margin-left: 20px;
}
.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  display: none;
}
.dropbtn {
  padding-bottom: 2px;
  color: #00719c;
  text-decoration: none;
  background: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.hide-menu{
  display: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: none;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


.showcase .btn {
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: 900;
  padding: 10px 20px;
  background: #FFF;
  color: #36454F;
  font-size: 15px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.showcase-text h3{
  font-size: 1.2em;
  color: #FFF;
}
.btn-transparent {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 5px 20px;
  color: #00719c;
  font-size: 15px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin-top: 20px;
  border: 1px solid #00719c;  
}
.btn:hover{
  opacity: 0.9;
  transform: translateY(-3px);
}
.btn-transparent:hover{
  opacity: 0.9;
  transform: translateY(-3px);
  background: #00719c;
  color: #FFF;

}
.btn:hover i{
  padding-right: 10px;
}

/*showcase*/
.showcase{
  background: url('../img/audit-bg3.jpg') no-repeat center/cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  min-height: 400px;
}
.showcase p {
  color: #FFF;
  text-align: left;
}
.content{
  margin: 30px auto;
  font-size: 15px;
  line-height: 30px;
  color: #36454F;
  width: 60%;
  padding: 10px;
}
.content ul{
  padding-left: 20px;
}
.content ul li{
  list-style: square;
  padding-left: 10px;
}
.h1{
  margin: 10px;
  font-size: 1.2em;
  line-height: 30px;
  color: #00719c;
  text-align: center;
}
.title{
  margin: 10px;
  font-size: 1.2em;
  line-height: 30px;
  color: #00719c;
  text-align: left;
}
h3{
  margin: 20px;
  font-size: 1.2em;
  line-height: 30px;
  color: #00719c;
}
.showcase-text{
  position: relative;
  max-width: 400px;
  padding: 30px;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  border-radius: 15px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
  justify-content: center;
  align-items: left;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  }
/*Follow*/
.follow{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0 5px;
}
.sci{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sci li{
  list-style: none;
}
.sci li a{
display: inline-block;
margin: 0;
transform: scale(0.6);
filter: invert(-1);
}
.client-image{
  text-align: center;
  margin: 20px 50px;
}

.client-image img{
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin: 10px;
}
.services{
  margin: 3%;
  height: 340px;
  padding: 30px;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  border-radius: 15px;
  background: #FFF;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  float: left;
  width: 24%;
  padding: 15px;
}
.services h2{
  margin: 10px;
  font-size: 1.2em;
  line-height: 20px;
  color: #00719c;
  text-align: center;
}
.services img{
  width:150px;
  border-radius: 50%;
  border:2px solid #00719c;
}
.bg-grey{
  background: #F0F0F0;
  padding: 10px;
}
.bg-grey li{
  list-style-type: circle;
}
.flex{
  display: flex;
}



.follow * {
  margin-right: 5px;
}
.follow img{
  width: 30px;
}

/*Links*/
.links{
  background: #36454F;
  color: #FFFFFF;
  padding: 35px 0;
}

.links-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  align-items: flex-start;
  justify-content: center;
} 
.links-inner .h1-footer{
  color:  #FFF;
  text-align: left;
  border-bottom: 2px solid #FFF;
  font-size: 18px;
} 
.links li{
  line-height: 2;
}
.links li a{
  color: #FFF;
}
.links li a:hover{
  border-bottom: 3px solid #FFF;
}

.footer{
  background: #36454F;
  color: #FFF;
  padding: 20px 0;
  border-top:1px solid #FFF;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer div{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.footer div i {
  margin-right: 10px;
}
.footer h3{
  color:  #FFF;
}

.footer ul {
  display: flex;
  flex-wrap: wrap;
}

.footer li {
  margin-right: 30px;
  margin-bottom: 20px;
}

li img{
  padding: 10px;
}
iframe{
  
}
/*Contact Form*/
 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  border: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: 900;
  padding: 10px 20px;
  background: #00719c;
  color: #FFF;
  font-size: 15px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin-top: 20px;

}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  opacity: 0.8;
}
address{
  margin: 10px;
}
.contact-us{
  width: 80%;
  border-top: 3px solid #00719c;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;    
  padding: 30px;
}


@media(max-width: 800px) {
  .main-wrapper{
    width: 100%;
  }
  .top-nav{
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .menu-btn:hover {
    opacity: 0.5;
  }

  .main-nav ul.right-menu {
    margin-right: 50px;
  }
  .main-nav ul.main-menu {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    background: #f2f2f2;
    width: 50%;
    height: 100%;
    border-right: #ccc 1px solid;
    opacity: 0.9;
    padding: 30px;
    transform: translateX(-500px);
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }

  .main-nav ul.main-menu li {
    padding: 10px;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
  }

  .main-nav ul.main-menu li:last-child {
    border-bottom: 0;
  }

  .main-nav ul.main-menu.show {
    transform: translateX(-20px);
  }

.dropdown{
 min-width: 100%;

}
.dropdown-content {
   box-shadow: none;
  position: relative;
 min-width: 100%;
 
}
.dropdown-content a{
  min-width: 100%;
}
.hide-menu{
  display: block;
}
.container{
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  width: 95%;
}
.showcase-text h3{
  font-size: 1.5em;
  font-weight: 500;
}
.content{
 width: 100%;
}
h2{
  font-size: 1.5em;
}
h3{
  font-size: 1.2em;
 }
.services{
  width: 40%;
}
.client-image img{

  min-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin: 10px;
}

 .links .links-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
iframe{
  width: 100%;
}
@media(max-width: 500px) {
  .main-nav ul.main-menu li a{
    font-size: 12px;
  }
  .services{
  width: 70%;
  margin:  10%; 
}
img{
  max-width:  100%;
}
.showcase{
  background: url('../img/audit-bg3.jpg') no-repeat center/cover;
  padding: 30px;
}
  .links .links-inner {
    grid-template-columns: 1fr;
  }

  .links .links-inner ul {
    margin-bottom: 20px;
  }
}