#services {
    background-color: #ececec;
}

#services .row.margin-btm {
    margin-bottom: 30px;
}

#services .bg .col-sm-3 div {
    background-color: #fff;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    height: 450px;
}

#services .bg .col-sm-3 div:hover {
    background-image: linear-gradient(to bottom right, #002b12, #002b12);
    box-shadow: 2px 3px 12px 0 rgba(254, 60, 0, 0.63);
}

#services .bg .col-sm-3 div:hover h4,
#services .bg .col-sm-3 div:hover p {
    color: #fff;
}

#services .bg .col-sm-3 img {
    width: 100px;
}

#services .bg .col-sm-3 span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 45px;
}

#services .bg .col-sm-3 a {
    display: inline-block;
    background: #e1e1e1;
    color: #000;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width:767px) {
    #services .bg .col-sm-3 div {
        height: auto;
        margin-bottom: 20px;
    }

    #services .bg .col-sm-3 span {
        position: static;
    }
}

/**********************/
.industry-serve {
    text-align: center;
}

.industry-serve .media {
    background: #fff;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #b5b2b2;
}

.industry-serve .media-body {
    width: 100%;
    display: block;
}

.industry-serve i {
    font-size: 40px;
    margin-bottom: 10px;
}

.industry-serve .media:hover i {
    color: #000;
}

.industry-serve .title {
    color: #000;
}

@media (min-width:768px) {
    .industry-serve .col-sm-2 {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .industry-serve .media {
        height: auto;
    }
}

/***************/
#cf {
    position: relative;
    z-index: 9999;
}

#cf img {
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

@media (min-width:768px) {
    #cf img {
        top: 0;
        left: 25px;
    }
}

@keyframes cfFadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#cf img.top {
    animation-name: cfFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

/***************/
#order {
    background: #002b12;
}

/**************/
li.dropdown.mega-menu {
    position: initial;
}

.mega-menu .dropdown-menu {
    width: 100%;
}

.mega-menu:hover .dropdown-menu {
    display: block;
}

@media (max-width:767px) {
    .mega-menu .dropdown-menu {
        position: initial;
    }

    .hide-mobile {
        display: none;
    }
}

@media (min-width:768px) {
    .hide-desktop {
        display: none;
    }
}

/**************/
.service-detail .border-left {
    border-left: 1px solid #e1e1e1;
}

.service-detail .border-left h4 {
    padding-bottom: 10px;
    border-bottom: 5px solid #002b12;
}

.service-detail .border-left h4.no-border {
    border: none;
}

.service-detail .service-list {
    overflow: hidden;
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-detail .service-list h4 {
    background: #ffff00;
    color: #002b12;
    padding: 10px;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
}

.service-detail .service-list ul {
    width: 100%;
}

.service-detail .service-list li {
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
    background-color: #002b12;
    padding: 10px 0;
    padding-left: 12px;
}

.service-detail .service-list li a {
    color: #fff !important;
}

.tech {
    background-color: #002b12 !important;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

.media-heading {
    margin-bottom: 0;
}

#order {
    padding-top: 0;
    padding-bottom: 0;
}

.order-block {
    background-color: #ffff00;
    color: #002b12;
    margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-link,
#clients img {
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2);
}

.navbar-nav>li>.dropdown-menu {
    background: #002b12;
}

.navbar-nav>li>.dropdown-menu a {
    color: #fff;
}

.logo img {
    width: 190px;
}
.m-logo img{
    display: none;
}
.dot-img img{
    filter: brightness(10);
}
.single-features-box:hover .dot-img img{
    filter: invert(1);
}  
.single-features-box.active .dot-img img{
    filter: invert(1);
}
.single-features-box.active:hover .dot-img img{
    filter: brightness(10);
}   
.navbar-block{
    background-color: #ffff00;
    border-color: #ffff00;
}
ul.list-icons li {
    padding-bottom: 10px;
}

ul.list-icons li img {
    width: 18px;
    margin-right: 10px;
}

ul.list-icons li img svg {
    fill: #002b12;
}

.order-block {
    height: 155px;
    padding: 30px 0;
}

h3 {
    margin-top: 0;
}

section#clients {
    padding-bottom: 40px;
}

.dropdown-menu {
    min-width: 270px;
}

@media (max-width:320px) {
    .top-header .contact-details li a {
        font-size: 10px;
    }
}

.getIntouch {
    top: 75%;
}

.bottom-header {
    padding: 5px !important;
}

@media (max-width:768px) {
    li.dropdown.mega-menu {
        overflow: hidden;
    }

    .row.dropdown-menu.dropdwn1 {
        overflow: scroll;
        max-height: 150px;
    }
}

ul li ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* COMPACT CAPTCHA */
.capbox {
    background-color: #BBBBBB;
    background-image: linear-gradient(#BBBBBB, #9E9E9E);
    border: #002b12 0px solid;
    border-width: 2px 2px 2px 2px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}

.capbox-inner {
    font: bold 12px arial, sans-serif;
    color: #000000;
    background-color: #E3E3E3;
    margin: 0px auto 0px auto;
    padding: 3px 10px 5px 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

#CaptchaDiv {
    color: #000000;
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    user-select: none;
    display: inline-block;
    padding: 3px 14px 3px 8px;
    margin-right: 4px;
    border-radius: 4px;
}

#CaptchaDiv2 {
    color: #000000;
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    user-select: none;
    display: inline-block;
    padding: 3px 14px 3px 8px;
    margin-right: 4px;
    border-radius: 4px;
}

#CaptchaInput {
    border: #002b12 2px solid;
    margin: 3px 0px 1px 0px;
    width: 105px;
}

#CaptchaInput2 {
    border: #002b12 2px solid;
    margin: 3px 0px 1px 0px;
    width: 105px;
}

ul.list_4 {
    float: left;
    padding: 0;
    margin: 0
}

.list_4 li {
    padding: 6px 0;
    margin: 0
}

ul li {
    list-style: none
}

.list_4 li i {
    margin-right: 8px
}

.callBtn {
    position: fixed;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
    left: -96px;
    color: #002b12;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: matrix(0, -1, 1, 0, 50, -34);
    -ms-transform: matrix(0, -1, 1, 0, 50, -34);
    transform: matrix(0, -1, 1, 0, 50, -34);
    font-size: 18px;
    background: #ffff00;
    padding: 8px 12px;
    z-index: 99999;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.form-block {
    border: 1px solid #002b12;
    border-radius: 3px;
    background-color: #fff;
    left: 0;
    top: 50%;
    padding: 10px;
    position: absolute;
    z-index: 1
}

#call .modal-dialog {
    width: 250px
}

@media only screen and (min-width:320px) and (max-width:420px) {
    .form-block {
        display: none
    }
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.client-happy {
    background: #002b12;
    color: #fff;
    position: relative;
    top: -50px;
    border-radius: 5px;
    box-shadow: #002b12;
    z-index: 999;
}

.client-happy .row div:not(:last-child) {
    border-right: 1px solid;
}

.client-happy h3 {
    font-weight: 800;
    font-size: 40px;
}

.client-happy h3 small {
    font-weight: 800;
    font-size: .875em;
    color: #fff;
}

.client-happy h6 {
    font-size: 20px;
    font-weight: 400;
}

.service-card {
    margin-top: 10px;
}

.single-features-box {
    margin-top: 20px;
    background-color: #002b12;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 15px 35px;
    padding-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px
}

.single-features-box .icon {
    color: #002b12;
    display: inline-block
}

.single-features-box .icon i::after {
    font-size: 30px;
    color: #ffff00;
}

.single-features-box h3 {
    color: #edeaea;
    margin-top: 10px;
    padding-left: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.single-features-box .bar {
    background: white;
    position: relative;
    z-index: 1;
    width: 65px;
    height: 3px;
    float: left;
    margin-top: 7px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features-box .bar::after,
.single-features-box .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features-box .bar::before {
    right: 20px
}

.single-features-box .bar::after,
.single-features-box .bar::before {
    background: #002b12;
}

.single-features-box .bar::after,
.single-features-box .bar::before {
    background: #002b12
}

.single-features-box .bar::after {
    right: 10px
}

.single-features-box p {
    color: #f5eaea;
}

.single-features-box .dot-img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features-box .dot-img img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-features-box .dot-img img.white-dot {
    display: none
}

.single-features-box:hover {
    background-color: #ffff00;
    color: #002b12;
}

.single-features-box:hover .icon  i::before{
    /* background-color: #ffff00; */
    color: #002b12;
}
.single-features-box.active .icon i::before {
    color: #002b12;
}
.single-features-box.active:hover{
    background-color: #002b12; 
} 
.single-features-box.active:hover .icon i::before {
    color: #fff;
}
.single-features-box.active:hover h3 , .single-features-box.active:hover p{
    color: #fff;
}
.single-features-box:hover .bar {
    background: #002b12;
}

.single-features-box:hover .bar::after,
.single-features-box:hover .bar::before {
    background-color: #ffff00;
    color: #002b12;
}

.single-features-box.active h3 {
    color: #002b12;
    margin-top: 10px;
    padding-left: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.single-features-box:hover h3 {
    color: #002b12;
}

.single-features-box.active p {
    color: #002b12;
}

.single-features-box:hover p {
    color: #002b12;
}

.single-features-box .icon i::before {
    font-size: 30px;
    color: #ffff;
}
.single-features-box .icon i::after {
    font-size: 30px;
    color:#ffff00;
}
.single-features-box.active,
.single-features-box:hover {
    background-color: #ffff00;
    color: #002b12;
}

.single-features-box.active .icon,
.single-features-box.active:hover .icon {
    color: #fff
}

.single-features-box.active .bar,
.single-features-box.active:hover .bar {
    background: #002b12;
}

.single-features-box.active .bar::after,
.single-features-box.active .bar::before
{
    background: #ffff00;
    color: #ffff00;
}
.single-features-box.active:hover .bar{
    background: #fff;
}
.single-features-box.active:hover .bar::after,
.single-features-box.active:hover .bar::before {
    background: #002b12;
}
.single-features-box.active .dot-img img.white-dot,
.single-features-box:hover .dot-img img.white-dot {
    display: block;
}

.single-features-box.active .dot-img img.color-dot,
.single-features-box:hover .dot-img img.color-dot {
    display: none;
}

body {
    background-image: url(images/body-bg.png);
}

/*testimonials*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #002b12;
    padding: 9px 35px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #002b12;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #000;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/**/
.pb-0 {
    padding-bottom: 0 !important;
}
/**/
.bnr h1{
    font-size:4.2vw;
    font-weight:600;
    color:#034c01;
    text-shadow:1px 2px #6a6a1c;
}
.bnr h2{
    font-size:2.5vw;
    font-weight:600;
    color:#00240f;
    text-shadow:1px 2px #6a6a1c;
}
.bnr h3{
    font-size:1.5vw;
    color:#00240f;
    margin-top:20px;
    margin-left:0;
}
.bnr .row{
    display:flex;
    padding:0 5%;
}
.navbar-default .navbar-nav>li>a{
    font-size:15px;
    font-weight:600;
    color:#002b12;
    padding:15px 10px;
}
.modal-open .modal{
    text-align:center;
}
.modal:before{
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}