body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: 400; color: #64686d; line-height: 1.4; padding-top: 100px; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; font-family: Arial, Helvetica, sans-serif; color: #272727; }
a { color: #BE1414; -webkit-transition: color 400ms, background-color 400ms; -moz-transition: color 400ms, background-color 400ms; -o-transition: color 400ms, background-color 400ms; transition: color 400ms, background-color 400ms; }
a:hover, a:focus { text-decoration: none; color: #A00303; }
.nopad { padding: 0 }
.nopadr { padding-right: 0 }
.nopadl { padding-left: 0 }
.nopad-xs { padding: 2px }
.ctr { text-align: center }
.clr { clear: both; height: 0px; margin: 0px; padding: 0px; }
.clr5 { clear: both; height: 5px; margin: 0px; padding: 0px; }
.clr10 { clear: both; height: 10px; margin: 0px; padding: 0px; }
.clr20 { clear: both; height: 20px; margin: 0px; padding: 0px; }
.spc10 { display: block; width: 10px; }
.spc20 { display: block; width: 20px; }
.rht { text-align: right }
.lft { text-align: left }
.container { position: relative; max-width: 1000px }
.adminEdit { z-index: 1000; position: absolute }
.btn.btn-red { border-radius: 2px; background: #c40202; padding: 6px 10px 2px; text-transform: uppercase; color: #eee; font-size: 12px }
.btn.btn-red.btn-sm { font-size: 10px; padding: 3px 8px }
.btn.btn-red:hover { background: #cd2222 }
.btn.btn-dark { border-radius: 2px; background: #333; padding: 6px 10px; text-transform: uppercase; color: #eee; font-size: 12px }
.btn.btn-dark.btn-sm { font-size: 10px; padding: 3px 8px }
.btn.btn-dark:hover { background: #111 }
hr { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #fff; }
.gradiant { background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); }
.gradiant-horizontal { background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); }
#datetime { position: absolute; right: 30px; font-size: 15px; color: #000098; z-index: 10 }
section { min-height: 200px; display: block; overflow: hidden }
.section-header { margin-bottom: 20px; }
.section-header .section-title { font-size: 32px; color: #3a892e; text-transform: uppercase; position: relative; padding-bottom: 12px; margin: 0 0 12px; }
/* .section-header .section-title:before { content: ""; position: absolute; width: 140px; bottom: 0; left: 50%; margin-left: -70px; height: 1px; background: #7bb471; }
.section-header .section-title:after { content: ""; position: absolute; width: 24px; height: 24px; bottom: -11px; left: 50%; margin-left: -12px; border: 5px solid #fff; border-radius: 2px; background: #7bb471; } */
#our-bags { background: #e3d3c4; background-repeat: no-repeat; background-attachment: scroll;  background-size: 100% 100%; min-height:300px;padding: 40px 0 ; }
#our-bags .section-content { position: relative;top: 40px;display: inline-block;padding: 20px 0 40px; }
#animated-number { padding: 50px 0; background: #0d89cf; color: #fff; }
#animated-number h2 { color: #fff; font-size: 24px; margin-bottom: 10px }
#animated-number p { padding: 0 100px }
.animated-number { display: inline-block; width: auto; height: auto; font-size: 24px; border: 3px solid #fff; margin: 10px 0 10px; padding: 10px 30px }
#animated-number strong { display: block; margin-bottom: 0; font-size: 16px }
.btn { border-width: 0; }
.btn.btn-primary { background: #BE1414; border-color: #A00303; }
.btn.btn-primary:hover, .btn.btn-primary:focus { background: #A00303; }
.column-title { margin-top: 0; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 15px; position: relative; }
.column-title:after { content: " "; position: absolute; bottom: -1px; left: 0; width: 40%; border-bottom: 1px solid #BE1414; }
ul.nostyle { list-style: none; padding: 0; margin-bottom: 20px; }
ul.nostyle i { color: #BE1414; }
.scaleIn { -webkit-animation-name: scaleIn; animation-name: scaleIn; }
@-webkit-keyframes scaleIn { 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes scaleIn { 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
#main-menu .navbar-header { width: 100% }
.nav.navbar-nav { width: 50%; float: right }
.navbar.navbar-default { border: 0; border-radius: 0; margin-bottom: 0; background: #000 }
.navbar.navbar-default .navbar-toggle { margin-top: 6px; }
.navbar.navbar-default .navbar-brand { height: auto; padding: 8px 8px 8px; width: 100% }
/* #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a { background: transparent; }*/
@media only screen and (min-width: 320px) {
body { padding-top: 180px; }
.container { padding-right: 10px; padding-left: 10px; }
header { background: #fff; border-bottom: 2px solid #f1f1f1; height: 160px; left: 0; width: 100%; color: #222; font-weight: bold; font-size: 12px; position: fixed; top: 0; z-index: 1000; }
#main-menu .navbar-header { width: 100%; }
.navbar.navbar-default .navbar-brand { height: auto; padding: 0; width: 50% }
.navbar.navbar-default .navbar-brand img { position: absolute; left: 0; top: 0; height: auto }
.navbar-default .navbar-collapse { background: #eee }
.navbar-nav > li > a { padding-top: 5px; padding-bottom: 5px; line-height: 16px; }
#main-slider { position: relative; }
.nav > li { background: #fff }
.owl-nav { display: none }
#datetime { display: none }
#main-slider .item { height: 200px; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }
#main-slider .slider-inner { position: absolute; height: 100px; bottom: 0; width: 100%; color: #fff; }
#main-slider .carousel-content { width: 50%; left: 50%; transform: translate(-50%, 0); text-align: center; position: absolute }
#main-slider .slider-inner h2 { font-size: 16px; line-height: 1; margin: 0; color: #fff; text-shadow: 0px 4px 3px rgba(0,0,0,0.8), 0px 8px 13px rgba(0,0,0,0.4), 0px 18px 23px rgba(0,0,0,0.4); }
#contact-us { background-color: #7bb471; padding: 30px 0 0; position: relative; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; background-position: bottom; background-size: cover }
#footerContent { padding: 30px; ; position: relative; min-height: 220px; margin-bottom: 30px; color: #eee; font-weight: bold; background: rgba(0,0,0,.3); }
#footer { background: #000; color: #eee; padding: 4px 0 0; font-size: 13px; }
.img-responsive { float: none; display: inline-block; }
.section-padding-40 { padding: 40px 0 }
#animated-number p { padding: 0 10px; }
}
@media only screen and (min-width : 768px) {
body { padding-top: 100px }
.container { padding-right: 50px; padding-left: 50px; }
header { background: #fff; border-bottom: 2px solid #f1f1f1; height: 100px; left: 0; width: 100%; color: #222; font-weight: bold; font-size: 12px; position: fixed; top: 0; z-index: 1000; }
.nopad-xs { padding: 0 15px }
#datetime { display: block }
#main-menu .navbar-header { width: 30%; position: relative }
#main-menu.navbar-default { background: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
.navbar.navbar-default .navbar-brand { height: auto; padding: 8px 8px 8px; width: 100% }
.navbar.navbar-default .navbar-brand img { position: absolute; left: 0; top: 0; height: auto }
#main-menu.navbar-default .navbar-nav > li { float: left }
#main-menu.navbar-default .navbar-nav > li > a { padding: 4px 16px; color: #3a892e; font-size: 14px; font-weight: bold; text-transform: lowercase }
#main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a { background: rgba(0,0,0,.1); }
#main-menu.navbar-default .dropdown-menu { padding: 0 20px; min-width: 220px; background-color: rgba(26, 28, 40, 0.9); border: 0; border-radius: 0; box-shadow: none; -webkit-box-shadow: none; background-clip: inherit; }
#main-menu.navbar-default .dropdown-menu > li { border-left: 3px solid transparent; margin-left: -20px; padding-left: 17px; -webit-transition: border-color 400ms; transition: border-color 400ms; }
#main-menu.navbar-default .dropdown-menu > li > a { border-top: 1px solid #404455; padding: 15px 0; color: #eeeeee; }
#main-menu.navbar-default .dropdown-menu > li:first-child > a { border-top: 0; }
/*#main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover { border-left-color: #BE1414; }
 #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a { color: #BE1414; background-color: transparent; } */
#main-menu.navbar-header { width: 45% }
#myNavbar { width: 70%; float: none; margin-top: 66px }
#myNavbar .nav { float: right; width: auto }
#main-slider { position: relative; margin-top: 0 }
.social-media { text-align: right }
.social-media img { width: 20px; height: auto; border-radius: 4px; box-shadow: 1px 1px 1px #000; margin: 0 3px 0 0; }
#main-slider { overflow: hidden; }
#main-slider .item { height: 558px; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }
#main-slider .slider-inner { position: absolute; height: 140px; bottom: 60px; width: 100%; color: #fff; }
#main-slider .carousel-content { width: 50%; left: 50%; transform: translate(-50%, 0); text-align: center; position: absolute }
#main-slider .slider-inner h2 { font-size: 36px; line-height: 1; margin: 0; color: #fff; text-shadow: 0px 4px 3px rgba(0,0,0,0.8), 0px 8px 13px rgba(0,0,0,0.4), 0px 18px 23px rgba(0,0,0,0.4); }
/*#main-slider .slider-inner h2 > span { color: #BE1414; } */
#main-slider .slider-inner .btn { margin-top: 10px; }
#main-slider .owl-prev, #main-slider .owl-next { position: absolute; top: 50%; background-color: rgba(0, 0, 0, 0.2); color: #fff; font-size: 30px; display: inline-block; margin-top: -35px; height: 70px; width: 70px; line-height: 70px; text-align: center; border-radius: 100px; z-index: 5; -webkit-transition: background-color 400ms; transition: background-color 400ms; }
#main-slider .owl-prev:hover, #main-slider .owl-next:hover { background-color: #BE1414; }
#main-slider .owl-prev { left: -35px; text-indent: 14px; }
#main-slider .owl-next { right: -35px; text-indent: -14px; }
.owl-nav { display: block }
.carousel-content h2 { font-size: 30px }
#our-bags { min-height:400px; }

#bar { width: 0%; max-width: 100%; height: 4px; background: #BE1414; }
#progressBar { margin-top: -4px; position: relative; z-index: 999; width: 100%; background: rgba(0, 0, 0, 0.1); }
.slide-progress { width: 0; max-width: 100%; height: 4px; background: #C00; margin: -1px 0 0; position: absolute; left: 0; z-index: 10 }
.section-header .section-title { font-size: 32px; }
.section-padding-20 { padding: 30px 0; }
.section-padding-40 { padding: 40px 0 }
.img-responsive { float: inherit; display: block; }
#animated-number p { padding: 0 100px; }
/* jScrollPane  */
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar { background: red; height: 100%; position: absolute; right: 0; top: 0; width: 8px; }
.jspHorizontalBar { background: red; bottom: 0; height: 16px; left: 0; position: absolute; width: 100%; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #dde; position: relative; }
.jspDrag { background: #bbd; cursor: pointer; left: 0; position: relative; top: 0; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { background: #50506d; cursor: pointer; direction: ltr; display: block; margin: 0; padding: 0; text-indent: -20000px; }
.jspDisabled { background: #80808d; cursor: default; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { float: left; height: 100%; width: 16px; }
.jspVerticalBar .jspArrow:focus { border: 1px solid red; outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }
#about { padding: 100px 0; }
#service_section { display: inline-block; margin: 10px 10px 0; padding: 0 20px; position: relative; top: 0; text-align: center; z-index: 100 }
#service_section ul { list-style: none; padding: 0; margin: 0; display: inline-block }
#service_section li { float: left; margin: 0 10px }
#service_section img { width: auto; max-width: 100%; box-shadow: 1px 1px 2px #000 }
.progress { -webkit-box-shadow: none; box-shadow: none; background: #eeeeee; }
.progress .progress-bar.progress-bar-primary { background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); -webkit-box-shadow: none; box-shadow: none; }
.nav.main-tab { background: #eee; border-bottom: 3px solid #222534; border-radius: 3px 3px 0 0; }
.nav.main-tab > li > a { color: #272727; }
.nav.main-tab > li.active > a { background: #222534; color: #BE1414; }
.nav.main-tab > li:first-child > a { border-radius: 3px 0 0 0; }
.nav.main-tab > li:last-child > a { border-radius: 0 3px 0 0; }
.tab-content { border: 1px solid #eee; border-top: 0; padding: 20px 20px 10px; border-radius: 0 0 3px 3px; }
.panel-default { border-color: #eee; }
.panel-default > .panel-heading { background-color: #fff; border-color: #eee; }
.panel-default > .panel-heading .panel-title { font-size: 14px; font-weight: normal; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #eee; }
/******* Footer ***********/
#contact-us { background-color: #7bb471; padding: 30px 0 0; position: relative; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; background-position: bottom; background-size: cover }
#footerContent { padding: 30px; ; position: relative; min-height: 260px; margin-bottom: 30px; color: #eee; font-weight: bold; background: rgba(0,0,0,.3); }
#footer { background: #000; color: #eee; padding: 4px 0 0; }
#footer p { font-size: 13px; text-transform: lowercase }
#footerContent .address { padding: 0 0 0 20px }
.form-control { box-shadow: none; -webkit-box-shadow: none; }
@media only screen and (min-width : 1440px) {
#our-bags { min-height: 460px;}
}
@media only screen and (max-width : 768px) {
.navbar.navbar-default .navbar-brand {
height: auto;
padding: 18px 2px 18px;
}
/* #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a { padding-top: 10px; border-top: none; background: #e2e2e2 } */
#main-slider .item {
height: 200px;
}
#main-slider .slider-inner {
position: absolute;
top: 0;
left: 10px;
width: 100%;
height: 100%;
color: #fff;
}
#main-slider .slider-inner h2 {
margin-top: 100px;
font-size: 18px;
line-height: 1;
text-transform: uppercase;
color: #fff;
}
.section-header .section-title {
font-size: 24px;
}
}
