.dropdown-menu.fade-in {
	transition-duration: 300ms; animation-duration: 300ms; transition-timing-function: ease; transition-delay: 0ms;
}
/* home page css START*/
.text {
         /*position: absolute;*/
         width: 100%; 
         left: 5/0%;
         /*margin-left: -225px;*/
         height: 150px;
         top: 50%;
         margin-top: -20px;
         text-align:center;
         }
         .flow-letter {
         display: inline-block;
         vertical-align: top;
         margin: 0;
         }
         .word {
         /*position: absolute;*/
         width: 100%;
         opacity: 0;
         }
         .letter {
         display: inline-block;
         position: relative;
         float: left;
         transform: translateZ(25px);
         transform-origin: 50% 50% 25px;
         }
         .letter.out {
         transform: rotateX(90deg);
         transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
         }
         .letter.behind {
         transform: rotateX(-90deg);
         }
         .letter.in {
         transform: rotateX(0deg);
         transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
         }
         .wisteria {
         color: #fff;
         font-size:65px;
         font-weight:500;
         }
         .belize {
         color: #fff;
         font-size:65px;
         font-weight:500;
         }
       

.background-page-home {
	background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url('../images/home/home-page-banner.jpg');
	background-size: cover;
     background-position: center center;
	
}
.boxed-inverse {
	position: relative;
	display: block;
    transition-duration: 500ms;
    animation-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
	opacity: 1 !important;
	
	
}



/* home page css ENDS*/
.h-200 {
	height:190px;
}
.mandatory-font{
            color:red;
        }
.text-orange {
	color:#fc7f37 !important;
}
