/* @import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,800); */

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #3a4052;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    list-style-type: none;
}

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

i {
    margin-right: 10px;
}

.main-sky .navbar-logo {
    padding: 10px;
    color: #fff;
}

.main-sky .navbar-mainbg {
    background-color: #eaeaea !important;
    /* border-top: 3px solid #87c140;
    border-bottom: 2px solid #87c140; */
    padding: 0px 15px;
}

.main-sky #navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

.main-sky #navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

.main-sky #navbarSupportedContent ul li a i {
    margin-right: 10px;
}

.main-sky #navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

.main-sky #navbarSupportedContent ul li a {
    color: black !important;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

.main-sky #navbarSupportedContent>ul>li.active>a {
    color: black !important;
    background-color: transparent;
    transition: all 0.7s;
}

.main-sky #navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

.main-sky #navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.main-sky .hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: white !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.main-sky .hori-selector .right,
.main-sky .hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.main-sky .hori-selector .right {
    right: -25px;
}

.main-sky .hori-selector .left {
    left: -25px;
}

.main-sky .hori-selector .right:before,
.main-sky .hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eaeaea !important;
}

.main-sky .hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.main-sky .hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

@media (min-width: 992px) {
    .main-sky .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .main-sky .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main-sky .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .main-sky .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (max-width: 991px) {
    .main-sky #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }
    .main-sky .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .main-sky .hori-selector .left,
    .main-sky .hori-selector .right {
        right: 10px;
    }
    .main-sky .hori-selector .left {
        top: -25px;
        left: auto;
    }
    .main-sky .hori-selector .right {
        bottom: -25px;
    }
    .main-sky .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }
    .main-sky .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

.main-sky .video-section a {
    text-decoration: none;
    color: var(--primary-color);
}

.main-sky .video-section h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.main-sky .video-section .showcase {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.main-sky .video-section .video-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color) url("./https://traversymedia.com/downloads/cover.jpg") no-repeat center center/cover;
}

.main-sky .video-section .video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.main-sky .video-section .video-container:after {
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    /* position: absolute;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    opacity: 0.4;*/
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.main-sky .video-section .content {
    z-index: 2;
}

.main-sky .video-section .btn {
    display: inline-block;
    padding: 10px 30px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    border: solid #fff 1px;
    margin-top: 25px;
    opacity: 0.7;
}

.main-sky .video-section .btn:hover {
    transform: scale(0.98);
}

.main-sky .video-section #about {
    padding: 40px;
    text-align: center;
}

.main-sky .video-section #about p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: auto;
}


/* .main-sky .video-section #about h2 {
  margin: 30px 0;
  color: var(--primary-color); } */

.main-sky .video-section .social a {
    margin: 0 5px;
}

.main-sky .middle-content {
    /* styling my button */
}

.main-sky .middle-content .title {
    font-family: "Montserrat";
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    letter-spacing: 1px;
}

.main-sky .middle-content h5 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 120px;
    line-height: .75;
    margin: 10px 0;
}

.main-sky .middle-content .white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #FFF;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: "Montserrat";
}

.main-sky .middle-content .white-mode:hover {
    background-color: #FFF;
    color: #122;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 7px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 7px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* .navbar-nav li {
    display: inline;
    padding: 0px 15px;
    } */

.quote a {
    background: none;
    border: 2px solid #333333;
    border-radius: 3px;
    color: #333333;
    letter-spacing: -.001em;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: bold;
}

.quote a:hover {
    background: #67c27c;
    border: 2px solid #67c27c;
    color: #fff;
    text-decoration: none;
}


/* .box-icon-classic-svg {
      width: 50%;
  } */

.bg-image-1 {
    background-image: url(images/bg_pattern.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-color: #f5f5f5;
}

h1,
.heading-1 {
    font-weight: 700;
    letter-spacing: .025em;
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
    margin-left: -10px;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit>* {
    /* margin-bottom: 50px; */
    margin-left: 10px;
}

.box-icon-classic-icon,
.box-icon-classic-svg {
    height: 90px;
    width: 90px;
}

.unit-body {
    flex: 0 1 auto;
    border-bottom: 1px solid #bad210;
}

.h41 {
    font-size: 15px !important;
    margin-top: -4px;
    letter-spacing: .075em;
    text-transform: uppercase;
    font-weight: bold;
}

.h41 a {
    color: #2d9746;
    font-weight: bold;
    ;
}

.box-icon-classic-title a:hover {
    color: #00a44f;
    text-decoration: none;
}

.box-icon-classic-svg:hover {
    opacity: 0.5;
}


/*  About Us....../////////////////////////////////////////////////////////////// */


/* section {
      position: relative;
      padding: 130px 0px;
  } */

.pt-bg-img {
    position: absolute;
    bottom: 0%;
    right: 0%;
    opacity: 0.15;
}

.pt-big-title {
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: -1;
}

.pt-big-title .pt-big-title1 {
    color: #f5f5f5;
    font-size: 8em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0px;
    opacity: 1;
}

.pt-section-title-box .pt-section-sub-title {
    border-left: 2px solid;
    line-height: 1;
    padding: 0 0 0 10px;
    color: #009900;
    font-family: var(--title-fonts);
    font-weight: 600;
}

.pt-section-title-box .pt-section-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    ;
}


/* 
p {
    margin-bottom: 30px;
} */

.icon-list-items .icon-list-item {
    margin-bottom: 15px;
    list-style-type: none;
}

.icon-list-items .icon-list-item .icon-list-icon i {
    color: #009900;
    padding-right: 10px;
}

.pt-button {
    position: relative;
    width: auto;
    background: #009900;
    color: #ffffff;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.pt-button:hover {
    color: #000;
    text-decoration: none;
}

.pt-button .pt-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pt-button .pt-button-line-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: var(--white-color);
    width: 0;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 0;
}

.pt-button span {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-button .pt-button-line-right {
    background: #ffffff;
    width: calc(60px - 1px);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 1;
    margin-left: 15px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

.counter.single-counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #009900;
    color: #ffffff;
    padding: 30px 45px;
    text-align: center;
    float: right;
}

.counter.single-counter h5,
.counter.single-counter1 h5 {
    color: #ffffff;
    font-size: 64px;
    /* margin-left: -30px; */
}

.counter.single-counter .pt-counter-prefix,
.counter.single-counter1 .pt-counter-prefix {
    margin-top: -88px;
    margin-left: 93px;
}

.counter.single-counter span,
.counter.single-counter1 span {
    display: block;
    font-size: 69px;
    font-weight: 600;
    color: #ffff;
    line-height: 1;
    margin-left: -30px;
}

.counter.single-counter label,
.counter.single-counter1 label {
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2em;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


/* ............. Why choose us part start from here .......  */

.pxp-services {
    height: 418px;
}

.mb-200 {
    margin-bottom: 140px;
}

.pt-100 {
    padding-top: 100px;
}

.pxp-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pxp-services-item-fig img {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
}

.pxp-services-item-text {
    position: absolute;
    top: 155px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pxp-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
    /*font-size: .8rem;*/
    font-size: 15px
}

.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pxp-services-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/*  We are Best Scrap Buyers....Section start............*/

.img {
    width: 100%;
    height: 330px;
}

.section-heading h2 {
    color: #2f2c2c;
    font-size: 40px;
    font-weight: bold;
}

.section-heading h2 small {
    color: #b4b4b4;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
}

.section-heading h2 span {
    color: #009900;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #009900;
}


/* .tw-mt-20 {
        margin-top: 20px !important;
    } */

.animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 5%;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.tw-web-analytics-content {
    /* margin-bottom: 165px; */
    position: relative;
    z-index: 2;
}

.tw-web-analytics-content i {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 100px;
    z-index: -1;
    color: #F4F4F4;
}

.tw-web-analytics-content h3 {
    font-size: 30px;
    font-weight: 800;
}

.bottom-border {
    width: 50px;
    height: 3px;
    display: block;
    position: relative;
}

.tw-mb-30 {
    margin-bottom: 30px;
}

.bottom-border::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    content: "";
    background-color: #009900;
}

.bottom-border::after {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #009900;
}

p {
    /* font-family: 'Nunito', sans-serif; */
    font-size: 16px;
    line-height: 28px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 10px;
}


/*.................................................*/


/* .main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
} */


/* @media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
} */

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


/* FAQ section....*/


/* 
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,800); */

#content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    padding: 0 60px 0 0;
}

.centerplease {
    margin: 0 auto;
    max-width: 270px;
    font-size: 40px;
}

.question {
    position: relative;
    /* background: #8FBC8F; */
    background: #2d9746;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

.answers {
    /* background: #999; */
    background: #fff;
    padding: 0px 15px;
    margin: 5px 0;
    max-height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.questions:checked~.answers {
    max-height: 500px;
    opacity: 1;
    padding: 15px;
}

.plus {
    position: absolute;
    color: #fff;
    margin-left: 10px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.questions {
    display: none;
}


/*......................... Gallery section......................*/

.blogBox .item img {
    width: 100%;
}

.blogBox .item .blogTxt {
    padding: 25px;
}

.blogBox img {
    padding-bottom: 20px;
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#loadMore a {
    background: #000;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

#loadMore a:hover {
    background-color: #009900;
}


/*................ fotter section.......................*/

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    /* background: #151414; */
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #2d9746;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #393939;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon {
    padding-bottom: 10px;
    /* padding-top: 30px; */
}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    /* margin-bottom: 20px; */
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.instagram-bg {
    background: #f47a7a;
}

.twitter-bg {
    background: #55ACEE;
}

.footer-widget-heading h3 {
    color: #191818;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #2d9746;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}


/* 
.footer-widget ul li a:hover {
    color: #ff5e14;
} */

.footer-widget ul li a {
    color: #393939;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #2d9746;
    padding: 13px 20px;
    border: 1px solid #2d9746;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #2d9746;
    padding: 5px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}


/* .copyright-text p a {
    color: #ff5e14;
} */


/* back to top side button.....*/

#button {
    display: inline-block;
    background-color: #2d9746;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}


/* #button::after {
  content: "\f077";
  font-family: FontAwesome4;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
} */


/* #button:hover {
  cursor: pointer;
  background-color: #333;
} */

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/*  animation effect css start from here...*/

.mbg1 {
    background-image: url(../images/banner1.jpeg);
    background-size: cover;
    text-align: center;
}

.p-5 {
    padding: 3rem !important;
}

.boxpad {
    padding: 30px;
}

.mbg1 h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.mbg1 h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.mbg1 button {
    width: 250px;
    background: #fff;
    border-radius: 30px;
    height: 60px;
    color: green;
    border: 1px solid #fff;
    padding: 14px;
    font-weight: 600;
    margin-top: 45px;
}

.mbg1 button:hover {
    width: 250px;
    background: #444;
    border-radius: 30px;
    color: #fff;
    height: 60px;
    border: 1px solid #444;
    padding: 14px;
    font-weight: 600;
    margin-top: 45px;
}


/*media querry...*/

@media screen and (max-width: 600px) {


    /* get free quote..*/


    .main-sky .quote {
        display: none;
    }
    .main-sky .quote a {
        padding: 0;
        border-radius: 0;
    }
    
    /* video section */


    .top-para h1 {
        padding-top: 200px !important;
        font-size: 20px !important;
    }
    .main-sky .video-section .btn {
        margin-top: 0 !important;
        /* padding: 0 !important; */
    }


    /* where can we help you...*/


    #home .about-us {
        padding-bottom: 0 !important;
    }
    .about-us .container {
        padding-top: 20px !important;
    }


    /* read more button */


    .readmore {
        margin-bottom: 0!important;
    }


    /* image + experience section*/


    .img-fluid {
        display: none !important;
    }
    .counter.single-counter {
        display: none !important;
    }


    /* why choose Us   */


    .pxp-services {
        margin-bottom: 100px !important;
    }
    .pxp-services {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .pxp-services-container{
        display: flex !important;
    }
    .pxp-services-item {
        /* flex: 0 !important;
  
     -webkit-flex: 0 !important;
  
     -ms-flex: 0 !important; */
        margin-bottom: 20px !important;
        border-right: 2px solid #e8e8e8 !important;
        -webkit-flex: auto !important;
        flex: auto !important;
    }
    /*.pxp-services-container{
  
      flex: 0 !important;
  
   } */
    .pxp-services-item-fig img {
        width: 60px !important;
        top: 15px !important;
    }
    .pxp-services-item-text {
        top: 80px !important;
        left: 0 !important;
        right: 0 !important;
    }
    .pxp-services-item-text-title {
        font-size: 15px !important;
    }


    /* Banner Green Section   */


    .boxpad {
        padding: 0 !important;
    }
    .mbg1 h2 {
        font-size: 23px !important;
    }
    .mbg1 h5 {
        font-size: 21px !important;
    }
    .mbg1 button {
        margin-top: 10px !important;
    }
    .mbg1 .padding {
        padding: 1rem !important;
    }


    /* Providing Sevices   */


    #services .section-heading h2 {
        font-size: 35px !important;
    }
    #services .container {
        padding-top: 0px !important;
    }
    #services .middle-image {
        display: none !important;
    }
    /* .unit-left {
        text-align: -moz-center !important;
    } */
    /* .unit-body {
        text-align: center !important;
    } */


    /* Metal Scrap Buyer section...*/


    #main-container .section-heading h2 {
        font-size: 35px !important;
    }

    .square img{
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 20px !important;
    }

    .tw-web-analytics-content{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .square p{
        padding-top: 0 !important;
    }


    /* Product we Buy.......*/
    #product .container {
        padding-top: 0 !important;
    }
    #product .tradies {
        padding-top: 0 !important;
    }


    /* FAQ .....*/
    .section-heading h2 {
        padding-top: 20px !important;
    }
    #content {
        width: 90% !important;
        padding: 0 !important;
    }


    /* Contact Us.......*/

    .footer-social-icon span {
        margin-bottom: 15px !important;
    }
    
    #contact .footer-content {
        padding-top: 10px !important;
    }
}