/*====================== Extra small devices 
================================================================*/
@media (max-width: 575.98px) {
    body {
        margin-top: 0;
    }
    .navbar-light .navbar-brand {
        max-width: 217px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding: 12px 15px;
    }
    .navbar {
        padding: 8px 0;
    }
    .navbar-collapse {
        margin-top: 8px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        margin: 15px;
    }

    
    .title h2 {
        font-size: 24px;
    }


    #product-section .item {
        overflow: hidden;
    }
    #product-section .item .overlay {
        padding: 10px;
        padding-bottom: 13px;
    }
    #product-section .item a h5 {
        font-size: 14px;
    }

    #who-we-are .left {
        padding-bottom: 30px;
    }




    #product-section {
        padding-bottom: 0px;
    }




    #quick-products {
        padding-top: 50px;
        padding-bottom: 63px;
    }

    #quick-products .item {
        margin-bottom: 125px;
    }

    #quick-products .item .text .space1 {
        padding: 15px 5px;
    }

    #quick-products .item .text {
        width: 90%;
        bottom: -181px;
        min-height: 238px;
    }

    #quick-products .item .text h3 {
        font-size: 21px;
    }




    .social-links {
        margin-bottom: 30px;
    }

    #our-departments .row > * {
        padding: 0;
    }
    #achivments {
        padding: 20px 0;
        margin-top: 80px;
    }
    #achivments .marquee-item {
        height: 100px;
        width: 150px;
    }

    .size-selector {
        grid-template-columns: repeat(2, 1fr);
    }

    #footer-banner .item .text h2 {
        font-size: 22px;
    }

    #footer-banner .item .text p {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    #footer-banner .item .text a {
        margin-top: 10px;
        font-size: 12px;
        padding: 5px 20px;
    }

    #footer-banner .item .text {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 0;
        padding: 5%;
    }

    .navbar-collapse {
        background: #e6e6e6;
    }
    #footer .social-links {
        margin-bottom: 5px;
        padding-top: 5px;
    }
    
    #Certificed .owl-carousel .item {
        font-size: 18px;
        padding: 10px;
    }
    #Certificed .item img {
        height: 300px;
    }
    #Certificed .item .certified-content h4 {
        font-size: 16px;
    }
    #Certificed .item .certified-content p {
        font-size: 14px;
    }
    #Certificed-two .item img {
        height: auto;
        width: 100%;
    }
    #Certificed-two .item {
        padding: 10px;
    }
    
    
    
    
    
    
    #our-office .owl-carousel .item img {
        height: auto;
    }
    #our-office .owl-nav {
        display: none;
    }
    #our-office .preview-image {
        height: auto;
    }
    
    
    
    
    .profile-bar h5 {
        font-size: 10px;
    }
    .profile-bar h5 {
        font-size: 10px;
    }
    #working-profile .countries {
        padding: 25px;
    }
    #working-profile .item h4 {
        font-size: 14px;
    }

    
    
    
    
    #our-team .item {
        padding: 30px;
    }
    .menu .dropdown-two:hover .dropdown-item-two {
        display: none;
    }
    
    
    .contact-info .info-item h4 {
        font-size: 24px;
    }

    #product-section .item a.details {
        color: #fff;
        background: #ff9d00;
        padding: 7px 14px;
        border-radius: 25px;
        text-transform: capitalize;
        font-weight: 700;
        transition: all linear .3s;
        padding-bottom: 8px;
        font-size: 12px;
    }
    .contact-us-hadding h1 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    .contact-us-hadding {
        display: block;
    }
    .contact-us-hadding i {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 45px;
        border: 3px solid #fff;
        margin: 0;
        margin-right: 10px;
    }

    #footer .list{
        padding-bottom: 5px;
    }
    
}

/*=========================== Small devices 
=======================================================================*/
@media (min-width: 576px) and (max-width: 767.98px) {


    body {
        margin-top: 0;
    }

    .title h2 {
        font-size: 24px;
    }
    .navbar-light .navbar-brand {
        max-width: 217px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding: 12px 15px;
    }
    .navbar {
        padding: 8px 0;
    }
    .navbar-collapse {
        margin-top: 8px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        margin: 15px;
    }

    

    #product-section .item {
        overflow: hidden;
        margin-bottom: 25px;
    }

    #product-section .item a h5 {
        font-size: 14px;
    }
    #product-section .item .overlay {
        padding: 10px;
        padding-bottom: 13px;
    }
    #who-we-are .left {
        padding-bottom: 30px;
    }




    #product-section {
        padding-bottom: 0px;
    }





    #quick-products {
        padding-top: 50px;
        padding-bottom: 0;
    }

    #quick-products .item {
        margin-bottom: 225px;
    }

    #quick-products .item .text .space1 {
        padding: 15px 5px;
    }

    #quick-products .item .text {
        width: 90%;
        bottom: -181px;
        min-height: 238px;
    }

    #quick-products .item .text h3 {
        font-size: 36px;
    }




    .social-links {
        margin-bottom: 30px;
    }









    #footer-banner .item .text h2 {
        font-size: 25px;
    }

    #footer-banner .item .text p {
        padding-bottom: 10px;
    }

    #footer-banner .item .text a {
        font-size: 14px;
        padding: 5px 20px;
    }

    #footer-banner .item .text {
        border-radius: 0;
        padding: 5%;
    }

    .footer-top {
        padding: 10px 0;
    }

    .navbar-collapse {
        background: #e6e6e6;
    }


    
    
    
    
    
        
    #Certificed .owl-carousel .item {
        font-size: 18px;
        padding: 0;
    }
    #Certificed .item img {
        height: 300px;
    }
    #Certificed .item .certified-content h4 {
        font-size: 16px;
    }
    #Certificed .item .certified-content p {
        font-size: 14px;
    }
    #Certificed-two .item img {
        height: auto;
        width: 100%;
    }
    
    
    
    
    
    .footer-top.d-flex.justify-content-evenly {
        padding-bottom: 25px;
    }
    #footer .footer-top a {
        font-size: 14px;
        font-weight: 700;
    }
    

    
    
    
    #our-team .item {
        padding: 30px 10px;
    }
    
    
    
    .menu .dropdown-item-two {
        position: unset;
        display: none;
    }
    .menu .dropdown-two:hover .dropdown-item-two {
        display: none;
    }
    
        
    #our-office .owl-carousel .item img {
        height: 130px;
    }
 
    
    
    
    .contact-info .info-item h4 {
        font-size: 20px;
    }
        .contact-us-hadding h1 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    .contact-us-hadding {
        display: block;
    }
    .contact-us-hadding i {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 45px;
        border: 3px solid #fff;
        margin: 0;
        margin-right: 10px;
    }

}

/*============================ Medium devices 
=========================================================================*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .menu .dropdown-two:hover .dropdown-item-two {
        display: none;
    }
    
    .navbar-light .navbar-brand {
        max-width: 217px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding: 12px 15px;
    }
    .navbar {
        padding: 8px 0;
    }
    .navbar-collapse {
        margin-top: 8px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        margin: 15px;
    }



    #quick-products .item .text h3 {
        font-size: 18px;
    }

    #quick-products .item .text p {
        font-size: 12px;
    }

    .size-selector {
        grid-template-columns: repeat(3, 1fr);
        max-width: 386px;
    }



    #footer-banner .item .text h2 {
        font-size: 25px;
    }

    #our-team .item {
        padding: 0;
    }

    #our-team .text h3 {
        font-size: 18px;
    }

    #our-team .text h5 {
        font-size: 18px;
    }

    #our-team {
        padding-bottom: 50px;
    }


    .md-text-right {
        text-align: right;
        display: block;
    }

    .navbar-collapse {
        background: #e6e6e6;
    }


    
    
    
    #Certificed-two .item img {
        height: 200px;
    }
    
    #Certificed .item .certified-content h4 {
        font-size: 16px;
    }
    #Certificed .item .certified-content p {
        font-size: 14px;
    }
    
    
    
    
    
    
    
    #partner-factories .main-item h5 {
        font-size: 20px;
    }
    
    #partner-factories .main-item .img-box {
        height: 200px;
    }
    
    
    
    
    
    
    
    #our .item {
        padding: 35px 15px;
        min-height: 458px;
    }
    
    #our .item h3 {
        font-size: 18px;
    }
    #our .item p {
        font-size: 14px;
    }
    #our .item.item-2 {
        padding: 35px 15px;
        min-height: 458px;
    }
    #our .item i {
        font-size: 40px;
    }

    
    .contact-info .info-item h4 {
        font-size: 18px;
    }
    .contact-info .info-item a {
        font-size: 18px;
    }
    .contact-info .office-item {
        padding: 15px;
        padding-bottom: 0;
    }

    .contact-info .office-item p {
        font-size: 14px !important;
        padding-bottom: 15px !important;
    }
    
    #our-team .item {
        padding: 50px;
    }
    
    #product-section .item .overlay {
  padding: 20px;
}
    
    #our-office .owl-carousel .item img {
        height: 160px;
    }
 
    
    #activities .item {
        padding: 50px 30px;
        min-height: 433px;
    }
    .contact-us-hadding h1 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    .contact-us-hadding i {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 45px;
        border: 3px solid #fff;
        margin: 0;
        margin-right: 10px;
    }
    
}

/*============================ Large devices 
=========================================================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .size-selector {
        grid-template-columns: repeat(2, 1fr);
        max-width: 286px;
    }
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: 10px 25px;
        box-shadow: 0 5px 5px rgba(85, 85, 85, 0.44);
        border-radius: 25px;
        margin: 20px 0;
        transition: all linear .3s;
    }
*/
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
        box-shadow: 0 6px 6px rgba(70, 70, 70, 0.62);
    }
*/

    #footer .footer-top a {
        font-size: 14px;
    }

    #footer .social-links a i {
        font-size: 26px;
        width: 40px;
        height: 30px;
        line-height: 30px;
    }

    #footer .social-links a svg {
        width: 30px;
        height: 30px;
    }

    #our-team .text h3 {
        font-size: 17px;
    }

    #our-team .text h5 {
        font-size: 17px;
    }

    #our-team .text h6 a {
        text-transform: lowercase;
    }


    
        
    #our .item {
        padding: 35px 15px;
        min-height: 408px;
    }
    
    #our .item h3 {
        font-size: 18px;
    }
    #our .item p {
        font-size: 14px;
    }
    #our .item.item-2 {
        padding: 35px 15px;
        min-height: 408px;
    }
    #our .item i {
        font-size: 40px;
    }

    
     
    
    
     #Certificed-two .item img {
        height: 300px;
    }

    #our-team .item {
        padding: 50px 20px;
    }
    
    
    
    
    
    #our-office .owl-carousel .item img {
        height: 180px;
    }
 
    
    .contact-us-hadding h1 {
        font-size: 45px;
        line-height: 80px;
    }
    .contact-us-hadding i {
        font-size: 28px;
        width: 80px;
        height: 80px;
        line-height: 75px;
        border: 4px solid #fff;
        margin: 0;
        margin-right: 10px;
    }
    
    .page-title h5 {
        font-size: 40px;
        padding-top: 70px;
    }


    
    
    
    

}

/*============================ Extra Large devices 
=========================================================================*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .size-selector {
        grid-template-columns: repeat(2, 1fr);
    }
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: 10px 25px;
        box-shadow: 0 5px 5px rgba(85, 85, 85, 0.44);
        border-radius: 25px;
        margin: 20px 0;
        transition: all linear .3s;
    }
*/
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
        box-shadow: 0 6px 6px rgba(70, 70, 70, 0.62);
    }
*/

    #footer .footer-top a {
        font-size: 16px;
    }

    #Certificed-two .item img {
        width: 100%;
    }
    
    #our-team .item {
        padding: 50px 0px;
    }

    
    
    
    .contact-info .info-item h4 {
        font-size: 20px;
    }
    .contact-info .info-item h3 {
        font-size: 16px;
    }
    
    

}

/*============================ Extra Extra Large devices 
=========================================================================*/
@media (min-width: 1400px) and (max-width: 1499.98px) {
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: 10px 25px;
        box-shadow: 0 5px 5px rgba(85, 85, 85, 0.44);
        border-radius: 25px;
        margin: 20px 0;
        transition: all linear .3s;
    }
*/
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
        box-shadow: 0 6px 6px rgba(70, 70, 70, 0.62);
    }
*/
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }

}


@media (min-width: 1500px) {
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: 10px 25px;
        box-shadow: 0 5px 5px rgba(85, 85, 85, 0.44);
        border-radius: 25px;
        margin: 20px 0;
        transition: all linear .3s;
    }
*/
/*
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
        box-shadow: 0 6px 6px rgba(70, 70, 70, 0.62);
    }
*/
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1220px;
}

}