
.container-fluid.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.nav-link {
    font-family: 'Poppins';
}
section.banner {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    /* margin-top: -58px !important; */
}
span.increase-font {
    font-size: 49px;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
}

h1.title {
    color: #fff;
    font-family: 'Poppins';
    font-size: 31px;
    font-weight: 400;
    text-align: center;
}
section.banner {
    padding-top: 100px;
    padding-bottom: 35px;
}
img.banner-drone {
    margin-top: -56px;
}
/* section.header {
    position: absolute;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
} */

section.boxes {
    padding-top: 60px;
    padding-bottom: 60px;
}
h2.boxes {
    font-family: 'Poppins';
    text-align: center;
    font-size: 37px;
    font-weight: 700;
}
img.grid-image {
    width: 30%;
}
.content-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    padding: 13px;
    height: 300px;
    border-radius: 10px;
}
h5.grid-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    padding-top: 15px;
}
p.grid-desc {
    font-family: 'Poppins';
    text-align: center;
    color: #3d3d3d;
    padding-top: 5px;
}
.row.boxes {
    padding-top: 70px;
}
p {
    font-family: 'Poppins';
}
li.benefit {
    font-family: 'Poppins';
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
}
img.drone {
    width: 100%;
}
section.benefits {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}
section.footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
.center-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h2.drone-store {
    font-family: 'Poppins';
    font-size: 40px;
    text-align: center;
}
.blog {
    margin: 20px;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 5px #443bb582;
}
a.call {
    background-color: #515dd7;
    color: #fff;
    padding: 10px 40px;
    margin-top: 25px;
    text-decoration: none;
    font-family: 'Poppins';
    border-radius: 5px;
    font-size: 17px;
}
h2.blog-title {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
}
p.blog-content {
    text-align: justify;
}
a.view-more {
    background-color: #515dd7;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
}
section.blogs {
    padding-top: 60px;
    padding-bottom: 60px;
}
p.blog-content {
    padding-top: 10px;
}
button.navbar-toggler {
    display: none;
}
@media screen and (max-width:768px){
    img.banner-drone {
    width: 365px;
    margin-top: 0px;
}

h1.title {
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px !important;
    font-weight: 400;
}
.navbar-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
}
}
.logo img {
    width: 135px;
}
a.nav-link {
    color: #00740a !important;
    font-size: 18px;
    font-weight: 500;
}
nav.navbar.navbar-expand-lg{
    float: right;
}
li.nav-item {
    padding: 0px 20px;
}
section.header {
    background: #fff;
}
.title-banner p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}
.title-banner {
    padding-left: 50px;
}
.btn-banner a {
    background: #fff;
    padding: 10px 43px;
    border-radius: 19px;
    color: #00740a;
    text-decoration: none;
}
.btn-banner {
    padding-top: 20px;
    transition: .3s ease-in-out;
}
.btn-banner:hover {
    transform: translateY(-10px);
}
.btn-banner a:hover {
    text-decoration: none;
}
img.grid-image {
    width: 22%;
    transition: .3s ease-in-out;
}
img.grid-image:hover {
    transform: translateY(-3px);
}
.counterbox {
    text-align: center;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
}
h4.counter-head {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.counterbox {
    text-align: center;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
    font-size: 35px;
    font-weight: 800;
    color: #00740a;
}
h3.sub-title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}
p.text-justify {
    text-align: justify;
    color: #3d3d3d;
}
.center-footer img {
    width: 135px !important;
}
.links-footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.links-footer a {
    padding: 0px 10px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
}