/***header {
    background:#111;
    width:100%;
    height:100px;
}

.page-wrap{
    padding:2rem 0;
    
}

header .top-bar{
    list-style-type: none;
    margin:0;
    padding:0;
    display: flex;
}

header .container{
    display: flex;
    justify-content:center;
    align-items:center;
    height:100%;
}

header .top-bar li a{
    padding:25rem 1rem;
    color:#fff;
}

header .top-bar li{
    position: relative;
}

header .top-bar li:first-child{
   padding-left:0;
}

header .top-bar li:last child{
    padding-right:0;
}



header .top-bar li .sub-menu {
    display: none;
    position: absolute;
    z-index:999;
    top:100%;
    left:0;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,0.1);
    margin:0;
    padding:0;
    list-style-type:none;
    width: 200px;
    border-radius:.5rem;
}

header .top-bar li .sub-menu a{
    color:red;
    padding:.25rem;
    text-align:center;
    display:block;
    text-decoration: none;
}

header .top-bar li .sub-menu a:hover{
    color:black;
}
header .top-bar .menu-item-has-children:hover .sub-menu{
    display: block;
  
} ***/



.site_log img{
    width:8rem;
}










/*********Footer CSS************************/
footer {
    color: #fff;
	background: #012060;
	background-image: url("../assets/images/footerlogos.jpeg");
    background-position: 100% 50%;
	background-size:46%;
    background-repeat: no-repeat;
    margin-top: 3.125rem;
    padding:50px 0 50px;
}
.text-justify{
	text-align:justify!important;
}

ul {
    padding: 0px;
}
ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}
.footer-top {
    background: #012060;
    /*
    background: #5000b9; 
	background-image: url("../assets/images/footer_logo_svg.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;*/
	background-image: url("../assets/images/footerlogos.jpeg");
    background-position: 100% 50%;
	background-size:46%;
    background-repeat: no-repeat;
    margin-top: 3.125rem;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-top p {
    font-size: 13px;
    line-height: 2;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
   /**** background: #4b8800;******/
    padding: 10px 0px;
    background: #43424c;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 14px;
}

.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-msjtadie > .uagb-container-inner-blocks-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 5px;
    column-gap: 0px  
}


@media (min-width: 768px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu {
        margin-top: 0;
    }
    .OnFullScreenHide{
        display: none;
    }
}

@media (max-width : 767px){
     .navbar-nav .dropdown-menu {
            display: block;
             border: 5 px solid red;
             position: static;
        }
}