
.wrap {
    padding: 4px 0;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    margin-top: 1.5rem;
}
/********************** nav level 2 ***********************/
.ftco-navbar-light.scrolled {
    z-index: 20;
}

.navbar-nav > li {
    float: left;
    position: relative;
}

    .navbar-nav > li > ul {
        display: none;
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.navbar-nav li ul {
    margin: 0;
    padding: 0;
}

/*.navbar-nav > li::marker, .navbar-nav li::marker {
    display: none !important;
    color: transparent;
}*/
li::marker {
    display: none !important;
    color: white !important;
}

.navbar-nav li:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.navbar-nav > li > ul {
    border-top: 3px solid #529347;
}

.navbar-nav > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 200px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #356126;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.navbar-nav .width-more {
    width: 400px;
}

.navbar-nav > li > ul > li {
    position: relative;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 500ms ease;
    list-style-type: none;
}


    .navbar-nav > li.current > a, .navbar-nav > li:hover > a, .navbar-nav > li > a, .sticky-header .navbar-nav > li > a, .navbar-nav > li > ul > li > a {
        color: #356126;
        font-family: 'Montserrat';
        text-transform: capitalize;
        text-shadow: none;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 14px;
    }

.navbar-nav > li > ul li:hover {
    background-color: #ff7b00;
}

    .navbar-nav > li > ul li:hover a {
        color: #fff;
    }

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #ff7b00 !important;
}
/***************************** carousel *******************************/
.carousel {
    background-color: #000;
    overflow: hidden;
}

.carousel-inner .item img {
    width: 100%;
}

.carousel-inner .item img {
    object-fit: cover;
    opacity: 0.6;
}

.carousel-indicators li {
    width: 180px;
    height: 180px;
    background-color: #366226;
    border: none;
    border-radius: 0;
    margin: 0;
    opacity: 1;
}

    .carousel-indicators li.active {
        width: 180px;
        height: 180px;
        background-color: #2c4f1f;
    }

.carousel-indicators {
    margin-left: 42%;
}

.carousel .SiderBox {
    width: 100%;
    height: 180px;
    margin: 0px;
    position: relative;
}

.carousel .line {
    width: 100%;
    height: 180px;
    margin: 0px;
}

.carousel .SiderBox .line p {
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-indent: 0;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px;
}

.carousel .SiderBox:before {
    top: 0;
    right: 0;
}

.carousel .SiderBox:after {
    bottom: 0;
    left: 0;
}

.carousel .SiderBox:before, .carousel .SiderBox:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 10px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel .SiderBox .line:before {
    top: 0;
    right: 0;
}

.carousel .SiderBox .line:before, .carousel .SiderBox .line:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 4px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel .SiderBox .line:after {
    bottom: 0;
    left: 0;
}

.SiderBox:hover:after, .SiderBox:hover:before,
.carousel-indicators li.active .SiderBox:after, .carousel-indicators li.active .SiderBox:before {
    height: 30px;
    background: #ff7b00;
}

.SiderBox:hover .line:before, .SiderBox:hover .line:after,
.carousel-indicators li.active .SiderBox .line:before, .carousel-indicators li.active .SiderBox .line:after {
    width: 30px;
    background: #ff7b00;
}

.carousel-indicators li.active .SiderBox p {
    color: #ff7b00;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 4px;
}

.InnerText {
    position: absolute;
    top: 150px;
    width: 100%;
}

    .InnerText .line {
        width: 100%;
        height: auto;
        margin: 0px;
    }

    .InnerText p.line {
        position: relative;
    }

    .InnerText p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        padding-left: 46px !important;
    }

        .InnerText p.line:after {
            position: absolute;
            bottom: 8px;
            left: 0;
            content: '';
            width: 40px;
            height: 2px;
            background: #fff;
        }

    .InnerText h1 {
        font-size: 40px;
        color: #fff;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: 1.5px;
    }

.main-slider .content {
    position: relative;
    background-color: rgba(0,0,0,0.45);
    padding: 40px 16px;
    border-radius: 2px;
}

    .main-slider .content h4 {
        font-family: 'OpenSans';
        /* font-family: 'Lato'; */
        text-shadow: none;
        transform: translateY(0);
        font-weight: 500;
    }



.welcome-section {
    position: relative;
    padding: 120px 0px 40px 0px;
    border-bottom: 2px solid #f4f3f0;
}

.chooseus-section {
    background-color: #e8e8e8;
    /*background-image: -webkit-linear-gradient(280deg, #fff 35%, #fafafa 34%);*/
}

.chooseus-block-one .left-layer:before, .chooseus-block-one .right-layer:before,
.chooseus-block-one .left-layer:after, .chooseus-block-one .right-layer:after {
    display: none;
}

.chooseus-block-one:hover .icon-box, .chooseus-block-one:hover .link a, .chooseus-block-one:hover .text {
    color: #333;
}

.chooseus-block-one {
    /*box-shadow: 0 0 8px 2px #529347;*/
    box-shadow: 2px 10px 12px rgba(56, 87, 35, 0.9);
    transition: all 300ms ease;
}



    .chooseus-block-one:hover {
        /*box-shadow: 0 0 8px 2px #decc01;*/
        box-shadow: 2px 10px 12px rgba(222, 204, 1, 0.9);
        transition: all 300ms ease;
    }

    .chooseus-block-one .link {
        margin-bottom: 6px;
        text-align: left;
        font-weight: 700;
        font-size: 20px !important;
        font-family: 'OpenSans';
        letter-spacing: 0.5px;
    }

    .chooseus-block-one .text {
        text-align: left;
        font-family: 'OpenSans';
        letter-spacing: 0.5px;
        line-height: 26px;
    }

.chooseus-block-one {
    margin-bottom: 30px;
}

.testimonial-section {
    background-color: silver;
    background-image: -webkit-linear-gradient(-100deg, #fff 50%, #e5d737 75%);
}

.team-section {
    background-color: #fafafa;
    /*background-image: -webkit-linear-gradient(100deg, #fff 30%, #e5d737 75%);*/
}




.team-block-one .lower-content span {
    min-height: 46px;
}

section#getintouch {
    padding: 60px 0;
}


/*.our-company {
    background-color: silver;
    background-image: -webkit-linear-gradient(-100deg, #fafafa 30%, #fff 75%);
}*/



/*.tabs-box .tab-btns .tab-btn {
    border: 2px solid silver;
    border-radius: 2px;
    transition: all 300ms ease;
}

    .tabs-box .tab-btns .tab-btn:hover {
        border: 2px solid #529347;
        border-radius: 2px;
        transition: all 300ms ease;
        background-color: silver;
        background-image: -webkit-linear-gradient(100deg, #fff 28%, #529347 100%);
    }*/

.tabs-box .tab-btns .tab-btn {
    /*box-shadow: 0 0 8px 2px #529347;*/
    box-shadow: 2px 10px 12px rgba(56, 87, 35, 0.9);
    transition: all 300ms ease;
}

    .tabs-box .tab-btns .tab-btn:hover {
        /*box-shadow: 0 0 8px 2px #decc01;*/
        box-shadow: 2px 10px 12px rgba(222, 204, 1, 0.9);
        transition: all 300ms ease;
    }

.tabs-box .tab-btns h3 {
    line-height: 36px !important;
}

.tabs-box .tab-btns h5 {
    padding-top: 8px;
}


.tabs-box .tab-btns .tab-btn {
    min-height: 420px !important;
    margin: 20px 0;
    background-color: #fff;
}

.Height2 .tabs-box .tab-btns .tab-btn {
    min-height: 550px !important;
    margin: 20px 0;
}

.ProductPageStyle {
    background-color: silver;
    background-image: -webkit-linear-gradient(-100deg, #fafafa 30%, #fff 75%);
}

    .ProductPageStyle h3 {
        color: #529347;
        border-bottom: 1px solid;
        padding-bottom: 26px;
        margin-bottom: 40px;
    }

    .ProductPageStyle p {
    }

.ProductViewList {
    text-align: center;
}

    .ProductViewList li {
        display: inline-block;
        background-color: #529347;
        color: #fff;
        padding: 6px 20px;
        border-radius: 4px;
        margin: 12px;
        letter-spacing: 1px;
    }

        .ProductViewList li:hover {
            background-color: #333;
        }



.our-company {
    background-color: #e8e8e8;
}


.tab-btn .icon-box {
    position: relative;
    display: block;
    font-size: 56px;
    color: #f18f20;
    margin-bottom: 38px;
    transition: all 500ms ease;
}

.CarrerTopTextBg {
    background-image: url(../images/resource/careers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

    .CarrerTopTextBg h3 {
        color: #fff;
    }

    .CarrerTopTextBg span {
        background-color: #385723;
        width: 46%;
        margin: 12px auto;
        height: 4px;
        display: block;
    }

    .CarrerTopTextBg h5 {
        color: #fff;
    }


.CarrerCompanyText h3 {
    text-align: center;
    margin-bottom: 40px;
}

.CarrerCompanyText h5 {
    text-align: center;
    line-height: 36px;
    color: #444;
}

.ReadMoreBtn {
    transition: all 500ms ease;
    background-color: #385723;
    color: #fff !important;
    padding: 6px 26px;
    margin-top: 16px;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

    .ReadMoreBtn:hover {
        transition: all 500ms ease;
        background-color: #decc01;
    }

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
    background: #ff7b00;
    border: 1px solid #ff7b00;
    color: #fff;
}


/************************* AboutSection ***************************/
.AboutSection {
    background-image: url(../images/Testing-Service.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
}

.PageTitleView {
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 4px 4px 6px #000;
}

.PaddingSection {
    padding: 80px 0;
}

.ParaCenterText {
    padding: 28px 0px;
    color: #666;
    font-size: 18px;
    font-weight: 500;
}

.TextBlock {
    text-align: left !important;
    font-size: 12px;
    width: 100%;
    float: left;
    min-height: 334px;
    border: 1px dashed #f3f3f3;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/************************* ourteam ****************************/

#ourteam .ImgBlock img {
    width: 100%;
    transition: all 500ms ease;
}

#ourteam .ImgBox {
    width: 100%;
    overflow: hidden;
    transition: all 500ms ease;
    float: left;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ImgBlock:hover img {
    transition: all 500ms ease;
    transform: scale(1.2);
}

#ourteam .ImgBlock h3 {
    padding-top: 10px;
    font-weight: 500;
    font-size: 20px;
}

#ourteam .ImgBlock p {
    min-height: 56px;
}

#ourteam .SocialLink {
    margin: 0;
    padding: 0;
    text-align: center;
}

    #ourteam .SocialLink li {
        display: inline;
        padding: 0 6px;
    }

        #ourteam .SocialLink li a {
            width: 100%;
            text-align: center;
            background-color: #356126;
            color: #fff;
            padding: 4px 10px;
            border-radius: 4px;
            transition: all 500ms ease;
        }

    #ourteam .SocialLink .fa {
    }

    #ourteam .SocialLink li a:hover {
        transition: all 500ms ease;
        background-color: #ff7b00;
    }
/************************* ourclients ************************/

.ClientBrandList {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    min-height: 66px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

    .ClientBrandList li {
        display: inline-block;
        text-decoration: none;
        list-style-type: none;
        width: 150px;
        padding: 6px;
        border: 1px solid silver;
        margin: 6px;
        transition: all 500ms ease;
    }

        .ClientBrandList li:hover {
            transition: all 500ms ease;
            box-shadow: 2px 2px 4px 0px silver;
        }

        .ClientBrandList li img {
            width: 100%;
        }
/******************** ProductBlock******************/
.ProductBlock .ProductsList .col-md-2 {
    padding: 1px;
}

.ProductOverEffect {
}

    .ProductOverEffect .project {
        position: relative;
    }

        .ProductOverEffect .project h3 {
        }

        .ProductOverEffect .project:hover .OverEffect {
            transition: all 500ms ease;
            display: block;
        }

        .ProductOverEffect .project .OverEffect {
            transition: all 500ms ease;
            background-color: rgba(0,0,0,0.5);
            position: absolute;
            top: 0;
            height: 100%;
            color: #fff;
            padding: 20px;
            display: none;
        }

.TextStyle2 {
    color: #333;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    padding-top: 8px;
}


#more, #more2, #more3, #more4, #more5, #more6 {
    display: none;
}

.project h3 .fa {
    margin-right: 5px !important;
    color: #fff;
    font-size: 26px;
    background-color: #356126;
    padding: 20px;
    width: 70px;
    text-align: center;
    transition: all 500ms ease;
}

.project:hover h3 .fa {
    background-color: #ff7b00;
    transition: all 500ms ease;
}

.project .BorderBoxIndex {
    color: #444;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 2px 2px 4px 0px silver;
    width: 98%;
    margin-top: 20px;
    transition: all 500ms ease;
    min-height: 250px;
    margin-bottom: 6px;
}

.project .BorderBox {
    color: #444;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 2px 2px 4px 0px silver;
    width: 98%;
    margin-top: 20px;
    transition: all 500ms ease;
    min-height: 500px;
    margin-bottom: 6px;
}

    .project .BorderBox:hover {
        background-color: #356126;
        transition: all 500ms ease;
        color: #fff;
    }

.project .BorderBoxList {
    padding-left: 26px;
    font-size: 14px;
}

    .project .BorderBoxList li {
        padding: 4px 0;
    }


.ProductOverEffect .BorderBox {
    transition: all 500ms ease;
    min-height: 586px;
    margin-bottom: 6px;
}


#clients li img {
    height: 66px;
    width: 104px;
}


/************************* ClientCarouselBlock *************************/

.ClientCarouselBlock {
}

    .ClientCarouselBlock .item, .ClientCarouselBlock .carousel-inner {
        background-color: #fff;
    }

        /*.ClientCarouselBlock .item h2 {
            opacity: 1;
            font-weight: bold;
            text-align: center;
            border-bottom: 1px solid silver;
            padding-bottom: 6px;
            margin-bottom: 6px;
        }*/
        .ClientCarouselBlock .item h2 {
            opacity: 1;
            font-weight: bold;
            text-align: center;
            padding-bottom: 6px;
            margin-bottom: 6px;
            float: left;
            width: 12%;
        }

            /*.ClientCarouselBlock .item h2 img {
                width: 80px;
            }*/
            .ClientCarouselBlock .item h2 img {
                width: 94%;
                padding: 2%;
            }

        .ClientCarouselBlock .item p {
            float: left;
            background-color: #fff;
            width: 86%;
            border-left: 1px solid silver;
            padding-left: 1%;
        }

            .ClientCarouselBlock .item p b {
                color: #356126;
            }

        .ClientCarouselBlock .item a {
            background-color: #356126;
            color: #fff;
            padding: 6px;
            font-size: 14px;
            letter-spacing: 0.5px;
            border-radius: 4px;
            text-decoration: none;
            transition: all 500ms ease;
            float: right;
        }

            .ClientCarouselBlock .item a:hover {
                background-color: #ff7b00;
                transition: all 500ms ease;
            }

    .ClientCarouselBlock .carousel-indicators {
        width: 100%;
        margin: 0;
        z-index: 4;
    }

        .ClientCarouselBlock .carousel-indicators li {
            width: 30px;
            height: 10px;
            border-radius: 60px;
            margin: 4px;
        }

            .ClientCarouselBlock .carousel-indicators li.active {
                background-color: #ff7b00;
            }
/************************* LocationaddressBlock *******************/

.Footer {
    padding: 60px 0;
    border-top: 1px solid silver;
}

.TouchText {
    color: #356126;
    padding-bottom: 30px;
    vertical-align: middle;
}

    .TouchText .fa {
        font-size: 20px;
    }

.LocationaddressBlock {
}

    .LocationaddressBlock h2 {
        color: #356126;
        font-weight: bold;
        border-bottom: 1px solid #356126;
        font-size: 18px;
    }

    .LocationaddressBlock p {
        color: #444;
        font-size: 14px;
    }



    .LocationaddressBlock .ContactRick {
        color: #ff7b00;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
        transition: all 500ms ease;
    }

        .LocationaddressBlock .ContactRick:hover {
            color: #356126;
            transition: all 500ms ease;
        }

.BottomBlock {
    background-color: #090f35;
    padding: 20px 0;
}
.map {
    padding: 0;
    height: 335px;
}
.map iframe {
    width: 100%;
    height: 366px;
}
/******************************************************/
.ContactSection {
    padding: 60px 0;
}

.ContactFormDiv {
}

    .ContactFormDiv h2 {
        color: #356126;
        border-bottom: 1px solid silver;
        margin: 0 0 10px 0;
        padding-bottom: 8px;
    }

    .ContactFormDiv input {
        width: 100%;
        float: left;
        padding: 4px 8px;
        margin-bottom: 8px;
        background-color: transparent;
        color: #fff;
        border: 1px solid silver;
        border-radius: 2px;
    }

    .ContactFormDiv textarea {
        width: 100%;
        float: left;
        padding: 4px 8px;
        margin-bottom: 8px;
        background-color: transparent;
        color: #fff;
        border: 1px solid silver;
        border-radius: 2px;
        height: 114px;
        resize: none;
    }

        .ContactFormDiv input:focus, .ContactFormDiv textarea:focus {
            border: 1px solid #356126;
        }

    .ContactFormDiv .SubmitBtn {
        background-color: #356126;
        border: 1px solid #356126;
        border-radius: 2px;
        transition: all 1.2s ease 0s;
    }

        .ContactFormDiv .SubmitBtn:hover {
            background-color: #ff7b00;
            border: 1px solid #ff7b00;
            border-radius: 2px;
            color: #fff;
            transition: all 1.2s ease 0s;
        }


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius:10px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius:10px
    }

/*********************************************************/

.owl-stage .owl-item {
    margin: 2px;
    border: 1px solid #f0f0f0;
    padding: 0px;
}


.owl-stage .owl-item img {
    width: 100% !important;
}

.formBox input {
    font-size: 15px;
    border-radius: 4px;
    padding: 6px;
    border: 1px solid gray;
}

.formBox .inputBox {
  
    margin-bottom: 6px;
}

.Width3{
    width:30%;
}


.formBox .inputBox .btn {
   
            transition: all 1.2s ease 0s;
}

.formBox .inputBox .btn:hover {
     background-color: #ff7b00;
            color: #fff;
            transition: all 1.2s ease 0s;
}


.ContactUS {
    position: relative;
    width: 100%;
    padding: 0;
}






































@media only screen and (min-width:300px) and (max-width:1023px) {


    .TextBlock {
        min-height: 30px;
    }

    #ourteam .ImgBlock p {
        min-height: 6px;
    }

    .project .BorderBox {
        min-height: 100px;
    }

}


@media only screen and (min-width:300px) and (max-width:800px) {


    .Width3{
        width:100%;
    }

}
