body{
    background-color: rgb(218, 234, 233);
    font-family: sans-serif;
    color: rgb(8, 22, 8);
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-align: center
}
.navigationBar{
    background-color: rgb(3, 117, 3);
    position: fixed;
    width: 100%;
    margin-top: 0px;
    height: 65px;
    margin-bottom: 0px;
    text-align: left;
    box-shadow: 3px 3px 10px black;
    z-index: 7;
}
.logoArea{
    position: static;
    width: 25%;
    display: inline-table;
    padding: 15px;
    vertical-align: top;
}
.logoArea h2{
    position: static;
    color: white;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px black;
    display: inline-table;
}
.logoArea span{
    color: rgb(255, 181, 243);
    text-shadow: none;
 }
 .iconHod{
    width: 20%;
    position: static;
    display: inline-table;
    vertical-align: top;
    background-color: rgb(3, 117, 3);
    padding: 5px;
    border-radius: 100%;
 }
 .iconHod img{
    width: 100%;
    display: inline-table;
 }
.menuBar{
    position: static;
    width: 70%;
    display: inline-table;
    vertical-align: top;
    text-align: right;
}
.menuBar ul{
    list-style: none;
    list-style-type: none;
}
.menuBar li{
    position: static;
    display: block;
    display: inline-table;
    margin-top: 10px;
}
.menuBar li a{
    position: static;
    padding: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 17px;
    position: static;
    text-transform: uppercase;
    transition: all 2s;
}
.menuBar-active{
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 4px;
}
.menuBar li a:hover{
    background-color: rgb(0, 255, 0);
    padding-bottom: 30px;
    padding-top: 30px;
    color: rgb(0, 0, 0);
}
.sliderBar{
    position: static;
    background-color: gray;
    width: 100%;
    height: 660px;
    padding-top: 60px;
}
.sliderBar img{
    width: 100%;
}
.welcomeAction{
    position: absolute;
    width: auto;
    padding: 25px;
    border-radius: 13px;
    text-align: center;
    opacity: 0.5;
    background-color: rgb(255, 255, 255);
    left: 10%;
    right: 10%;
    margin-top: 250px;
}
.welcomeAction h2{
    font-size: 54px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(3, 83, 24);
    text-shadow: 3px 3px 3px rgb(255, 255, 255);
}
.welcomeAction p{
    font-size: 22px;
    color: black;
    margin-bottom: 33px;
    margin-top: 5px;
}
.welcomeAction span{
    background-color: rgb(1, 82, 47);
    color: white;
    font-size: 22px;
    border-radius: 100px;
    padding: 14px 22px 14px 22px;
    width: 10%;
    margin-top: 55px;
    cursor: pointer;
    transition: all 2s;
}
.welcomeAction span:hover{
    background-color: transparent;
    border-style: solid;
    border-color: green;
    color: green;
}
.EasySummary{
    text-align: center;
    position: static;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.EasyTabs{
    position: static;
    width: 15%;
    background-color: rgb(173, 130, 0);
    padding-top: 0px;
    padding: 12px;
    color: white;
    height: 200px;
    overflow: hidden;
    display: inline-table;
    box-shadow: 3px 3px 12px gray;
    line-height: 1.8;
}
.EasyTabs span{
    display: block;
}
.EasyTabs i{
    font-size: 55px;
    margin-top: 5px;
}
.EasyTabs p{
    width: 85%;
    margin: 0 auto;
}
.EasyTabs h3{
    margin-top: 0px;
}


.EasyTabs2 h3{
    margin-top: 0px;
}
.EasyTabs2 span{
    display: block;
}
.EasyTabs2 i{
    font-size: 55px;
    margin-top: 5px;
}



.EasyTabs3 h3{
    margin-top: 0px;
}
.EasyTabs3 span{
    display: block;
}
.EasyTabs3 i{
    font-size: 55px;
    margin-top: 5px;
}





.EasyTabs4 h3{
    margin-top: 0px;
}
.EasyTabs4 span{
    display: block;
}
.EasyTabs4 i{
    font-size: 55px;
    margin-top: 5px;
}


.EasyTabs2{
    position: static;
    width: 15%;
    background-color: rgb(0, 255, 64);
    padding-top: 0px;
    padding: 12px;
    height: 200px;
    overflow: hidden;
    display: inline-table;
    box-shadow: 3px 3px 12px gray;
    line-height: 1.8;
}
.EasyTabs2 p{
    width: 85%;
    margin: 0 auto;
}

.EasyTabs3{
    position: static;
    width: 15%;
    background-color: rgb(150, 14, 64);
    padding-top: 0px;
    padding: 12px;
    height: 200px;
    overflow: hidden;
    color: white;
    display: inline-table;
    box-shadow: 3px 3px 12px gray;
    line-height: 1.8;
}
.EasyTabs3 p{
    width: 85%;
    margin: 0 auto;
}

.EasyTabs4{
    position: static;
    width: 15%;
    background-color: rgb(96, 1, 116);
    padding-top: 0px;
    color: white;
    padding: 12px;
    height: 200px;
    overflow: hidden;
    display: inline-table;
    box-shadow: 3px 3px 12px gray;
    line-height: 1.8;
}
.EasyTabs4 p{
    width: 85%;
    margin: 0 auto;
}

.aboutInfoD{
    position: static;
    background-color: white;
    width: 100%;
    padding-bottom: 33px;
    padding-top: 20px;
}
.aboutInfoD h2{
    font-size: 44px;
    color: rgba(3, 32, 3, 0.537);
}
.aboutHolder{
    width: 85%;
    position: static;
    margin: 0 auto;
    padding-bottom: 40px;
}
.aboutImg{
    position: static;
    width: 30%;
    display: inline-table;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
}
.aboutImg img{
    width: 100%;
}
.aboutBodh{
    position: static;
    width: 55%;
    text-align: left;
    padding: 20px;
    display: inline-table;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 20px;
}
.aboutBodh p{
    margin-bottom: 25px;
    color: rgb(1, 46, 1);
}

.aboutBodh span{
    position: static;
    background-color: rgb(1, 62, 1);
    color: white;
    padding: 12px;
    border-radius: 100px;
}
.aboutBodh span:hover{
    background-color: rgb(4, 114, 4);
}
.aboutBodh a{
    padding: 15px;
    color: white;
    text-decoration: none;
}
.ourPackages{
    position: static;
    padding-top: 55px;
    padding-bottom: 55px;
    width: 100%;
    text-align: center;
}
.ourPackages h2{
    font-size: 44px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: rgb(2, 90, 2);
}
.ourPackages h2 span{
    color: rgb(3, 76, 131);
}
.ourPackages p{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.packageTabn{
    position: static;
    display: inline-table;
    background-color: white;
    width: 25%;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    height: 300px;
    padding-bottom: 33px;
    transition: all 2s;
    cursor: pointer;
}
.packageTabn:hover{
    box-shadow: 3px 3px 33px black;
}
.packIMG{
    position: static;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.packIMG img{
    position: static;
    width: 100%;
    border-radius: 10px;
}
.packIMG h2{
    position: absolute;
    color: white;
    text-shadow: 3px 3px 3px black;
    font-size: 20px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100px;
    margin: 20px;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
}
.packDesc{
    position: static;
    width: 100%;
    line-height: 1.5;
    color: rgb(98, 114, 116);
}
.packDesc p{
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 17px;
}
.packDesc span{
    background-color: rgb(8, 81, 130);
    color: white;
    cursor: pointer;
    border-radius: 100px;
    padding: 12px 25px 12px 25px;
    text-transform: uppercase;
    font-weight:bold;
}
.logoROad{
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.partTabn{
    position: static;
    width: 5%;
    display: inline-table;
    margin-left: 20px;
    margin-right: 20px;
}
.partTabn img{
    height: 70px;
}
.aboutInfoD h2{
    margin-top: 50px;
    margin-bottom: 0px;
}
.aboutInfoD p{
    margin-top: 0px;
    margin-bottom: 20px;
}
.postStat{
    position: static;
    width: 100%;
}
.postStat span{
    background-color: transparent;
    border-radius: 0;
    background-color: rgb(199, 184, 184);
    margin: 4px;
}
.packDesc h2{
    font-size: 23px;
    color: gray;
    font-size: 14px;
}
.reviewHolder{
    position: static;
    width: 25%;
    background-color: rgb(218, 234, 233);
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 6px;
    padding: 12px;
    display: inline-table;
    margin: 15px;
}
.qouteWho{
    margin-top: 15px;
    text-align: center;
}
.whoImg{
    position: static;
    display: inline-table;
    width: 10%;
    height: 30px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.whoImg img{
    width: 100%;
    height: 35px;
}
.whoDetails{
    position: static;
    display: inline-table;
    width: 70%;
    vertical-align: top;
    text-align: left;
}
.whoDetails h2{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.commentp p{
    font-size: 17px;
    line-height: 1.5;
    display: inline-table;
    color: rgb(70, 81, 98);
    margin-bottom: 3px;
}
.commentp span{
    display: inline-table;
    font-size: 12px;
}
.commentp i{
    font-size: 33px;
    color: gray;
}
.whoDetails p{
    font-size: 13px;
}
.rateStar{
    width: 30%;
    float: right;
    position: relative;
    margin-top: -10px;
}
.rateStar{
    font-size: 33px;
}
.contactHoD{
    position: static;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;

}
.infoSide{
    position: static;
    width: 35%;
    display: inline-table;
    vertical-align: top;
    text-align: left;
}

.formArea{
    position: static;
    width: 55%;
    display: inline-table;
    text-align: left;
}
.infoTabds{
    position: static;
    width: 100%;
    margin-bottom: 20px;
    color: rgb(6, 69, 103);
}
.infoTabds p{
    margin-bottom: 8px;

}
.infoTabds a{
    text-decoration: none;
    color: rgb(6, 69, 103);
}
.infoTabds i{
    font-size: 15px;
    color: rgb(6, 69, 103);
}

.getSocialWithus{
    position: static;
    width: 100%;
}
.getSocialWithus p{
    margin-top: 4px;
    margin-bottom: 4px;
}
.getSocialWithus i{
    font-size: 55px;
    color: green;
    margin-right: 20px;
}
.getSocialWithus p{
    color: green;
}
.formArea h1{
    margin-top: 0;
    margin-bottom: 0;
}
.formArea p{
    font-size: 13px;
}
.formArea input{
    position: static;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-style: none;
    outline: none;
}
.formArea textarea{
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-radius: 4px;
    border-style: none;
    height: 200px;
    line-height: 1.5;
    outline: none;
}

.formArea button{
    position: static;
    background-color: rgb(8, 111, 190);
    padding: 12px;
    font-size: 15px;
    color: white;
    border-radius: 100px;
    width: 103%;
    border-style: none;
}

.conformROBO{
    position: static;
    width: 40%;
}
.conformROBO h2{
    display: inline-table;
    vertical-align: top;
}
.conformROBO input{
    position: static;
    width: 90%;
    display: inline-table;
    outline: none;
}
.conformROBO p{
    margin-top: 15px;
    margin-bottom: 5px;
}
.poweredBy{
    color: black;
    position: static;
}
.poweredBy p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.poweredBy h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
}
.poweredBy span{
    color: orange;
}





















@media (max-width: 610px){

    
    .logoArea{
        width: 100%;
    }
    .iconHod{
        width: 10%;
        display: inline-table;
        vertical-align: top;
    }
    .logoArea h2{
        position: static;
        display: inline-table;
        font-size: 32px;
    }

    .menuBar{
        display: none;
    }

    .sliderBar{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .welcomeAction{
        margin-left: 0;
        margin-right: 0;
    }
    .welcomeAction h2{
        font-size: 28px;
    }
    .welcomeAction p{
        margin-top: 17px;
        font-size: 18px;
    }

    .welcomeAction span{
        display: none;
    }

    .EasyTabs{
        width: 80%;
        margin-bottom: 10px;
    }

    .EasyTabs2{
        width: 80%;
        margin-bottom: 10px;
    }


    .EasyTabs3{
        width: 80%;
        margin-bottom: 10px;
    }

    .EasyTabs4{
        width: 80%;
        margin-bottom: 10px;
    }
    .aboutImg{
        width: 100%;
    }
    .aboutBodh{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }

    .aboutInfoD h2{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .ourPackages h2{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .packageTabn{
        width: 80%;
        margin-bottom: 60px;
    }
    .packIMG h2{
        font-size: 16px;
        margin-top: -30px;
    }

    .reviewHolder{
        width: 85%;
    }
    .whoImg{
        width: 20%;
        height: 75px;
        border-radius: 5px;
    }
    .whoImg img{
        width: 100%;
        height: auto;
    }
    .whoDetails h2{
        font-size: 19px;
        margin-bottom: 2px;
    }
    .infoSide{
        width: 90%;
    }
    .formArea{
        margin-top: 50px;
        width: 85%;
    }

}