
/* TW_css */


.zeropd{ padding:0px;}

/* TW_css */


.Grid_Traveltip
{
    background: url(../img/traveltip.jpg) no-repeat;
    background-color: #FFF;
    background-size: cover; 
    padding: 0;
}

.Grid_trip
{
    /*background-color: #fff;*/
        border-radius: 6px;
    padding: 30px;
}

.our-advantages-grd-right h4 {
		font-size: 1.1em;
	}
	.our-advantages-grd-left p {
	  padding: 8px 15px;
	  font-size: 18px;
	}
	.our-advantages-grd-right {
    padding: 0 !important;
}
	
	.our-advantages-grid
	{
	    margin: 1%;
    width: 48%;
    border-top-left-radius: 20px;
    padding: 15px;
        min-height: 175px;
	        box-shadow: 0px 1px 18px 0px white;
    -webkit-box-shadow: 0px 1px 12px 0px white;
    -moz-box-shadow: 0px 1px 12px 0px white;
    -ms-box-shadow: 0px 1px 12px 0px white;
    -o-box-shadow: 0px 1px 12px 0px white;
    border-bottom-right-radius: 20px;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    
	}
	
	.our-advantages-grid:hover
	{
	    position: relative;
        z-index: 111;
        transform: scale(1.05) translateY(-5px);
	    box-shadow: 0px 1px 18px 0px #white;
	    background-color: rgba(0, 0, 0, 0.37);
	}
	
	.our-advantages-grd-left p {
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    border-radius: 50px;
    /* background: #53a318; */
    border: 4px solid rgba(255, 255, 255, 0.46);
    box-shadow: 0px 1px 18px 0px white;
    -webkit-box-shadow: 0px 1px 12px 0px white;
    -moz-box-shadow: 0px 1px 12px 0px white;
    -ms-box-shadow: 0px 1px 12px 0px white;
    -o-box-shadow: 0px 1px 12px 0px white;
}

.our-advantages-grd-right h4 {
    font-size: 1.4em;
    color: #ffffff;
    margin: 0 0 0.5em;
    text-transform: capitalize;
    line-height: 1.5em;
}

.topGridsss
{
    background: url(../img/traveltipss.jpg) no-repeat;
        background-size: cover;
}


.mytitle
{    
    color: #FFF;
    font-size: 3.8em;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 1em 0 0 0;
    margin: 0 0 0.30em;
    text-align: center;
    text-transform: uppercase;
}

.trip_ttl
{
    font-weight: bold;    
    line-height: 1.6em;
    
    display:block;
}

.Grid_Traveltip p
{
    color: #FFF;
    margin-bottom: 20px;
}



.brandomla
{
    color: #FFF;
    background-color: #E01500;
    padding: 0px 9px 3px 9px;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:80px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../img/button-next.png) no-repeat;
}

.flex ul {
	list-style-type: none;
	position: relative;	
	
}
.flex img{
	width: 150px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	padding: 10px;
}
.flex {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	border: thin solid #92C500;
	float: left;
	overflow: hidden;
}

@media only screen and (min-width: 1920px)
{
#about-us { padding-top: 1.4em; }
.Grid_ratecomp { width: 100%; }
}