body {
    font-family: 'Open Sans', sans-serif;
    background: #f6f6f6;
}
.mt-6{
    margin-top: 7%;
}
.bg-white{
  background-color: #fff;
}
.text-green{
    color: #04ad15;
}
.text-red{
    color: #ff0000;
}
.border-bottom{
  border-bottom:4px solid #2c2a2a;
}
.border{
  border:2px solid #000;
}
.h_5{
  font-size: 25px;
}
.h_6{
  font-size: 20px;
  font-weight: 400;
}
h1, .h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'FontAwesome';
}
.h7{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  
}
img.rounded{
  border-radius: 50%;
}
.no-margin {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.no-padding{
  padding-right: 15px;
  padding-left: 15px;
}
.text-center{
    text-align: center;
}
.navbar-toggle {
    background: #1bc7ff;
}
#logo {
    max-width: 70px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-fixed-top {
    background-color: #fff !important;
    border-color: transparent !important;
    padding: 10px 0;
}

.navbar-fixed-top .navbar-brand {
    color: #1bc7ff;
    margin: 8px 0 0 0;
    padding: 5px 15px;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
    background-color: #1bc7ff;
}

.navbar-fixed-top .nav li a {
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #504d4d;
    letter-spacing: 1px;
}
#logo{
        margin-top: -28%;
}
.border-radious img {
    border-radius: 10px;
}
.navbar-scroll {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #333;
    padding: 10px 10px 10px;
}

.navbar-scroll .navbar-nav>li>a {
    /*color:#777;*/
    /*background: #fff;*/
}
.bg-dark{
    background-color: #000;
}
.text-center{
    text-align: center;
}
.h4{
    font-size: 30px;
    font-weight: 300;
}
.text-white{
    color: #fff;
}

.navbar-scroll .navbar-nav>li>a:hover {
    color: #1bc7ff;
    background: #fff;
}

.navbar ul li.active a {
    color: #1bc7ff;
}
.caption-subheading{
    font-size: 20px;
    line-height: normal;
    color: #fff;
}
.collapse::-webkit-scrollbar {
    width: 5px;
}

.collapse::-webkit-scrollbar-thumb {
    background: #1bc7ff;
    -webkit-box-shadow: inset 0 0 6px #1bc7ff;
}



/*////////////end menu/////////////////////////////////////*/

.nopad {
    padding: 0px !important;
}

.first-slider-image1 img {
    margin-top: 10%;
}

.first-slider-image img{
height: 650px;
width: 100%;
}
.first-slider-image img{
    height: 650px;
    width: 100%;
}
.first-slider {
  background-image: url('../img/slider/new-hero-resin.jpg');
  height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
}

.third-slider {
  /* background-image: url('../img/slider/new-hero-resin.jpg'); */
  height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pimolding {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
}

.slider-heading-ftb {
    margin-top: -27%;
    margin-left: 7.5%;
    position: absolute;
}
.slider-heading-second {
    margin-top: -19%;
    margin-left: 7.5%;
    position: absolute;
}
.slider-heading {
    font-size: 30px;
    color: #fff;
    line-height: 2;
    font-weight: 300;
}

.slider-heading2 {
    font-size: 30px;
    color: #fff;
    line-height: 2;
    font-weight: 300;
}

.subheading {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

.subheading1 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

.subheading2 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

.caption-style-4 {
    list-style-type: none;
    /* margin: 0px; */
   /* padding: 0px;*/
}

.caption-style-4 li {
    /* float: left;
    padding: 0px; */
    position: relative;
    overflow: hidden;
}

.caption-style-4 li:hover .caption {
    opacity: 1;
}

.caption-style-4 li:hover img {
    opacity: 1;
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}


.caption-style-4 img {
    margin: 0px;
    padding: 0px;
    /*float: left;*/
    z-index: 4;
    border-radius: 50%;
    /*width: 90%*/
}


.caption-style-4 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.caption-style-4 img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 300px;
    width: 400px;
    z-index: 5;
    position: absolute;
}

.caption-style-4 .caption-text h1 {
    text-transform: uppercase;
    font-size: 24px;
}

.caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 400px;
    height: 300px;
    text-align: center;
    top: 100px;
}

.caption-heading {
    font-size: 20px;
    font-weight: 400;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    clear: both;
}
    .caption-style-4{
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        
    }

    .caption-style-4 li{
        float: left;
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

    .caption-style-4 li:hover .caption{
        opacity: 1;
    }

    .caption-style-4 li:hover img{
        opacity: 1;
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
    }


    .caption-style-4 img{
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
    }


    .caption-style-4 .caption{
        cursor: pointer;
        position: absolute;
        opacity: 0;
        -webkit-transition:all 0.45s ease-in-out;
        -moz-transition:all 0.45s ease-in-out;
        -o-transition:all 0.45s ease-in-out;
        -ms-transition:all 0.45s ease-in-out;
        transition:all 0.45s ease-in-out;
    }

    .caption-style-4 img{
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        -ms-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    }
    .caption-style-4 .blur{
        background-color: rgba(0,0,0,0.65);
        height: 300px;
        width: 400px;
        z-index: 5;
        position: absolute;
    }

    .caption-style-4 .caption-text h1{
        text-transform: uppercase;
        font-size: 24px;
    }
    .caption-style-4 .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 400px;
        height: 300px;
        text-align: center;
        top:100px;
    }


    /** Nav Menu */
    ul.nav-menu{
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        width: 510px;
        margin: 60px auto;
    }

    ul.nav-menu li{
        display: inline;
        margin-right: 10px;
        padding:10px;
        border: 1px solid #ddd;
    }

    ul.nav-menu li a{
        color: #eee;
        text-decoration: none;
        text-transform: uppercase;
    }

    ul.nav-menu li a:hover, ul.nav-menu li a.active{
        color: #2c3e50;
    } 

    /** content **/
    .content{
        margin-top: 100px;
        margin-left: 100px;
        width: 700px;
    }
    .content h1, .content h2{
        font-family: "Source Sans Pro",sans-serif;
        color: #ecf0f1;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
    }

    .content h1{
        font-weight: 900;
        font-size: 64px;
    }

    .content h2{
        font-size:26px;
    }

    .content p{
        color: #ecf0f1;
        font-family: "Lato";
        line-height: 28px;
        font-size: 15px;
        padding-top: 50px;
    }

    p.credit{
        padding-top: 20px;
        font-size: 12px;
    }
    /** fork icon**/
    .fork{
        position: absolute;
        top:0px;
        left: 0px;
    }


/*/////////////////////////*/

#home-page {
    clear: initial;
    background: #2f2d2e;
    padding: 50px 0;
}

.home-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #cacaca;
    padding-top: -5px;
    padding-bottom: 10px;
}

.home-subheading {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    color: #cacaca;
}


/*.home-page-first {
    padding-top: 21px;
}*/


/*.home-page-second {
    padding-bottom: 2.6% 0;
    background-color: #2b282a;
}
*/

#recycle {
    background-image: url('../img/bg/bg-rece.png');
    background-size: cover;
    padding: 30px 0;
    background-repeat: no-repeat;
}

.recycle-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #cacaca;
    margin-bottom: 10px;
    text-align: justify;
}

.recycle-sub-heading {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #cacaca;
    text-align: justify;
}

#more {
    padding: 50px;
    background-color: #fff;
    background-image: url('../img/slider/new-hero-resin.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.our-expect-more {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.5;
    margin-bottom: 3%;
    color: #fff
}

.more-heading {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.more-heading span {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: blue;
}

.more-subheading {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.5;
    margin-bottom: 3%;
}

.more-fl-heading {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #fff;
}

.more-fl-subheading {
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    color: #fff;
}

.more-row {
    margin-top: 5%;
}


/*////////////////////////*/


/*/////start here map///////////////////*/

#gmap_canvas img {
    max-width: none!important;
    background: none!important
}

.map-wrapper {
    overflow: hidden;
    height: 350px;
    width: 100%;
}

#gmap_canvas {
    height: 350px;
    width: 100%;
}

.contact-us-heading{
    padding: 30px 0;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.contact-us-SUBheading{
     font-size: 20px;
    font-weight: 300;
    text-align: center;
}
#contact-us{
    padding: 20px 0;
    background-color: rgb(5 87 195)
}
.facebook img{
    padding-left: 20px;
}
#copywrite{
    padding: 2%;
    background-color: rgb(5 87 195) !important;
    color:#fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
#social-media{
    padding: 2.5% 0;
    background-color: #fff;
}
.arrow-down {
  width: 0;
    height: 0;
    margin: auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    text-align: center;
    border-top: 40px solid rgb(5 87 195);
    padding-bottom: 3%;
}
.our-capabilities{
    padding-bottom: 2%;
}
.button-contactus{
       margin: 2% 0 2% 0;
    border-radius: 0px;
    font-size: 18px;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
    font-size: 15px;
    font-weight: 300;
}
.address-heading{
    font-size: 25px;
    font-weight: 300;
    line-height: 2;
    color: #fff;
}
.address-subheading, .city-name, .address-phone{
     font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}
 .address-phone{
     font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 1%;
    }
.ddress-pad {
    margin-top: 15%;
}
#contact-us-arrow{
    background-color: rgb(5 87 195);
    color: #fff;
}

/*////////////end here map////////////////////*/
/*////////////////////About us//////////////*/
#about-us-start{
    padding: 3% 0;
}
.about-us-heading{
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: black;
     margin-top: -3%;

}
.about-us-subheading{
    text-align: justify;
    font-size: 15px;
    color: black;
    line-height: 1.5;

}
.about-us-main{
    margin-top: 5%;
}
#service{
    padding: 3%;
        background-color: rgb(20, 30, 36);
        margin-bottom: 1%;
}
.service-left-side ul li{
        padding-top: 15px;

}
.service-left-side ul li a{
    list-style-type: none;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
#aboutus{
    background-image: url(../img/bg/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5% 0;
}
.our-vision{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 2;
}
.our-vision-future{
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    padding: 2% 0 0 1%;
}
.our-vision-subheading{
      font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-align: justify;
}
.service-board{
    margin-bottom: 5%;
    clear: both;
}
.erviceses-subheading{
    clear: both;
}
.service-wrapper{
    list-style-type: none;
    border-radius: 50%;
}
/*.service-wrapper img{
    border-radius: 50%;
}*/
#serviceses{
    background:#fff;
    padding: 3% 0;
}
.serviceses-subheading{
    text-align: center;
    font-size:16px;
    text-align: justify;
    clear: both; 
}
.serviceses-subheading h1{
    text-align: center;
    padding: 10px 0;
    clear: both;
    font-size: 25px;
}
.servicese-row{
    margin-top: 3%;
}
.materialtesting-subheading{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;

}
#materialtesting{
        padding: 1% 0 3% 0;
}
.materialtesting-heading{
    font-size: 25px;
    font-weight: 400;
}
#contactus-heading{
    padding:0 0 3% 0;
}
i.service-fa-link{
    margin-left: -49%;
    font-size: 28px;
    vertical-align: middle;
}
a.fa-link-wrapper{
    color: #fff;
}
#service-wrapper-image img{
    width: 100%;
}
.services-wrapper-image{
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    margin-top: -17%;
    color: #fff;
    vertical-align: middle;
}
.pp-plastic-image img{
    width: 62%
}
.category ul li{
    padding: 1.5% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23); 
}
.category ul li a{
   font-size: 16px;
   font-weight: 300;
   color: black; 
   text-decoration: none;
}
.pp-plastic-subheading{
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 2%;
    text-align: justify;
}
/*////////////////////////end about us//////////////////*/
#aboutus-wrapper{
    background-color: rgb(5 87 195);
    color: #fff;
    margin-top: 6%;
}
.quality-vision-future{
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
}
.appliances-sub-heading{
     font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
.appliances-heading{
   margin-bottom: 2%;
}
.appliances-wrapper li:last-child{
    margin-bottom: 5%;
}
#landed-building-wrapper{
    background: #2f2d2e;
    padding: 1% 0;
    margin: 1% 0;
    color: #fff;
}
.landed-building-wrapper{

}
.building-land-heading{
        font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    margin: 4% 0 1% 0;
}
.building-land-sub-heading{
   font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
    margin: 0% 0 4% 0;
}


m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-n1 {
    margin: -0.25rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  
  .m-n2 {
    margin: -0.5rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  
  .m-n3 {
    margin: -1rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  
  .m-n4 {
    margin: -1.5rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  
  .m-n5 {
    margin: -3rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  