/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2024 | 12:39:26 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {
.header-top-bar .mobile-menu-btn {display: none;}
.nav-up .header-top-bar {
    padding: 10px 20px;
}
.nav-up .header-top-bar ul li a {
    font-size: 17px;
}
.nav-up .header-top-bar ul li a img {
    transform: scale(0.8);
}

	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
.header-top-bar .header-top-right .widget_nav_menu {
    position: fixed;
    top: -150%;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002B47;
    z-index: 8;
	transition: all 0.5s ease-in-out;
}
.page-is-open .header-top-bar .header-top-right .widget_nav_menu {top: 0;}
.header-top-bar .header-top-right ul {
    display: block;
    text-align: center;
}
.header-top-bar .header-top-right ul li {
    margin: 5vh 0;
}
.header-top-bar .header-top-right .widget_custom_html {
    position: relative;
    z-index: 9;
}
.header-top-bar .header-top-middle {
    position: relative;
	background: #002B47;
    z-index: 9;
}
.header-top-bar .header-top-middle ul li a {
    padding: 0 7px;
    font-size: 19px;
}

footer#colophon {
    width: 100%;
    padding: 100px 0 0 !important;
    min-height: 0px !important;
}
.footer-middle-second .flex-box .col-1 {
    display: none;
}
.footer-middle-second .flex-box .box {
    width: 100%;
    margin: -50px 0 0;
    padding: 20px;
    background: #002B47;
    font-size: 19px;
    text-align: center;
}
.footer-middle-second .flex-box .box .title {
    font-size: 30px;
}
.footer-middle-second .flex-box .box .actions a:first-child {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.footer-middle-second .flex-box .box .actions a {
    font-size: 23px;
}
.footer-middle-second .flex-box .box .actions {
    justify-content: center;
}
.footer-middle .footer-middle-first img {
    height: 42px;
    margin: 0 0 350px;
}
footer#colophon:after {
    top: 175px;
    right: 0;
    width: 100%;
    height: 400px;
    background-size: contain !important;
    background-position: center;
}
.footer-middle-second {
    padding: 0 20px;
    background: #E7E7E7;
}
.footer-bottom {
    margin: 0;
    padding: 20px;
    background: #E7E7E7;
}
.footer-bottom .back-to-top {
    font-size: 23px;
}
.footer-bottom .credit a {
    font-size: 13px;
    color: #002B47;
    font-weight: 400;
}
#marketing .elementor-widget-container a {
    font-size: 21px;
}	
form .flex-box .row {
    display: block;
}

form .flex-box .row .input {
    width: 100% !important;
    margin: 0 0 10px !important;
}	
	
	
	
	
	
	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}