h1, h2, h3, h4, h5 ,h6 {font-family: Raleway; font-weight: 800;}

#top-nav {background: #ffffff;}
#top-nav .navbar {background:none;z-index: 1001}
#top-nav .nav-item {position: relative;padding: 10px 10px; height: 100%;}
#top-nav .nav-item:after {
    background: #00000090; right: 0;
    content: '';
    height: 18px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
#top-nav .nav-item:last-child:after{display: none;}
#top-nav .nav-item .nav-link {color: #00000090!important;}
#top-nav .nav-item .nav .nav-link {color: #ffffff!important;}
#top-nav .nav-item a:hover {color: #31afb4!important;}
#top-nav .nav-item .dropdown-menu {
    top: 60px;
    border-top-left-radius: 0; border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .4s ease;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    transition: all .4s ease;
}
#top-nav .dropdown:hover>.dropdown-menu {
    display: block;
    animation-duration: .5s;
    animation-name: fadeInLeft;
}

.footer{padding: 65px; color: #001122; background-color: #ffffff;}
#copyright {background-color: #1c1c21;padding: 27px 0;color: #cacaca;}
.footer a, #copyright a
{color: #838486!important;}
.footer a:hover, #copyright a:hover
{color: #31afb4!important; text-decoration: none;}
.footer .tel-box .icon-box,
.footer .tel-box .text-box {
    display: table-cell;
    vertical-align: top;
}
.footer .tel-box {
    margin: 15px 0;
}
.footer .tel-box .text-box {
    padding-left: 10px;
}
.footer .tel-box .text-box h4 {
    font-size: 20px;line-height: 22px;color: #31afb4;font-weight: 600;
}
.footer .tel-box .text-box p {
    color: #838486;font-size: 14px;line-height: 22px;
}
.footer .sec-title h4 {font-size: 22px;color: #31bfb4;}
.footer .decor-line {
    width: 45px;height: 1px;margin-top: 5px;
}
.sec-pad {padding: 95px 0;}


