/* RESPONSIVE START */

:root {
    --primary-color: #02355a;
    --secondary-color: #ffd413;
}

@media all and (min-width: 992px) {
    .navbar .main-menu li .dropdown-menu {
        display: none;
    }
    .navbar .main-menu li:hover .dropdown-menu {
        display: block;
    }
    footer .collapse:not(.show) {
        display: block;
    }
    footer .accordion-button::after
    {
        display: none;
    }
    nav.navbar.header-fix {
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 99999;
        top: 0;
        border-bottom: solid 2px var(--secondary-color);
        padding: 6px 0px;
    }
    nav.navbar.header-fix .navbar-brand img {
        max-width: 70px;
    }
    nav.navbar.header-fix .main-menu > li > a {
        font-size: 14px;
    }
    nav.navbar.header-fix .navbar-icons a {
        font-size: 20px;
    }
}

@media screen and (max-width:1400px) {
    .our-product-items
    {
        border: none;
    }
    .innerpage-banner-info
    {
        padding-right: 0px;
    }
    .video-box video {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: -1px;
        padding: 15px;
        width: 75%;
        height: 100%;
        overflow: auto;
        z-index: 9999999;
        padding: 0px;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        right: -1px;
        transition: right 300ms ease-in-out;
    }
    .navbar-collapse {
        background: var(--secondary-color);
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }
    .navbar-toggler {
        padding: 0px;
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon i {
        font-size: 30px;
        color: #000;
    }
    section.home-about {
        padding: 50px 0px;
    }
    .home-about-text h1 {
        font-size: 1.8rem;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .home-services-img {
        position: static;
        height: auto;
        padding: 50px;
    }
    .home-services-info-items {
        height: auto;
        padding: 25px;
    }
    .home-services-info-items h1 {
        font-size: 2rem;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .home-services-info-items p {
        font-size: 14px;
        line-height: 25px;
    }
    .main-menu > li > a {
        display: block;
        padding: 5px 15px;
        font-size: 20px;
    }
    .dropdown-menu a {
        padding: 8px 25px;
    }
    .dropdown-menu {
        border: none;
    }
    .navbar-nav {
        height: calc(100% - 70px);
    }
    .main-menu > li > a.active
    {
        color: var(--primary-color);
    }
    .footer-logo, .footer-social-media {
        text-align: center;
    }
    footer .accordion-button {
        margin: 5px 0px;
    }
    .footer-social-media {
        margin: 15px 0px;
    }
    footer ul {
        margin: 10px 0px;
    }
    .cv-format-img {
        margin: 10px auto 20px auto;
        height: 210px;
        width: 210px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        box-shadow: 0 0 20px #e7e7e7;
        border: none;
    }
}


@media screen and (max-width:767px) {
    section.home-banner {
        min-height: 620px;
    }
    .home-banner-caption h1 {
        font-size: 2.5rem;
        line-height: 50px;
    }
    .caption-animation {
        width: 525px;
    }
    .home-banner-items img {
        max-width: 50px;
        max-height: 50px;
        margin: 15px;
    }
    .section-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .home-facts-items-count {
        height: 150px;
        width: 150px;
        font-size: 35px;
    }
    section.footer-cta-btn h1 {
        margin: auto auto 20px auto;
        font-size: 2.2rem;
    }
    section.footer-cta-btn, section.our-product {
        padding: 40px 0px;
    }
    .home-facts-items p {
        font-size: 18px;
    }
    section.innerpage-banner h1 {
        line-height: 42px;
        margin-bottom: 15px;
        font-size: 2rem;
    }
    section.innerpage-banner {
        padding: 30px 0px;
    }
    section.inner-page {
        padding: 30px 0px;
    }
    .inside-page-sticky h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .about-company p {
        font-size: 15px;
        line-height: 30px;
    }
    .our-work-items-img img {
        max-width: 100%;
    }
    .projects-items p, .projects-items a, .projects-items strong {
        font-size: 18px;
    }
    .our-work-items-info {
        font-size: 20px;
    }
    .navbar-brand img {
        max-height: 50px;
    }
    ul.figma-links li {
        flex: 0 0 100%;
        margin: 0px;
    }
    ul.figma-links li a {
        margin: 10px 0px;
        height: auto;
        align-items: start;
    }
    .Pro-exp-items i {
        font-size: 18px;
        margin-right: 5px;
    }
    .Pro-exp-items {
        font-size: 16px;
    }
    .cv-format h3 {
        font-size: 22px;
    }
    ul.figma-links li a i {
        font-size: 30px;
        min-width: 30px;
    }
}

@media screen and (max-width:575px) {
    .home-banner-caption h1 {
        font-size: 2.0rem;
        line-height: 40px;
    }
    .caption-animation {
        width: 360px;
    }
    .home-banner-caption h3 {
        font-size: 1rem;
        max-width: 350px;
        line-height: 28px;
    }
    .page-equotation-page-title {
        line-height: 42px;
        font-size: 30px;
    }
    .list-title {
        font-size: 20px;
    }
    .page-equotation ul {
        padding: 0px 0px 0px 20px;
    }
    .page-equotation-header img {
        max-height: 65px;
        max-width: 180px;
    }
}
/* RESPONSIVE END */
