body{
    font-family: 'Poppins', sans-serif;
}
.font-right{
    font-family: 'Righteous', cursive !important;
}
.logo-fblock{
    font-size: 25px;
color: black;
}
.logo-sblock{
    font-size: 14px;
    color: black;
}
.main-nav-bar li a{
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}
.main-nav-bar li a:hover{
    color: black;
    font-weight: 500;
}
.hvr-underline-from-left:before{
    background: #1e3799 !important;
    height: 2px !important;
}
.section-3{
    background-color: #4b7bec;
    color: white;
}
.section-3-head{
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}
.bg-footer-top {
    background-color: #4b7bec; 
    color: white;
}
.contact-message{
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: #4b7bec; 
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    border: #4b7bec 1px solid;
    width: 30px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #4b7bec;
    margin: 0;
    position: relative;
    left: 11px;
    top: 11px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #4b7bec;
}
#return-to-top:hover i{
    color: #fff;
}
.header-wrap{
background-color: #f1f2f6;
}

.tabbable .nav-tabs{
    border:none;
}
.tabbable .nav-link{
    border:none;
}
.project-link{
    text-decoration: none;
    color: black;
    font-weight: 500;
}
