
/*@media only screen and (max-width: 1400px) {
    #footer .footer-top {
        padding: 100px 0 0px;
    }
}

@media(min-width:992x){
    

#footer .footer-top {
        padding: 70px 0 30px;
    }
    
    
}


@media(min-width:768px){
    


#footer .footer-top {
        padding: 50px 0 0px;
    }

}

*/

@media(max-width:991px){
    .header .menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        height: 100%;
        background-color: #195190;
        padding: 15px 30px 30px;
        overflow-y: auto;
        z-index: 1;
        transform: translateX(100%);
    }
    .header .menu .close-menu-btn {
        width: 35px;
        height: 35px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        cursor: pointer;
        color:#000;
        border: none;
    }
    
    .header .menu a{
        color:#fff;
    }
    
    .topRighte{
        display:none;
    }
    .header{
        padding:12px 0;
    }
    
    .header .menu.open{
        transform:none;
    }
    .header .menu .head{
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-bottom:25px;
    }
    
    .header .menu .close-menu-btn{
        width:35px;
        height:35px;
        position:relative;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        background-color:transparent;
        cursor:pointer;
        border:none;
    }
    
    .header .menu .close-menu-btn::before,
    .header .menu .close-menu-btn::after{
        content:'';
        position:absolute;
        width:80%;
        height:2px;
        background-color:hsl(0, 0%, 100%);
    }
    .header .menu .close-menu-btn::before{
        transform:rotate(45deg);
    }
    .header .menu .close-menu-btn::after{
        transform:rotate(-45deg);
    }
    
    .header .menu > ul > li{
        display:block;
    }
    .header .menu > ul > li:not(:last-child){
        margin-right:0;
    }
    .header .menu li{
        border-bottom:1px solid hsla(0, 0%, 100%, 0.25);
    }
    .header .menu li:first-child{
        border-top:1px solid hsla(0, 0%, 100%, 0.25);
    }
    .header .menu > ul > li > a{
        padding:12px 0;
    }
    .header .menu > ul > .dropdown > a{
        padding-right:34px;
    }
    .header .menu i{
        height:34px;
        width:34px;
        border:1px solid hsla(0, 0%, 100%, 0.25);
        display:inline-flex;
        align-items:center;
        justify-content:center;
        pointer-events:auto;
        cursor:pointer;
        top:7px;
        color:#fff;
        margin-right:-15px;
    }
    
    
    .header .menu .dropdown.active > i{
        background-color:hsla(0, 0%, 100%, 0.25);
        transform:rotate(180deg);
    }
    .header .menu .sub-menu{
        position:static;
        opacity:1;
        background-color:#195190;
        transform:none;
        visibility:visible;
        transition:none;
        box-shadow:none;
        width:100%;
        display:none;
    }
    
     .header .menu .dropdown.active > .sub-menu{
        display:block;
    }
    .header .menu .sub-menu li:last-child{
        border:none;
    }
    .header .menu .sub-menu a{
        padding:12px 0 12px 15px;
    }
    .header .menu .sub-menu .sub-menu a{
        padding-left:30px
    }
     .header .menu .sub-menu .sub-menu .sub-menu a{
        padding-left:45px
    }
    .header .menu .sub-menu span{
        background-image:none;
    }
     .header .menu .sub-menu i{
        transform:none;
        right:0px;
    }
   .primary-ul{margin-left:0px}
    .header-right{
        margin-top:10px;
    }
    
     .header-right .open-menu-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        height:40px;
        width:44px;
        cursor:pointer;
        position:relative;
        background-color:#091E3E;
        /*background-color:transparent;*/
        border:none;
    }
    .header-right .open-menu-btn .line{ 
        height:2px;
        width:30px;
        background-color:hsl(0, 0%, 100%);
        position:absolute;
    }
    .header-right .open-menu-btn .line-1{ 
        transform:translateY(-8px);
    }
     
    .header-right .open-menu-btn .line-3{ 
        transform:translateY(8px);
    }
    
}

/* Navbar CSS*/
@media (max-width: 767.98px) { 
    
    .topRightf a,i{
        padding-right:1px;
       font-size:13.2px; 
       float:left;
    }
  .topLefts, .topRights, .topMdlRgtf .row, .topMdlRgts{
        display:none;
    }
    .topRightf::before {
        display:none;
    }

    .navbar-search{
        margin-bottom:10px;
    }

    .navbar-toggler{
        float:right
    }
    .navbar-toggler .fa-bars{
        display:block;
        color:#000;
        font-size:26px;
        margin-top:3px;
        float:right;
        text-align:right;
    }
    .header .logo img
 {
    vertical-align: middle;
    width: 225px;
    margin-top: 70px;
}
  .head .logo img
 {
    vertical-align: middle;
    width: 75px;
}  
  /*About Css*/
  .about-circle {
    width: 350px;
    max-width: 350px;
    height: 350px;
  }
  
  .about-us{
      margin-bottom:150px;
  }
    
  .styleBtn {
    position: relative;
    z-index: 1;
    padding: 15px 10px;
    margin-top: 8px;
    border-radius: 35px;
    float: left;
}  
  .cactionRgt{
      display:none;
  }  
    
  .call-box{
      border:1px;
      margin-top: 25px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 12px;
  }  
    
    
    
}