@media only screen and (max-width: 991px) {
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu {
    position: relative;
    display: none;
    transform: none;
    opacity: 1;
    left: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover>.sub-menu {
    position: relative;
    display: block;
    transform: none;
    opacity: 1;
    left: 0;
    width: 100%;
}

.navbar-brand img {
    max-height: 45px;
}

.main-nav .navbar .navbar-nav .nav-item {
    margin: 0px 0px;
    margin-left: 0px;
}

.navbar-toggler.menu-icon {
    width: 40px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border: 0px;
    margin-right: 0px;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}

.header.fixed .navbar-brand img,
.header .navbar-brand img {
    max-height: 38px;
}

.navbar-brand {
    bottom: 0;
}

.side-menu {
    min-height: 100vh;
    background: #fff;
}

.side-menu .bgblack {
    height: 100vh;
    background: #fff;
    padding: 30px 30px;
    overflow: hidden;
    overflow-y: scroll;
}

.side-menu ul.main-menu li a {
    padding: 16px 0px 16px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.side-menu ul.main-menu li ul.sub-menu li a {
    padding: 7px 12px 7px 10px;
    font-size: 13px;
}

a.CloseBtn {
    margin-right: 0px;
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 767px) {
.publishing .section-title,.apps .section-title {
    margin-bottom: 50px;
}

.btn-default {
    font-size: 15px;
    line-height: 50px;
    padding: 0px 25px;
}

.apps .text {
    max-width: 100%;
    margin-top: 20px;
}
    
.apps h3 {
    font-size: 27px;
}
    
.apps .mb {
    margin-bottom: 100px;
}

.apps .img {
    min-height: inherit;
    object-fit: cover;
}

.publishing .text {
    max-width: 100%;
    margin-top: 20px;
}
    
.publishing h3 {
    font-size: 27px;
}
    
.publishing .mb {
    margin-bottom: 100px;
}

p {
    font-size: 16px;
}

.section-title h2 {
    font-size: 38px;
}

.footer {
    text-align: center;
}

.footer ul {
    margin-bottom: 20px;
}

.footer .socials li {
    margin: 0px 12px;
}

}

@media only screen and (min-width: 768px)and (max-width: 991px) {
.apps .text {
    max-width: 100%;
    margin-top: 20px;
}
    
.apps h3 {
    font-size: 32px;
}
    
.apps .mb {
    margin-bottom: 100px;
}

.apps .img {
    min-height: inherit;
    object-fit: cover;
}

.publishing .text {
    max-width: 100%;
    margin-top: 20px;
}

.publishing h3 {
    font-size: 32px;
}
    
.publishing .mb {
    margin-bottom: 100px;
}

p {
    font-size: 16px;
}

.section-title h2 {
    font-size: 45px;
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
.apps h3 {
    font-size: 32px;
}

.publishing h3 {
    font-size: 32px;
}

.section-title h2 {
    font-size: 50px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
    padding: 7px 15px;
    font-size: 15px;
}

}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {



}