html,body{
    margin:0;
    padding:0;
}
/*--global-tags-and-global-classes--*/
h1,h2,p,h3,h4,h5,h6,ul,li,ol{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type:none;
}
a,a:hover{
    color:#000;
    text-decoration:none;
}
/*--x-global-tags-and-global-classes-x--*/
/*--top-header-section--*/
.header_top{
    width:100%;
}
/*--x-top-header-section-x--*/
/*--bottom-navigation-header-section--*/
.header_bottom{
    width:100%;
    background-color:#061927;
}
.navbar_nav li{
    position:relative;
}
.navbar_nav li:first-child::before{
    display:none;
}
.navbar_nav li::before {
    content: '';
    position: absolute;
    width:2px;
    height:23px;
    top:8px;
    background-color:#fff;
}
.navbar-nav a{
    color:#fff !important;
}     
.mobile_navigation{
    display:none;
    overflow: scroll;
    white-space: nowrap;
}
.mobile_navigation a{
    color:#fff;
    font-size: 13px;
}
/*--x-bottom-navigation-header-section-x--*/
/*--bg-image-section--*/
.bg_image{
    width:100%;
    color:#fff;
}   
.pos_absolute{
    top:65px;
    left:25%;
}    
.pos_absolute img{
    width:auto;
} 
.h1_h3 h1{
    font-size:26px;
}
.h1_h3 h3{
    font-size:14px;
}
/*--x-bg-image-section-x--*/
/*--text-images-section--*/
.text_images{
    width:100%;
}
.text_images h1{
    font-size: 29px;
}
.navg li{
    position:relative;
}
.nested_navg li{
    position:relative;
}
.navg li::before{
    content:'.';
    /*padding-right:11px;*/
    font-size:31px;
    position:absolute;
    top:-17px;
    left:0;
}
.nested_navg li::before{
    content:'.';
    /*padding-right:11px;*/
    font-size:31px;
    position:absolute;
    left:0;
}
.navg a{
    font-weight:bold;
}
.nested_navg a{
    font-weight:normal !important;
}
.a2_image{
    width:100%;
}
/*--x-text-images-section-x--*/
/*--2nd-text-images-section--*/
.images_text{
    width:100%;
}
.images_text h1{
    font-size:29px;
}
/*--x-2nd-text-images-section-x--*/
/*--3rd-text-images-section--*/
        
/*--x-3rd-text-images-section-x--*/
/*--4th-text-images-section--*/     
.images_text h5{
    background-color: yellow;
}  
.d2_d3 img{
    width:100%;
}
/*--x-4th-text-images-section-x--*/
/*--5th-text-images-section--*/

/*--x-5th-text-images-section-x--*/
/*--footer-section--*/
        
/*--x-footer-section-x--*/
/*--media-query--*/
@media(max-width:1024px){
    /*--top-header-section--*/

    /*--x-top-header-section-x--*/
    /*--bottom-navigation-header-section--*/
    .navbar_nav a{
        font-size: 13px;
    }    
    .navbar_nav li::before {
        top: 2px;
    }
    /*--x-bottom-navigation-header-section-x--*/
    /*--bg-image-section--*/
    .pos_absolute {
        top: 11px;
        left: 8%;
    }
    /*--x-bg-image-section-x--*/
    /*--text-images-section--*/
    .m_t{
        margin-top:17px;
    }
    .text_images h1{
        font-size: 23px;
    }  
    .navg.mt_4{
        margin-top: 11px !important;
    } 
    /*--x-text-images-section-x--*/
    /*--2nd-text-images-section--*/
    .images_text h1{
        font-size: 23px;
    }    
    /*--x-2nd-text-images-section-x--*/
    /*--3rd-text-images-section--*/
        
    /*--x-3rd-text-images-section-x--*/
    /*--4th-text-images-section--*/
          
    /*--x-4th-text-images-section-x--*/
    /*--5th-text-images-section--*/

    /*--x-5th-text-images-section-x--*/
    /*--footer-section--*/
        
    /*--x-footer-section-x--*/
}
@media(max-width:992px){
    /*--bottom-navigation-header-section--*/
    .header_bottom nav{
        display:none;
    }
    .mobile_navigation{
        display:block;
    }
    /*--x-bottom-navigation-header-section-x--*/
}
@media(max-width:667px){
    /*--top-header-section--*/
    .navbar-brand img{
        width:90px;
    }
    .contact{
        font-size:12px;
    }
    .navbar.p_x{
        padding-left:0;
        padding-right:0;
    }
    /*--x-top-header-section-x--*/
    /*--bottom-navigation-header-section--*/
    
    /*--x-bottom-navigation-header-section-x--*/
    /*--bg-image-section--*/
    .pos_absolute{
        top:0;
        left:0;
    }  
    .pos_absolute img{
        width:116px;
    }  
    .h1_h3.mt-5{
        margin-top:13px !important;
    }  
    .h1_h3 h1{
        font-size:13px;
    }
    .h1_h3 h3{
        font-size:10px;
    }
    .h1_h3 .mt-3{
        margin-top:8px !important;
    }
    /*--x-bg-image-section-x--*/
    /*--text-images-section--*/
    .text_images h1{
        font-size: 13px;
    }   
    .text_images.pb-5{
        padding-bottom:31px !important;
    } 
    .navg li::before {
        top: -22px;
    }
    .navg a{
        font-size: 12px;
    }  
    .nested_navg a{
        font-size: 12px;
    }
    .navg .mt_3{
        margin-top: 11px !important;
    }
    /*--x-text-images-section-x--*/
    /*--2nd-text-images-section--*/  
    .images_text h1{
        font-size: 13px;
    }
    /*--x-2nd-text-images-section-x--*/
    /*--3rd-text-images-section--*/
    .images_text.py-5{
        padding:31px 0 !important;
    }    
    /*--x-3rd-text-images-section-x--*/
    /*--4th-text-images-section--*/
    .images_text h5{
        font-size: 11px;
    }     
    .d2_d3 .mt_3{
        margin-top:11px;
    } 
    /*--x-4th-text-images-section-x--*/
    /*--5th-text-images-section--*/
    .images_text.pt-5{
        padding-top:31px !important;
    }
    /*--x-5th-text-images-section-x--*/
    /*--footer-section--*/
    .footer_1 a{
        font-size: 8px;
    }    
    /*--x-footer-section-x--*/
}
/*--x-media-query-x--*/