﻿body {
    margin: 0;
    padding: 0;
    font: 500 14px/24px 'Raleway';
    color: #666;
}

div.SiteWidth {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

div.BHeadr {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: 0.3s;
}

    div.BHeadr div.HedrCntnr div.Logo, div.BHeadr div.HedrCntnr div.Menu {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    div.BHeadr div.HedrCntnr div.Logo {
        width: 30%;
    }

        div.BHeadr div.HedrCntnr div.Logo a.MenuLnk {
            display: inline-block;
            padding: 20px 10px 20px 0;
        }
		div.BHeadr.ScrlActv div.HedrCntnr div.Logo a.MenuLnk {
            padding: 10px 10px 10px 0;
        }

            div.BHeadr div.HedrCntnr div.Logo a.MenuLnk img.BhmLg {
                display: block;
                width: 200px;
                height: 56px;
                background: transparent url(../Images/Bhoomi-Wht.png) no-repeat center center;
                background-size: 100%;
                transition: 0.3s;
            }

    div.BHeadr div.MblMenuHldr {
        display: none;
    }

    div.BHeadr div.HedrCntnr div.Menu {
        width: 70%;
    }

        div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst {
            list-style: none;
            text-align: right;
            margin: 0;
            padding: 0;
        }

            div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst li {
                display: inline-block;
                vertical-align: top;
            }

            div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk {
                display: block;
                text-transform: uppercase;
                text-decoration: none;
                font: 600 16px/28px 'Raleway';
                padding: 40px 20px;
                color: #fff;
                transition: 0.3s;
                opacity: 1;
            }
			div.BHeadr.ScrlActv div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk {
                padding: 27px 20px;
            }

    div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst li.current-item a.MenuLnk {
        opacity: 1;
        transition: 0.3s;
    }

    div.BHeadr div.HedrCntnr div.Menu #slide-line {
        position: absolute;
        bottom: 20px;
        height: 2px;
        background: rgba(255,255,255,0.5);
        transition: 0.3s;
    }

    div.BHeadr.ScrlActv div.HedrCntnr div.Menu #slide-line {
        bottom: 0;
        background: rgba(108,169,58,0.5);
        transition: 0.3s;
    }


    div.BHeadr.ScrlActv {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,0.1);
        transition: 0.3s;
    }
        div.BHeadr.ScrlActv div.HedrCntnr div.Logo a.MenuLnk img.BhmLg {
            background: transparent url(../Images/Bhoomi-Clr.png) no-repeat center center;
            background-size: 100%;
            transition: 0.3s;
        }

        div.BHeadr.ScrlActv div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk {
            color: #6aa838;
            opacity: 1;
            transition: 0.3s;
        }

            div.BHeadr.ScrlActv div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk.Active {
                opacity: 1;

            }

div.BhVidHldr {
    position: relative;
    width: 100%;
    height: 800px;
    background: rgb(132,175,54);
    background: linear-gradient(150deg, rgba(132,175,54,0.8) 0%, rgba(39,109,37,0.8) 100%);
}

    div.BhVidHldr:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent url(../Images/SliderFront-Bg.png) no-repeat bottom center;
    }

    div.BhVidHldr #BhmVid {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
    }

    div.BhVidHldr div.SldrCptn {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font: 200 70px/80px 'Raleway';
        padding: 20% 0 0 0;
    }

    div.BhVidHldr div.ScrlAmn {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 100px;
        color: #fff;
        text-align: center;
    }

        div.BhVidHldr div.ScrlAmn:after {
            content: '';
            display: block;
            width: 30px;
            height: 30px;
            margin: 0 auto;
            background: transparent url(../Images/Sldr-Btm.png) no-repeat center center;
            background-size: 100%;
        }

        div.BhVidHldr div.bounce {
            animation: bounce 0.8s;
            animation-direction: alternate;
            animation-iteration-count: infinite;
        }

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50px);
    }
}

div.BhWbSctn {
    padding: 180px 0 100px 0;
    background-color: #fff;
    z-index: 999;
}

    div.BhWbSctn div.BhTtlHldr span.TtlHldr, div.BhWbSctn div.BhTtlHldr span.SbTtlHldr {
        display: block;
        text-align: center;
    }

    div.BhWbSctn div.BhTtlHldr span.TtlHldr {
        color: #6aa838;
        font: 600 40px/100% 'Raleway';
        padding: 0 0 10px 0;
    }

    div.BhWbSctn div.BhTtlHldr span.SbTtlHldr {
        color: #999;
        font: 400 16px/24px 'Raleway';
        padding: 5px 0 0 0;
    }

div.WhtWeDo div.CntntHldr {
    padding: 0px 0;
}

    div.WhtWeDo div.CntntHldr.Rsp div.Fst {
        display: none;
    }

    div.WhtWeDo div.CntntHldr div.CntntLft, div.WhtWeDo div.CntntHldr div.CntntRgt {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    div.WhtWeDo div.CntntHldr div.CntntLft {
        width: 40%;
        text-align: center;
    }

        div.WhtWeDo div.CntntHldr div.CntntLft img.CntntImg {
            display: block;
            width: 80%;
            margin: 0 auto;
        }

    div.WhtWeDo div.CntntHldr div.CntntRgt {
        width: 60%;
        padding: 0 0px;
    }

        div.WhtWeDo div.CntntHldr div.CntntRgt span.CntntTtl {
            display: block;
            color: #444;
            font: 600 30px/100% 'Raleway';
            padding: 100px 0 25px 0;
        }

        div.WhtWeDo div.CntntHldr div.CntntRgt p.CntntTxt {
            display: block;
            color: #444;
            padding: 0;
            margin: 0;
        }

div.OurExpertise {
    padding-bottom: 200px;
}

    div.OurExpertise div.CntntHldr {
        display: inline-block;
        vertical-align: top;
        width: 330px;
        box-sizing: border-box;
        padding: 120px 0 0 100px;
        padding: 120px 0 0 0;
        position: relative;
        text-align: center;
    }

    div.OurExpertise div.CntntHldr:before {
        content: '';
        position: absolute;
        width: 72px;
        height: 72px;
        left: 10px;
        top: 180px;
        display: none;
    }

    div.OurExpertise div.NO:before {
        background: transparent url(../Images/Spl-90.png) no-repeat center center;
    }

    div.OurExpertise div.EO:before {
        background: transparent url(../Images/Spl-80.png) no-repeat center center;
    }

    div.OurExpertise div.NF:before {
        background: transparent url(../Images/Spl-95.png) no-repeat center center;
    }

    div .OurExpertise div.CntntHldr.Mddl {
        margin: 0 35px;
    }

    div.OurExpertise div.CntntHldr div.CntntImgHldr img.CntntImg {
        display: inline-block;
        width: 30%;
    }

    div.OurExpertise div.CntntHldr div.CntntTtlHldr span.CntntTtl {
        display: block;
        padding: 10px 0;
        font: 600 18px/100% 'Raleway';
    }



    div.OurExpertise div.CntntHldr div.CntntTxtHldr p.CntntTxt {
        margin: 0;
        padding: 0;
        display: none;
    }

div.HappyClients {
    background: #fff url(../Images/Clnts-Bg.png) no-repeat center 80px;
    background-size: 100%;
}

    div.HappyClients div.BhTtlHldr {
        padding: 0 0 80px 0;
    }

    div.HappyClients div.BhTsmnlHldr {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
    }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnImg {
            display: none;
        }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnImg img.Img {
            display: inline-block;
            max-width: 170px;
        }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnQt {
            padding: 20px 0;
        }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnQt img.Img {
            display: inline-block;
            max-width: 75px;
        }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnTxt {
            padding: 0 80px;
        }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnTxt span.TxtQut {
            display: block;
            font-style: italic;
            color: #444;
            font-size: 16px;
            line-height: 28px;
        }

        div.HappyClients div.BhTsmnlHldr div.BhTsmnTxt span.TxtCust {
            display: block;
            padding: 20px 0 5px 0;
            color: #444;
            font-weight: 600;
            font-size: 18px;
            display: none;
        }

            div.HappyClients div.BhTsmnlHldr div.BhTsmnTxt span.TxtCustComp {
                display: block;
                display: none;
            }

        div.Contact {
            background: #fff url(../Images/Contact-Bg.png) no-repeat center 400px;
            background-size: 100%;
            padding-bottom: 0;
        }

    div.Contact div.CntctHldr {
        background-color: #fff;
        box-shadow: 0 0 50px rgba(0,0,0,0.1);
        border-radius: 10px;
        margin: 50px 0 0 0;
    }

        div.Contact div.CntctHldr div.CntctMapHldr {
            padding: 60px 60px 30px 60px;
        }

        div.Contact div.CntctHldr div.CntctMapDtls {
            padding: 0 60px 30px 60px;
            border-bottom: 1px solid #eee;
        }

            div.Contact div.CntctHldr div.CntctMapDtls span.TxtHldr {
                display: block;
                text-align: center;
                font-size: 16px;
                line-height: 34px;
            }

        div.Contact div.CntctHldr div.CntctCntctFrm {
            padding: 60px;
            display: none;
        }

            div.Contact div.CntctHldr div.CntctCntctFrm span.TtlHldr {
                display: block;
                text-align: center;
                font: 600 18px/100% 'Raleway';
                color: #444;
            }

            div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm {
                margin: 0;
                padding: 30px 0 0 0;
                list-style: none;
            }

                div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li {
                    display: inline-block;
                    width: 100%;
                    vertical-align: top;
                    box-sizing: border-box;
                    padding: 10px 20px;
                }

                    div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li.Hlf {
                        width: 50%;
                    }

                    div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li.BtnHldr {
                        text-align: center;
                    }

                    div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li span.Txt {
                        display: block;
                        padding-bottom: 5px;
                    }

                    div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li .Input {
                        display: block;
                        width: 100%;
                        box-sizing: border-box;
                        padding: 10px;
                        border: 1px solid #ddd;
                        font: 500 14px/24px 'Raleway';
                        color: #666;
                        border-radius: 5px;
                    }

                    div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li .CntctBtn {
                        margin: 0;
                        padding: 15px 50px;
                        color: #fff;
                        background-color: #6aa838;
                        border: none;
                        cursor: pointer;
                        border-radius: 5px;
                        font: 600 18px/100% 'Raleway';
                    }

div.BFtr {
}

    div.BFtr span.FtrTxt {
        display: block;
        text-align: center;
        color: #fff;
        padding: 50px 0;
        font-size: 12px;
    }


@media only screen and (max-width: 1024px) {
    div.OurExpertise div.CntntHldr {
        width: 300px;
    }
}

@media only screen and (max-width: 1023px) {
    div.OurExpertise div.CntntHldr {
        width: 50%;
    }

        div.OurExpertise div.CntntHldr.Mddl {
            margin: 0;
        }

    div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk {
        padding: 40px 18px;
    }

    div.Contact {
        background-position: center bottom;
        background-size: 110%;
    }
}

@media only screen and (max-width: 767px) {
    div.BHeadr div.MblMenuHldr {
        display: block;
        position: absolute;
        right: 35px;
        top: 35px;
        z-index: 4;
    }

        div.BHeadr div.MblMenuHldr span.MblMenu {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: transparent url(../Images/Menu-White.png) no-repeat center center;
            background-size: 100%;
            transition: 0.3s;
        }

    div.BHeadr.ScrlActv div.MblMenuHldr {
        top: 25px;
    }

    div.BHeadr.ScrlActv div.MblMenuHldr span.MblMenu {
        background: transparent url(../Images/Menu-Green.png) no-repeat center center;
        background-size: 100%;
        transition: 0.3s;
        
    }

        div.BHeadr div.HedrCntnr div.Logo {
            width: 100%;
            position: relative;
            z-index: 3;
        }

    div.BhVidHldr div.SldrCptn {
        width: 80%;
        font: 200 50px/56px 'Raleway';
        padding: 40% 0 0 0;
    }

    div.BHeadr div.HedrCntnr div.Menu {
        position: fixed;
        background-color: rgba(0,0,0,0.8);
        z-index: 99;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        transition: 0.3s;
    }

        div.BHeadr div.HedrCntnr div.Menu.Active {
            top: 0;
            transition: 0.3s;
        }

        div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst {
            text-align: center;
        }

            div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst li {
                display: block;
                text-align: center;
            }

            div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk, div.BHeadr.ScrlActv div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk {
                padding: 40px 18px;
                color: #fff !important;
            }

            div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst span.MblClsBtn {
                display: inline-block;
                width: 40px;
                height: 40px;
                background: transparent url(../Images/Close.png) no-repeat center center;
                background-size: 100%;
                margin: 30px 0 0 0;
            }

            div.WhtWeDo div.CntntHldr div.CntntLft, div.WhtWeDo div.CntntHldr div.CntntRgt {
                width: 100%;
                text-align: center;
            }

    div.WhtWeDo div.CntntHldr div.CntntLft {
        padding-top: 30px;
    }

    div.WhtWeDo div.CntntHldr div.CntntRgt span.CntntTtl {
        padding-top: 30px;
    }

    div.WhtWeDo div.CntntHldr.Rsp div.CntntLft.Fst {
        display: block;
    }

    div.WhtWeDo div.CntntHldr.Rsp div.CntntLft.Lst {
        display: none;
    }

    div.OurExpertise div.CntntHldr {
        width: 100%;
    }

    div.Contact div.CntctHldr div.CntctMapHldr, div.Contact div.CntctHldr div.CntctCntctFrm {
        padding: 30px;
    }

    div.Contact div.CntctHldr div.CntctMapDtls {
        padding: 0 30px 30px 30px;
    }

    div.Contact div.CntctHldr div.CntctCntctFrm ul.CntctFrm li {
        width: 100%!important;
        padding: 10px 0;
    }

    div.MblScrlBlr {
        background: rgba(0,0,0,0.5);
        filter: blur(8px);
        -webkit-filter: blur(8px);
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 374px) {
    div.BhVidHldr div.SldrCptn {
        font: 200 40px/46px 'Raleway';
    }
    div.Contact div.CntctHldr div.CntctMapDtls span.TxtHldr {
        overflow-wrap: break-word;
    }
    div.OurExpertise div.CntntHldr {
        padding: 60px 0 0 100px;
    }

        div.OurExpertise div.CntntHldr:before {
            top: 100px;
        }
    div.BHeadr div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk, div.BHeadr.ScrlActv div.HedrCntnr div.Menu ul.BhMnLst a.MenuLnk {
        padding: 30px 18px;
    }
}

    
