.navbar-light .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.nav-item.dropdown.first {
    position: absolute;
    margin-top: -40px;
    display: flex;
}
.nav-item.dropdown.first > h2:hover {
    background-color: #c75b5b;
}
.nav-item.dropdown.first > h2 {
    background-color: #cb0000;
    border: 1px solid #cb0000;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}
.label-of-menu{
    padding-left: 2.5em;
    margin-top: 10px;
    font-weight: bold;
    color: black;
}
.right-side-icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    transform: rotate(90deg);
    right: -215px;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        margin-top: 30px;
    }
    div#navbarCollapse {
        padding-left: 8em !important;
        padding-right: 8em !important;
    }
}
@media only screen and (max-width: 600px) {
    .nav-item.dropdown.first {
        position: unset;
        margin-top: 15px;
        display: flex;
    }
    a.navbar-brand img {
        width: 100px !important;
    }
   .whatsapp-button{
        position: fixed;
        bottom: 50%;
        right: 15px;
        z-index: 99;
        background-color: #25d366;
        border-radius: 50px;
        color: #ffffff;
        text-decoration: none;
        width: 50px;
        height: 50px;
        font-size: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
        box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
        animation: effect 5s infinite ease-in;
        text-decoration: none !important;
        @keyframes effect {
            20%, 100% {
                width: 50px;
                height: 50px;
                font-size: 30px;
            }
            0%, 10%{
                width: 55px;
                height: 55px;
                font-size: 35px;
            }
            5%{
                width: 50px;
                height: 50px;
                font-size: 30px;
            }
        } 
    }
    .right-side-icon-bar {
        display:none;
    }
    .mobile-view-button{
        display: flow-root;
    }
    .mobile-container{
        padding-bottom: 3em !important;
    }
    .mobile-view-banner{
        object-fit: scale-down !important;
        height: 85% !important;
    }
    .carousel-inner img {
        height: auto !important;
        width: 100%;
    }
} 
.jumbotron {
    background: url(img/banner-1.jpg), no-repeat center center;
    background-size: cover;
}
.jumbotron {
    padding: 16rem 2rem;
} 
nav.navbar.navbar-expand-lg.bg-white.navbar-light.py-3.py-lg-0.px-lg-5 {
    box-shadow: 0px 0px 5px 0px #000000;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #120F2D;
    outline: none;
    padding-bottom: 30px;
    padding-top: 15px;
}
body, html {
    background-color: #0f86c1;
}
#wrapper, .fusion-footer-parallax {
    max-width: 80%;
    margin: 0 auto;
}
.fusion-secondary-header {
    background-color: #0c1e76;
    font-size: 14px;
    color: #ffffff;
    border-bottom-color: #e5e5e5;
}
.navbar-expand-lg .navbar-collapse{
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link{
    margin-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
nav.navbar.navbar-expand-lg.bg-white.navbar-light.py-3.py-lg-0.px-lg-5 {
    box-shadow: 0px 0px 0px 0px #000000 !important;
}
.side-header-wrapper {
    background-color: rgba(12,30,118,1) !important;
    color: #ffffff;
    border-bottom-color: #e5e5e5;
}
#logo-section{
    margin: 0px auto;    
}
.border-bottom{
    color: #ffffff;
    border-bottom-color: #e5e5e5;
}
.fusion-secondary-menu a{
    height: 44px;
    line-height: 44px;
}
.fusion-secondary-menu a{
    color: #ffffff;
}
.fusion-secondary-menu a.side-border{
    border-left: 1px solid #e5e5e5;
}
.middle-section{
    background-color: #ffffff;;
    padding: 15px;
    padding-bottom: 40px;
}
#nav-bar-section{
    border-bottom: 1px solid transparent;
    border-bottom-color: #e5e5e5;
}
#demo img{
    width: 100%;
    height:500px;
}
.fusion-title-size-four, h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.fusion-title {
    display: table;
    margin: 0 0 31px;
    overflow: hidden;
}
.fusion-title .title-sep-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
}
.fusion-title .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.title-heading-left {
    padding-right: 8px;
}
.imageframe-align-center {
    text-align: center;
}
.fusion-imageframe {
    display: inline-block;
    z-index: 1;
    position: relative;
    max-width: 100%;
}
.fusion-footer-widget-area {
    background-color: #0c1e76 !important;
    border-color: #e9eaee !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fusion-footer-widget-area .widget-title, .fusion-footer-widget-area h3, .fusion-footer-widget-column .product-title {
    color: #DDDDDD !important;
}
.fusion-footer-widget-area {
    overflow: hidden;
    position: relative;
    padding: 43px 10px 40px;
    border-top: 12px solid #e9eaee;
    background: #363839;
    color: #8c8989;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fusion-footer-widget-area a{
    color: #98ecf9 !important;
}
.fusion-footer-widget-area .quick_links > a{
    line-height: 24px !important;
}
.fusion-footer-widget-area .quick_links > a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #282a2b;
    border-color: #505152;
}
.footer-copyright-section{
    font-size: 12px;
}
.post-content p {
    margin: 0px;
    margin-bottom: 20px;
}
.post-content p, .fusion-post-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.fusion-page-title-bar {
    border-color: #d2d3d4;
    background-image: url("../img/bg/page_title_bg-1.png");
    background-color: #F6F6F6;
    height: 87px;
}
.fusion-page-title-bar {
    clear: both;
    padding: 0 10px;
    height: 87px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}
.fusion-page-title-bar{
    padding-left: 30px;
    padding-right: 30px;
}
.fusion-page-title-wrapper {
    display: table;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
}
.fusion-page-title-row {
    max-width: none;
    padding: 0 10px;
}
.fusion-page-title-row {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    max-width: 940px;
}
.fusion-page-title-bar .fusion-breadcrumbs, .fusion-page-title-bar .fusion-breadcrumbs a {
    color: #333333;
}
img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.fusion-two-third {
    width: 65.3333%;
}
.fusion-layout-column {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}
.fusion-one-third {
    width: 30.6666%;
}
.fusion-column-last {
    margin-left: 0;
    margin-right: 0;
}
.fusion-page-title-captions {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 45%;
}
.fusion-page-title-secondary {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    text-align: right;
}
.fusion-page-title-bar h1 {
    font-size: 18px;
    line-height: normal;
}
.fusion-page-title-bar h1, .fusion-page-title-bar h3 {
    color: #333333;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li a {
    border-top-color: #ebeaea;
    background-color: #ebeaea;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li a
{
    border-top-color:#ebeaea;
    background-color:#ebeaea;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs{
    background-color:#ffffff;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a,.fusion-tabs.fusion-tabs-1 .nav-tabs li.active 
a:hover,.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a:focus{
    border-right-color:#ffffff;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a,.fusion-tabs.fusion-tabs-1 .nav-tabs li.active 
a:hover,.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a:focus{
    background-color:#ffffff;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li a:hover{
    background-color:#ffffff;border-top-color:#ffffff;
}
.fusion-tabs.fusion-tabs-1 .tab-pane{
    background-color:#ffffff;
}
.fusion-tabs.fusion-tabs-1 .nav,.fusion-tabs.fusion-tabs-1 .nav-tabs,.fusion-tabs.fusion-tabs-1 .tab-content .tab-pane{
    border-color:#ebeaea;
}
.fusion-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
#nav ul li > a:hover, #sticky-nav ul li > a:hover, #wrapper .fusion-tabs-widget .tab-holder .tabs li.active a, #wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link, #wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus, #wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover, #wrapper .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link, #wrapper .post-content blockquote, .fusion-filters .fusion-filter.fusion-active a, .pagination .current, .pagination a.inactive:hover, .progress-bar-content, .reading-box, .tagcloud a:hover {
    border-color: #0c1e76;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a:hover, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a:focus {
    background-color: #ffffff;
}
.fusion-tabs .nav-tabs > .active > .tab-link {
    border: none;
    border-top: 3px solid #a0ce4e;
    background-color: #fff;
    cursor: pointer;
}
.fusion-tabs .nav-tabs li .tab-link {
    margin-right: 1px;
}
.fusion-tabs .nav-tabs li .tab-link {
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    line-height: normal;
    border: none;
    border-top: 3px solid #f1f2f2;
    background-color: #f1f2f2;
    color: #747474;
    cursor: pointer;
    transition: all .2s;
}
.fusion-accordian .panel-title, .fusion-sharing-box h4, .fusion-tabs .nav-tabs > li .fusion-tab-heading, .fusion-widget-area .fusion-accordian .panel-title {
    font-size: 20px;
    line-height: 33px;
}
.fusion-tabs .nav-tabs li {
    display: block;
    position: relative;
    float: none;
    text-align: center;
}
.fusion-tabs .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0 none;
    padding: 0px;
}
/* EACH TAB */
.fusion-tabs.fusion-tabs-1 .nav-tabs li a {
    background: #f2f2f2;
    border: none !important;
    margin: 0;
    padding: 14px 25px;
    font-size: 18px;
    color: #333;
    border-right: 1px solid #e2e2e2;
}


/* ACTIVE TAB — EXACT STYLE FROM SCREENSHOT */
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a {
    background: #ffffff !important;
    color: #000 !important;
    border: none !important;
    border-top: 3px solid #1e3a87 !important; /* Blue underline */
}

/* HOVER */
.fusion-tabs.fusion-tabs-1 .nav-tabs li a:hover {
    background: #ffffff;
    color: #000;
}

.fusion-tabs .tab-pane {
    padding: 15px;
    max-width: 100%;
    border: 1px solid #f1f2f2;
    border-top: none;
}
figure {
    margin: 0 0 1em;
}
.wp-block-video video {
    width: 100%;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
    z-index: 9999;
    display: none;
}

.drawer-content {
    width: 260px;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    transform: translateX(-260px);
    transition: 0.3s ease;
}

#mobile-drawer.open {
    width: 100%;
    display: block;
}

#mobile-drawer.open .drawer-content {
    transform: translateX(0);
}

.close-drawer {
    font-size: 30px;
    background: none;
    border: none;
    float: right;
}

.drawer-menu a,
.drawer-menu .dropdown-title {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.sub-menu {
    padding-left: 15px;
    display: none;
}

.dropdown-item-wrap.active .sub-menu {
    display: block;
}

.dropdown-title {
    font-weight: 600;
    cursor: pointer;
}
.scroll-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-weight: 600;
}

.scroll-text {
    color: red;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%; /* start outside from right */
    animation: rightToLeft 25s linear infinite;
}


@keyframes rightToLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (min-width: 992px) {
    /* Only mobile shows drawer */
    #mobile-drawer { display: none !important; }
}
@media only screen and (max-width: 800px) {
    .fusion-contact-info {
        padding: 1em 30px;
        line-height: 1.5em;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 600px) {
    a.navbar-brand img {
        width: 100% !important;
    }
    a.navbar-brand {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .fusion-contact-info small {
        display: block !important;
        margin-bottom: 0px !important;
    }
    .fusion-contact-info .px-3 {
        display: none !important;
    }
    .d-inline-flex {
        display: table-cell !important;
    }
    .mobile-top-menu-section{
        display: inline-flex !important;
    }
    #mobile-drawer .sub-menu {
        display: none;
        padding-left: 15px;
    }

    #mobile-drawer .dropdown-item-wrap .dropdown-item-wrap-div {
        position: relative;
        display: flex;
        align-items: center;
        border-bottom:1px solid #eee;
    }

    #mobile-drawer .dropdown-item-wrap > a {
        flex-grow: 1;
        padding-right: 30px;
        border-bottom:0px solid #eee !important;
    }
    .dropdown-title{
        border-bottom:0px solid #eee !important;
    }
    .drawer-menu a, .drawer-menu .dropdown-title {
        display: -webkit-inline-box;
        width: 100%;
    }
    #mobile-drawer .dropdown-arrow {
        cursor: pointer;
        font-size: 18px;
        padding: 5px 10px;
        user-select: none;
    }

    span.dropdown-arrow {
        float: right;
    }
    div#navbarCollapse {
        display: none;
    }
    .fusion-breadcrumbs{
        display: none;
    }
    .fusion-page-title-captions {
        width: 100%;
    }
    .middle-section {
        padding: 0px;
    }
    .fusion-tabs .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0 none;
    }
    .fusion-tabs .nav-tabs.nav-justified > li {
        display: block;
        width: 100%;
    }
    #iframe-map{
        width: 100%;
    }
}
@media (min-width: 992px) {
    div#navbarCollapse {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }
}