body {
    font-family: "Roboto", sans-serif;
}
a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.bg{
    background-color: #EDF6FF;
}
button{
    border: none;
}
/* .g-btn{
    display: inline-block;
    background-image: linear-gradient(to right, #0066ff, #33ccff);
    background-size: 200% auto;
    padding: 15px 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}
.g-btn:hover{
    background-position: right center;
    color: #fff;
} */
.w-btn{
    display: inline-block;
    background: #7eadc1;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}
.w-btn:hover{
    background: #16698d;
    color: #fff;
    border-color: #fff;
}
/* start hero section */
nav {
    background-color: #000;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
}
nav a {
    color: #fff !important;
    margin: 0 15px;
    text-decoration: none;
}

.hero-section {
    /* background: linear-gradient(to right, #158fff, #33ccff); */
    background-image: url('../img/hero-header-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    height: 800px;
}
.hero-section-content h2 {
    font-size: 50px;
}
/* End hero section */

/* Start about section */
.section-title h2 {
    font-size:  35px;
    color:  #333;
    position:  relative;
    z-index: 1;
}

.section-title h2:before {
    position:  absolute;
    height:  100%;
    width:  5px;
    background:  #16698D;
    content:  "";
    top: 0;
    left:  -18px;
}

.about-section {
    line-height:  1.8;
    font-size: 16px;
    color: #737373;
}

.about-icon {
    color: #193543;
    font-size:  55px;
}

.single-about-box h2 {
    color:  #16698D;
}

.section-title {
    margin-bottom:  50px;
}

.single-about-box {
    margin-bottom:  40px;
}
/* End about section */
/* Start feature section */
.nav-tabs {
    flex-direction: column;
}

.nav-tabs .nav-link {
    /* background-image: linear-gradient(to right, #0066ff, #33ccff); */
    background: #7eadc1;
    background-size: 200% auto;
    padding: 15px 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
    margin-bottom: 10px;
}

.nav-tabs .nav-link.active {
    background: #16698d;
    background-size: 200% auto;
    padding: 15px 30px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
    margin-bottom: 10px;
}

.tab-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 5px 4px 0px #bdbdbd;
}
/* End feature section */
/* start feature item section */
.feature-item{
    background-image: url(../img/feature-item.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-feature-item:hover i.fa{
    color: #16698D;
}
/* End feature item section */
/* Start impress section */
.impress-section{
    background-image: url('../img/got-interest-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
}
/* End impress section */









footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

