body{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    color: #000;
}
a{
    color: #000;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
a:hover,a:focus{
    text-decoration: none;
}
.cursor-pointer{
    cursor: pointer;
}
@media (min-width: 576px) {
  .container-fluid {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1330px) {
  .container-fluid {
    max-width: 1260px;
  }
}
.navbar-brand img{
    max-width: 200px;
}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{
    color: #508d53;
}
.fixed-top {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.box-shadow{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
}
.navbar-toggler-icon{
    background: url(../images/icon-list.png) no-repeat;
    background-size: cover;
}
.banner-container{
    padding: 85px 0 35px;
}
.banner-content h1{
    font-size: 50px;
    font-weight: 700;
}
.banner-content p{
    font-size: 22px;
    max-width: 500px;
}
.banner-content .btn{
    min-width: 200px;
}
.btn{
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
}
.btn-green,.btn-orange{
    background: #508d53;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.2s ease;
}
.btn-orange{
    background: #cc9b3c;
}
.btn-green:hover,.btn-green:focus{
    background: #457847;
    color: #fff;
}
.btn-orange:hover,.btn-orange:focus{
    background: #b98d39;
    color: #fff;
}
.banner-content .btn-green{
    margin-right: 20px;
}
@media (max-width: 1024px) {
    .banner-content h1{
        font-size: 40px;
    }
    .banner-content .btn-green{
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .banner-content .btn{
        min-width: 150px;
        margin-bottom: 15px;
    }
}
.wfh-container{
    background: #f9f9f9;
    padding: 35px 0;
    border-top: #d0d0d0 solid 1px;
    border-bottom: #d0d0d0 solid 1px;
}
.wfh-container h5{
    font-size: 18px;
    line-height: 26px;
    max-width: 550px;
}
.wfh-container h3{
    font-size: 24px;
    font-weight: 600;
}
.what-we-do-container{
    padding: 40px 0;
    background: url(../images/bg-what-we-do.jpg) no-repeat right 0;
}
h3.section-head{
    font-size: 38px;
    font-weight: 700;
    color: #508d53;
}
.what-we-do-container h4{
    font-size: 24px;
    font-weight: 700;
}
.what-we-do-container p{
    max-width: 330px;
}
.btn-outline{
    background: #f9f9f9;
    border: #508d53 solid 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #508d53;
    padding: 10px 30px;
    display: inline-block;
    transition: background-color 0.2s ease;
}
.btn-outline:hover,.btn-outline:focus{
    background: #508d53;
    color: #fff;
}
.expert-container{
    background:#d19b3b;
    color: #fff;
    padding: 40px 0;
}
.expert-container .row{
    min-height: 320px;
}
.expert-container h4{
    font-size: 30px;
}
.expert-container h4 span{
    display: block;
    margin-top: 5px;
}
.btn-white{
    background: #f9f9f9;
    color: #d19b3b;
    padding: 10px 30px;
    display: inline-block;
    transition: background-color 0.2s ease;
}
.btn-white:hover,.btn-white:focus{
    color: #d19b3b;
    background: #e2e2e2;
}
.expert-container p{
    max-width: 600px;
}
.expert-container .img-right{
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
}
@media (max-width: 991px) {
    .expert-container .img-right{
        position: inherit;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .expert-container{
        padding-top: 0;
    }
    .img-center{
        display: block;
        margin: 10px auto 0;
    }
}
.surveillance-container{
    background: #fff;
    padding: 50px 0;
}
.surveillance-container .block{
    padding: 35px;
    color: #fff;
    overflow: hidden;
}
.green-bg{
    background: #508d53;
}
.surveillance-container .block h4{
    font-weight: 700;
    font-size: 28px;
    max-width: 450px;
}
.orange-bg{
    background: #d19b3b;
}
.surveillance-container .block ul{
    padding-left: 20px;
}
.surveillance-container .block ul li{
    margin-bottom: 8px;
}
.industries-container{
    background: #f9f9f9;
    padding: 40px 0;
}
.industries-list .list-bx{
    margin: 0 15px;
    color: #333;
}
.industries-list .list-bx img{
    margin-bottom: 15px;
}
.industries-list .list-bx h4{
    font-weight: 600;
}
.industries-container .slick-dots,.what-we-do-container .slick-dots{
    bottom: -45px;
}
.btm-container{
    background: #fff;
    padding: 35px 0;
}
.btm-container h2{
    font-size: 50px;
    color: #333;
}
.btm-container .btn{
    text-transform: capitalize;
    min-width: 200px;
    font-size: 18px;
}
.footer-container{
    background: #508d53;
    color: #fff;
}
.separator {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 24px;
    padding-top: 42px;
}
.address img{
    margin-bottom: 10px;
}
.address.no-flag {
    margin-top: 40px;
}
.flags p{
    margin: 0;
}
.social-media img {
    margin-left: 26px;
    width: 29px;
}
.site-info a{
    color: #fff;
}

.slick-dots li button::before{
    font-size: 42px;
    color: #aaa;
}
.slick-dots li.slick-active button::before{
    color: #7caa7e;
}
@media (max-width: 991px) {
    .btm-container .btn{
        margin-bottom: 20px;
    }
    .flags{
        float: none!important;
    }
    .social-media{
        text-align: center!important;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .what-we-do-container{
        background: #fff;
    }
    .what-we-do-container p{
        max-width: 100%;
    }
    .what-we-do-container .btn-outline{
        margin-bottom: 20px;
    }
    h3.section-head,.banner-content h1{
        font-size: 30px;
    }
    .btm-container h2{
        font-size: 40px;
    }
    .address.no-flag{
        margin-top: 0;
        padding-left: 72px;
    }
    .address img{
        float: left;
        margin-right: 10px;
    }
    .address p{
        float: left;
    }
}
.main-container{
    padding-top: 85px;
}
.common-padding{
    padding: 50px 0;
}
.bg-left-circle{
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    z-index: -1;
}
.bg-right-corner{
    position: absolute;
    right: -75px;
    top: -75px;
    z-index: -1;
    max-width: 200px;
}
.white-container{
    color: #508d53;
}
.white-container h4,.gray-container h4,.dark-bg h4{
    font-size: 28px;
    font-weight: 700;
}
.dark-bg h4{
    font-size: 22px;
}
.gray-container{
    background: #f9f9f9;
    color: #508d53;
}
.bg-left-arrow{
    position: absolute;
    left: -3%;
    top: 12%;
    height: 75%;
}
.list-card h5{
    min-height: 60px;
}
.bg-left-corner,.bg-left-corner2{
    position: absolute;
    left: -75px;
    bottom: -25px;
    z-index: -1;
    max-width: 200px;
    transform: rotate(180deg);
}
.bg-left-corner2{
    left: -25px;
    bottom: 0;
    max-width: 180px;
}
.ceo-msg{
    max-width: 500px;
}
.bg-container{
    background: url('../images/bg4.png') no-repeat right 0;
}
.bg-lt-corner,.bg-lt-corner2{
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: -1;
    max-width: 180px;
    transform: rotate(-90deg);
}
.bg-lt-corner2{
    top: 0px;
}
.bg-rb-corner{
    position: absolute;
    right: -25px;
    bottom: -25px;
    z-index: -1;
    max-width: 180px;
    transform: rotate(90deg);
}
.bg-img-FAM{
    background: url('../images/bg5.jpg') no-repeat right center;
}
.white-container.bg-img-FAM{
    color: #000;
}
.white-container.bg-img-FAM h4{
    font-size: 22px;
}
.dark-bg{
    background: #d6af62;
    color: #fff;
}
.bg-left-arrow{
    position: absolute;
    left: 0;
    top: 25%;
    z-index: -1;
    max-width: 7%;
    max-height: 50%;
}
.right-arrow-bg{
    background: url('../images/right-arrow-bg.jpg') no-repeat right center;
    background-size: auto 75%;
}
.green-bg-light{
    background: #73a475;
    color: #fff;
}
.orange-bg-light{
    background: #cc9b3c;
    color: #fff;
}
.left-arrow-bg{
    background: url('../images/arrow-img2.png') no-repeat left center;
    background-size: auto 65%;
}
@media (max-width: 1024px) {
    .bg-left-circle {
        top: 40%;
        height: 30%;
    }
    .bg-right-corner {
        right: -30px;
        top: -30px;
        max-width: 100px;
    }
    .bg-left-arrow {
        left: 0;
        top: 40%;
        height: 25%;
    }
    .bg-left-corner {
        position: absolute;
        left: -30px;
        bottom:0;
        max-width: 100px;
    }
    .bg-lt-corner,.bg-lt-corner2,.bg-left-corner2,.bg-rb-corner{
        max-width: 150px;
    }
    .left-arrow-bg{
        background-size: auto 35%;
    }
    .right-arrow-bg{
        background-size: auto 50%;
    }
}
@media (max-width: 991px) {
    .bg-container{
        background-position: right bottom;
    }
    .bg-lt-corner,.bg-lt-corner2,.bg-left-corner2,.bg-rb-corner{
        max-width: 120px;
    }
}
@media (max-width: 767px) {
    .bg-left-circle,.bg-right-corner,.bg-left-arrow,.bg-left-corner,.bg-lt-corner,.bg-lt-corner2,.bg-left-corner2,.bg-rb-corner{
        display: none;
    }
    .bg-container{
        background-size: auto 50%;
    }
    .left-arrow-bg,.right-arrow-bg{
        background: transparent;
    }
}









