/* .slider-banner {
    background: url(../img/general-contact.png);
    padding: 160px 0 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
} */
body {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
.slider-banner {
    position: relative;
    display: contents;
    overflow: hidden;
}
.slider_about_text {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
}
.slider_about .container {
    position: relative;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-left: 60px;
    position: relative;
    text-align: left;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    left: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 60%;
    line-height: 1.5;
    font-size: 42px;
    float: left;
    text-align: left;
    text-transform: capitalize;
}
.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}
.slider_about_text p b {
    color: #e5b73b;
}
.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.slider-banner-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}
@media screen and (min-width: 576px) {
    .slider_about_pc {
        display: block;
    }
    .slider_about_media {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }
    .slider_about_text {
        top: 60%;
        left: 20px;
    }
    .slider_about_pc {
        display: none;
    }
    .slider_about_media {
        display: block;
    }
}

.slider-banner-text h2 {
    font-size: 42px;
}
.contact-about {
    margin-bottom: 80px;
    margin-top: 80px;
}
.contact-about-box {
    box-shadow: 0 2px 8px 0 rgba(99,99,99,.2);
    background: #fff;
    padding: 10px 0;
}
.contact-about-text {
    padding: 20px 0;
}
.contact-about-text h2 {
    margin-bottom: 20px;
}
.contact-about-text a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin: 0 20px;
    display: block;
}
.contact-about-box .col-sm-4:nth-child(2) {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
.contact-about-text ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-about-text a svg {
    width: 20px;
    height: 20px;
}
.contact-address {
    margin-bottom: 130px;
}
.Office-address h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #095763;
    font-size: 34px;
}
.contact-address-text {
    background: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    height: 100%;
    padding: 40px 14px;
    border-radius: 5px;
    overflow: hidden;
}
.Office-location {
    position: relative;
}
.Office-location a:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #095763;
    left: auto;
    right: -28px;
    bottom: -55px;
}
.Office-location-style a:before {
    bottom: -60px;
}
.Office-location a svg {
    width: 30px;
    height: 30px;
    position: absolute;
    fill: #fff;
    left: auto;
    right: -4px;
    margin-top: 0px;
}
.Office-location-style a svg {
    margin-top: 5px;
}
.contact-address-text h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 15px;
}
.contact-address-text h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #095763;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-address-text span {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}
.career-form {
    margin-bottom: 150px;
}
.career-form .form-control {
    border: none;
    border-bottom: 1px solid;
}
.career-form h1 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 120px;
    position: relative;
    padding: 0;
    color: #095763;
    font-weight: 700;
}
.career-form h1:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 5px;
    background: #000;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.apply_now_submit h2 {
    font-size: 18px;
    padding: 10px 15px;
}
@media screen and (max-width: 1235px) {
    .Office-location a:before {
        bottom: -75px;        
    }
    .Office-location a svg {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .contact-about-text a {
        font-size: 14px;
        margin:  0 10px;
    }
    .contact-address-text h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .contact-address-text span {
        font-size: 16px;
    }
    .contact-address-text p {
        font-size: 14px;
    }
    .Office-location a:before {
        bottom: -60px;
    }
    .Office-location a svg {
        margin-top: 0;
    }
    .Office-location-style a:before {
        bottom: -65px;
    }
    .Office-location-style a svg {
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) {
    .contact-about-box {
        box-shadow: none;
    }
    .contact-address .col-md-4 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {

    .contact-about {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .contact-address {
        margin-bottom: 70px;
    }
    .career-form h1 {
        margin-bottom: 70px;
    }
    .career-form h1:before {
        bottom: -30px;
    }
    .career-form {
        margin-bottom: 70px;
    }
}


/* ------ back-to-top ------*/
button.back-to-top{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
      height: 0px;
    width: 0px;
    overflow: hidden;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    color: transparent;
      clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
      bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  button.back-to-top:hover,
  button.back-to-top:active,
  button.back-to-top:focus{
    outline: 0 !important;
  }
  button.back-to-top::before,
  button.back-to-top::after {
    content: "";
      display: block;
      vertical-align: middle;
      border-bottom: solid 10px #095763;
      border-left: solid 10px transparent;
      line-height: 0;
      border-right: solid 10px transparent;
      height: 0;
      margin: 18px auto 0;
      width: 0;
    border-radius:20px;
    visibility: hidden;
  }
  button.back-to-top.show::after,
  button.back-to-top.show::before{
    visibility: visible;
  }
  button.back-to-top::after {
    border-bottom-color:#fff;
        position: relative;
    top:-24px;
  }