@font-face {
    font-family: 'bignoodletitling';
    src: url('font/bignoodletitling.ttf');
    font-weight: normal;
    font-style: normal;
}
@media only screen and (max-width: 4000px) {
    .price-content-head{
        height: 140px;   
    }
}
@media only screen and (max-width: 1200px) {
    .price-content-head{
        height: 200px;   
    }
}
@media only screen and (max-width: 768px) {
    .price-content-head{
        height: 140px;   
    }
}
body {
    font-size: 14px;
    line-height: 100%;
    font-weight: 300;
    color: black;
}

.topheader {
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: rgb(0, 197, 0);
    height: 80px;
}

.logo {
    position: absolute;
    display: block;
    margin-top: 10px;
}

.logo>a>img {
    height: 60px;
    margin-right: 10px;
}

.logo>a {
    display: flex;
    align-items: center;
    width: 70%;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'bignoodletitling';
}

.logo>a:hover {
    text-decoration: none;
    font-weight: 700;
}

.banner {
    background: url(images/slider.jpg) rgb(0, 75, 0);
    background-blend-mode: hard-light;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    font-family: 'bignoodletitling';
    color: black;
}

.bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
    z-index: 0;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    width: 25px;
    height: 46px;
}

.bx-wrapper .bx-controls-direction .bx-next {
    background: url(images/right.png) no-repeat;
}

.bx-wrapper .bx-controls-direction .bx-prev {
    background: url(images/left.png) no-repeat;
}

.header_white_content > h2 {
    font-family: 'bignoodletitling';
    font-size: 3rem;
}

.header_white_content > span {
    width: 140px;
    height: 2px;
    display: inline-block;
    background-color: rgb(0, 75, 0);
}

.header_white_content > p {
    padding: 20px 90px 0px;
    font-size: 15px;
}

.header_white_content {
    text-align: center;
    width: 100%;
    padding: 5%;
    color: black;
}

.advantage {
    text-align: center;
    width: 100%;
    padding: 15px;
    background-color: rgb(0, 148, 0);
}

.advantage > span {
    font-size: 60px;
    color: rgb(0, 75, 0);
}

.aboutus {
    padding-bottom: 50px;
}

.black {
    background-color: #000;
    color: #bebebe;
    padding-bottom: 50px;
}

.header_black_content > span {
    width: 85px;
    height: 2px;
    display: inline-block;
    background-color: #ffffff;  
}

.header_black_content {
    text-align: center;
    padding: 5%;
}

.header_black_content > h2 {
    font-size: 3rem;
}
.header_black_content > p {
    font-size: 1rem;
    padding: 20px 80px 0px;
}

.feature > span {
    font-size: 60px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
}

.feature {
    text-align: center;
    padding: 3%;
}

.feature > h2 {
    font-family: 'bignoodletitling';
}

.price-content-head>h5{
    font-size: 15px;
}
.price-content-head{
    background-color: darkgreen;
    padding: 6%;
    height: 140px;
    text-align: center;
}

.price-content-head>h4{
    font-size: 35px;
    font-family: 'bignoodletitling';
}
.price-content-body{
    text-align: center;
    padding: 40px 10px;
}
.price [class^=col-]{
    padding:0;
}
.price-content:hover{
    outline: 2px solid darkgreen;
    outline-offset: -2px;
}
.price-content-body>button{
    font-size: 20px;
    background-color: darkgreen;
    padding: 5%;
}
.price-content:hover button{
    transform: scale(1.3);
}
.price-content-body>button:active,.price-content-body>button:focus{
    outline: none;
}
.left{
    background-color:  darkgreen;
    text-align: center;
    padding: 10%;
}
.left > div{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgb(0, 151, 0);
    margin: auto;
    margin-bottom: 15px;
}
.left img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.left > h4{
    font-family: 'bignoodletitling';
    font-size: 30px;
}
.bxsliderteam > li{
    list-style: none;
}
.bxsliderteam{
    padding: 0;
}
.left>a{
    text-decoration: none;
    font-size: 30px;
    color: black;
}
.right{
    background: darkgreen;
    padding: 10%;
}
.right>h4{
    font-family: 'bignoodletitling';
    font-size: 40px;
}
.center>.progress{
    width: 80%;
}
.center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bg-dark{
    background-color: black!important;
}
.center{
    margin: 2%;
}
.team .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    position: relative;
    bottom: 50px;
    width: 100%;
    left: -34%;
}
.team{
    padding-bottom: 90px;
}
.form-control:focus, .form-control{
    border-color: green;
}
.form-control:focus{
    box-shadow:0 0 0 0.1rem rgb(0, 150, 0);
}
.form-floating{
    margin: 20px;
}
.get-in-touch .col-6, .get-in-touch .col-12{
    padding: 0%;
}
#floatingTextarea{
    height: 200px;
}
#sendform{
    width:70%;
    margin: 0 auto;
}
.submit{
    background-color: green!important;
    border-color: rgb(0, 99, 0)!important;
}
.submit:hover, .submit:active, .submit:focus{
    border-color: rgb(0, 99, 0)!important;
}
.but{
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-in-touch{
    padding-bottom: 50px;
}
.map.black{
    padding: 0;
}
.map a{
    text-align: center;
}
.office{
    font-family: 'bignoodletitling';
    font-size: 3rem;
    color: green;
    text-decoration: none;
    background-color: black!important;
    justify-content:center;
    padding: 0;
}
.office:not(.collapsed){
    color: green;
    box-shadow: none;
}
.office:focus{
    border: none;
    box-shadow: none;
}
.office.accordion-button::after{
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
    background-image: url(images/down.png);
}
footer{
    background-color: #ffffff;
}
.projects{
    padding-bottom: 50px;
}
.footer{
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer img{
    height: 100px;
}
.footer a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 40px;
}
.foot-item{
    margin: 10px;
}
.mix>img{
    height: 100px;
    width: 200px;
}
footer{
    padding-top: 40px;
    padding-bottom: 20px;
}
.send-success{
    background-color: greenyellow;
}
.send-fail{
    background-color: red;
}