﻿
@media (min-width: 1200px) {
    .owl-carousel img {
        height: 277px;
    }
}
.info {
    color: #F32424;
    font-family: Arial;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.vR {
    display: inline-block;
    align-self: stretch;
    width: 2px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 1.25;
}
    footer {
    background-color: #06113C;
}
.brandN h5 {
    font-weight: 700;
    line-height: 1.3;
    padding-top: 21px;
    font-size: 25px;

}
.navbar-brand img {
    height: 94px;
}
/*.nav-link, .dropdown-toggle {
    color: #ffffff !important;
    font-weight:bold;
}

    .nav-link:hover, .dropdown-toggle:hover {
        background-color: #ffe503;
        color: #000000 !important;
    }
    
    .nav-link.active {
        background-color: #ffe503;
        color: #1a2c42 !important;
    }*/



/*.serviceStyle {
    color: white;
    margin-left:2px;
    font-size: 18px;
     font-weight: bold;
    font-family: revert-layer;
    padding: 10px;
}
    .serviceStyle:hover {
        background-color: #ffd000;
        color: white;
    }*/
 
 /*.navbar-nav a {
    float: left;
    text-align: center;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 17px;
}*/

    /* Navbar links on mouse-over */
    /*.navbar-nav a:hover {
        background-color: white;
    }*/

/* Current/active navbar link */
/*.active {
    background-color: #ffd000;
    font-size: 18px;
    font-weight: bold;
    font-family: revert-layer;
    padding: 10px;
}
*/
/*.navbarNew {
    overflow: hidden;
    background-color: #333;
}

    .navbarNew a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbarNew a:hover, .dropdown:hover .dropbtn {
        background-color: red;
    }

*/

.glow-on-hover {
    width: 96px;
    height: 34px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    float: right;
}

    .glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }

    .glow-on-hover:active {
        color: #000
    }

        .glow-on-hover:active:after {
            background: transparent;
        }

    .glow-on-hover:hover:before {
        opacity: 1;
    }

    .glow-on-hover:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        left: 0;
        top: 0;
        border-radius: 10px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}
 

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
}

    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
        visibility: visible;
        background-color: #ffc700;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

/* } */
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #f1bc31;
    }

        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
            display: none;
        }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: .1em;
}

    .ftco-navbar-light .navbar-toggler:focus {
        outline: none !important;
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

    .navbar-brand span {
        display: block;
        font-size: 12px;
        font-weight: 500;
    }

    .navbar-brand:hover, .navbar-brand:focus {
        color: #000;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
   /* padding-left: 90px;*/
    margin-bottom: 0px;
    list-style: none;
}


.ftco-section {
    overflow: hidden;
    background-color: #666666;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99
}

.ftco-navbar-light {
    background: #192841 !important ;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #082335 !important ;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    opacity: 1 !important;
}

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background-color: #939393;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        z-index: -1;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }

        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
            visibility: visible;
            background-color: #f1bc31;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7);
    }

        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
            color: #fff;
        }

            .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
                display: none;
            }
}

.ftco-navbar-light .navbar-nav > .nav-item   {
    border: none;
   /* background: #fff;*/
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

    .ftco-navbar-light .navbar-nav > .nav-item  {
        font-size: 12px;
        color: #000;
    }

        .ftco-navbar-light .navbar-nav > .nav-item   , .ftco-navbar-light .navbar-nav > .nav-item  :focus {
            background: none;
            color: #fff;
        }

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item  {
        display: block !important;
       /* background: #000;*/
    }

        .ftco-navbar-light .navbar-nav > .nav-item   {
            color: rgba(255, 255, 255, 0.8);
        }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #f1bc31;
    border-radius: 0px;
}


@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-1 .owl-dots {
        bottom: 10px !important;
    }

    .pt {
        padding-top: 0rem !important;
    }

    .owl-carousel {
        margin-top: 0rem !important;
    }



    .item {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .mb-5 {
        margin-bottom: 0rem !important;
    }
}