body {
		font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    color: #5a5a5a;
     }
	 
::selection {
    color: #fff; 
    background:#F3B637;
}
a:hover
{
text-decoration:none;
}

.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
@media(min-width:769px)
{
.navbar-wrapper {
  position: absolute;
  }
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}

.navbar-inverse 
{
width:100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  margin-top: 0px;
     
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		  margin-top: 13px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 0px;
		
		padding:0 20px;
	}
	.navbar-left
	{
	margin-top:20px;
	}
	.navbar-right
	{
	margin-bottom:20px;
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
       padding-top: 12px;
    padding-bottom: 12px;
    /* background: #C1D82F; */
    border-bottom: 1px solid #464444;
		
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}
/*.logo-center
{
border-radius: 0 0 50% 50%;
    max-height: 100px;
    left: 0;
    right: 0;
    top: 0%;
    padding: 55px 65px;
    margin: auto;
    position: absolute;
    width: 160px;
    transition: all .2s ease-in-out;
	    background-color: #0e76bc;
}
@media(max-width:992px)
{
.logo-center
{
position: relative;
  
    padding: 0px;
    float: none;
    margin: 0;
}
}
.logo-center:hover
{
background-color: #d12881;
}
.logo-center img
{
    max-height: 75px;
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    margin: auto;
}*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;  
   
    margin-top: 20px;	
}
.cap
{
bottom:20%;
}
.cap1
{
    background-color: rgba(0, 0, 0, 0.5);
padding: 25px;
font-family: 'Alegreya Sans', sans-serif;
}

@media(min-width:768px)
{
.cap1
{
display:block;
}
}
.cap h1
{
    color: #fff;
	font-weight:700;
	font-size: 24px;
	margin-top:0;
	text-transform:uppercase;
	font-family: 'Alegreya Sans', sans-serif;
}
.cap h1 span
{
    display: block;
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 10px;
    letter-spacing: 2px;

}
.cap p
{
color:#fff;
font-size:24px;

}
.btn1
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn3
{

font-family: 'Alegreya sans',serif;
    margin: 0 1rem;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.6px;
    outline: none;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0;
    text-align: left;
	
}
.btn3:hover
{
background-color: #fff;

color:#333;
}
.top-header
{
    background-color: rgba(0, 0, 0, 0.93);
padding: 6px 0;
font-size:12px;
font-weight:700;
}
.top-header .right2
{
    color: #ccc;
	font-size: 11px;
    padding: 0;
	padding-top:8px;
	padding-bottom:8px;
}

.have
{
display:none;
    color: #999;
}
@media(min-width:992px)
{
.top-header .right2
{
    color: #ccc;
	font-size: 12px;
    padding:8px 15px ;
}
.have
{
display:inline-block;
}
}
.top-header .right2 i
{
padding-left:15px;
padding-right:4px;
    font-size: 16px;
    color: #fff;
}
.top-header .right2 a
{
color:#ccc;
webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-header .right2 a:hover
{
text-decoration:none;
color:#fff;
}
.top-header .right2
{
color: #ccc;
	font-size:12px;
}
.top-header .left2 ul
{
list-style:none;
padding:0;
margin:0;
}
.top-header .left2 ul li
{
display:inline;
border-right:#ccc;
padding:0 0px;
margin:0 -1px;
}
.top-header .left2 ul li:last-child
{
border:none;
}
.top-header .left2 ul li a
{
webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
   
    border-radius: 50%;
    margin: 0 5px;
}
.top-header .left2 ul li a:hover
{
text-decoration:none;
    color: #f3b637;
}

.left2
{
text-align:center;
}
.right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}


.clear
{
clear:both;
}


.span1
{
padding:30px 0 30px;
}

.span11
{
margin-top:-80px;
}
.span12 img
{
margin-bottom:15px;
}
.heading
{
position:relative;
margin-bottom:25px;
}
.heading h2
{
  margin-top: 0;
    font-size: 23px;
    color: #f2b83a;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.heading h2:after
{
    width: 70px;
    height: 3px;
    background: #f2b83a;
    content: '';
    display: block;
    top: 45px;
    position: absolute;
}
.abt p
{
text-align:justify;
line-height:26px;
}
.abt p strong
{
        color: #0b90d5;
}
.abt h4
{
font-size:17px;
font-weight:700;
margin-bottom:5px;
margin-top:20px;
}
.lines 
{
list-style:none;
padding:0;
}
.lines li
{
position:relative;
padding:5px 0;
padding-left:20px;
}
.lines li:before
{
 position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    color: #f2b83a;
    top: 10px;

}
.line
{
    width: 50px;
    height: 2px;
    background-color: #F3B637;
    margin-bottom: 20px;
    margin: 0% auto 20px;
}

.center
{
text-align:center;
}
.pd0
{
padding:0;
}

.span13
{
   /*font-family: 'Roboto Slab', serif;*/
   margin-top:30px;
   
}
.span13 .heading h2
{
      color: #A7BD1D;
    font-size: 29px;
    line-height: 30px;
}
.span13 h3
{
    position: relative;
    
	    color: #F3B637;
		    width: 80%;
    margin: 0 auto;
	font-size: 23px;
    line-height: 28px;
	font-weight:700;
}

@media(max-width:767px)
{
.span13 h3
{
    position: relative;
    
	    color: #F3B637;
		    width: auto;
    margin: 0 auto;
	font-size: 22px;
    line-height: 28px;
	font-weight:700;
}
}

.span13 h3 .pinkline1, .span13 h3 .pinkline2
{
display: block;
    width: 4ex;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
	    background-color: #F3B637;
}

@media(max-width:1024px)
{
.span13 h3 .pinkline1, .span13 h3 .pinkline2
{
display: none;
}
}

.pinkline1
{
left:0;
}
.pinkline2
{
right:0;
}

.span13 p
{
font-size: 15px;
    color: #555;
    margin: 20px 0;
    line-height: 25px;
}

.footer
{
    padding: 40px 0px 0px;
	    background-color: #111111;

	position:relative;
	color:#fff;
}

.footer1
{
    background: #222;
    padding: 20px 0 20px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 30px;
}

.footer h3
{
font-size:17px;
font-weight:800;
margin:0 0 15px;
}

@media(max-width:768px)
{
.footer h3
{
margin-top:15px;
margin-bottom:15px;
}
}

.footer h3:after
{
display:block;
width:35px;
height:3px;
background:#F3B637;
content:'';
margin:10px 0;
}
.foot-head
{
    color: #d2d2d2;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}

.foot-head a
{
    color: #d2d2d2;
}

.foot-head img
{
margin-bottom:0px;
}
.foot-head p
{
margin-top:10px;
margin-bottom:20px;
}
.foot-head ul
{
list-style:none;
margin:0;
padding:0;
}
.foot-head ul li
{
float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #3b3a3a;
	position:relative;
	padding-left:20px;
}
.foot-head ul li i
{
position:absolute;
left:0px;
top:15px;
}
.foot-head ul li span
{
    float: left;
    width: 50%;
}
.foot-head ul li span i
{
float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-right: 20px;
    color:#F3B637;
}

.firstlist
{
list-style:none;
margin:0;
padding:0;
}
.firstlist li
{
padding: 5px 0;
    position: relative;
    padding-left: 14px;
    color: #d2d2d2;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #252525;
}
.firstlist li span
{
    text-align: right;
    float: right;
}
.firstlist li:before
{
    position: absolute;
        content: "\f101";
    width: 10px;
    height: 8px;
    top: 9px;
    left: 0;
	    font: normal normal normal 14px/1 FontAwesome;
		color:#F3B637;
}
.firstlist li a
{
color:#d2d2d2;
font-weight:300;
font-size:14px;
}
.firstlist li a:hover
{
color:#fff;
}
.social, .foot6
{
   padding: 0 0px;
    list-style: none;
	margin:9px 0;
   
}
.social:nth-child(1)
{
padding:0;
}

.social li
{
    position: relative;
	display:inline;
	margin:0 5px;
    
}
.social li a
{
    font-weight: bold;
    padding: 0 0px;
    line-height: 21px;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 31px;
}
.social li a:hover
{
color:#C1D82F;
}
.foot6 li
{
padding:5px 0;
position:relative;
padding-left:10px;
font-size:14px;
font-weight:300;
color:#888;
}
.foot6 li i
{
    position: absolute;
    /* padding-right: 10px; */
    left: -14px;
    top: 7px;
}


.foot-icon
{
display: table-cell;
vertical-align: top;
padding-right: 10px;
padding-top: 4px;
}
.address
{
color: #6D6D6F;
   
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 25px;
	font-size:13px;
	
}
.foot-add
{
display: table-cell;
    vertical-align: top;
	    width: 10000px;
}
.m64
{
margin-top:45px;
}
.news
{
background:#0E0E0E;
    line-height: 50px;
    height: 45px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 25px;
    color: #828fa8;
    
    text-shadow: none;
    font-size: 15px;
	margin-bottom:10px;
}
.sub
{
border: 2px solid #F47E00;
    color: #F47E00;
    text-align: center;
    border-radius: 0em;
	padding:7px 30px;
	font-size:17px;
	display:inline-block;
	margin-top:15px;
	background:transparent;
}
.sub:hover
{

background:#F47E00;
color:#fff;
}

.footer2 {
color: #888;
    font-size: 13px;
	padding: 15px 0 7px;
 
    background: #000;
    font-weight: 300;
	
}
.foot4, .foot5 {
    text-align: center;
}
@media (min-width: 768px)
{
.foot4 	
{
    text-align: left;
	}
.foot5 {
    text-align: right;
}
}

@media (max-width: 767px)
{
.foot4 	
{
	display:block;
}
}

.foot5 a {
     color: #F3B637;
    font-weight: 700;
}
/*.span2 .animated {
         -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}*/

.p1
{
color:#999;
font-size:13px;
line-height:23px;
}
header
{

}

header.sticky {
           position: fixed;
    
    width: 100%;
    
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	top:0;
        }
@media(min-width:768px)
{
header.sticky
{
webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
}
header .navbar-brand img
{
display:none;
}
header.sticky .navbar-brand img
{
display:inline-block;
}
header:after
{
content: ' ';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #111;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.span0
{
    background-color: #f3b637;
	padding:30px 0;
	color:#fff;
}
.span01 h3
{
margin-top:0;
font-weight:700;
}
.span02 a
{
display:inline-block;
border:2px solid #fff;
color:#fff;
padding:6px 30px;
margin-top:15px;
transition: transform 0.3s;
font-size:16px;
font-weight:600;
}
.span02 a:hover
{
background:#fff;
color:#F3B637;
}


.btn2
{
color:#333;
display:inline-block;
padding:5px 20px;
position:relative;
border:2px solid #333;
font-size:13px;
margin-top:15px;
font-weight:600;
}

.btn2:hover
{
background: #f3b637;
border: 2px solid #f3b637;
color:#fff;
}	
.pd5
{
padding-left:5px;
padding-right:5px;
}
.box1
{
margin:20px 0;
}
.box1-icon
{
padding-right:10px;
}
.box1-icon img
{
width:44px;
}
.box1-txt
{
overflow:hidden;
}
.box1-txt h5
{
margin-top:0;
color:#000;
font-weight:700;
font-size:17px;
}
.parallex
{
    background: url(../images/parallex.jpg) center;
    background-size: cover;
    padding: 80px 0;
}
@media(min-width:768px)
{
.parallex
{
background-attachment:fixed;
}
}
.box2
{
    background-color: rgba(0, 0, 0, 0.6);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
     margin: 5% auto; 
    padding-top: 50px;
}
.box2 h4
{
font-size:40px;
font-weight:700;
margin:0;
}

.box2 p
{
font-size:20px;
font-weight:700;
margin-top:10px;
}

.span2
{
padding:60px 0 0;
position:relative;
}
.road
{
    width: 100%;
    height: 4px;
    background: #39444c;
    
}
.lamp
{
position: absolute;
    top: 124px;
}
.truck
{
background: url(../images/shipping-truck.png) no-repeat;
    width: 308px;
    height: 148px;
    position: absolute;
    top: 49%;
    left: 27%;
	webkit-animation-name: truck;
    -moz-animation-name: truck;
    -ms-animation-name: truck;
    -o-animation-name: truck;
    animation-name: truck;
    -webkit-animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
    -ms-animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
    -o-animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
    animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes truck{0%{-moz-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(4px);transform:translateY(4px)}100%{-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes truck{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-o-keyframes truck{0%{-o-transform:translateY(0);transform:translateY(0)}50%{-o-transform:translateY(4px);transform:translateY(4px)}100%{-o-transform:translateY(0);transform:translateY(0)}}@-ms-keyframes truck{0%{-ms-transform:translateY(0);transform:translateY(0)}50%{-ms-transform:translateY(4px);transform:translateY(4px)}100%{-ms-transform:translateY(0);transform:translateY(0)}}@keyframes truck{0%{transform:translateY(0)}50%{transform:translateY(4px)}100%{transform:translateY(0)}}
.wheel
{
background: url(../images/shipping-wheels.png) no-repeat;
    width: 240px;
    height: 48px;
    position: absolute;
    top: 86%;
    left: 29.7%;
}

.pull-left .fa
{
    font-size: 75px;
    color: #F3B637;
    background: #fff;
    padding: 12px 11px;
    border: 1px solid #F3B637;
    border-radius: 50%;
    height: 105px;
    width: 105px;
}

.list
{
padding: 0;
    margin: 0;
    margin-bottom: 12px;
    padding-left: 3px;
	list-style:none;
}

.list li
{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-bottom: 4px;
}

.list li a
{
    color: #5a5a5a;
}

.list li:before
{
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f3b637;
    font-size: 14px;
    padding-right: 0.9em;
    position: absolute;
    top: 1px;
    left: 0;
}

.box1
{
margin-top:0px;
}
.box1-img
{
position:relative;
    -webkit-box-shadow: 0px 56px 36px -60px #121D12;
    -moz-box-shadow: 0px 56px 36px -60px #121D12;
    -o-box-shadow: 0px 56px 36px -60px #121D12;
}
.box1-img img
{
    display: block;
    height: auto;
    max-width: 100%;
}
.box1-img .readlink
{
color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    margin-top: -20px;
    margin-left: -15px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	    padding-top: 13px;
	
}
.readlink:hover
{
text-decoration: none;
    outline: 0;
	background:#fff;
	color:#f3b637;
}
.box1-img:hover .readlink
{
    opacity: 1;
    top: 50%;
}
.box1-img:after
{
opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
background-color: rgba(243, 182, 55, 0.8);
}
.box1-img:hover:after
{
    opacity: 1;
}
.info h3
{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.info h3 a
{
color: #333;
}
.info h3 a:hover
{
    color: #fc5a0a;
}


@media (min-width: 768px)
{
.span-up
{
margin-top: -100px;
}
}

.span-up {
    padding: 30px 0 30px;
}

.span2
{
padding:40px 0;
}
.box3
{
margin-top:20px;
}
.box31
{
/*background:#f7f7f7;
padding:30px 20px;
border:1px solid #ddd;
position:relative;*/

}
/*.box31:before
{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 49px;
    border-width: 16px 0 0 16px;
    border-style: solid;
    border-color: rgba(0,0,0,0.15) transparent;
    display: block;
    width: 0;
}
.box31:after
{
content: "";
    position: absolute;
    bottom: -16px;
    left: 50px;
    border-width: 16px 0 0 16px;
    border-style: solid;
    border-color: #f7f7f7 transparent;
    display: block;
    width: 0;
}*/
 .box31 p i
 {
 color:#F3B637;
 padding-right:10px;
 }
.box3 p
{
font-size:14px;
line-height:24px;
}

.center
{
text-align:center;
}

.margin-t-30
{
margin-top:30px;
}
.icon1
{
font-size:60px;
margin-bottom:20px;
}
.enq
{
background:rgba(0, 0, 0, 0.71);
color:#fff;
padding:20px;
border-radius:3px;
margin-top:0px;
    margin-bottom: 20px;
}
.enq h4
{
margin-top:0;
border-bottom:2px solid #fff;
padding-bottom:4px;
margin-bottom:20px;
}
.enq input
{
margin-bottom:10px;
}
.enq1
{
background: #333333;
    border-radius: 0;
    border: none;
    height: 30px;
    font-size: 13px;
	color:#ccc;
}
.btn3
{
background: #F3B637;
border:none;
color: #fff;
padding:7px 30px;
}
.banner
{
background:url(../images/about.jpg) top;
padding:250px 0 150px;
background-size:cover;
}
.con-right .enq
{
background:#000
}
.yellow-box
{
    background: #000;
	padding:20px;
	color:#fff;
	text-align:center;
	margin:20px 0;
}
.btn4
{
    background: #f3b637;
    padding: 7px 27px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
	position:relative;
	border:none;
}
.btn4:before
{
display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #fff;
}
.btn4:hover
{
background:#000;
color:#fff;
}
.yellow-box p
{
    border-bottom: 1px solid #fff;
}
.car
{
margin-bottom:20px;
}
.flight
{
margin-top: 20px;
}
.flight img
{
    border: 1px solid #ddd;
    margin-left: -4px;
    padding: 17px;
    
}
.bookticket
{
margin-top:25px;
}
.formular p
{
margin:15px 0 0;
font-size:13px;
}
.cont
{
border-radius:0;
height:32px;
}
.mrg20
{
margin:20px 0;
}
.row1
{
    width: 100%;
    display: table;
    padding: 15px 0;
}
.row1 h3
{
margin-top:0;
font-size:20px;
color:#000;
font-weight:700;
}
.row_even
{
background:#f7f7f7;
border:1px solid #ddd;
}
.row_odd
{
background:#fff;
}
.con1 h4
{
font-size:14px;
border-bottom:1px dashed #333;
margin-bottom:20px;
}
.con1 p
{
text-align:left;
font-size:14px;
position:relative;
padding-left:20px;
}
.con1 p i
{
position: absolute;
    left: 0;
    top: 6px;
    color: #0b90d5;
}
.con1 p a
{
color:#333;
}
.con1 p a:hover
{
border-bottom:1px dashed #333;
}
.map {
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 0px;
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.formular p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 15px;
	padding-left:0;
}
.input .icon-append {
    position: absolute;
    top: 42px;
    width: 29px;
    height: 37px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    right: 23px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #ccc;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: rgb(243, 182, 55);
}
.cont {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
       padding: 10px 40px 8px 10px;
    outline: none;
    border-style: solid;
    background: #fff;
    font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
}

.panel h4
{
    font-size: 16px;
    font-weight: 700;
     margin-bottom: 5px; 
     margin-top: 5px; 
}

.dura
{
font-size:11px;
}

.panel-cust
{
border-radius:0px !important;
border:none;
box-shadow:none;
margin-bottom: 20px !important;
}

.no-line, .no-line:hover .no-line:focus, .no-line:active
{
text-decoration:none;
}

.panel-heading
{
border-radius:0px;
}

.panel-body img
{    box-shadow: 0px 0px 5px #999;
    padding: 4px;
}

.margin-b-10
{
margin-bottom:10px;
}

.box311 h5
{
font-size:18px;
}

.hospitality
{
font-size:20px !important;
font-weight:600;
font-style:italic;
}

.nav-pay
{
    background: #f2b536;
    padding: 10px 10px !important;
    margin-top: 18px !important;
    font-weight: 500;
}

.nav-pay:hover
{
color:#fff !important;
border:none !important;
}

.margin-t-50
{
margin-top:50px;
}

.brand img
{
margin:0 10px;
}

.span-yellow
{
    background: #f2b83a;
    padding: 50px 0 30px;;
    color: #fff;
}

.list-highlyt a
{
    font-weight: 600;
    border-bottom: 1px dashed;
}

.box311 a
{
color:#fff;
}

.border-img img
{
    border: 1px solid#eee;
}

.videoWrap {
    position: relative;
    padding-bottom: 54.5%;
    padding-top: 0px;
    height: 0;
}

.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-box h4
{
-webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
	
	    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

@-webkit-keyframes color-change {
    0% { color: #fff; }
    50% { color: #F3B637; }
    100% { color: #fff; }
}
@-moz-keyframes color-change {
    0% { color: #fff; }
    50% { color: #F3B637; }
    100% { color: #fff; }
}
@-ms-keyframes color-change {
    0% { color: #fff; }
    50% { color: #F3B637; }
    100% { color: #fff; }
}
@-o-keyframes color-change {
    0% { color: #fff; }
    50% { color: #F3B637; }
    100% { color: #fff; }
}
@keyframes color-change {
    0% { color: #fff; }
    50% { color: #F3B637; }
    100% { color: #fff; }
}

#back-top {
    position: fixed;
    bottom: 0px;
    /* margin-left: 1069px; */
    /* float: right; */
    right: 0px;
    z-index: 9;
}

#back-top a {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 25px;
    background: rgba(32, 177, 250, 0.7);
    border-radius: 6px;
    padding: 7px 8px;
    color: #fff;
}


.auth h1
{
font-size:24px;
margin-top:80px;
}

@media(max-width:1024px)
{
.navbar-brand img
{
width:175px;
}

.nav>li>a {
    margin: 0 4px;
}

.cap h1 {
    font-size: 25px;
}

.cap h1 span {
    font-size: 31px;
}
}

@media(max-width:992px)
{
.auth h1
{
margin-top:20px;
}
.auth
{
text-align:center;
}
}

@media(max-width:767px)
{
.cap {
    bottom: 8%;
}
.cap1 {
    padding: 10px;
}
.cap h1 {
    font-size: 16px;
}
.cap h1 span {
    font-size: 20px;
	margin-bottom: 5px;
	letter-spacing: 5px;
}
.cap p {
    font-size: 12px;
}
.btn3
{
margin:0;
font-size:12px;
}
}


@media(max-width:320px)
{
.carousel-caption {
    padding-top: 0px;
    padding-bottom: 0px;
	    right: 23%;
}
.cap h1 {
    font-size: 12px;
	 margin-bottom: 5px;
}
.cap h1 span {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.cap p {
    font-size: 12px;
	line-height:20px;
	margin-bottom:5px;
}

.btn3 {
    margin: 0;
    font-size: 10px;
    padding: 5px 12px;
}
}

.margin-b-30
{
margin-bottom: 30px;
}

.formular
{
    overflow: hidden;
    margin-bottom: 20px;
}


