.abel {
    font-family: 'Abel', sans-serif;
}

.nav-color {
    background-color: #41613c !important;
}
.bgnav{
    background-color: #88b14b !important;
}
.navbar-nav .nav-item .nav-link {
    font-size: 120%;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #67ab51;
}
.bgimage{
    background-image: url(../image/main.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}
.dropdown-item:hover {
    background-color: #67ab51;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

@media (max-width:768px) {
    .img-fluid-logo {
        width: 240px;
    }
}

@media(min-width:576px) {
    .img-fluid-logo {
        width: 300px;
    }
}

/* mobile view */
@media only screen and(min-width:576px) {
    .navbar-nav {
        background-color: #FFF;
        border-top: 3px solid #67ab51;
        color: #fff;
        z-index: 999;
        margin-top: 5px;
        padding: 0px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em !important;
        border-bottom: 1px solid #67ab51;
        font-size: 100%;
        font-weight: 500;
    }
}
@media only screen and (max-width:768px) {
    .navbar-nav {
        background-color: #FFF;
        border-top: 3px solid #67ab51;
        color: #fff;
        z-index: 999;
        margin-top: 5px;
        padding: 0px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em !important;
        border-bottom: 1px solid #67ab51;
        font-size: 100%;
        font-weight: 500;
    }
}

@media (max-width:768px) {
    .banner-heading {
        font-size: 50px;
    }
}

.form-control-custom {
    width: 100%;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem #fff;
}

.mh {
    border-bottom: none;
    border-top: none;
    text-align: center;
}

.btn-outline-color {
    color: #67ab51 !important;
    border-color: #67ab51 !important;
}

.btn-outline-color:hover {
    color: #fff !important;
    background-color: #67ab51;
    border-color: #67ab51 !important;
}

.btn-color {
    color: #fff;
    background-color: #67ab51;
    border-color: #67ab51;
}

.style-4 .single-service {
    border: 1px solid #ddd;
    padding: 25px 30px;
    margin-bottom: 10px;
    box-shadow: 0 5px 30px -5px #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}

.style-4 .single-service i.fas {
    color: #000;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;

}

.style-4 .single-service:after,
.single-team:after {
    position: absolute;
    content: "";
    width: 0%;
    border-top: 3px solid #67ab51;
    left: 0;
    top: 0;
    border-left: 3px solid #67ab51;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .single-service:before,
.single-team:before {
    position: absolute;
    content: "";
    width: 0%;
    border-bottom: 3px solid #67ab51;
    right: 0;
    bottom: 0;
    border-right: 3px solid #67ab51;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .single-service:hover:before,
.single-service:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    height: 50%;
    width: 50%;
}

.style-4 .single-service:hover i.fas {
    border-color: #67ab51;
    color: #67ab51;
    border-radius: 50%;
}

.bglight {
    background-color: #e6cece;
}

.information-content {
    position: relative;
    float: right;
    margin-top: 5px;
}

.info-box {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-left: 40px;
    line-height: 24px;
}

.info-box .icon {
    position: absolute;
    left: 0;
    line-height: 50px;
    font-size: 32px;
    color: #232323;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FFF;
}

@media (max-width:500px) {

    #myCarousel h4 {
        font-size: 25px;
        margin-top: 70px;
        margin-bottom: 15px;
        color: #67ab51;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
 
    #myCarousel p {
        font-size: 15px;
        margin-bottom: 15px;
        color: #1e5d09;
    }


}

@media (max-width:768px) {
    #myCarousel h4 {
        font-size: 25px;
        margin-top: 70px;
        margin-bottom: 15px;
        color: #67ab51;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    #myCarousel p {
        font-size: 15px;
        margin-bottom: 15px;
        color: #1e5d09;
    }
}



#myCarousel .carousel-item a {
    background: rgba(103, 171, 81, 0.79);
    font-size: 14px;
    color: #FFF;
    padding: 13px 32px;
    display: inline-block;
}

#myCarousel .carousel-item a:hover {
    background: rgba(115, 199, 88, 0.96);
    text-decoration: none;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 400px;
}

#myCarousel {
    position: relative;
    z-index: 1;
    background: url(../image/main.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: rgba(103, 171, 81, 0.79);
}


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.banner{
    background-image: url(../image/smallbg.png);
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.tc{
    color: #67ab51;
}
.teamimg{
    height: 200px;
    width: 200px;
    margin-bottom: 20px;
}
.team-block {
    margin-bottom: 20px; 
}
.team-content { 
    position: absolute;
    left: 0;
    background-color: rgba(115, 199, 88, 0.96);;
    bottom: 0px; 
    display: inline-block; 
    width: 100%; 
    color: #fff; 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.team-img { 
    position: relative; 
}
.team-img img {
    width: 100%; 
    height: 380px;
    
}
.team-meta { 
    color: #fff; 
    font-weight: 400; 
    font-size: 16px;
}
.overlay {
    border-radius: 0px; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 100%; 
    width: 100%; 
    opacity: 0; 
    transition: 1s ease; 
    background-color: rgba(103, 171, 81, 0.79);
}
.team-img:hover .overlay { 
    opacity: .8;
}
.team-img:hover .team-content {
    opacity: 0; 
}
.text { 
    color: #fff;
    position: absolute; 
    top: 30%; 
    left: 30%; 
    transform: translate(-26%, -26%); 
    -ms-transform: translate(-26%, -26%); 
    right: -20px; 
    font-weight: 300; 
    font-size: 14px; 
}
.fontsize{
    font-size: 14px;
    font-weight: 600;   
}

.divider {
    height: 2px;
    overflow: hidden;
    background-color: #bcbcbc;
}

.bottom {
    background: #05335a;
}
   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 