/*
body {
    font-family: 'open-sans', 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #777777;
    color: #1e1e1e !important;
}
*/

html,
body {
    overflow-x: hidden;
}

a:link,
a:visited {
    outline: 0;
    text-decoration: none;
}
/*
a {
    color: #383838;
    transition: 0.5s;
}
*/
img {
    border: 0 none;
    max-width: 100%;
    /*height: auto; */
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;

}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

/*ul li,*/
/*ol li {*/
/*    list-style: none;*/
/*}*/

input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
}

.section-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-0 {
    padding: 0px;
}

.npl {
    padding-left: 0px;
}

.npr {
    padding-right: 0px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
}

.imagebg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
}

.imagebg img {
    display: none;
}

.imagebg.bgloaded {
    opacity: 1;
}

.has-imagebg .imagebg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.error-page {
    background: url("../image/bg-404.jpg") no-repeat 50% 0;
    background-size: cover;
    min-height: 700px;
    padding-top: 200px;
    padding-bottom: 350px;
    text-align: center;
}

.error-page h1 {
    font-size: 150px;
    color: #507ffa;
}

.error-page p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.error-page p+p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.error-page p+p a {
    color: #507ffa;
    box-shadow: 0 1px 0 #507ffa;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*font-family: 'montserrat';*/
    padding: 15px 25px;
    transition: 0.5s;
}

@media screen and (max-width: 992px) {
    .right-blog {
        position: inherit !important;
        width: 300px !important;
        top: inherit !important;
        bottom: inherit !important;
    }

    .col-md-8 {
        width: -webkit-fill-available;
    }
}

/*.btn.trns-btn, .btn.btn-trans { background: #507ffa; color: white; border: 1px solid #507ffa; } */
.btn.trns-btn,
.btn.btn-trans {
    background: #0d6efd;
    color: white;
    /*border: 1px solid #326a93;*/
}

.btn.trns-btn:hover,
.btn.btn-trans:hover {
    /*background: transparent;*/
    /*color: #507ffa;*/
    color: white;

}

.btn.trns-btn-w,
.btn.btn-trans-w {
    border: 1px solid #fff;
    color: #fff;
}

.btn.trns-btn-w:hover,
.btn.btn-trans-w:hover {
    background: #fff;
    color: #507ffa;
}

.btn.solid-btn,
.btn.btn-solid {
    background: #507ffa;
    color: #fff;
}

.btn.solid-btn:hover,
.btn.btn-solid:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "montserrat";*/
    margin-top: 0px;

}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p {
    margin: 0px;

}

.table-responsive {
    margin-bottom: 20px;

}

.table-responsive .table {
    margin-bottom: 0px;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.section-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 24px;
}

.section-heading+p {
    margin-top: 0px;
}

.content-section {
    margin-top: 50px;
}

.content-section:first-child {
    margin-top: 0px;
}

.bg-light {
    background: #f8f8f8;
}

.bg-grey {
    background: #f3f3f3;
}

.social li {
    display: inline-block;
    margin-left: 20px;
}

.social li:first-child {
    margin-left: 0;
}

.preload {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
}

.carousel-control {
    visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    background: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    padding-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    text-shadow: none;
    font-size: 40px;
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
    background: rgba(0, 0, 0, 0.5);
}

.carousel-control .glyphicon-chevron-left {
    left: 10%;
}

.carousel-control .glyphicon-chevron-left:before {
    content: '\f104';
}

.carousel-control .glyphicon-chevron-right {
    right: 10%;
}

.carousel-control .glyphicon-chevron-right:before {
    content: '\f105';
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

#cart-panel {
    position: fixed;
    right: -122px;
    top: 70%;
    z-index: 1000;
    font-size: 24px;
    height: 40px;
    transition: 0.5s;
    background: #507ffa;
    padding-top: 5px;
}

#cart-panel:hover {
    right: 0px;
    background: #cf0a06;
}

#cart-panel a {
    display: block;
    color: #fff;
}

#cart-panel a i {
    padding: 0 10px;
    display: inline-block;
    height: 100%;
}

#cart-panel a span {
    padding: 0 10px;
    display: inline-block;
    height: 100%;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border: none;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fff;
    border: 0px;
}

.panel-title {
    font-size: 20px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

/* ========================================================================== 2.0 navbar css ========================================================================== */
.navbar-custom.affix .top-bar {
    height: 0px;
    padding: 0;
    overflow: hidden;
}

.navbar-custom .top-bar {
    /*transition: 0.5s;*/
    /*padding: 12px 0;*/
    /*background: radial-gradient(circle at 10% 20%, rgb(37 152 209) 0%, rgb(65 94 109) 90.1%);*/
    transition: 0.5s;
    padding: 12px 0;
    background: #0d6efd;
}

.navbar-custom .top-bar .contact {
    float: left;
    font-size: 15px;
    line-height: 24px;
    /*font-family: 'montserrat';*/
    font-weight: 400;

}

.navbar-custom .top-bar .contact li {
    color: #383838;
    margin-right: 20px;
    display: inline-block;
}

.navbar-custom .top-bar .contact li i {
    color: #507ffa;
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
    vertical-align: top;
}

.navbar-custom .top-bar .contact li a {
    color: white;
    text-decoration: none;

}

.navbar-custom .top-bar .social {
    float: right;

}

.navbar-custom .top-bar .social li a {
    color: #507ffa;
    font-size: 16px;

}

.navbar-custom .top-bar .social li a:hover {
    color: #507ffa;
}

.navbar-custom .bottom-nav {
    transition: 0.5s;
    padding: 0;
    background: #fff;
}

.navbar-custom .bottom-nav .navbar-header .navbar-brand {
    padding: 0px;

}

.navbar-custom .bottom-nav .navbar-header .navbar-brand img {
    width: 216px;
}

.navbar-custom .bottom-nav .navbar-nav {
    float: right;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown:hover .dropdown-menu {
    /*opacity: 1;*/
    /*display: block;*/
    opacity: 1;
    HEIGHT: AUTO;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown:hover .dropdown-menu.flexmenu {
    display: flex;
    width: 700px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    border-bottom-right-radius: 7px;
    padding: 8px 4px;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.flexmenu>div {
    padding: 3px;
}

@media(max-width: 1000px) {
    .navbar-custom .bottom-nav .navbar-nav li.dropdown:hover .dropdown-menu.flexmenu {
        display: block;
        width: auto;
        opacity: 1;
        HEIGHT: AUTO;
    }
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.flexmenu ul {
    width: 100%;
    transition: .7s;
    /*opacity: 0;*/
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown:hover .dropdown-menu.flexmenu div {
    opacity: 1;
}

.navbar-custom .bottom-nav .navbar-nav li.active a {
    color: #507ffa;
}

.navbar-custom .bottom-nav .navbar-nav li .label {
    margin-top: -6px;
    vertical-align: medium;
    display: inline-block;
    font-family: "open-sans";
    margin-left: 3px;
}

.navbar-custom .bottom-nav .navbar-nav li .label.label-info {
    background-color: #fff;
    color: #507ffa;
}

.navbar-custom .bottom-nav .navbar-nav li a,
.navbar-custom .bottom-nav .navbar-nav div a {
    background: transparent;
    /*text-transform: uppercase;*/
    color: #383838;
    /*font-family: 'montserrat';*/
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 18px 14px;
    transition: background 350ms, color 350ms, border-color 350ms;
}

.navbar-custom .bottom-nav .navbar-nav li a.dropdown-toggle {
    position: relative;
}

.navbar-custom .bottom-nav .navbar-nav li a.dropdown-toggle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background: transparent;
    top: 50px;
    left: 0;
}

.navbar-custom .bottom-nav .navbar-nav li a:hover,
.navbar-custom .bottom-nav .navbar-nav li a:focus {
    color: #507ffa;
    background: transparent;
}

.navbar-custom .bottom-nav .navbar-nav li a.btn-quote {
    margin-left: 12px;
    color: #507ffa;
    line-height: 18px;
    font-weight: 600;
}

.navbar-custom .bottom-nav .navbar-nav li a.btn-quote:hover {
    background: #507ffa;
    color: #fff;
}

.navbar-custom .bottom-nav .navbar-nav li .caret {
    margin-top: 0;
    vertical-align: middle;
    transform: translateY(-50%);
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu {
    background: white;
    /*background: radial-gradient(circle at 10% 20%, rgb(37 152 209) 0%, rgb(65 94 109) 90.1%);*/
    border: 0px;
    border-radius: 0;
    padding: 0px;
    left: 0;
    top: 60px;
    display: block;
    opacity: 0;
    width: 260px;
    HEIGHT: 0PX;
    OVERFLOW: HIDDEN;
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu .dropdown-menu {
    visibility: hidden;
    left: 260px;
    top: 0;
    /*display: none;*/
    opacity: 0;
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li {
    position: relative;
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a,
.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu div a {
    padding: 10px 16px;
    border-bottom: 1px solid #c3c3c3;
    display: block;
    color: black;
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a:hover,
.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu div a:hover {
    background: #0d6efd;
    color: white;
    text-decoration: none;
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}


.icon-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #507ffa;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 72px 72px;
    background-image: url("../image/icons-splits.png");
    background-size: 324px auto;
    transition: background-position 150ms;
}

.icon.icon-truck,
.icon.icon-truck-w.hover {
    background-position: 0 0;
}

.icon.icon-truck-w:hover,
.icon.icon-truck:hover {
    background-position: 0 -36px;
}

.icon.icon-plane,
.icon.icon-plane-w.hover {
    background-position: -36px 0;
}

.icon.icon-plane-w:hover,
.icon.icon-plane:hover {
    background-position: -36px -36px;
}

.icon.icon-lorry,
.icon.icon-lorry-w.hover {
    background-position: -72px 0;
}

.icon.icon-lorry-w:hover,
.icon.icon-lorry:hover {
    background-position: -72px -36px;
}

.icon.icon-ship,
.icon.icon-ship-w.hover {
    background-position: -108px 0;
}

.icon.icon-ship-w:hover,
.icon.icon-ship:hover {
    background-position: -108px -36px;
}

.icon.icon-envelope,
.icon.icon-envelope-w.hover {
    background-position: -144px 0;
}

.icon.icon-envelope-w:hover,
.icon.icon-envelope:hover {
    background-position: -144px -36px;
}

.icon.icon-cup,
.icon.icon-cup-w.hover {
    background-position: -180px 0;
}

.icon.icon-cup-w:hover,
.icon.icon-cup:hover {
    background-position: -180px -36px;
}

.icon.icon-track,
.icon.icon-track-w.hover {
    background-position: -216px 0;
}

.icon.icon-track-w,
.icon.icon-track.hover {
    background-position: -216px -36px;
}

.icon.icon-secure,
.icon.icon-secure-w.hover {
    background-position: -252px 0;
}

.icon.icon-secure-w,
.icon.icon-secure.hover {
    background-position: -252px -36px;
}

.icon.icon-lorry2,
.icon.icon-lorry2-w.hover {
    background-position: -288px 0;
}

.icon.icon-lorry2-w,
.icon.icon-lorry2.hover {
    background-position: -288px -36px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
    .icon {
        background-image: url("../image/icons-splits2x.png");
    }
}



/* ========================================================================== 9.0 Stat css ========================================================================== */
.statistics {
    background-position: center center;
    background-size: cover;
}

.statistics .overly {
    padding: 140px 0;
    min-height: 400px;
    background: rgba(0, 0, 0, 0.7);
}

.statistics .stat-wrapper {
    height: 100%;
    color: white;
    background: transparent;
    box-shadow: 0px 0px 10px 0px;
    margin: 22px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.statistics .stat-col {
    padding: 40px 0 30px;
}

.statistics .stat-col:last-child {
    border-right: none;
}

.statistics .stat-col .stat-top i {
    margin-right: 15px;
    margin-top: -15px;
    font-size: 36px;
    color: #507ffa;
}

.statistics .stat-col .stat-top .counter {
    /*font-family: 'montserrat';*/
    font-weight: 700;
    font-size: 36px;
    color: white;
}

.statistics .stat-col p {
    font-size: 16px;
    /*font-family: 'montserrat';*/
    font-weight: 400;
    margin-bottom: 0px;
}





/* ------------------------------------------------------ */
/* ############### DESIGNED & DEVELOPED BY ############## */
/* ################## ZETRASTUDIO.COM ################### */
/* ######### DEVELOPERS -> Muhammad Ghazi Ahmed ######### */
/* ------------------------------------------------------ */
/* ========================================================================== 12.0 Footer widget ========================================================================== */
.footer-widget {
    background: #2463EB;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 24px;
}

.footer-widget a {
    color: #f4f4f4;
}

.footer-widget a:hover {
    color: #507ffa;

}

.footer-widget h5.heading-col {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-widget .widget-container .footer-col .bottom-des.contact-des i {
    float: left;
    /*color: #747474;*/
    color: #ffffff;
    font-size: 24px;
    margin-top: 5px;
}

.footer-widget .widget-container .footer-col .bottom-des.contact-des span {
    margin-left: 40px;
    display: block;
}

.footer-widget .widget-container .footer-col .bottom-des.contact-des li {
    margin-bottom: 15px;
}

.footer-widget .widget-container .footer-col .bottom-des .about-des a {
    color: #747474;
    font-weight: 600;
}

.footer-widget .widget-container .footer-col .bottom-des .about-des a:hover {
    color: #507ffa;
}

.footer-widget .widget-container .footer-col .bottom-des .subscribe {
    position: relative;
    margin-top: 25px;
}

.footer-widget .widget-container .footer-col .bottom-des .subscribe .form-control {
    background: #454545;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #454545;
    color: #f4f4f4;
}

.footer-widget .widget-container .footer-col .bottom-des .subscribe .submit {
    position: absolute;
    right: 15px;
    top: 17px;
    background: transparent url("../image/sub-btn.png") no-repeat;
    background-size: auto 14px;
    opacity: 0.4;
    width: 25px;
    height: auto;
    border: 0px;
    transition: opacity 350ms;
    text-indent: -9999em;
    overflow: hidden;
}

.footer-widget .widget-container .footer-col .bottom-des .subscribe .submit:hover {
    opacity: 1;
}

.footer-widget .widget-container .footer-col .bottom-des li {
    margin-bottom: 6px;
}

.footer-widget .widget-container .footer-col .bottom-des li:last-child {
    margin-bottom: 0px;
}

/* ========================================================================== 13.0 Copyright css ========================================================================== */
.copyright {
    background: #2463eb;
    padding: 25px 0;
    color: #fefefe;
}

.copyright span {
    font-size: 13px;
}

.copyright span a {
    color: #fff;
}

.copyright span a:hover {
    color: #507ffa;
}

.copyright .social {
    float: right;
}

.copyright .social li a {
    color: #fff;
    font-size: 16px;
}

.copyright .social li a:hover {
    color: #2890c4;
}






/* ========================================================================== 21.0 Responsive css ========================================================================== */
@media screen and (min-width: 1800px) {
    .section-pad {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .error-page {
        min-height: 950px;
        padding-top: 300px;
    }

    .banner.carousel-fade {
        height: 900px;
    }

    .banner.carousel-fade .banner-content .banner-text {
        max-width: 620px;
        font-size: 18px;
    }

    .banner.carousel-fade .banner-content .banner-text h1,
    .banner.carousel-fade .banner-content .banner-text h2 {
        font-size: 2.7em;
    }

    .banner.carousel-fade .banner-content .banner-text p {
        margin: 30px 0;
    }

    .banner.carousel-fade .banner-content .banner-text .btn-banner {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 15px;
    }

    .navbar-custom .bottom-nav {
        padding: 10px 0;
    }

    .navbar-custom .bottom-nav .navbar-header .navbar-brand img {
        width: 144px;
        margin-top: 8px;
    }

    .navbar-custom .bottom-nav .navbar-nav>li>.dropdown-menu {
        top: 61px;
    }

    .navbar-custom .top-bar .contact {
        font-size: 13px;
    }

    .nav>li>a {
        padding: 10px;
    }

    .banner.carousel-fade {
        height: 540px;
    }

    .banner.carousel-fade .banner-content .banner-text {
        font-size: 14px;
    }

    .inner-page {
        height: 280px;
    }

    .inner-page .banner-text {
        padding-top: 165px;
    }

    .inner-page .banner-text h1.page-title {
        font-size: 36px;
    }

    .inner-page .banner-text p.page-breadcrumb {
        margin-top: 6px;
        font-size: 16px;
    }

    .call-action .overly h2,
    .call-action .overly h3 {
        font-size: 30px;
        line-height: 42px;
    }

    .img-wrapper {
        max-width: 410px;
    }

    .quote .form-quote {
        margin-top: 40px;
    }

    .about-us .tab-custom .nav-tabs li>a {
        padding: 20px 12px;
    }

    .ser-page .service-wrapper li h4 {
        font-size: 15px;
    }

    .blog .right-blog .blog-recent li p {
        line-height: 20px;
        margin-top: 0;
    }

    .section-heading {
        font-size: 24px;
    }

    .testi-video .meta-head {
        font-size: 20px;
    }

    .footer-widget {
        font-size: 12px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 22px;
        -webkit-text-size-adjust: 100%;
    }

    .container {
        max-width: 720px;
    }

    .section-pad {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .service.section-pad {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    .service .service-wrapper li h4 {
        margin: 20px 0 10px;
    }

    .res-m-bttm {
        margin-bottom: 40px;
    }

    .res-m-bttm-sm {
        margin-bottom: 25px;
    }

    .navbar-custom .bottom-nav .navbar-nav li a {
        font-size: 11px;
        padding: 16px 8px 14px;
    }

    .navbar-custom .bottom-nav .navbar-nav li a.btn {
        margin-left: 8px;
    }

    .about-us .tab-custom .nav-tabs li {
        width: 33.333%;
    }

    .about-us .tab-custom .nav-tabs li>a {
        padding: 10px 0;
    }

    .call-action .overly {
        padding: 100px 0;
    }

    .call-action .overly h2,
    .call-action .overly h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .call-action .overly .btn {
        margin-top: 20px;
    }

    .form-m-bttm {
        margin-bottom: 15px;
    }

    .quote .quote-wrapper .form-quote,
    .service .service-wrapper {
        margin-top: 30px;
    }

    .statistics .overly {
        padding: 100px 0;
    }

    .statistics .stat-wrapper {
        padding: 20px 0 10px;
    }

    .statistics .stat-col {
        border-right: 0px;
        padding: 20px 0;
    }

    .about-us .about-text h2.focus-text {
        font-size: 40px;
    }

    .ser-page .service-wrapper li .icon-wrapper {
        float: none;
        margin: 0 auto;
    }

    .ser-page .service-wrapper li h4 {
        font-size: 14px;
    }

    .ser-page .service-wrapper .ser-col {
        padding: 15px 8px;
        text-align: center;
    }

    .ser-single .service-category li a {
        font-size: 12px;
    }

    .ser-single .service-right .service-category ul li a {
        font-size: 16px;
    }

    .right-blog {
        margin-top: 40px;
    }

    .blog .top-blog .blog-stat {
        padding: 12px 25px;
    }

    .blog .blog-wrapper li.blog-list {
        margin-bottom: 40px;
    }

    .blog .blog-wrapper .pagination {
        margin: 0 0 20px;
    }

    .message {
        margin-top: 40px;
    }

    .post-single .message {
        margin-top: 0;
    }

    .post-single .message .message-group>.gaps {
        height: 10px;
    }

    .ser-single.single-2 img {
        margin: 25px 0;
    }

    .ser-single.single-2 .service-right .service-category ul li {
        width: 49%;
    }

    .ser-single.single-2 .service-left.m-serve {
        margin: 40px 0;
    }

    .testi-video,
    .testimonial-sec {
        padding-top: 60px;
    }

    .quote-page .contact-group {
        margin-top: 40px;
    }

    .banner.carousel-fade .banner-content .banner-text {
        max-width: 380px;
    }

    .banner.carousel-fade .carousel-control {
        display: none;
        opacity: 0;
    }

    .testimonial .carousel {
        padding-bottom: 30px;
    }

    .testimonial .carousel .item .testimonial-text {
        padding: 30px 30px 50px 60px;
    }

    .testimonial .carousel .item .testimonial-text p:first-child {
        margin-top: 0;
    }

    .testimonial .carousel .item .col-md-6+.col-md-6 {
        margin-top: 40px;
    }

    .testimonial.no-dots .carousel {
        padding-bottom: 0;
    }

    .testimonial-sec .carousel-indicators {
        display: block;
        opacity: 1;
    }

    .content .col-md-6.npl+.pad-0 {
        margin-top: 25px;
    }

    .content .gaps.size-lg {
        height: 40px;
    }

    .content .list-style li:before {
        top: 1px;
    }

    .footer-col.service-col {
        clear: left;
    }

    .footer-widget {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-widget h5.heading-col {
        margin-bottom: 12px;
    }

    .team-member-row:first-child {
        margin-top: -35px;
    }

    .team-member-row+a.btn-center {
        margin-top: 40px;
    }

    .team-member,
    .feature {
        margin-top: 35px;
        margin-bottom: 5px;
    }

    .team-member .team-info,
    .feature .team-info {
        margin-top: 15px;
    }

    .feature-row:first-child {
        margin-top: -35px;
    }

    .feature {
        margin-top: 35px;
        margin-bottom: 5px;
    }

    .gallery .photo-caption {
        font-size: 1em;
    }

    .gallery:not(.gallery-filled) {
        margin-top: 25px;
    }

    .gallery:not(.gallery-filled):first-child,
    .gallery:not(.gallery-filled).fix-mg {
        margin-top: 0;
    }

    .gallery:not(.gallery-filled) .photos-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery:not(.gallery-filled) .photos-list li {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .gallery.with-caption:not(.gallery-filled) {
        margin-top: -40px;
    }

    .gallery:not(.with-caption):not(.gallery-filled) {
        margin-top: 0;
    }

    .gallery:not(.with-caption):not(.gallery-filled) .photos-list {
        margin-top: 35px;
    }

    .gallery:not(.with-caption):not(.gallery-filled) .photos-list li {
        padding-top: 0;
    }

    .contact-list li span {
        line-height: inherit;
    }

    .content-section {
        margin-top: 40px;
    }

    .content hr,
    .content .hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .content hr:last-child,
    .content .hr:last-child {
        margin-bottom: 0;
    }

    .content hr:first-child,
    .content .hr:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }

    .section-pad {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .service.section-pad {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .testimonial-sec,
    .testi-video {
        padding-top: 45px;
    }

    .tab-custom .tab-content {
        padding: 25px 15px 30px;
    }

    .tab-custom .nav-tabs li>a {
        font-size: 13px;
        line-height: 18px;
    }

    .tab-custom.tab-simple .nav-tabs li {
        margin-right: -2px;
    }

    .tab-custom.tab-simple .nav-tabs li>a {
        padding: 12px 10px;
        font-size: 12px;
    }

    .accordion .panel-title {
        font-size: 14px;
        font-weight: 700px;
    }

    .about-us .featured-tabs {
        padding: 0;
        margin-top: -44px;
    }

    .about-us .featured-tabs .tab-custom .tab-content {
        padding: 35px 15px 40px;
    }

    .abt-page .ser-col .col-sm-6 {
        float: left;
    }

    .abt-page .ser-col .col-sm-6+.col-sm-6 {
        margin-top: 40px;
    }

    .inner-page {
        height: 220px;
    }

    .inner-page .banner-text {
        padding-top: 35px;
    }

    .inner-page .banner-text h1 {
        font-size: 2em !important;
        margin-bottom: 7px;
    }

    .inner-page .banner-text p.page-breadcrumb {
        font-size: 12px;
        margin-top: 8px;
    }

    .btn {
        padding: 14px 20px;
        font-size: 12px;
    }

    .content .npl+.pad-0 {
        margin-top: 25px;
    }

    .pad-xs-0 {
        padding: 0px;
    }

    .testi-video .meta-head {
        font-size: 22px;
    }

    .section-heading {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .navbar-custom .bottom-nav {
        padding: 5px 0;
    }

    .navbar-custom .bottom-nav .navbar-nav {
        float: none;
        text-align: center;
        padding-bottom: 40px;
    }

    .navbar-custom .bottom-nav .navbar-nav li {
        border-bottom: 1px solid #efefef;
    }

    .navbar-custom .bottom-nav .navbar-nav li:last-child {
        border-bottom: 0;
    }

    .navbar-custom .bottom-nav .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 11px;
        font-size: 14px;
        font-weight: 700;
    }

    .navbar-custom .bottom-nav .navbar-nav li a.btn-quote {
        width: 150px;
        margin: 6px auto 0;
    }

    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu {
        position: static;
        background: none;
        opacity: 1;
        width: 100%;
        display: block;
        visibility: visible;
        box-shadow: none;
        text-align: center;
        float: none;
        height: auto;
        border-top: 1px solid #efefef;
    }

    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a,
    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu div a {
        font-size: 13px;
        color: inherit;
        font-weight: 400;
    }

    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a:hover,
    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu div a:hover {
        background: no-repeat;
        color: #507ffa;
    }

    .dropdown-header,
    .dropdown-menu>li>div>a {
        display: block;
    }

    .navbar-custom .bottom-nav .navbar-header .navbar-brand img {
        width: 144px;
        margin-top: 8px;
    }

    .navbar-custom .top-bar {
        padding: 8px 0;
    }

    .navbar-custom .top-bar .contact .phone {
        margin-right: 0;
        font-weight: 600;
    }

    .navbar-custom .top-bar .social li {
        margin-left: 12px;
    }

    .banner.carousel-fade {
        height: 500px;
    }

    .banner.carousel-fade .banner-content .banner-text {
        font-size: 13px;
        line-height: 20px;
    }

    .banner.carousel-fade .banner-content .banner-text h1,
    .banner.carousel-fade .banner-content .banner-text h2 {
        font-size: 2em;
    }

    .banner.carousel-fade .banner-content .banner-text .btn-banner a {
        margin-bottom: 10px;
    }

    .ser-page .service-des-holder.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .ser-page .service-wrapper+.service-wrapper {
        margin-top: 40px;
    }

    .ser-page .service-wrapper li {
        margin-bottom: 40px;
    }

    .ser-page .service-wrapper li h4 {
        font-size: 18px;
    }

    .ser-page .service-wrapper li:last-child {
        margin-bottom: 0;
    }

    .ser-page .service-wrapper li .ser-col {
        padding: 20px 18px;
    }

    .ser-single .service-lists {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .ser-single .service-lists .service-category ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .ser-single .service-right .service-contact {
        margin-top: 40px;
    }

    .ser-single .service-right .service-category ul li {
        display: block;
        width: 100%;
    }

    .ser-single .service-right .service-category ul li:last-child {
        margin-bottom: 0;
    }

    .testimonial-sec .glyphicon-chevron-left {
        left: 10%;
    }

    .testimonial-sec .glyphicon-chevron-right {
        right: 10%;
    }

    .testimonial .carousel {
        margin-top: 25px;
    }

    .call-action .overly h2,
    .call-action .overly h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .call-action .overly .cta-sameline {
        padding-right: 0;
        text-align: center;
    }

    .call-action .overly .cta-sameline .btn {
        transition: none;
        position: static;
        margin-top: 20px;
    }

    .call-action.call-action-small .overly {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .statistics .overly {
        padding: 40px 0;
    }

    .cl-logo.extend .col-sm-3 {
        width: 25%;
        float: left;
    }

    .faqs-row:first-child {
        margin-top: -25px;
    }

    .faqs-row.faqs-s1+.faqs-row {
        margin-top: 25px;
    }

    .faqs {
        margin-top: 25px;
    }

    .gallery-lists:not(:last-child) {
        margin-bottom: 38px;
    }

    .gallery-lists li {
        font-size: 11px;
        padding: 6px 20px;
        width: auto;
        margin: 2px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    .gallery.with-caption.gallery-filled .photos-list.col-x4 li {
        width: 50%;
    }

    .feature-imagebox+.feature-imagebox {
        margin-top: 40px;
    }

    .project-info h4.section-heading,
    .project-info h3.section-heading,
    .project-gallery h4.section-heading,
    .project-gallery h3.section-heading {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        min-width: 320px;
    }

    .about-us .about-text h2.focus-text {
        font-size: 24px;
    }

    .ser-single .service-lists .service-category ul li {
        width: 100%;
    }

    .ser-single .service-lists .service-category ul li a {
        font-size: 16px;
    }

    .banner.carousel-fade {
        height: 360px;
    }

    .banner.carousel-fade .banner-content .banner-text {
        font-size: 12px;
        line-height: 18px;
    }

    .banner.carousel-fade .banner-content .banner-text h1,
    .banner.carousel-fade .banner-content .banner-text h2 {
        /*font-weight: bold;*/
        /*font-size: 1.4em; }*/
    }

    .banner.carousel-fade .banner-content .banner-text p {
        margin: 10px 0;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        height: 45px;
        width: 45px;
        font-size: 24px;
    }

    .testi-video .meta-head {
        font-size: 18px;
    }

    .about-us .tab-custom .nav-tabs li>a {
        padding: 10px 15px;
        min-height: 115px;
    }

    .call-action .overly {
        padding: 60px 0;
    }

    .call-action .overly h2,
    .call-action .overly h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .blog .top-blog img {
        border-radius: 5px 5px 0 0;
    }

    .blog .top-blog .blog-stat {
        padding: 8px 15px;
        position: static;
    }

    .blog .top-blog .blog-stat li {
        font-size: 10px;
    }

    .contact-group {
        margin-bottom: 40px;
    }

    .contact-group:last-child {
        margin-bottom: 0;
    }

    .copyright {
        text-align: center;
    }

    .copyright .social {
        float: none;
        margin-top: 15px;
    }

    .team-member-row [class*="col-"],
    .feature-row [class*="col-"] {
        width: 100%;
    }

    .team-member {
        text-align: center;
    }

    .team-member .team-photo {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery .photos-list.col-x2 li,
    .gallery .photos-list.col-x4 li,
    .gallery .photos-list.col-x5 li {
        width: 50%;
    }

    .gallery.with-caption .photos-list.col-x3 li {
        width: 100%;
    }

    .cl-logo.extend .col-sm-3 {
        width: 50%;
        margin: 5px 0;
    }

    .cl-logo.extend .content .gaps.size-lg {
        height: 20px;
    }

    .cl-logo.extend .col-sm-3+.gaps {
        display: none;
    }

    .error-page {
        min-height: 500px;
        padding-top: 150px;
        padding-bottom: 250px;
    }

    .error-page h1 {
        font-size: 100px;
    }

    .error-page p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 375px) {
    .about-us .tab-custom .nav-tabs li>a {
        min-height: 96px;
    }

    .about-us .tab-custom .nav-tabs li>a img {
        max-width: 40px;
        height: auto;
    }

    .banner.carousel-fade .banner-content .banner-text {
        font-size: 11px;
    }

    .banner.carousel-fade .banner-content .banner-text .btn-banner a {
        margin-right: 5px;
    }

    .gallery.with-caption .photos-list.col-x2 li,
    .gallery.with-caption .photos-list.col-x4 li,
    .gallery.with-caption .photos-list.col-x5 li,
    .gallery.with-caption .photos-list.col-x2 li,
    .gallery.with-caption .photos-list.col-x4 li,
    .gallery.with-caption .photos-list.col-x5 li {
        width: 100%;
    }

    .gallery.with-caption.gallery-filled .photos-list.col-x4 li {
        width: 100%;
    }
}

@media only screen and (max-width: 1280px) {

    /* parallax disable on ipad/iphone */
    .has-parallax {
        background-position: 50% 50% !important;
        background-attachment: scroll !important;
    }
}

/* Version 1.2.0 */
.icon-box {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #507ffa;
    transition: all 0.4s;
    text-align: center;
    font-size: 1.35em;
    line-height: 46px;
    margin: 2px 0;
    border: 1px solid transparent;
}

.icon-box.size-md {
    width: 60px;
    height: 60px;
    font-size: 1.75em;
    line-height: 58px;
}

.icon-box.size-sm {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
}

.icon-box.size-sm span.icon {
    transform: scale(0.5) translate(-14px, -6px);
}

.icon-box.size-lg {
    width: 90px;
    height: 90px;
    font-size: 2.5em;
    line-height: 88px;
}

.icon-box.size-lg.sqaure,
.icon-box.size-lg.round,
.icon-box.size-lg.circle {
    border-width: 2px;
}

.icon-box.sqaure,
.icon-box.round,
.icon-box.circle {
    border-color: #507ffa;
}

.icon-box.round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.icon-box.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-box.icon-bg {
    background-color: #507ffa;
    color: #fff;
}

.icon-box.light {
    color: #fff;
}

.icon-box.light.sqaure,
.icon-box.light.round,
.icon-box.light.circle {
    border-color: #fff;
}

.icon-box.light.icon-bg {
    background-color: #fff;
    color: #507ffa;
}

.icon-box span.icon {
    vertical-align: middle;
    margin-top: -5px;
}

.icon-wrapper .fa {
    font-size: 30px;
    line-height: 36px;
    color: #507ffa;
}

.ser-col:hover .icon-wrapper .fa {
    color: #fff;
}

.demo-sample-icon .icon-box {
    margin-right: 10px;
}

.demo-sample-icon hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.form-results {
    display: none;
    font-size: 12px;
    margin: 15px 0;
}

.form-results:first-child {
    margin-top: 0;
}

.form-results:last-child {
    margin-bottom: 0;
}

form label.error {
    display: block !important;
    font-size: 15px !important;
    width: 100%;
    margin: 0 !important;
}

.form-control.error {
    border-color: #FF4346 !important;
}

.team-profile .team-member {
    margin-top: 0;
}

.team-profile .team-info {
    margin-top: 0;
    padding-left: 30px;
}

.team-profile .team-info hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .team-profile .team-photo img {
        max-width: 320px;
    }

    .team-profile .team-info {
        padding-left: 15px;
        margin-top: 25px;
        text-align: left;
    }
}

/* Version 1.1.2 */
.navbar-collapse {
    position: relative;
}

.mega-dropdown {
    position: static !important;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .mega-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -999px;
    background: #34393e;
    width: 100%;
    z-index: -1;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu img {
    border-radius: 0;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .n-0-b {
    border: 0;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .megatext {
    padding-left: 30px;
    padding-right: 25px;
    color: #fff;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .megacontent {
    margin: 40px 0;
    position: relative;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .menu-wrapper ul li {
    position: relative;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .menu-wrapper ul li.dropdown-header:before {
    display: none;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .menu-wrapper ul li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #fff;
    display: block;
    position: absolute;
    top: 6px;
    left: 15px;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .menu-wrapper ul li a {
    display: block;
    padding-left: 30px;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .has-imagebg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .has-imagebg+[class*='col-'] {
    float: right;
    padding-left: 30px;
}

.navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .has-imagebg:last-child {
    right: 0;
    left: auto;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 0 0px 5px 16px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.mega-dropdown-menu .megacontent {
        margin: 25px 0;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.mega-dropdown-menu .menu-wrapper ul li:before {
        top: 8px;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .has-imagebg+[class*="col-"] {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-custom .bottom-nav .navbar-nav li.dropdown .mega-dropdown-menu .has-imagebg+[class*="col-"] {
        padding-left: 15px;
        float: none;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown:hover .mega-dropdown-menu {
        display: block;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.mega-dropdown-menu .megacontent {
        border-left: 0;
        margin: 0;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.mega-dropdown-menu .menu-wrapper ul li {
        padding: 0;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.mega-dropdown-menu .menu-wrapper ul li a {
        padding-left: 15px;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu.mega-dropdown-menu .menu-wrapper ul .dropdown-header {
        color: #000;
        font-size: 14px;
        font-weight: 700;
    }

    .banner.carousel-fade h2.w-heading {
        font-size: 24px !important;
    }

    .footer-widget.footer-pad .widget-container.row {
        margin: 0px;
    }

    .footer-col.contact.col-md-3.col-sm-6 {
        padding: 0 !important;
    }

    .footer-widget.footer-pad ul,
    .footer-col.about-us.col-md-3.col-sm-6.res-m-bttm,
    .footer-col.navigation.col-md-2.col-md-offset-1.col-sm-6.res-m-bttm,
    .footer-col.service-col {
        padding-left: 0px;
    }
}

/* END STYLE */
.footer-pad {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu .heading {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 8px;
}

.navbar-custom .bottom-nav .navbar-nav li .dropdown-menu .border {
    width: 151px;
    height: 2px;
    background: #2892c7;
    margin-top: 9px;
    margin-bottom: 0px;
}

@media (max-width: 661px) {
    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu .border {
        margin: auto;
        margin-bottom: 5px;
        margin-top: 3px;
    }
}

@media (min-width: 661px) {
    .navbar-custom .bottom-nav .navbar-nav li.dropdown:hover+.dropdown-menu {
        opacity: 1;
        HEIGHT: AUTO;
        overflow: visible;
    }

    .navbar-custom .bottom-nav .navbar-nav li.dropdown .dropdown-menu li a:hover .dropdown-menu {
        opacity: 1;
        HEIGHT: AUTO;
    }

    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu {
        /*transition: .5s;*/
    }

    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu:hover {
        overflow: visible;
        margin-top: -5px;
    }
}