me.pbmit-slider-area {
    height: 410px;
}

.flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
}

.flexslider li h1 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
}

.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    margin-bottom: 0;
    font-weight: 300;
}

.flexslider li .category {
    display: flex;
    flex-direction: row;
}

.flexslider li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category a,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category a,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


.flexslider li.flex-active-slide .meta .category a {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    right: 77px;
    top: -14px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    margin: -20px 0 0;
    position: absolute;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    text-align: left;
    left: -10px;
}

.flex-direction-nav .flex-next {
    text-align: right;
    left: 30px;
}

.flexslider:hover .flex-prev {
    left: -10px;
}

.flexslider:hover .flex-next {
    left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 2px;
    font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.flexslider li h1 {
    background: white;
    padding: 0px 10px 0px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.flexslider li h2 {
    background: transparent;
    padding: 3px 0px 3px;
    font-weight: 700;
    font-size: 35px;
    color: rgb(255 255 255);
    margin-top: 10px;
    margin-bottom: 1px;
}

.flexslider img {
    height: 410px;
    width: 100%;
}

.flexslider li .category a {
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
    color: white;
    margin-top: 10px;
    font-size: 14px;
    background-color: rgb(134, 187, 70);
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    border-color: transparent;
    padding: 12px 45px;
    border-radius: 2px;
}

.flexslider li .category a:hover {
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
    color: rgb(34, 34, 34);
    margin-top: 10px;
    font-size: 14px;
    background-color: white;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    border-color: transparent;
    padding: 12px 45px;
    border-radius: 2px;
}

.flexslider li .meta {
    bottom: 100px;
}

.gess1 .pbmit-heading-subheading {
    margin-bottom: 25px;
}

.gess1 .our-story-section-img-one {
    padding: 0 0 0 0px;
    position: relative;
}

.gess1 .w-100 {
    width: 115% !important;
    max-width: 115%;
}

.gess1 .our-story-section-one {
    padding: 0;
}

.gess2 .pbmit-service-style-3 .pbminfotech-box-content-inner {
    padding-top: 10px;
}

.gess2 .pbmit-service-style-3 .pbminfotech-box-content-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gess3 .pbmit-heading-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gess4 {
    padding-right: 20px;
}

.gess5 {
    padding-left: 20px;
}

.gess6 {
    text-align: center;
}

.gess7 .project-progress-section-one {
    padding: 30px 0px 30px 50px;
}

.gess7 .project-progress-section-one p {
    margin-top: 40px;
    margin-bottom: 0;
}

.gess8 .project-img-section-one {
    padding-left: 200px;
}

.gess9 {
    background-image: url(../images/bg/bg-pattern.jpg);
    background-position: 0px 0px;
    background-repeat: repeat;
}

.gess10 .pbmit-service-style-5 .pbmit-featured-wrapper:after {
    background: linear-gradient(0deg, #232323 0%, rgba(0, 50, 129, 0) 70%);
}

.gess10 .pbmit-port-cat a {
    color: #86bb46;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.gess11 {
    background-image: url(../images/bg/col-bg-pattern.png);
}

.gess12 .swiper-horizontal>.swiper-pagination-bullets,
.gess12 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    left: inherit;
    right: 0px;
    text-align: center;
}

.site-footer.gess13 .widget a {
    color: white;
}

.gess13 .textwidget p.gess14 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gess15 .pbmit-footer-copyright-text-area a {
    color: rgb(132 185 69);
}

.gess15 .pbmit-footer-copyright-text-area a:hover {
    color: #FF5722;
}

#moreone {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#moretwo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#morethree {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#morefour {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#morefive {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#moresix {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gess16 {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-family: Roboto, sans-serif;
    border: 0;
}

.gess17 .align-items-center {
    align-items: start !important;
}

.nl1 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.contact-section ul.nl2 li i {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.ibges1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.ibges2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.ibges2 .comments-box .media {
    border-bottom: 0px solid #f7f9fa;
}

.ibges2 .media .comment-date a {
    color: #86bb46;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.ibges2 .media .comment-author {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.comments-box .ibges1 p {
    margin-bottom: 10px;
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbbbbb;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.pbmit-bg-color-global.ibges4 {
    background-color: var(--pbmit-global-color);
    background-image: url(../images/bg/trans-pattern.png);
    background-position: center center;
}

.ibges4 .pbmit-btn-outline-global {
    background-color: #86bb4600;
}

.ibges5 {
    padding-top: 0 !important;
}

.ibges6 thead tr th {
    padding-bottom: 13px;
    padding-top: 13px;
    background: #86bb46;
    color: white;
}

.ibges7 {
    margin-top: 20px;
}

.ibges8 a h4:hover {
    color: #86bb46;
}

.ibges9 {
    display: table;
}

.ibges10 {
    position: sticky;
    top: 130px;
    float: left;
    display: table;
}

.ibges11 {
    left: 0;
    display: table;
    float: left;
}

.ibges12 {
    margin-bottom: 0;
}

.ibges13 p {
    margin-bottom: 15px;
}

.ibges14 .comment-respond {
    padding: 60px 100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 99px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-top: 0;
}

.ibges15 {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.ibges16 {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding-left: 11px !important;
}

.ibges17 .comment-reply-title {
    margin-bottom: 5px;
}

.ibges18 .header-style-1 .site-header-menu::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f1f1f1 !important;
}

.ibges19 {
    padding-top: 0 !important;
}
iframe {
    filter: none;
}
.iframefilter iframe {
    filter: brightness( 100% ) contrast( 100% ) saturate( 19% ) blur( 0px ) hue-rotate( 245deg );
}
.soc1 {
    position: fixed;
    opacity: 1;
    z-index: 99999;
    bottom: 15%;
    right: 20px;
}
.soc2{
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 22px;
    background-color:rgb(134, 187, 70) !important;
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff !important;
    border-radius: 50%;
    display: block;
}
.soc3{
    margin-top: 15px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 22px;
    background-color: rgb(242 123 5) !important;
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff !important;
    border-radius: 50%;
    display: block;
}

@media screen and (max-width: 768px) {
    .gess1 .w-100 {
        width: 100% !important;
        max-width: 100%;
    }

    .gess4 {
        padding-right: 0px;
    }

    .gess5 {
        padding-left: 0px;
    }

    .gess8 .project-img-section-one {
        padding: 200px 0;
    }

    .gess7 .project-progress-section-one {
        padding: 60px 15px;
        padding-bottom: 0;
    }

    .gess7 .project-progress-section-one .pbmit-heading-subheading {
        margin-bottom: 0;
    }

    .gess2 .pbmit-service-style-3 {
        margin-bottom: 25px;
    }
}