<style>.
    body{
        position: relative !important;
        font-family: 'Open Sans', sans-serif;
    }
    .navbar-default .navbar-nav>.active>a{
        background-color: #ef851c !important;
        color: white !important;  
    }
    .navbar{
        background-color: white !important;
        border-bottom-color: #ef851c !important;
        border-style: solid !important;
        border-bottom-width: 2px !important;
    }
    .brand-name{
        color: #335f60 !important;
        letter-spacing: 3px;
    }
    .brand-name:hover{
        text-decoration: none;
    }
    .nav li a{
        color: #666 !important;
    }
    .nav li:hover a{
        background-color: #ef851c !important;
        color: white !important;
    }
    .navbar-toggle{
        border-color: white !important;
        border-style: solid !important;
    }
    .navbar-toggle:hover{
        background-color: white !important;
    }
     .navbar-toggle:focus{
        background-color: white !important;
    }
    .navbar-toggle .icon-bar{
        background-color: black !important;
    }
    .sec1{
        background-color: #335f60 !important; 
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .up-top{
        margin-top: 100px;
    }
    h1{
        color: white !important;
    }
    .p-desc-top{
        margin-top: 15px;
        font-size: 21px;
        text-align: justify;
    }
    .vid-holder{
        width: 100%;
        height: 400px;
        border-style: none;
    }
    .sec2{
        padding-bottom: 50px;
    }
    .abt-top{
        margin-top: 70px;
        color: black !important;
        font-weight: bold;
    }
    .abt-desc{
        margin-top: 25px;
        text-align: justify;
        color: #55595c !important;
        font-size: 19px;
    }
    .sun-img{
        width: 100%; 
    }
    .sec3{
        background-color: whitesmoke;
        text-align: center;
        padding-bottom: 50px;
    }
    .img-circle{
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: black;
        width: 200px;
        height: 200px;
    }
    .child-center{
        text-align: center;
    }
    .f-box{
        padding: 15px;
        border-color: black;
        border-radius: 5px;
        background-color: white; 
        box-shadow: -1px 2px 7px #888888;
        margin-top: 25px;
    }
    .a-sp{
        padding-bottom: 5px;
    }
    .sec4{
        text-align: center;
        padding-bottom: 50px;
    }
    .btn{
        color: white !important;
    }
    input:focus,textarea:focus{
        border-color: #178acc !important;
    }
    .f-hov:hover{
         box-shadow: 1px 6px 11px #888888;
    }
    .f-adp{
        padding-bottom: 100px;
    }
    .h-lt{
        margin-left: -15px;
        margin-right: -15px;
    }
    .contact-top{
        margin-top: 15px;
        color: black !important;
        font-size: 20px;
    }
    .contact-desc-top{
        text-align: left;
        font-size: 18px;
        color: #55595c !important;  
    }
    .contact-desc{
        color: #55595c !important;  
    }
    .c-desc{
        margin-top: -15px;
    }
    .c-num{
        color:  #337ab7;
    }
    .c-num:hover{
        color: #23527c;
        text-decoration: underline;
        cursor: pointer;
    }
    .logo-pic{
        margin-top: -10px;
        width: 50px;
    }
    .m-left{
        margin-left: 5px;
    }
    .circle-back{
        z-index: 6;
        bottom: 0;
        right: 0;
        position: fixed;
        margin-right: 2%;
        margin-bottom: 25px;
        padding-top: 15px;
	    border-radius: 50%;
	    width: 40px;
	    height: 40px; 
        border-color: white;
        border-style: solid;
        background-color: #335f60;
        text-align: center; 
    }
    .circle-back:hover{
        cursor: pointer;
        background-color: #ef851c; 
    }
    .c-arrow{
        width: 40px;
        margin-top: -18px;
        margin-left: -2px;
    }
    .next-con{
        margin-top: 25px;
        text-align: center;
    }
    .next-ic{
        opacity: 0.5;
    }
</style>