@media (min-width:992px) and (max-width:1199px){
    header nav > ul > li > a {
        font-size: 14px;
    }
    header nav > ul > li + li {
        margin-left: 20px;
    }
    header nav > ul > li.nav-logo > a {
        max-width: 100px;
    }
    .scrollToTop {
        bottom: 30px;
    }
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
    }
    .header-main-bar nav.header-navbar {
        margin-left: auto;
        margin-right: 0px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--dark);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: var(--primary);
        top: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header-navbar .navbar-toggle span {
        background:#fff;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    header nav > ul > li:hover > a {
        color: var(--white);
    }
    header nav > ul > li > a {
        color: #fff;
        font-size: 26px;
        line-height: 50px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        font-family: var(--font1);
        text-transform: none;
    }
    header nav > ul > li > a:before {
        display: none;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    .contact-btn {
        margin-left: auto;
        margin-right: 10px;
    }
    .footer-box {
        padding: 40px 20px;
    }
    .footer-top ul li a {
        font-size: 17px;
    }
    .footer-middle ul {
        padding: 0 -15px !important;
        flex-wrap: wrap !important;
    }
    .footer-middle {
        border-radius: 50px;
    }
    .footer-middle ul li {
        margin-right: 0px;
        width: 50% !important;
        margin-bottom: 30px;
        padding: 0 15px 0 50px;
    }
    .footer-middle ul li:nth-last-child(-n + 2)  {
        margin-bottom: 0 !important;
    }
    .title h6 {
        font-size: 24px;
    }
    .title h1 {
        font-size: 70px;
    }
    .sugarcane.sugercane-right {
        right: -20px;
    }
    .title  h2 {
        font-size: 35px;
    }
    .about-section:before {
        width: 30%;
        height: 100px;
    }
    .testimonial::after {
        right: 15%;
    }
    .testimonial::before {
        left: 15%;
    }
    .testimonial .item .text h5 {
        font-size: 30px;
    }
    .testimonial .item .text p {
        font-size: 22px;
    }
    .our_products .shape-1 {
        top: -100px;
    }
    .our_products {
        border-radius: 0 150px 0 0;
    }
    .product_box h5 {
        font-size: 26px;
        padding-bottom: 36px;
    }
    .product_box::after {
        top: -6px;
        right: -6px;
    }
    .product_feature h2 {
        font-size: 90px;
    }
    .product_feature_list  li .text h6 {
        font-size: 28px;
    }
    .product_feature_list li .text p {
        font-size: 18px;
    }
    .product_feature  .shape-2 {
        bottom: 0;
    }
    .product_feature {
        border-radius: 0 0 0 600px;
    }
    .manufacture_section{
        padding-bottom: 0;
    }
    .banner-slider .owl-nav button[class*="owl-"] {
        bottom: 35px;
        left: 20px;
    }
    .banner-slider .owl-nav button[class*="owl-"].owl-next {
        right: 20px;
    }
}

@media (max-width: 1445px) {
    .sugarcane.sugercane-right img {
        width: 115px;
    }
}
/*new css*/
@media (min-width: 1500px) {
    html .banner {
        background-image: url("../images/1500x650.jpg");
    }
}

@media (min-width: 1920px) {
    html .banner {
        background-image: url("../images/slider_1920.jpg");
        min-height:905px;
    }
}

@media (max-width: 340px ) {
    .title h6 {
        display:none;
    }
    .title  h1 {
        display:none;
    }
}
@media (max-width: 500px ) {
    .title h6 {
        display:none;
    }
    .title  h1 {
        display:none;
    }
}

@media (max-width: 1199px) {
    .product_box h5 {
        font-size: 22px;
        min-height: 90px;
    }
    .our_certification {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .certification_card_in{
        height: 150px;
        padding: 15px;
    }
    .certification_card {
        width: 98%;
    }
    .our_products_main .product_box h5 {
        font-size: 20px;
    }
}

@media (max-width:991px){
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
    }
    .header-main-bar nav.header-navbar {
        margin-left: auto;
        margin-right: 0px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--dark);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: var(--primary);
        top: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header-navbar .navbar-toggle span {
        background:#fff;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    header nav > ul > li:hover > a {
        color: var(--white);
    }
    header nav > ul > li > a {
        color: #fff;
        font-size: 26px;
        line-height: 50px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        font-family: var(--font1);
        text-transform: none;
    }
    header nav > ul > li > a:before {
        display: none;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    .head-logo a {
        display: block;
        max-width: 110px;
    }
    html .btn {
        padding: 0 20px;
        line-height: 50px;
        font-size: 15px;
        min-width: 140px;
    }
    .header-logo a {
        max-width: 140px;
    }
    .scrollToTop {
        width: 36px;
        height: 36px;
        bottom: 100px;
        right: 25px;
        padding: 14px;
    }
    .scrollToTop:before {
        transform: skew(-20deg);
    }
    .scrollToTop:hover:before {
        transform: skew(20deg);
    }
    header nav > ul > li > a {
        font-size: 26px;
    }
    header nav > ul > li + li {
        margin-left: 0;
    }
    .footer-box {
        border-radius: 35px;
        padding: 30px 25px;
        margin-top: -100px;
        font-size: 13px;
    }
    footer {
        margin: 20px;
        border-radius: 20px;
    }
    footer h4 {
        font-size: 22px;
        margin-bottom: 13px;
    }
    .footer-bottom .institute-copy-right {
        padding: 18px 0;
    }
    header .contact-btn {
        margin-right: 20px;
        margin-left: auto;
    }

    .footer-bottom .institute-copy-right {
        padding: 18px 0;
    }
    .footer-top ul li a {
        font-size: 15px;
    }
    .footer-middle {
        border-radius: 40px;
    }
    .footer-logo a {
        max-width: 220px;
    }
    .footer-logo {
        margin-bottom: 35px;
    }
    .footer-bottom {
        padding: 0;
    }
    .footer-middle ul li .text a {
        font-size: 15px;
    }
    .footer-middle ul {
        flex-wrap: wrap !important;
    }
    .footer-middle {
        border-radius: 50px;
    }
    .footer-middle ul li {
        margin-right: 0px;
        width: 50% !important;
        margin-bottom: 30px;
        padding: 0 15px 0 45px;
    }
    .footer-middle ul li:nth-last-child(-n + 2)  {
        margin-bottom: 0 !important;
    }

    html .banner {
        padding-top: 110px;
        min-height: 550px;
    }
    html .banner .dish-img {
        width: 600px;
        height: 600px;
    }
    .banner-slider .text p {
        font-size: 14px;
    }
    .sugarcane.sugercane-right {
        right: -30px;
        bottom: -70px;
    }
    .title  h1 {
        font-size: 70px;
    }
    .title h6 {
        font-size: 30px;
    }
    .title  h2 {
        font-size: 27px;
    }
    .about-section p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .about-section:before {
        height: 82px;
        bottom: 115px;
    }
    .testimonial::after {
        right: 5%;
    }
    .testimonial::before {
        left: 5%;
    }
    .testimonial .item .text p {
        font-size: 18px;
    }
    .testimonial .item .text h5 {
        font-size: 22px;
    }
    .product_box .image {
        height: 150px;
        margin-top: -30px;
        margin-bottom: 24px;
    }
    .product_box h5 {
        font-size: 20px;
        padding-bottom: 40px;
    }
    .product_box::after {
        top: -6px;
        right: -6px;
    }
    .product_feature h2 {
        font-size: 50px;
    }
    ul.product_feature_list li .icon {
        min-width: 100px;
        width: 100px;
        height: 100px;
    }
    .product_feature_list  li .text h6 {
        font-size: 22px;
    }
    .product_feature_list li .text p {
        font-size: 15px;
    }
    ul.product_feature_list li {
        margin-bottom: 25px;
    }
    ul.product_feature_list li::after {
        height: 21px;
        bottom: -23px;
        left: 49px;
    }
    .product_feature {
        padding-top: 130px;
        border-radius: 0 0 0 500px;
    }
    .product_feature  .shape-2 {
        bottom: -60px;
    }
    .manufacture_section {
        padding-bottom: 0;
    }
    .social-media-icon li + li {
        margin-left: 20px;
    }
    html .banner:after {
        height: 100px;
    }
    .banner-slider .owl-nav button[class*="owl-"] {
        width: 40px;
        height: 40px;
        bottom: 25px;
        left: 30px;
    }
    .banner-slider .owl-nav button[class*="owl-"].owl-next {
        right: 30px;
    }
    .banner-slider .owl-nav button[class*="owl-"]:before {
        left: -4px;
        width: 20px;
        height: 20px;
    }
    
    html .inner-banner .sugarcane.sugercane-right {
        height: 140px;
        right: 0;
        bottom: 0;
    }
    .banner-top-menu {
        font-size: 15px;
    }
    section.testimonial {
        padding-top: 0;
        padding-bottom: 50px;
    }
    html .inner-banner .title h1 {
        font-size: 50px;
    }
    .banner-top-menu ol.breadcrumb {
        margin-bottom: 6px;
    }
    html .inner-banner {
        padding: 110px 0px 70px;
        border-radius: 0 0 0 120px;
    }
    html .inner-banner .shape-2 {
        width: 60px;
        bottom: -30px;
    }
    .title {
        margin-bottom: 10px;
    }
    .contact-form {
        padding: 0px 0px;
    }
    .contect-box {
        padding: 20px;
        margin-bottom:30px;
    }
    .contect-box h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }
    .contect-box p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .form-feild {
        padding: 0 8px;
    }
    .form-fields {
        margin: 0 -8px;
    }
    .form-feild label {
        font-size: 15px;
    }
    ul.contact-information li .icon {
        height: 30px;
        min-width: 30px;
    }
    ul.contact-information li {
        margin-bottom: 16px;
        padding-left: 40px;
        font-size: 15px;
    }
    .contect-box ul.contact-information {
        margin-bottom: 20px;
    }
    section.google-map iframe {
        height: 500px;
    }

    .about-section .btn_wrap .btn:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
    .our_products_slider .owl-nav button[class*="owl-"] {
        width: 40px;
        height: 40px;
    }
    .our_products_slider .owl-nav button[class*="owl-"]:before{
        left: -1px;
        width: 14px;
        height: 14px;
    }
    .our_products_slider .owl-nav button[class*="owl-"].owl-next {
        margin-left: 15px;
    }
    .our_products_slider .owl-nav{
        bottom: -60px;
    }

    .our_products {
        padding-bottom: 90px;
    }

    .our_products_main .product_box_in{
        margin-top: 70px;
    }
    .our_products_main {
        padding: 40px 0;
    }
}


@media (max-width:767px){
    
    .header-logo a {
        max-width: 110px;
    }
    .contact-btn {
        margin-left: auto;
        margin-right: 10px;
    }
    html .btn {
        padding: 0px 0 0 20px;
        line-height: 50px;
        font-size: 13px;
        min-width: 110px;
    }
    .sticky .header-logo a {
        max-width: 90px;
    }
    .sticky header {
        padding: 14px 0;
    }
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-bottom .institute-copy-right p {
        font-size: 13px;
        text-align: center;
    }
    .footer-top ul {
        justify-content: center;
    }
    .footer-logo a {
        max-width: 160px;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer-top ul li {
        margin-bottom: 10px;
    }
    .footer-top {
        margin-bottom: 15px;
    }
    .footer-middle {
        border-radius: 20px;
        padding: 20px;
    }
    .footer-top ul li {
        margin-bottom: 10px;
    }
    .footer-middle ul li .icon {
        height: 30px;
        min-width: 30px;
        margin-right: 10px;
    }
    .footer-middle ul li .text h5 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .footer-middle ul li .text a {
        font-size: 14px;
    }
    .footer-bottom .institute-copy-right {
        padding: 15px 0;
    }
    .footer-middle ul li {
        margin-right: 0px;
        width: 100% !important;
        margin-bottom: 25px;
        padding: 0 15px 0 40px;
    }
    .footer-middle ul li:nth-child(3) {
        margin-bottom: 30px !important;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    html .banner .dish-img {
        width: 260px;
        height: 260px;
    }
    html .banner .dish-img {
        bottom: -100px;
    }
    .banner-slider .owl-nav button[class*="owl-"] {
        width: 30px;
        height: 30px;
        left: 10px;
        bottom: 25px;
    }
    .banner-slider .owl-nav button[class*="owl-"]:before {
        left: -2px;
        width: 14px;
        height: 14px;
    }
    .banner-slider .owl-nav button[class*="owl-"].owl-next {
        right: 10px;
    }
    .title h6 {
        font-size: 20px;
    }
    .title  h1 {
        font-size: 40px;
    }
    .title {
        margin-bottom: 20px;
        text-align: center;
    }
    .banner-slider .text p {
        font-size: 14px;
        text-align: center;
    }
    .sugarcane.sugercane-right {
        right: 0px;
        bottom: 190px;
        height: 20px;
        width: 60px;
    }
    .sugarcane {
        bottom: 180px;
        left: 0px;
        height: 20px;
        width: 60px;
    }
    html .banner {
        padding-top: 90px;
        min-height: 500px;
    }
    html .banner:after {
        height: 80px;
    }
    .title  h2 {
        font-size: 24px;
    }
    .about-section p {
        text-align: center;
    }
    .about-section .image {
        margin-bottom: 30px;
    }
    .our_products .shape-1 {
        width: 60px;
        top: -25px;
    }
    .our_products {
        border-radius: 0 80px 0 0;
    }
    .testimonial .item .text p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .testimonial .item .text h5 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .testimonial::after {
        background-size: contain;
        width: 40px;
        height: 30px;
        bottom: 10px;
        top: auto;
        right: 20px;
    }
    .testimonial::before {
        width: 40px;
        height: 30px;
        background-size: contain;
        position: absolute;
        top: 10px;
        bottom: auto;
        left: 20px;
    }
    .product_feature  .shape-2 {
        width: 50px;
        bottom: -34px;
    }
    .product_box {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .product_box h5 {
        font-size: 16px;
        padding-bottom: 40px;
    }
    .product_box .product_list_link a {
        width: 30px;
        height: 30px;
    }
    .product_box .product_list_link {
        bottom: -15px;
    }
    .our_products .btn_wrap{
        text-align: center;
    }
    .our_products .col-6.col-md-3:nth-last-child(-n + 2) .product_box {
        margin-bottom: 0px;
    }
    .product_feature {
        padding-top: 30px;
        border-radius: 0 0 0 70px;
    }
    .product_feature h2 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 30px;
    }
    .product_feature_list  li .text h6 {
        font-size: 20px;
    }
    .product_feature_list li .text p {
        font-size: 14px;
    }
    ul.product_feature_list li .icon {
        min-width: 70px;
        width: 70px;
        height: 70px;
    }
    ul.product_feature_list li::after {
        height: 18px;
        bottom: -20px;
        left: 34px;
    }
    .product_feature .sticky {
        position: static;
    }
    .about-section .btn_wrap {
        text-align: center;
        margin-top: 20px;
    }
    .about-section:before {
        display: none;
    }
    section.testimonial{
        margin: 40px 0;
    }
    .manufacture_section {
        display: none;
    }
    header .contact-btn {
        margin-right: 0;
        margin-left: 0;
        order: 1;
    }
    .navbar-toggle {
        margin-left: auto;
        margin-right: 10px;
    }
    section.manufacture_process {
        display: block;
    }
    html .inner-banner .title h1 {
        font-size: 32px;
    }
    html .inner-banner .title h1 {
        font-size: 32px;
    }
    .banner-top-menu ol.breadcrumb {
        margin-bottom: 8px;
        justify-content: center;
    }
    html .inner-banner {
        padding: 110px 0px 60px;
        border-radius: 0 0 0 100px;
    }
    html .inner-banner .sugarcane.sugercane-right {
        height: 140px;
        width: 50px;
    }
    html .inner-banner .shape-2 {
        width: 40px;
        bottom: -13px;
        left: 9px;
    }
    .testimonial::before {
        top: -40px;
    }
    .contact-form h3 {
        font-size: 26px;
        margin-bottom: 16px;
        text-align: center;
    }
    .form-feild {
        width: 100%;
    }
    .form-feild input {
        height: 44px;
        font-size: 14px;
    }
    ul.contact-information li {
        font-size: 14px;
    }
    .contact_us-content {
        padding: 10px;
        border-radius: 20px;
    }
    .contact-form {
        padding: 15px;
    }
    section.google-map iframe {
        height: 350px;
    }
    .about-section .btn_wrap .btn:last-child {
        margin-left: 15px;
        margin-top: 0px;
    }
    .product_box h5 {
        min-height: auto;
    }
    .our_products_main .product_box {
        margin-top: 50px;
        margin-bottom: 20px;
    }   
    .whatsapp_link {
        bottom: 30px;
        margin: 12px;
    }
    .whatsapp_link .w_label{
        display:none;
    }
    .whatsapp_link:hover .w_label{
        display:block;
    }
    .whatsapp_link a {
        width: 37px;
    }
    .whatsapp_link .w_label{
        margin: 4px 10px 0 0;
    }
    section.product-detail .col-xl-3:nth-last-child(-n+4) .product-box {
      margin-bottom: 70px;
    }
}


@media(max-width: 575px) {
    .product_box_in{
        margin-top: 70px;
        margin-bottom: 15px;
    }
    .product_box {
        margin-top: 0;
        margin-bottom: 0;
    }
    .our_products .btn_wrap {
        margin-top: 15px;
    }
    .about-section .btn_wrap .btn:last-child {
        margin-left: 5px;
    }
    .certification_card_in {
        height: 130px;
        padding: 10px;
    }
    .certification_card {
        width: 100%;
        margin-bottom: 30px;
    }
    .our_certification {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .our_products_main .product_box_in {
        margin-top: 60px;
    }
    .our_products_slider .owl-nav {
        bottom: -62px;
    }
    .our_certification .row .col-lg-2.col-md-4 {
        width: 50%;
    }
}