/*Custom style start*/
.logo-text-container{
    color: #056b0f ;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    font-family: 'open sans', sans-serif;
}
.logo-text-large{
    font-size: 2.3rem;
    line-height: 35px;
}
.page-header .logo-text-large{
    font-size: 2rem;
}
.page-header .logo-identifier{
    width: 100px;
}
.footer-logo.logo-text-large{
    color: #fff;
}
.my-logo{
    display: flex;
    width: 100%;
    padding: 15.5px 0;
}
.logo-identifier{
    width: 122px;
    display: inline-block;
}
.selected-product{
    background-image: url("../img/slider/pic-2.jpeg");
}
.sub-menu-scroll-y{
    max-height: 400px;
    overflow-y: auto;
}


.nav-bar .sub-menu > .has-dropdown-two > ul.sub-menu-two{
    position: relative;
    margin-left:0;
    transition: .5s;
    border: none;
    box-shadow: none;
    background: #e1e1e1;
    display: none;
}
.nav-bar .sub-menu > .has-dropdown-two > ul.sub-menu-two > .has-dropdown-two > ul.sub-menu-two > .has-dropdown-two > ul.sub-menu-two{
    position: relative;
    margin-left:0;
    border: none;
    box-shadow: none;
    background: #e1e1e1;
}
.nav-bar .has-dropdown-two > ul.sub-menu-two > .has-dropdown-two > ul.sub-menu-two{
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-menu{
    overflow: auto;
}
.has-dropdown .icon-down{
    color: #02185a;
}
.p-title-section{
    text-transform: none;
}
footer .copyright{
    font-size: 13px;
    font-weight: unset;
}
.contact-us-meta .line-contact{
    padding-top: 80px;
    border-bottom: 1px solid #e6e4e4;
    margin-top: 0;
    height: unset;
    background: transparent;
}
.row-contact{
    background: #f9f9f9d9;
}
p {
    text-align: justify;
}
.submenu-indent{
    padding-left: 35px!important;
}
.nav-item.has-dropdown > ul.sub-menu li a:hover{
    background: #f9f9f973;
}
#service > .container > .row{
    justify-content: center;
}
.footer-bar, footer, .main-btn-two .arrow-btn .arrow-one{
    background: #056b0f;
}
.about-one{
    background: #ffffff;
}
.section-title h3{
    font-size: 30px;
}
/*Custom style ends*/
