/*-----------------------------------------------------------------------------------

    Template Name: Fector Plus - Factory & Industrial HTML Template
    Template URI: http://hastech.company/
    Description: This is html5 template
    Author: Devitems
    Author URI: http://http://Devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    
    1. Template default css
    2.  Header css
    3.  Slider css
    04. About area
    05. Feature area
    06. Services area
    07. Contact area
    08. Latest work area
    09. Fun fact area
    10. Testimonial area
    11. Brand area
    12. Team area
    13. Newsletter area
    14. Footer area
    15. Mobile menu
    16. Breadcrumbs 
    17. contact us
    18. Blog
    19. Blog details
    20. Important Links 
    21. Budget Analysis
    22. Analysis
    23. Process
    
-----------------------------------------------------------------------------------*/


/*========================
   1. Template default css
=======================*/

html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Poppins:300,400,500|Montserrat:300,400,500,600,700');
img {
    max-width: 100%
}

.gray-bg {
    background-color: #f6f6f6;
}


/*------------------
    2.  Header css
--------------*/

p {
    color: #333333;
}

.welcome-info p {
    color: #000;
    font-size: 13px;
    line-height: 44px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

.header-social {
    float: right;
}

.header-social>a {
    border-left: 1px solid #ececec;
    color: #b7b7b7;
    display: inline-block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 40px;
}

.header-social>a:last-child {
    border-right: 1px solid #ececec;
}

.header-top {
    border-bottom: 1px solid #ececec;
}

.header-social>a:hover {
    color: #00911a;
}

.header-social {
    float: right;
}

.header-social>a {
    border-left: 1px solid #ececec;
    color: #555;
    display: inline-block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 40px;
}

.header-social>a:last-child {
    border-right: 1px solid #ececec;
}

.header-top {
    border-bottom: 1px solid #ececec;
}

.header-social>a:hover {
    color: #00911a;
}

.info-icon>a {
    background: #565656 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 43px;
}

.info-icon,
.info-desc,
.info-box {
    display: inline-block;
}

.info-box {
    margin-right: 0px;
}

.header-right-box {
    float: right;
    margin-top: 10px;
}

.info-icon {
    float: left;
    margin-right: 16px;
}

.info-desc h4 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.info-desc h5 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.menu ul>li>ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    padding-left: 0px;
    position: absolute;
    text-align: left;
    top: 105px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999;
    border-bottom: 2px solid #00911a;
}

.menu ul>li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.menu ul>li>ul>li {
    display: block;
    margin-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
}

.menu ul>li>ul>li a {
    color: #313131;
    display: block;
    padding: 10px;
    /*text-transform: capitalize;*/
}

.menu ul>li>ul>li:first-child {
    margin-left: 0;
}

.header-menu-box .menu,
.header-menu-box .get-quout {
    display: inline-block;
}

.get-quout {
    /*float: right;*/
    margin:0px 25px;
    padding: 15px 0px;
}

.zmdi {
    margin-top: 10px; 
}

.header-menu-box {
    background: #313131 none repeat scroll 0 0;
    border-bottom: 2px solid #00911a;
    margin-top: 27px;
}

.menu ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 27px 0;
    /*text-transform: uppercase;*/
}

.menu ul li:first-child {
    margin-left: 0px;
}

.menu ul li a:hover {
    color: #00911a;
}
.menu ul li a.animated {
    font-weight: 900!important;
    color: transparent;
   
    animation: effect 2s linear infinite;
    
}
@keyframes effect {
        0% {
            background: linear-gradient(
                #008000, #00FF00);
            -webkit-background-clip: text;
        }
        35% {
            background: linear-gradient(
                red, yellow);
            -webkit-background-clip: text;
        }
        70% {
            background: linear-gradient(
                #008000, #00FF00);
            -webkit-background-clip: text;
        }
        100% {
            background: linear-gradient(
                red, yellow);
            -webkit-background-clip: text;
        }
    }

.get-quout>a {
    background: #00911a none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 46px;
    line-height: 45px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px !important;
}

/*.get-quout>a:hover {
    border-color: #00911a;
    color: #00911a;
    background: none;
}
*/
span.becomemeb {
    border: 1px solid #ffffff;
    padding: 12px;
    background-color: #0e9246;
    color: #fff!important;
}
.header-bottom {
    margin-top: 0px;
    z-index: 9999;
}

.header {
    padding-top:5px;
    padding-bottom: 45px;
    position: relative;
}

.header-menu {
    /*bottom: -10px;*/
    position: absolute;
    /*width: 100%;*/
    z-index: 99;
}

.btn-info:hover {
    color: #fff;
    background-color: #00911a;
    border-color: #00911a;
}


/*------------------
    3.  Slider css
--------------*/

.overlay::before {
    background: #2a2a2a;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    opacity: 0.9;
}

.slider-container {
    position: relative;
}

/*.nivo-caption {
    z-index: 99;
}*/

.nivo-directionNav a {
    background: #00911a none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    height: 62px;
    line-height: 62px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    z-index: 9999;
    border: 1px solid transparent;
    opacity: 0;
}

.slider-container:hover .nivo-directionNav a {
    opacity: 1;
}

.nivo-directionNav a:hover {
    background: none;
    border-color: #00911a;
}

.nivo-directionNav a.nivo-nextNav {
    right: 35px;
}

.nivo-directionNav a.nivo-prevNav {
    left: 35px;
}

.slider-caption-img img {
    margin-top: 110px;
    position: inherit !important;
    width: 350px;
}

.slide1-text {
    position: relative;
    top: 252px;
}

.middle-text .title-1 h2 {
    color: #ffffff;

    font-size: 32px;
    margin-bottom: 0;
}

.middle-text .title-2 h1 {
    color: #ffffff;
    font-size: 59px;
    font-weight: bold;
    margin-bottom: 0;
}

.middle-text .desc p {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 19px;
    padding: 0;
}

.middle-text .contact-us a {
    border: 2px solid #00911a;
    border-radius: 25px;
    color: #00911a;
    display: inline-block !important;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    line-height: 41px;
    padding: 0 50px;
    text-transform: uppercase;
}

.middle-text .contact-us a:hover {
    background: #00911a none repeat scroll 0 0;
    color: #ffffff;
}


/*div#mainSlider {
  position: relative;
}*/

div#mainSlider>img {
    position: absolute;
    top: 0;
}


/*----------------
   04. About area
------------------*/
/*
.about-img,
.about-text {
    float: left;
    width: 50%;
}*/

.about-text>h1 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.about-text>h1 span {
    color: #00911a;
}

.about-text {
    margin-top: 18px;
    /*padding: 30px;*/
    background: #f7f7f7;
    margin-right: 0;
    height: 425px;
}

.about-bg {
    position: relative;
    background: url(../img/bg/bg-11.jpg)no-repeat scroll center center / cover;
}

.manufacturing-bg {
    position: relative;
    background: url(../img/bg/bg-22.jpg)no-repeat scroll center center / cover;
}

.ease-of-doing-business-bg {
    position: relative;
    background: url(../img/bg/bg-33.jpg)no-repeat scroll center center / cover;
}

.demand-generation-bg {
    position: relative;
    background: url(../img/bg/bg-44.jpg)no-repeat scroll center center / cover;
}

.electronics-supplier-portal-bg {
    position: relative;
    background: url(../img/bg/bg-55.jpg)no-repeat scroll center center / cover;
}

.smart-cities-portal-bg {
    position: relative;
    background: url(../img/bg/bg-66.jpg)no-repeat scroll center center / cover;
        padding: 100px 0px;
}

.green-e-bg {
    position: relative;
    background: url(../img/bg/bg-77.jpg)no-repeat scroll center center / cover;
}

.texdt1 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    display: block;
    text-align: justify;
}

.hderrtexdt1 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.hderrtexdt1 p {
    text-align: justify;
}

.leaders {
    background: #f9f9f9;
    padding: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 8px #e8e6e6;
}

.leaders .leadername {
    margin-top: 10px;
    color: #00911a;
}

.leaders .leadername .post {
    display: block;
    font-size: 14px;
    color: #666666;
}

.about-desc p {
    color: #333333;
}

.about-desc p.text2 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.about-action {
    background: #4d4d4d none repeat scroll 0 0;
    border-left: 4px solid #00911a;
    bottom: 0;
    display: inline-block;
    left: 70px;
    padding: 50px 0;
    position: absolute;
}

.about-description {
    overflow: hidden;
    position: relative;
}

.about-action .single-action {
    display: inline-block;
    padding-left: 57px;
}

.about-action .single-action:last-child {
    padding-right: 57px;
}

.about-action p {
    border-left: 3px solid #00911a;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 0;
    padding-left: 13px;
}

.about-action p span:last-child {
    display: inline-block;
    margin-top: 5px;
}

.about-action::before {
    background: rgba(0, 0, 0, 0) url("img/about/2.png") no-repeat scroll 29% center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

div#countdown h1 {
    float: left;
    width: 33%;
    color: #fff;
}


/*---------------   23. Events details page   ----------------*/

.events-details-ara {
    clear: both;
}

#googleMap {
    width: 100%;
    height: 330px;
}

.events-details-text h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin: 26px 0 14px;
}

.events-details-text>p {
    font-size: 13px;
    margin-bottom: 25px;
}

.feature-item li {
    font-size: 13px;
    line-height: 24px;
}

.feature-item>p {
    font-size: 13px;
    margin: 25px 0 0;
}

.feature-item {
    margin-top: 24px;
}

.event-list li i {
    color: #00901a;
    font-size: 14px;
    padding-right: 10px;
}

.event-list span {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
}

.event-list li,
.event-list li a {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 24px;
}

.event-list li a:hover {
    color: #00901a;
}

.event-list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eaeaea #eaeaea;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    /*  border-style: none solid solid;
    border-width: medium 1px 1px;*/
    padding: 28px 20px 16px;
}

.event-list li i.ex {
    padding-left: 3px;
}


/*---------------   23.1 Event details sidebar   ----------------*/

.timer.timer-details span {
    color: #fff;
    display: inline-block;
    padding: 9px 26px 0;
}

.timer.timer-details>div {
    background-color: #00901a;
    display: block;
    width: 100%;
}

.timer.timer-details {
    bottom: inherit;
    position: inherit;
    right: inherit;
    text-align: center;
    width: 100%;
}

.event-details-slider .owl-controls {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
}

.event-details-slider .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: medium none transparent;
    opacity: 1;
}

.event-details-slider .owl-controls .owl-page.active span,
.event-details-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #00901a none repeat scroll 0 0;
}

.event-details-slider {
    margin-top: 40px;
}


/*-------------------
   05. Feature area
--------------------*/

.feature-list.owl-carousel .col-md-4 {
    width: 100%;
}

.feature-project.overlay::before {
    z-index: inherit;
    opacity: 0.85;
}

.feature-project {
    position: relative;
    background: url(../img/feature/bg.jpg)no-repeat scroll center center / cover;
}

.feature-project .section-title {
    margin-bottom: 98px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: bold;
    /*line-height: 22px;*/
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}

.section-title.white h2 {
    color: #00911a;
}

.section-title h2 {
    color: #565656;
}

.section-title h2::before {
    background: rgba(0, 0, 0, 0) url("img/bg/section-title-1.png") no-repeat scroll center center;
    content: "";
    height: 80px;
    left: 50%;
    margin-left: -40px;
    pointer-events: none;
    position: absolute;
    top: -36px;
    width: 80px;
}

.section-title.white h2::before {
    background: rgba(0, 0, 0, 0) url("img/bg/section-title-2.png") no-repeat scroll center center;
}

.section-title h2 {
    color: #565656;
}
.section-title h2 span {
    color: #00911a;
}

.single-feature {
    position: relative;
}

.feature-desc {
    background: #26aa70 none repeat scroll 0 0;
    bottom: 0;
    height: 55px;
    padding-left: 25px;
    position: absolute;
    width: 100%;
}

.feature-desc>p {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 0;
}

.feature-desc a {
    background: #1f915d none repeat scroll 0 0;
    color: #ffffff;
    font-size: 24px;
    height: 100%;
    line-height: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 59px;
}

.feature-list.owl-carousel .owl-controls {
    margin: 0;
}

.feature-list.owl-carousel .owl-controls .owl-buttons>div,
.testimonial-list.owl-carousel .owl-buttons>div {
    background: #00911a;
    border: 1px solid #00911a;
    border-radius: 50%;
    font-size: 24px;
    height: 54px;
    left: -120px;
    line-height: 54px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 54px;
    color: #fff;
    opacity: 9
}

.feature-list.owl-carousel .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -120px;
}

.feature-list.owl-carousel .owl-controls .owl-buttons>div:hover,
.testimonial-list.owl-carousel .owl-buttons>div:hover {
    color: #fff;
    background: #00911a none repeat scroll 0 0;
    border: 1px solid #00911a;
}

.feature-list.owl-carousel .owl-controls .owl-buttons .owl-next:hover i,
.testimonial-list.owl-carousel .owl-buttons .owl-next:hover i {
    margin-left: 15px;
}

.feature-list.owl-carousel .owl-controls .owl-buttons>div i,
.testimonial-list.owl-carousel .owl-buttons>div i {
    transition: all 0.3s ease 0s;
}

.feature-list.owl-carousel .owl-controls .owl-buttons .owl-prev:hover i,
.testimonial-list.owl-carousel .owl-buttons .owl-prev:hover i {
    margin-right: 15px;
}

.feature-project:hover .owl-controls .owl-buttons>div,
.testimonial:hover .owl-controls .owl-buttons>div {
    opacity: 1;
}


/*--------------------
    06. Services area
---------------------*/

.services-area .section-title {
    margin-bottom: 80px;
}

.single-services h3 {
    color: #333;
    font-size: 26px;
    text-transform: capitalize;
}

.single-services p {
    color: #333;
    margin-bottom: 0;
}

.single-services {
    background: rgba(0, 0, 0, 0) url("../img/services/1.png") no-repeat scroll 96% 90%;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 30px 35px 38px 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.single-services.two {
    background: rgba(0, 0, 0, 0) url("../img/services/2.png") no-repeat scroll 96% 90%;
}

.single-services.four {
    background: rgba(0, 0, 0, 0) url("../img/services/3.png") no-repeat scroll 96% 90%;
}

.single-services.six {
    background: rgba(0, 0, 0, 0) url("../img/services/4.png") no-repeat scroll 96% 90%;
}

.single-services:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


/*--------------------
    07. Contact area
---------------------*/

.contact_us {
    position: relative;
    background: url(img/bg/bg-1.jpg)no-repeat scroll center center / cover;
}

.contact_us1 {
    position: relative;
    background: url(img/bg/bg-11.jpg)no-repeat scroll center center / cover;
}

.overlay-white:before {
    background: #193105;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
    left: 0;
    top: 0;
    position: absolute;
}

.contact-text,
.contact-us-button {
    display: inline-block;
}

.contact-text>h3 {
    color: #585858;
    font-size: 26px;
    margin-bottom: 4px;
    line-height: 20px;
}

.contact-text h2 {
    color: #585858;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
}

.contact-text h1 {
    color: #ffffff;
}

.contact-text h3 {
    color: #d4f9db;
}

.contact-us-button a {
    background: #00911a none repeat scroll 0 0;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    padding: 0 58px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.contact-us-button a:hover {
    background: #565656 none repeat scroll 0 0;
    color: #ffffff;
}

.contact-us-button a:hover {
    opacity: 0.9;
}

.contact-us-button {
    position: absolute;
    right: 0;
    top: 12px;
}

.contact-us-desc {
    position: relative;
}


/*--------------------
    08. Latest work area
---------------------*/

.our-latest-work .section-title,
.team-area .section-title {
    margin-bottom: 60px;
}

.latest-work-menu li {
    border-right: 1px solid #c8c8c8;
    display: inline-block;
    position: relative;
}

.latest-work-menu li.active span,
.latest-work-menu li span:hover {
    color: #00911a
}

.latest-work-menuli:last-child {
    border-right: medium none;
}

.latest-work-menu li span {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: 31px;
    line-height: 31px;
    padding: 0 36px;
    position: relative;
    text-transform: capitalize;
    z-index: 99999;
}

.latest-work-menu.text-center ul {
    border: 1px solid #c8c8c8;
    display: inline-block;
}

.latest-work-menu {
    margin-bottom: 58px;
}

.work-hover {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.single-work {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 240px;
}
.single-work .work-img {
    height: 100%;
}
.single-work .work-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-work::before {
    background: rgba(250, 194, 68, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-work:hover::before {
    opacity: 1;
}

.single-work:hover .work-hover {
    opacity: 1;
}

.work-hover>h5::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-bottom: 8px;
    margin-left: -51px;
    position: absolute;
    width: 102px;
}

.work-hover>h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 22px;
}

.work-hover>h5,
.work-hover h6 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.work-hover h6 {
    font-size: 12px;
    line-height: 12px;
}

.latest-work-btn a {
    border: 1px solid #bbb;
    color: #444;
    display: inline-block;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.latest-work-btn a:hover {
    border-color: #00911a;
    color: #00911a;
}


/*--------------------
    09. Fun fact area
---------------------*/

.funt-fact {
    position: relative;
    background: url(img/bg/bg-2.jpg)no-repeat scroll center center / cover;
    padding: 90px 0;
}

.fun-fact-desc>h3,
.fun-fact-desc>h2 {
    color: #656565;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.single-fun-fact h2 {
    margin-bottom: 0;
}

.fun-fact-desc>h3 {
    margin-bottom: 15px;
}

.latest-work-btn {
    margin-top: 50px;
}


/*--------------------
    10. Testimonial area
---------------------*/

.testimonial {
    background: rgba(0, 0, 0, 0) url("img/bg/bg-3.jpg") no-repeat scroll center center / cover;
    padding: 180px 0 170px;
    position: relative;
}

.testimonial.overlay:before {
    z-index: inherit;
    opacity: 0.75;
}

.testimonial-desc>p {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}

.testimonial-title>h2 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: capitalize;
}

.testimonial-title>p {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}

.testimonial-desc {
    margin-bottom: 72px;
    position: relative;
}

.testimonial-desc::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -57px;
    content: "";
    height: 41px;
    position: absolute;
    width: 2px;
}

.testimonial-list.owl-carousel .owl-buttons>div {
    left: -354px;
}

.testimonial-list.owl-carousel .owl-buttons .owl-next {
    left: auto;
    right: -354px;
}


/*------------------
    11. Brand area
---------------------------*/

.single-brand img {
    -webkit-filter: grayscale(100%);
    -mz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
}

.single-brand img:hover {
    -webkit-filter: none;
    -mz-filter: none;
    -o-filter: none;
    filter: none;
}

.brand {
    border-bottom: 1px solid #404040;
    padding: 53px 0;
}


/*------------------
   12. Team area
---------------------------*/

.single-team {
    border: 1px solid #ddd;
}

.team-text>h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-text>h5 {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.team-text {
    padding: 27px 0 30px;
    min-height: 215px;
}

.team-text ul li {
    display: inline-table;
    margin: 0 5px;
}

.team-text ul li a {
    border: 1px solid #00911a;
    border-radius: 50%;
    color: #00911a;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 30px;
}

.team-text ul li a:hover {
    border: 1px solid #00911a;
    color: #fff;
    background-color: #00911a;
}

.team-img>img {
    width: 100%;
}


/*------------------
    13. Newsletter area
---------------------------*/

.subscribe-text {
    float: left;
}

.subscribe-input form {
    overflow: hidden;
    position: relative;
}

.mc-form input {
    background-color: inherit;
    border: 1px solid #00911a;
    box-shadow: inherit;
    color: #888;
    font-size: 14px;
    height: 50px;
    outline: medium none;
    padding: 0 132px 0 20px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
}

.subscribe-input form button {
    background: #00911a none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    line-height: 51px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    border: 1px solid #00911a;
    transition: all 0.3s ease 0s;
}

.subscribe-input form button:hover {
    background: #565656 none repeat scroll 0 0;
    border: 1px solid #565656;
}

.subscribe-input.second form button:hover {
    background: #565656 none repeat scroll 0 0;
    border: 1px solid #565656;
    color: #fff;
}

.subscribe-text>h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: capitalize;
    color: #565656;
}

.subscribe .col-md-7 {
    padding-left: 0;
}

.subscribe-input input::-webkit-input-placeholder {
    /* Chrome */
    color: #888;
    opacity: 1;
}

.subscribe-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    opacity: 1;
}


/*------------------
    14. Footer area
---------------------------*/

.logo {
    padding-top: 10px;
}

.footer-area {
    background: #2c2c2c none repeat scroll 0 0;
}

.footer-top .col-md-1.links {
    padding: 0;
}

.footer-top {
    padding: 30px 0;
}

.f-logo {
    margin-bottom: 21px;
}

.single-footer-text>p {
    color: #ddd;
    font-weight: 300;
    margin-bottom: 0;
}

.fector .single-footer-text>p {
    font-family: "Montserrat", sans-serif;
}

.footer-social {
    margin-top: 18px;
}

.footer-social>a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin-left: 15px;
    text-align: center;
    width: 26px;
}

.footer-social>a:hover {
    background: #00911a none repeat scroll 0 0;
}

.footer-social>a:first-child {
    margin-left: 0;
}

.single-footer-title>h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
}

.single-footer-title>h3 span {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

.single-footer.contact,
.single-footer.link,
.single-footer.contact-form {
    margin-top: 35px;
}

.single-footer-contact {
    margin-top: 17px;
}

.single-footer-contact>p {
    color: #ddd;
    font-weight: 300;
    margin-bottom: 0;
}

.single-footer-contact>p span {
    color: #ddd;
    font-size: 13px;
}

.single-footer-contact>p span a {
    color: #a5a5a5;
    transition: all .3s ease 0s;
}

.single-footer-contact>p span a:hover {
    color: #00911a;
}

.single-footer-desc li a {
    color: #ddd;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

.single-footer-desc li {
    margin-bottom: 7px;
}

.single-footer-desc li:last-child {
    margin-bottom: 0;
}

.single-footer-desc li a:hover {
    color: #ffffff;
}

.input-field {
    float: left;
    width: 50%;
}

.form-top .input-field:first-child {
    padding-right: 7px;
}

.form-top .input-field:last-child {
    padding-left: 8px;
}

.form-top {
    overflow: hidden;
    padding-bottom: 12px;
}

.input-field input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #5a5a5a;
    color: #fff;
    height: 32px;
    padding-left: 14px;
}

.form-bottom textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #5a5a5a;
    color: #fff;
    height: 51px;
    resize: none;
}

.send button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #00911a;
    color: #00911a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    height: 32px;
    margin-top: 12px;
    padding: 0 37px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.send button:hover {
    background: #00911a none repeat scroll 0 0;
    color: #ffffff;
}

.footer-bottom {
    background: #373737 none repeat scroll 0 0;
}

.copyright>p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    padding: 12px 0;
}

.form-messege.success {
    color: green;
    text-transform: uppercase;
    font-style: italic;
}

.form-messege.error {
    color: #fc713f;
    text-transform: capitalize;
    font-style: italic;
}


/*-------------------
    15. Mobile menu
----------------------------*/

.mobile-menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 16px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999999;
}

.mean-container a.meanmenu-reveal {
    color: #535353;
    float: left;
    left: auto !important;
    position: absolute;
    right: 0 !important;
    top: -67px;
}

.mean-container .mean-nav ul li a.mean-expand {
    font-family: "Lato", sans-serif;
}

.mobile-menu-area .mean-nav {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#scrollUp {
    background: #00911a none repeat scroll 0 0;
    bottom: 65px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 30px;
    text-align: center;
    transform: rotate(45deg);
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #555;
}

#scrollUp i {
    transform: rotate(-45deg);
}

.overlay .breadcrumbs {
    color: #ffffff;
}

.overlay h2.page-title {
    color: #ffffff;
}

.ovzindx.overlay:before {
    z-index: 0;
}

a
/*  16. Breadcrumbs  */

h2.page-title {
    color: #5b5b5b;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumbs>ul li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs ul li a::after {
    background-color: #5b5b5b;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 5px;
    top: 2px;
    transform: rotate(33deg);
    width: 1.5px;
}

.breadcrumbs>ul li a {
    color: #00911a;
    padding-right: 17px;
    position: relative;
}


/*  17. contact us  */

#hastech2 {
    height: 402px;
    width: 100%;
}

h3.main-contact {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #5b5b5b;
}

.main-input input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #888;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

.text-leave2 textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #888;
    height: 150px;
    margin-bottom: 40px;
    font-family: "Ubuntu", sans-serif;
    padding: 14px 20px;
}

.text-leave2 button.submit {
    background-color: #00911a;
    border: 1px solid #00911a;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    font-weight: 500;
}

.text-leave2 button.submit:hover {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
}

.conract-area-bottom {
    margin-top: 50px;
}

.main-input input::-webkit-input-placeholder,
.text-leave2 textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #888;
    opacity: 1;
}

.main-input input::-moz-placeholder,
.text-leave2 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    opacity: 1;
}


/*----- 18. Blog  ------*/

.blog-info {
    margin-top: 17px;
    min-height: 300px;
    position: relative;
}

.blog-info.blog-pad {
    margin: 0;
    padding: 20px 25px;
}

.hm-blog .blog-info.blog-pad {
    padding: 30px 25px;
    min-height: 417px;
}

.blog-meta>span {
    padding-right: 20px;
}

.blog-meta a {
    color: #666666;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}

.blog-meta span {
    color: #666666;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}

.blog-meta a:hover {
    color: #00911a;
}

.blog-meta a i {
    color: #464646;
    font-size: 14px;
    padding-right: 10px;
}

.blog-meta i {
    color: #464646;
    font-size: 14px;
    padding-right: 10px;
}

.blog-info h3 {
    font-size: 15px;
    font-weight: 500;
    /*letter-spacing: 1px;*/
    line-height: 20px;
    margin: 15px 0 20px;
    text-transform: uppercase;
}

.blog-info>a {
    border: 1px solid #00911a !important;
    color: #464646;
    display: inline-block;
    font-size: 12px;
    margin-top: 14px;
    padding: 10px 30px 8px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.event_desc {
    border: 1px solid #00911a !important;
    color: #464646;
    display: inline-block;
    font-size: 12px;
    margin-top: 14px;
    padding: 10px 30px 8px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.blog-info>a {
    margin-top: 0;
    position: absolute;
    bottom: 25px;
}

.blog-info>a:hover {
    background-color: #00911a;
    color: #fff;
}

.blog-img img {
    width: 100%;
    height: 230px;
}

.page {
    display: inline-block;
    text-align: center;
}

.page li {
    float: left;
    margin-right: 15px;
}

.page li.active a {}

.page a {
    border: 1px solid #c1c1c1;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.page a:hover,
.page li.active a {
    background-color: #464646;
    color: #fff;
    border: 1px solid #464646;
}


/*----- 19. Blog details ------*/

.blog-3-column .blog-meta>span {
    padding-right: 15px;
}

.news-allreply {
    display: inline-block;
    float: left;
    text-align: center;
}

blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

.blog-info>p {
    color: #666;
}

h3.leave-comment-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

h3.leave-comment-text::before {
    background: #00911a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 50%;
}

.nes-icon>a i {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.news-allreply img {
    border-radius: 100%;
    width: 100%;
}

.blog-img-details {
    padding-left: 90px;
}

.blog-title>h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.blog-title>span {
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.blog-middle-mrg {
    margin: 32px 0 33px 90px;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.leave-form input::-webkit-input-placeholder,
.text-leave textarea::-webkit-input-placeholder,
.main-input input::-webkit-input-placeholder,
.text-leave2 textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #666666;
    opacity: 1;
}

.leave-form input::-moz-placeholder,
.text-leave textarea::-moz-placeholder,
.main-input input::-moz-placeholder,
.text-leave2 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    opacity: 1;
}

.leave-form input:focus,
.text-leave textarea:focus {
    border: 1px solid #00911a;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 14px;
}

.text-leave button.submit {
    background-color: #00911a;
    border: 1px solid #00911a;
    color: #fff;
    font-size: 12px;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

button.submit:hover {
    background-color: transparent;
    color: #464646;
}

.blog-right-sidebar-top a {
    color: #666666;
    font-size: 14px;
}

.blog-right-sidebar-top a:hover {
    color: #00911a;
}

.blog-right-sidebar-top li {
    margin-bottom: 12px;
}

.blog-right-sidebar-top li:last-child {
    margin-bottom: 0px;
}

.blog-right-sidebar-bottom li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 14px;
}

.blog-right-sidebar-bottom li.nn {
    margin-right: 0px;
}

.blog-right-sidebar-bottom a {
    border: 1px solid #00911a;
    color: #666;
    display: inline-block;
    padding: 9px 15px;
    transition: all .4s ease 0s;
}

.blog-right-sidebar-bottom a:hover {
    border: 1px solid #00911a;
    background-color: #00911a;
    color: #fff;
}

.blog-img>img {
    width: 100%;
}

.blog-search>form {
    position: relative;
}

.blog-search input[type="text"] {
    background-color: #fff;
    border: 1px solid #00911a;
    color: #666666;
    line-height: 28.8px;
    outline: medium none;
    padding: 5px 15px;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
    padding: 5px 46px 5px 15px;
}

.blog-search>form>input[type="submit"] {
    background: #5b5b5b none repeat scroll 0 0;
    border: 1px solid #5b5b5b;
    color: #ffffff;
    height: 40px;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 80px;
}

.blog-search input[type="text"]:focus {
    border-color: #00911a;
}

.leave-form input::-webkit-input-placeholder {
    /* Chrome */
    color: #666666;
    opacity: 1;
}

.blog-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    opacity: 1;
}

.blog-search button.submit {
    background-color: #00911a;
    border: 1px solid #00911a;
    color: #fff;
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    transition: all 0.4s ease 0s;
}

.blog-search button.submit:hover {
    background-color: #464646;
    border: 1px solid #464646;
}


/*--------- 20. Important links -----------*/
table {
        width: 100%;
        border-right-color: #ffffff;
        
        font-size: 18px;
        /* /* border: 1px solid #343a40; */
        border-collapse: collapse; 
      }
      
      th, td {
        /* border: 1px solid #343a40; */
        padding: 4px 24px;
        text-align: left;
        font-size: 15px;
      }

      th {
        background-color: #00911a;
        color: #fff;
        width: 25%;
      }

      tbody tr:nth-child(odd){
        background-color: #f8f9fa;
      }

      
      tbody tr:nth-child(even){
        background-color: #e9ecef;
      }
      table .site-link{
        text-align: center;
    }
    table .serial-number, table .site-name, table .site-link {
    padding: 15px;
}

/*--------- 21. Budget Analysis css---------*/
.budget {
    /*border: 1px solid;*/
    padding: 10px;
    text-align: center;
    transition: all 0.7s;
        box-shadow: 1px 0px 5px 0px;
    
}

.budget:hover {
    
    box-shadow: 0px 0px 10px 0px #00911a;transition: all 0.7s;
}
.shadow-active{    box-shadow: 0px 0px 2px 2px #00911a;
    transition: all 0.7s;
}
.budget h5,.analysis-box h5 {
    font-weight: 600;
    margin-top: 20px;
}
.budget img{width:100%;}

/*--------- 22. Analysis ---------*/

.analysis-box{ padding: 10px;
    text-align: center;
    transition: all 0.7s;
        box-shadow: 1px 0px 5px 0px;}
.analysis-box:hover {
    
    box-shadow: 0px 0px 10px 0px #00911a;transition: all 0.7s;
}
.analysis-box .head-titles {
    background: #00911a;
    
}
.analysis-box .head-titles h4{
    color: #fff;
    margin-bottom: 0px;
    padding: 10px;
}
.analysis-box img {width:100%;}


/*--------- 22. Process ---------*/

    .process .shadowDepth1 {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    /*min-height: 75px;*/
}
.process h2.title-news {
    font-size: 16px;
    line-height: 23px;
}
    .process .card1{
    height: auto;
    width: 100%;
}
.process .card {transition: all 0.7s;
    padding: 16px;
}
.process .card:hover {
    background-color: #03931d;
        transition: all 0.7s;

}
.process .card:hover a{
     color: #fff;
    transition: all 0.7s;
}
.process .card a:hover{
     color: #fff!important;
    transition: all 0.7s;
}
    .process .card1:before {
    background: transparent;
    width: 250%;
    height: 250%;
}
.process h2.title-news {
    margin: 0px;
    width: 95%;
}
.process h2.title-news a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        padding-right: 40px;
}



.process .approval{
    background: rgba(0, 0, 0, 0) url(/assets/img/process/approved.png) no-repeat scroll 96% 90%;
    cursor: pointer;
    min-height: 45px;
    background-size: 46px;
    background-position: 100% 0px;
}
.process .process{
    background: rgba(0, 0, 0, 0) url(/assets/img/process/settings.png) no-repeat scroll 96% 90%;
       cursor: pointer;
    min-height: 45px;
    background-size: 46px;
    background-position: 100% 0px;

}
.process .flowchart{
    background: rgba(0, 0, 0, 0) url(/assets/img/process/process.png) no-repeat scroll 96% 90%;
    cursor: pointer;
    min-height: 45px;
    background-size: 46px;
    background-position: 100% 0px;

}
.process .bill{
    background: rgba(0, 0, 0, 0) url(/assets/img/process/bill.png) no-repeat scroll 96% 90%;
    cursor: pointer;
    min-height: 45px;
    background-size: 46px;
    background-position: 100% 0px;

}
.process .verify{
    background: rgba(0, 0, 0, 0) url(/assets/img/process/verify.png) no-repeat scroll 96% 90%;
    cursor: pointer;
    min-height: 45px;
    background-size: 46px;
    background-position: 100% 0px;

}
.overlay {
    position: relative;
}

.m_bg_small {
    background: url(".../img/bg-img/infographic.jpg");
    width: 100%;
    z-index: 1;
}

.first_box {
    float: left;
    color: black;
    height: 150px;
    width: 280px;
}

.m_bg {
    background: url("../img/bg/m_member.jpg");
    width: 100%;
    height: 97vh;
    z-index: 1;
}

.m_bg_small {
    background: url("../img/bg/infographic.jpg");
    width: 100%;
    z-index: 1;
}

.first_box {
    float: left;
    color: black;
    height: 150px;
    width: 280px;
}

p.first_box {}

.second_box {
    float: left;
    color: black;
    height: 150px;
    width: 280px;
    margin-left: 182px;
}

p.second_box {}

.third_box {
    float: right;
    color: black;
    height: 150px;
    width: 280px;
    margin-right: 0px;
}

p.third_box {}

.fourth_box {
    float: left;
    color: black;
    height: 150px;
    width: 280px;
    margin-left: 230px;
}

p.fourth_box {}

.fifth_box {
    float: left;
    color: black;
    height: 150px;
    width: 280px;
    margin-left: 165px;
}

p.fifth_box {}

.first_row {
    margin-top: 90px;
}

.second_row {
    margin-top: 139px;
}

.bg_color {
    color: white;
    background-color: #4caf50;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col_first {
    background-color: #00371d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    padding: 20px;
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}

.col_first p {
    color: white;
}

.col_second {
    background-color: #00a75b;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    padding: 20px;
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}

.col_second p {
    color: white;
}

.col_third {
    background-color: #2aaa02;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    padding: 20px;
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}

.col_third p {
    color: white;
}

.col_four {
    color: white;
    background-color: #a8ce48;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}

.col_four p {
    color: white;
}

.section_with_bottom_padding {
    padding-bottom: 80px;
}

.member_button {
    background-color: #00a75b;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.member_button:hover {
    background-color: #00a75b;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wht-txt {
    color: #fff;
    font-size: 28px;
}

.hide_form {
    display: none;
}

.show_form {
    display: block;
}

.custom_form {
    height: 55px;
    margin-bottom: 25px;
}

.sh {
    display: block;
    text-align: left;
    line-height: 29px;
    font-size: 13px;
    font-weight: normal;
}

.small-meta-info {
    min-height: 200px;
}

.blog-part {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 25px;
}

.member_button2 {
    padding: 10px;
    border: 1px solid;
}

.communication {
    background-color: #fff;
    top: 20%;
    display: inline-block;
    padding: 40px;
    position: absolute;
    right: 206px;
    z-index: 999;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#hastech2 {
    height: 470px;
    width: 100%;
}

.communication-icon {
    display: inline-block;
    float: left;
}

.communication-icon i {
    font-size: 24px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #00911a;
    text-align: center;
    border-radius: 50%;
    color: #00911a;
}

.communication-text>h3 {
    font-size: 15px;
    color: #00911a;
    font-weight: normal;
}

.single-communication {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.single-communication:last-child {
    margin-bottom: 0px;
}

.communication-text>p,
.communication-text>p a {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.communication-text>p a:hover {
    color: #00911a;
}

.communication-text {
    padding-left: 87px;
    padding-top: 9px;
}

.contact-area {
    position: relative;
}

.contact-area {
    background-color: #f6f6f6;
}

.all-contact-text .di-na input[type="text"],
.all-contact-text .tnm-textarea textarea,
.all-contact-text .di-na input[type="submit"],
.all-contact-text .di-na input[type="email"] {
    background-color: #fff;
    border: inherit;
    border-radius: 5px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    height: 44px;
    outline: medium none;
    padding: 0 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    color: #333;
    font-size: 13px;
    border: 1px solid #ccc;
}

.all-contact-text .di-na input[type="submit"] {
    background-color: #4CAF50;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.all-contact-text .di-na input[type="submit"]:hover {
    background-color: #ea000d;
}

.all-contact-text .tnm-textarea textarea {
    height: 270px;
    padding: 23px 20px;
}

.tnm-textarea {
    margin-top: 32px;
    margin-bottom: 32px;
}

.di-na.res-sub {
    margin-top: 32px;
}

.important-link .section-title>h1 {
    color: #00911a;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    line-height: 28px;
}

.important-link .section-title>h1::before {
    background: #ddd none repeat scroll 0 0;
    bottom: -37px;
    content: "";
    height: 1px;
    position: absolute;
    right: 39%;
    width: 101px;
}

.important-link .section-title>h1::after {
    background: #eaeaea none repeat scroll 0 0;
    bottom: -37px;
    content: "";
    height: 1px;
    left: 39%;
    position: absolute;
    width: 101px;
}

.important-link .event-select a:hover {
    color: #00911a;
}

.important-link .what-icon {
    margin-bottom: 20px;
}

.important-link .what-icon i {
    color: #ddd;
    margin-top: 9px;
    font-size: 14px;
}

.important-link .event-two-head {
    border: 1px solid #efefef;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 6px 20px;
    width: 100%;
}

.important-link .event-text {
    display: inline-block;
    float: left;
    margin-top: 6px;
}

.important-link .event-text>span {
    font-size: 13px;
    font-weight: normal;
}

.important-link .event-select {
    display: inline-block;
    float: right;
}

.important-link .event-text>span {
    font-size: 13px;
    font-weight: normal;
}

.important-link .event-select .chosen-container {
    background-color: #efefef;
    border: medium none;
    border-radius: 3px;
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 6px 25px;
}

.important-link .chosen-container .chosen-drop ul li.highlighted {
    background: #ea000d;
}

.important-link.mrg-100 {
    margin-top: 100px;
    margin-bottom: 30px;
}


/*.section-title{margin-bottom: 0!important;}*/

.read-more-modal {
    font-size: 23px;
    font-weight: 200;
    text-transform: uppercase;
}

.myModal-read-more .modal-body {
    padding: 40px 30px;
    margin-top: 10px;
}

.myModal-read-more .modal-body p {
    text-align: justify;
}

.close-data {
    position: absolute;
    right: 10px;
    top: 10px;
}

.pd-50 {
    padding: 50px 0px;
}

.new-image-area img {
    width: 60%;
}

.btn-demo a {
    color: #fff!important
}

.btn-demo:hover {
    color: #fff!important
}

.btn-demo {
    margin-top: 30px;
    padding: 9px 45px!important;
    height: 43px!important;
    line-height: 25px!important;
    border-radius: 40px!important;
}

.single-team .team-img img {
    height: 285px;
    width: 252px;
}

/*.blog-area .col-md-4.col-sm-4 {
    min-height: 575px;
}*/


/*************************************************Responsive******************************************************************/

@media (min-width: 320px) and (max-width: 767px) {
    .about-desc {
        padding: 10px 0 0 22px;
        text-align: justify;
    }
    .about-text>h1 {
        text-align: center;
    }
    .contact-text h1 {
        font-size: 20px;
    }
    .contact-text>h3 {
        text-align: center;
    }
    .contact-us-button {
        left: 24px;
    }
    .blog-info>a {
        margin-left: 42px;
    }
    .contact-text {
        text-align: center;
    }
    .contact-text h3 {
        text-align: center;
    }
    .hderrtexdt1 {
        text-align: justify;
    }
    .section-title h2 {
        font-size: 13px;
        font-weight: bold;
    }
    .ptb-40 {
        padding: 17px 0!important;
    }
    .text-center {
        font-size: 32px;
    }
    .leaders .leadername {
        font-size: 27px;
    }
    .blog-info h3 {
        font-size: 13px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-menu {
        bottom: -119px;
    }
    .important-link.mrg-100 {
        margin-top: 150px;
    }
    .contact-us-button {
        left: 0!important;
    }
}


/* new css for gallery pages */

.single-image-data {
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 10px 3px #ccc;
    position: relative;
}

.single-image-data p {
    padding-top: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

/* CAREER PAGES DESIGN */

.top-data-1 h3{
    text-transform: uppercase;
}

.small-card .left-data h6 {
    color: #00911a;
    margin-bottom: 5px;
    font-size: 14px;
}

.small-card .btn {
    background: #00911a;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 30px;
    border-radius: 100px;
}

.small-card .left-data {
    max-width: 75%;
}

.small-card {
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px #ccc;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
}
.meta-form h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.meta-form{
    padding: 20px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
}
.form-data input.form-control {
    height: 45px;
    border-radius: 0px;
}
.form-data textarea.form-control{
    height: 100px;
    border-radius: 0px;
}
.meta-form button{
    background: #00911a;
    color: #fff;
    height: 45px;
    width: 190px;
    text-transform: uppercase;
    
}


/*april 27 2022*/
.align-center{
    align-items: center;
}
.msme-logo {
   margin-top: 35px;
   float: right;
}

.menu ul li a:hover {
    color: #04831b !important;
}
.header-menu-box .menu i.fa.fa-home {
    font-size: 24px;
}
.footer-sub-logo {
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: 14px;
}
.logo {

    text-align: center;
}

.header-menu {
    bottom: -46px;
    position: absolute;
    /*width: 79%;*/
    z-index: 99;
    left: 0px;
    right: 0px;
    margin: auto;
}
.ems-2020 {
    margin-top: 18px;
}
#myCarousel{
    margin-top: 39px;
}



/*======== New changes ==========*/


/*6-may-20222*/
.mobile-menu-area {
display: none;
}
.single-footer.link {
    float: right;
}
.single-footer.contact {
    float: right;
}
.header-menu-box .get-quout>a {
    padding: 0 10px;
    font-size: 12px;
}
.menu ul li {
    margin-left: 6px;
}
.menu>nav>ul>li>a:focus,.menu>nav>ul>li>a:hover{color: #fff!important;}
.about-area{
    background-color: #f7f7f7;
}
.flex{
    display: flex;
}
.align-center{
    align-items: center;
}


@media(max-width: 1320px){
    .menu ul li:first-child {
    margin-left: 25px;
}
.menu ul li {
    margin-left: 15px;
}
.menu ul li a {

    font-size: 11px;

}
}

/*@media(max-width: 1200px){

.menu ul li a {
    font-size: 11px;
    }
    .menu ul li:first-child {
    margin-left: 25px;
}
.menu ul li {
    margin-left: 15px !important;
}
.header-menu-box .menu i.fa.fa-home {
    font-size: 17px;
}

}
@media(max-width: 1150px){
     
.menu ul li {
    margin-left: 16px!important;
}
.get-quout {
    display: none !important;
}
.header-menu-box {
    display: grid;
    justify-content: space-evenly;
    
}

}*/

/*@media(max-width: 992px){
    h1 {
    font-size: 30px !important;
   }
    h2 {
    font-size: 20px !important;
    line-height: 35px !important;
}
.contact-text>h3 {
    font-size: 15px;
}
   .about-description .about-text {
     float: none !important; 
     width: 100% !important; 
}

.slider-meta .title-2 h1 {
    font-size: 35px !important;
}

.title-2 h2 {
    font-size: 28px !important;
    color: #fff;
}

.about-area{
    padding: 40px 0px !important;
}
.about-text {
    height: 245px;
}
div#vision {
    padding: 40px;
}
.single-services h3 {
    font-size: 20px;
}
.blog-area.gray-bg.ptb-120.hm-blog {
   padding: 40px 0px;
}
.blog-part {
    margin-bottom: 25px;
}
  .footer-area .hidden-sm {
     display: block; !important; 
}





}*/

/*@media(max-width: 768px){
    .footer-area .hidden-sm {
     display: block; !important; 
}
}*/
/*.header-menu-box {
    display: grid;
    justify-content: space-evenly;
    display: none;

}*/

/*@media(max-width: 475px){

   
}*/
@media(max-width: 767px){
    .mobile-menu-area {
display: block;
}

}

@media(max-width: 475px){
    .ptb-100 {
    padding: 40px !important;
}
.ptb-140 {
    padding: 40px 0 !important;
}
.ptb-120 {
    padding: 40px 0 !important;
}
.pt-90 {
    padding-top: 40px !important;
}
.pb-80 {
    padding-bottom: 40px !important;
}
     h1 {
    font-size: 20px !important;
}
h2 {
    font-size: 14px!important;
    line-height: 23px!important;
}
p {
    font-size: 12px;
    font-weight: 300;
}
    div#myCarousel {
    overflow: hidden;
}

    .header{
        bottom: 0px;
    }
    .about-area {
    padding: 25px 0px !important;
}
.about-text {
     padding: 0px !important; 
}
.feature-project .texdt1{
    margin-top: 35px;

}
.feature-project .texdt1 p{
     font-size: 12px !important;
    font-weight: 300 !important;
    text-align: left !important;

}
.feature-project .listers li{
     font-size: 12px !important;
    font-weight: 300 !important;
    text-align: left !important;
}
.single-services h3 {
    font-size: 15px;
}
.services_list p {
    font-size: 12px !important;
}

.contact_us.overlay-white.ptb-100 {
     padding: 55px 0;
     text-align: center;
}
.contact-text{
    text-align: center;
}
.contact-text h1{
    text-align: center;
}
.contact-text>h3 {
    font-size: 11px;
}
.contact-us-button {
    width: 185px;
    display: block;
    margin: auto;
    font-size: 10px;
}

.blog-img img {
    width: 100%;
     height: auto !important; 
}
.blog-area .section-title{
        margin-bottom: 30px;
}
#myCarousel .item img{
    height: 220px !important;
}
#myCarousel .data1 {
    position: relative;
    min-height: 220px;
}
#myCarousel .imagebeta-slide{
    display: none !important;
}
.slider-meta .title-2 h1 {
    font-size: 13px !important;
    line-height: 22px;
}
.slider-meta .title-2 h2 {
    font-size: 13px !important;
    color: #fff;
}
.carousel-control .fa {
    font-size: 20px !important;
    color: #fff !important;
    background: green !important;
    padding: 6px 9px !important;
    border-radius: 100%;
    opacity: 1;
}
.about-area .flex{
    display: block;

}
.about-area pp {
    font-size: 12px;
    font-weight: 300;
}
    .ems-2020 img {
    width: 65% !important;
    margin-top: 0px;
    position: absolute; 
    top: 7px;
    left: 0;
}
.about-desc {
    padding: 0px !important;
}
.logo img {
    text-align: center;
    margin-left: 57px;
    width: 80%;
    margin-top: 0px;
}
.msme-logo {
    margin-top: 25px;
    }
    .mean-container a.meanmenu-reveal {
    top: -58px;
}
#myCarousel {
     margin-top: 0px !important; 
}
.f-logo img {
    width: 30%;
}
.footer-sub-logo {
    padding: 5px 20px 10px;
}
.f-logo img{
    width: 40%;
}
.single-footer.link {
     float: left; 
}
.single-footer-title>h3 {
    font-size: 15px;
}

.single-services.six {
    background: transparent url(../img/services/4.png) no-repeat scroll 96% 90% !important;
    background-size: 25%;
}
.single-services {
    margin-bottom: 25px !important;
}


/*vision page*/

.team-text>h3 {
    font-size: 16px;
}
.events-blog-area .blog-img img {
    width: 100%;
    height: 230px !important;
}
.events-blog-area .blog-part{
    margin-bottom: 25px !important;
}
.events-blog-area .blog-info h3 {
    font-size: 12px;
}
.events-blog-area p{
    font-size: 12px;
}

.events-blog-area .blog-info {
    min-height: 350px;
}
#reportgallery .single-work{
    height: auto;
}
.our-latest-work .single-image-data {
    margin-bottom: 25px;
}
#ems .section-heading{
    margin-bottom: 0px !important;
}
#ems .single-featured-property{
    margin-bottom: 25px !important;
}

#media  .blog-info>a {
    margin-left: -64px;
    }
    #media #rd-mr{
            margin-left: 50px !important;

    }
    #media.blog-area .col-md-4.col-sm-4 {
     min-height: auto !important; 
      margin-bottom: 25px !important;

}
#media .blog-info>a{
    bottom: 0px;
}
#media #view-now{
       margin-bottom: 25px;
}
.small-meta-info {
    min-height: 325px;

}
#Central .small-meta-info {
    min-height: 325px;
}
#Central .blog-part{
    margin-bottom: 35px;
}
#state .blog-part{
    margin-bottom: 0px !important;
}
#state.blog-area .col-md-4.col-sm-4 {
     min-height: auto !important; 
     margin-bottom: 25px !important;
}
.about-desc p {
    text-align: left;
}
.texdt1 {
    text-align: left !important;
}
.about-area p{
    text-align: left !important;
} 

.about-img {
     margin-top: 0px !important; 
}

.blog-info p{
    text-align: left !important;
}
#about-vision .about-img {
    margin-top: 200px !important;
    margin-bottom: 65px;
}
.bult-list{
    text-align: left !important;
}

/*contact*/
.contact-heading strong{
    font-size: 14px;
    text-align: left;
}

#contact .communication {
    position: static;
    padding: 20px !important;
    margin-top: 22px;
}
#contact .communication-icon i{
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #00911a;
}
#contact .communication-text {
    padding-left: 50px;
}
#contact.contact-area{
    padding: 30px 0px !important;
}
#contact .contact-heading .section-title{ 
    margin-bottom: 0px !important;

}
#contact .contact-heading p{
    margin-top: -25px;
}
.all-contact-text .di-na {
    margin-bottom: 20px !important;
}
.all-contact-text .di-na.res-sub {
     margin-top: 0px !important; 
}
.about-area .hderrtexdt1 {
    text-align: left !important;
    word-spacing: 1px;
}



}
/*SOcial Media css*/
.feeds {
    min-height: 400px;
    overflow: auto;
    height: 300px;
    /* box-shadow: 0px 0px 7px 0px #ccc; */
    border: 1px solid #ccc;
    border-radius: 6px 3px 0px 6px;
    /* border-right: 0px; */
}
h2.title-news {
    margin: 0px;
    font-size: 16px;
    line-height: 23px;
}
.shadowDepth1 {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.card__padding {
    padding: 1.6rem;
}
h2.title-news a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    color: #000;
    text-decoration: none;
}
.central-card {
    margin-bottom: 22px;
}
.central-img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.budget.bgt {
    margin-bottom: 23px;
    min-height: 294px;
}
.card1:hover{
    background-color: #00911a;
}
.card1:hover .title-news {
    color: #fff!important;
}
.card1:hover .title-news a {
    color: #fff!important;
}
h2.state1 a {
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-view img {
    height: 241px;
    object-fit: cover;
    width: 100%;
}
.single-footer-desc ul>li {
    list-style: none;
}
.single-footer-desc ul {
    padding-left: 0px;
}
.budget.bgt a{color: #000;
    text-decoration: none;}
    .msme-foot-logo{
        margin-top: -21%;
    }
    .menu nav ul {
    margin-left: -57px !important;
}
section.breadcrumbs-area{
    padding: 100px 0px;
}
body{
    overflow-x: hidden;
}