html {
    scroll-behavior: smooth;
}

.container {
    padding-left: 80px !important;
}

body {
    margin: 0;
    font-size: 15px;
    color: #3c3636;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .2px;
    font-family: 'Didact Gothic', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    color: #3c3636;
    margin-bottom: 15px;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Oswald', sans-serif;
}

p,
ul li,
span {
    font-family: 'Didact Gothic', sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 i {
    color: #8fbb42;
    font-style: normal;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 26px;
    line-height: 36px;
}

h5 {
    font-size: 22px;
    line-height: 32px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

p {
    opacity: .6;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

a {
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

span {
    display: inline-block;
}

img,
img:hover {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.img:hover img {
    transform: scale(.95);
    -ms-transform: scale(.95);
    -moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    -o-transform: scale(.95);
}

.img {
    position: relative;
}

.img:hover span {
    background: #fff;
    box-shadow: 0 0 15px #aaa;
}

.img span {
    font-weight: 400;
    letter-spacing: 2px;
    background: #f3f2f2;
    padding: 10px 34px;
    position: absolute;
    line-height: 40px;
    font-size: 16px;
    color: #3c3636;
    bottom: -28px;
    right: 22px;
}

a,
a:hover,
span,
span:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

section {
    z-index: 1;
    padding: 70px 0;
    position: relative;
}

input,
textarea,
select {
    padding: 8px 7px;
    width: 100%;
    border: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.di {
    display: inline-block;
}

.fa-phone {
    transform: rotate(40deg);
}


/*-- Button, Anchor --*/

.link,
.btn-default {
    color: #fff;
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #1f252c;
    background: rgba(0, 0, 0, 0.8);
}

.link:hover,
.btn-default:hover {
    background: #1f252c;
    color: #5bb500;
}

.hover,
.project .box:hover .text,
.project .box .text {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*-- Gototop --*/

a#gotop {
    border-radius: 5px;
    color: #000;
    z-index: 9;
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: .5;
    font-size: 25px;
    line-height: 25px;
}

a#gotop:hover {
    opacity: 8;
}


/*-----------------------------------------
------------- ( Header )
-----------------------------------------*/

header {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

header .menu .navbar {
    padding: 0;
}

header .menu .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

header .menu .navbar-brand img {
    width: auto;
    height: 150px;
}

header .menu .navbar-collapse {}

header .menu ul {}

header .menu .nav-link {
    padding: 0 15px !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 90px;
    color: #fff;
}

header .menu .nav-link:hover {
    color: #000;
}

ul.navbar-nav {
    position: relative;
    padding: 0 50px;
}

ul.navbar-nav:after,
ul.navbar-nav:before {
    content: '';
    position: absolute;
    right: 0;
    background: #fff;
    opacity: .2;
}

ul.navbar-nav:after {
    border-bottom: 1px solid #fff;
    height: 100%;
    width: 2px;
}

ul.navbar-nav:before {
    width: 100px;
    border-top: 1px solid #fff;
}


/*-----------------------------------------
------------- ( Header Fix )
-----------------------------------------*/

#myHeader[style="position: fixed;"] {
    top: 0;
    width: 100%;
    z-index: 99;
    background: #222;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: hdrfix;
    animation-name: hdrfix;
    box-shadow: 0 0 5px #000;
}

@-webkit-keyframes hdrfix {
    from {
        transform: translateY(-40px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hdrfix {
    from {
        transform: translateY(-40px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

#myHeader[style="position: fixed;"] ul li a:hover {
    color: #8fbb42;
}


/*-----------------------------------------
------------- ( Slider )
-----------------------------------------*/

.slider {
    /*background: url(../) center;
    background-size: cover;*/
    position: relative;
    width: 100%;
}

.slider .social {
    z-index: 9;
    bottom: 0;
    width: 120px;
    height: 100%;
    position: fixed;
    background: #f1f1f1;
}

.slider .social ul {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/*.slider .social ul:after {
    top: 70px;
    left: 50%;
    width: 1px;
    content: '';
    height: 70px;
    position: absolute;
    background: #dcdcdc;
}*/


.slider .social ul li a {
    color: #3c3636;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.slider .social ul li a:hover {
    background: #8fbb42;
    color: #fff;
}

.slider .text {
    top: 40%;
    z-index:1;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right;
    position: absolute;
}

.slider .text h2 {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 2px;
    text-shadow: 0 0 15px #000;
    text-transform: uppercase;
}

.slider .text p {
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    letter-spacing: 2px;
    padding: 15px 25px;
    color: #fff;
    opacity: 1;
}

.carousel-indicators {
    margin-bottom: 15px;
}

.carousel-indicators li {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.sbtn {
    position: absolute;
    bottom: 36px;
    left: 115px;
    z-index: 2;
    height: 30px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbtn a {
    background: #00000073 !important;
    width: 50px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
    color: #fff;
    opacity: 1;
}

.sbtn a:hover {
    background: #000 !important;
}


/*-----------------------------------------
------------- ( project )
-----------------------------------------*/

.project .box {
    margin: 15px 0;
    position: relative;
    text-align: center;
}

.project .box .text {
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .5) 2%, rgba(0, 0, 0, .5) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 2%, rgba(0, 0, 0, .5) 90%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: ;
    flex-direction: column;
    justify-content: flex-end;
}

.project .box .text p,
.project .box .text h5 {
    text-transform: uppercase;
}

.project .box .text p {
    color: #fff !important;
}

.project .box .text h5 {
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 200;
    color: #fff;
}

.project .box:hover .text {
    opacity: .1;
}


/*-----------------------------------------
------------- ( services )
-----------------------------------------*/

.services h2,
.news h2,
.project h2 {
    margin-bottom: 30px;
}

.services .box {
    padding: 30px;
    position: relative;
    border: 1px solid #f5f5f5;
}

.services .box:hover {
    background: #f5f5f5;
}

.services .box img {
    width: 75px;
}

.services .box h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
    font-weight: 200;
    padding: 30px 0;
    margin: 0;
}

.services .box span {
    font-size: 100px;
}

.services .box span {
    letter-spacing: 3px;
    font-size: 100px;
    padding-top: 15px;
    bottom: 60px;
    right: 20px;
    font-weight: 800;
    opacity: .05;
    text-align: right;
    width: 100%;
}

.services .box .line {
    height: 5px;
    width: 50px;
    opacity: .05;
    background: #000;
    margin-bottom: 30px;
}

.services .box:hover .line {
    width: 100%;
}


/*-----------------------------------------
------------- ( news )
-----------------------------------------*/

.news .box {
    position: relative;
}

.news .box .text {
    left: 15px;
    right: 15px;
    bottom: -35px;
    position: absolute;
    background: #f5f5f5;
    padding: 15px 30px;
}

.news .box .text p {
    margin-bottom: 0;
}

.news .box .text h6 {
    color: #8fbb42;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.news .box:hover .text {
    bottom: 15px;
}


/*-----------------------------------------
------------- ( form )
-----------------------------------------*/

.form {
    background: url(../images/Contact_Accu_Metals.jpg) center fixed;
    background-size: cover;
    margin-top: 40px;
}

.form h2,
.form h4,
.form p {
    color: #fff;
}

.form p {
    letter-spacing: 1px;
    font-weight: 400;
}

.form ul {
    display: flex;
    flex-wrap: wrap;
}

.form ul li {
    padding: 5px;
    flex: 0 0 50%;
}

.form ul li:nth-child(5) {
    flex: 0 0 100%;
}

.form input,
.form textarea {
    color: #000;
    font-weight: 800;
    padding: 12px 15px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, .75);
    font-family: 'Didact Gothic', sans-serif;
}

.form textarea {
    height: 125px;
}

.form button {
    border: 0;
    font-weight: 600;
    padding: 16px 32px;
    background: #8fbb42;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
}

.form button:hover {
    color: #8fbb42;
    background: #3c3636;
}

.modal-footer {
    display: inline-block !important;
    text-align: center;
}


/*-----------------------------------------
------------- ( testimonials )
-----------------------------------------*/

.testi .carousel-control-prev,
.testi .carousel-control-next {
    top: 48%;
    bottom: auto;
}

.testi .carousel-control-prev span,
.testi .carousel-control-next span {
    color: #000;
    font-size: 16px;
}

.testi .box {
    background: #fbfbfb;
    margin: 25px auto 0;
    max-width: 600px;
    padding: 20px;
    /*margin: 0 15px;*/
}

.testi .box .name {
    display: flex;
    padding: 10px;
    text-align: left;
    align-items: center;
    justify-content: center;
}

.testi .box .name img {
    border-radius: 50%;
    margin-right: 15px;
    height: 85px;
    width: 85px;
}

.testi .box .name h6 {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.testi .box .name p {
    color: #8fbb42;
}


/*-----------------------------------------
------------- (  )
-----------------------------------------*/


/*-----------------------------------------
------------- ( Map )
-----------------------------------------*/

.map {
    margin-top: 30px;
    max-height: 340px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 350px;
}


/*-----------------------------------------
------------- ( Footer )
-----------------------------------------*/

footer .box {
    padding: 60px 0;
}

footer .container {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

footer .line {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}

footer p {
    opacity: 1;
    color: #8fbb42;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

footer h6 {
    font-weight: 100;
}

footer .bdr-r {
    border-right: 1px solid #f1f1f1;
}

footer .copy {
    font-weight: 100;
    letter-spacing: 0;
    text-transform: none;
}

footer .social {
    width: 100%;
    display: flex;
    justify-content: center;
}

footer .social ul li {
    margin: 0 5px;
}

footer .social ul li a {
    background: #f1f1f1;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    width: 30px;
}

footer .social ul li a:hover {
    background: #3c3636;
    color: #fff;
}

button.box.btn-lg {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}


/*---------------------------------
responsive
---------------------------------*/
@media (max-width: 1220px) {
    
}
@media (max-width: 1025px) {
    .slider .text h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 992px) {
    button.navbar-toggler {
        background: #fff;
        padding: 10px 15px;
        color: #3c3636;
        margin-right: 30px;
    }
    header .menu ul {
        background: #f1f1f1;
        text-align: center;
    }
    header .menu .nav-link {
        letter-spacing: 1px;
        line-height: 60px;
        color: #8fbb42;
        border-bottom: 1px solid #aaa;
    }
    .slider .container {
        max-width: 100%;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .form ul li {
        flex: 0 0 100%;
    }
    .slider .text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .about .img {
        padding-top: 30px;
    }
    .services .box {
        margin-bottom: 30px;
    }
    section#services,
    section.news {
        padding-bottom: 0px;
    }
    .news .box {
        position: relative;
        margin-bottom: 70px;
    }
    .form form {
        padding-top: 30px;
        text-align: left !important;
    }
    .form ul li {
        padding: 0 0 15px;
    }
    footer .bdr-r {
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }
}

@media (max-width: 576px) {
    .sbtn {
        display: none;
    }
    
    .slider .text {
        top: 0;
        text-align: center;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slider .text h2,
    .slider .text p {
        width: 100%;
        text-align: center;
        float: none;
    }
    .slider .text h2 {
        font-size: 24px;
        line-height: 34px;
    }
    section {
        padding: 50px 0;
    }
    section#services,
    section.news {
        border-top: 1px solid #f1f1f1;
    }
    .testi .carousel-control-prev,
    .testi .carousel-control-next {
        display: none;
    }
    .slider .col-md-8 {
        text-align: right;
    }
    .slider .text p br {
        display: none;
    }
    .slider .social {
        width: 60px;
    }
    .slider .container {
        padding-right: 15px;
    }
    .slider .social ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .slider .social ul li {
        padding: 5px 0;
    }
    .slider .social ul li a{
        padding: 5px 0 ;
        font-size: 10px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .map {
        height: 190px;
    }
    .map iframe {
        height: 200px;
    }
    footer .box {
        padding: 30px 0;
    }

}
.whatapp {
    display: none;
}
.whatapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.whatapp a {
    color: #ffffff;
    width: 64px;
    height: 64px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 0 5px #9f9c9c;
    border: 3px solid #fff;
    background: #3c3636;
}

.whatapp a:hover {
    background: #8fbb42;
}
.main_logo img{
        margin: 20px 0;
}
}