* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.logo h1 {
    font-size: 22px;
    color: #707070;
    font-weight: normal;
}

.logo p {
    font-size: 14.5px;
    color: #707070;
}

.regular.slider p {
    padding: 0 15px;
}

.regular.slider {
    text-align: center;
}

.linkedin {
    bottom: 20px;
    right: 15px;
}
a.nav-link{
    border-bottom: 2px solid #f8f9fa;
}
a.nav-link:hover {
    border-bottom: 2px solid #07CDF6;
}

.user {
    width: 167px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#experts {
    background-color: #07CDF6;
    text-align: center;
}

footer {
    background-color: #001013;
    color: #fff;
}

.fa-facebook-square {
    color: #3460A1;
    font-size: 32px;
}

.fa-twitter-square {
    color: #28AAE1;
    font-size: 32px;
}

.fa-linkedin-square {
    color: #136D9D;
    font-size: 32px;
}

.fa-instagram {
    color: #DE5543;
    font-size: 32px;
}

section,
footer {
    padding: 60px 0 60px 0;
}

section#aboutus
{padding: 60px 0 0 0;}

.carousel-item {
    position: relative;
}

.carousel-item:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-item img {
    width: 100%;
}

section h2 {
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
}

section h2:after {
    content: '';
    height: 2px;
    width: 120px;
    background-color: #07CDF6;
    display: block;
    margin: 5px auto 0;
}

.nav-item .nav-link {
    text-transform: uppercase;
}

footer+#top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 767px) {
    section.aboutus {
        text-align: center;
    }
    section.aboutus .tabcontent{
            text-align:left;
    }
    footer h5 {
        margin: 20px 0;
    }
    .slick-next {
        right: -5px;
    }
    .slick-prev {
        left: -5px;
    }
}

@media (max-width: 575px) {
    section#customers img {
        margin: 0 auto;
        display: block;
    }
    footer+#top {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 409px) {
    .logo h1 {
        font-size: 15px;
    }
    .logo p {
        font-size: 9.5px;
    }
    .logo img {
        width: 42px;
        height: auto;
    }
}


.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color: #ddd;*/
  /*outline: 1px solid #1c1c1c;*/
  border-bottom: 3px solid #07CDF6;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  border-bottom: 3px solid #07CDF6;
  font-weight:600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}
