    loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position:fixed;
    display: block;
    opacity: 0.7;
    z-index: 99;
    text-align: center;
    }

 
    #loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
    }
    .bk{
    text-style:bold;
    color: #ffffff;
    }
.active {
    border-bottom: 2px solid #b03227 !important;
}
    .sectionimg p
    {
    padding-top: 5px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #5c5c5c;
    }
    .sectionimg:hover{
    transition:2s;
    transform:scale(1.3);
    }
    .journey
    {
    font-size: 20.5px!important;
    /* text-align:justify; */
    }
.dropdown:hover > .dropdown-menu {
    display: block;
    /*
        background-color:rgb(241,196,15);
    */ 
    background-color:#fff !important;
    color: black;
    opacity: 1.0;
}
    /* .dropdown>.dropdown-toggle:active {
    pointer-events:none;
    transform:scale(2.2,1.2);

    }
    .nav-link:hover::after{
    border-bottom: 2px solid #ea8b01;
    background-color:black;
    color:white;
    } */



    /*flip css*/



    .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    cursor:pointer;

    /*border: 1px solid #ccc;*/
    }

    .flip-container:hover .flipper,  
    .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);

    transform: rotateY(180deg);
    transition:all ease 2s;
    cursor:pointer;
    }

    .flip-container, .front, .back {
    /*width: 320px;
    height: 427px;*/

    width:100%;
    height:275px;
    margin-bottom: 35px;
    transition:all ease 2s;
    cursor:pointer;
    }

    .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
    transition:all ease 2s;
    cursor:pointer;
    }

    .front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition:all ease 2s;

    position: absolute;
    top: 0;
    left: 0;

    cursor:pointer;
    }

    .front {
    /*background: url(http://davidwalsh.name/demo/dwflip.jpg) 0 0 no-repeat;*/
    z-index: 2;
    }

    .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

    background: #f8f8f8;
    box-shadow: inset -1px -13px 72px -15px rgba(219,180,64,0.41);
    border-style: inset;
    border-color: SILVER;
    border-bottom-width: 6px;
    border-right-width: 5px;
    }

    .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, 0.9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.05em #333;

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    }

    .back-logo {
    position: absolute;
    top: 40px;
    left: 90px;
    width: 160px;
    height: 117px;
    /*background-repeat:no-repeat;
    background-image: url('../images/logo.png');*/
    }

    .back-title {
    font-weight: bold;
    color: #00304a;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    /*text-shadow: 0.1em 0.1em 0.05em #acd7e5;*/
    font-family: Courier;
    font-size: 19px;
    text-decoration:none;
    }

    .back-title a 
    {    background: #f58226;
    /* background-image: linear-gradient(to bottom right,ROYALBLUE,white, LIGHTSKYBLUE,white,lightblue); */
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #d47423;
    text-decoration:none;
    }

    .back-title a:hover 
    {    background: #f58226;
    /* background-image: linear-gradient(to bottom right,ROYALBLUE,white, LIGHTSKYBLUE,white,lightblue); */
    padding: 10px;
    border-radius: 4px;
    color: #000;
    border: 2px solid #d47423;
    text-decoration:none;

    }

    .back p {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-family: arial;
    line-height: 2em;
    }


    /*nav design*/

    .navbar-brand {
    /*background-color: #fff!important;*/
    height: 90px !important;
    margin-bottom: 20px;
    position: relative;
    width: 297px;
}

    .navbar-right {
    background-color: #fff!important;
    padding: 0 95px 0 0;
    opacity: .9;
}
.navbar-right li a {
     padding: 14px 20px;
    font-size: 15px;
    color: #000!important;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', 'sans-serif';
    font-weight: 700!important;
}

.fixed-menu {
    background-color: #fff!important;
    position: fixed;
    top: 0;
}

.home-icon{
    
    /*background: #c4c4c4;*/
    /*background:#948e8e;
    border-radius: 50px;
    padding: 9px;*/
    /*border: 8px solid #f0efef;*/
   /*border: 8px solid #dcd9d9;
    width:80px;*/

        /* background: #c4c4c4; */
    background: #8cd0fa;
    border-radius: 50px;
    padding: 9px;
    /* border: 8px solid #f0efef; */
    border: 6px solid #6eb6e2;
    width: 80px
}
.heading-text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* color: #fff; */
    z-index: 999;
  
        }

 .lineHor {
            height: 30%;
            border-top: 5px solid #F1C40F;
        }

        .lineVer {
            background-color: #6A0136;
            height: 150px;
            width: 5px;
            position: relative;
            left: 50%;
            margin-left: -3px;
            top: 0;
            margin-top: 17px;
        }

        .bottom-arrow {
            border-bottom: 5px solid #6A0136;
        }

            .bottom-arrow:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 0;
                height: 0;
                border-top: 25px solid #6A0136;
                border-left: 50px solid transparent;
                border-right: 50px solid transparent;
            }
 
