.container{max-width:1200px; width:100%;}

.head{background:#dc3545; padding-top: 4px; padding-bottom: 2px;}
.head3{position: relative; z-index: 101;}
.head2{  }
.hd1{position: absolute; z-index: 101;}

.menu-div{ padding-top: 19px; text-transform: uppercase;  padding-bottom: 10px; padding-left: 20px; 
width: 104%;}

    /*.mn{-webkit-transform: perspective(100px) rotateX(
20deg
);
    -o-transform: perspective(100px) rotateX(13deg);
    -moz-transform: perspective(100px) rotateX(13deg);}*/

.menu-div .navbar{padding:0px; margin-left:0px;}
.menu-div .navbar-light .navbar-nav .nav-item{ background: url(../images/line.jpg)no-repeat right 22px; padding-left: 1px;}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link{  padding-top:58px; line-height:22px; font-size:13px; font-weight:800; position:relative; margin-right:-3px; text-align:center; }
.menu-div .navbar-light .navbar-nav .nav-item .nav-link{ color:#dc3545; font-weight: 700;}
.menu-div .navbar-light .navbar-nav .nav-item.active .nav-link, .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link{ background: url(../images/line1.png)no-repeat center 40px;}
.menu-div .navbar-light .navbar-nav .nav-item:last-child  {
    background: none;
}
.head1{padding-top: 10px; padding-bottom: 10px;}

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu{background:#fff; width:280px;}
.menu-div .dropdown-item{color:#000; border-bottom:1px solid #235951; font-size:13px; text-transform:uppercase; font-weight:600;padding-top: 10px;}
.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active{color:#fff; /*background:#1d78aa;*/background: #ffa700;}

  .menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu{

        display: block;
        margin-top: 0;

    }
.banner-div1{position:relative; z-index:2;}	
.banner-div1 img{width:100%}
.carousel-indicators{bottom:0px; display: none;}
/*.carousel-indicators li{border:none; background: #fa7f83; width: 11px; height: 11px; border-radius:50%; opacity:1}*/
/*.carousel-indicators .active {width: 11px; height: 11px; border:none; background:#ed1c22;}*/

 .banner-div1 .carousel-control-next,  .banner-div1 .carousel-control-prev{top:0%;}
 .banner-div1 .carousel-control-prev {background:url(../images/left.png) no-repeat left center; left: 3%; opacity:1; }
.banner-div1 .carousel-control-next {background:url(../images/right.png) no-repeat right center; right:3%; opacity:1; z-index:100;}

.banner-div2{display:none}  
.banner-div2{}

.banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev{bottom:0px;}
 
 .banner-div2 .carousel-control-prev {background:url(../images/left.png) no-repeat left center; left: 0%; opacity:1; }
.banner-div2 .carousel-control-next {background:url(../images/right.png) no-repeat right center; right:0%; opacity:1; z-index:100;}
/* Rounded pill classes for horizontal sides */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* Another classes to use */
.rounded-t-l-0 {
  border-top-left-radius: 0 !important;
}
.rounded-t-r-0 {
  border-top-right-radius: 0 !important;
}
.rounded-b-l-0 {
  border-bottom-left-radius: 0 !important;
}
.rounded-b-r-0 {
  border-bottom-right-radius: 0 !important;
}
.rounded-x-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-x-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}



#wrapper {  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  padding-left: 0;  -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;}
#wrapper.toggled { padding-left: 220px; }
#wrapper.toggled #sidebar-wrapper { width: 270px; }
#wrapper.toggled #page-content-wrapper {  margin-right: -220px;  position: absolute;}
#sidebar-wrapper {  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  background: #fff;  height: 100%;  left: 185px;  margin-left: -220px;  overflow-x: hidden;  overflow-y: auto;  -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;  width: 0;  z-index: 1000;}#sidebar-wrapper::-webkit-scrollbar { display: none;}
#page-content-wrapper {  padding-top: 70px;  width: 100%;}
.sidebar-nav {  list-style: none;  margin: 0;  padding: 0;  position: absolute;  top: 0;  width: 270px;}
.sidebar-nav li {  display: inline-block;  line-height: 20px;  position: relative;  width: 100%;}
.sidebar-nav li:before {  -moz-transition: width 0.2s ease-in;  -ms-transition: width 0.2s ease-in;  -webkit-transition: width 0.2s ease-in;  background-color: #1c1c1c;  content: '';  height: 100%;  left: 0;  position: absolute;  top: 0;  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 3px;  z-index: -1;}

.sidebar-nav li:before { background:none; margin-left:-5px; margin-right:-10px; }

.sidebar-nav li:hover:before {  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 100%;}
.sidebar-nav li a { font-weight: 600;  color: #ff0000; text-transform:uppercase; font-size:15px;  display: block;  padding: 10px 15px 10px 30px;  text-decoration: none; text-align:left; border-bottom:1px dotted #235857;}
.sidebar-nav li.open:hover before {  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 100%;}
.sidebar-nav .dropdown-menu {  background-color: #fff; border-radius: 0;  border: none;  box-shadow: none;  margin: 0;  padding: 0;  position: relative;  width: 100%; font-weight: 500;}
.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {  /*background-color: #07913b;*/background:  #7f0808;  color: #fff;  text-decoration: none;}
.sidebar-nav .dropdown-menu li a{font-size:13px; color:#235857; border-bottom:1px solid #235857;}
.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a{background:#235857 !important; color:#fff !important}
.sidebar-nav .dropdown-menu li:before{background:none}

.sidebar-nav li.active .dropdown-menu li a{background:#e1e3e4;}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  
}   

.mobilemenu{display:none}
.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding:5px;
}

.hamburger:hover { outline: none; }

.hamburger:focus { outline: none; }

.hamburger:active { outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
  
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
  
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #7f0808;
  width: 26px;
  margin-left:12px;
  
  
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #7f0808;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #ee0547;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #7f0808;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}









.hd{background:#fff; padding-top: 3px; padding-bottom: 2px;}
/*.head3 img{padding-top: 100px;}*/
.logo1 {padding-left: 40px;}
.sl-div1{background-color: #fff; padding-bottom: 20px; margin-top: 40px;}
/*.sl-div1 a{ text-transform: uppercase; text-decoration:none; font-size: 15px; color: #fff; font-weight: 700;}
.sl-div1 h4{margin-top:-40px; position: absolute;  color:#fff; line-height: 24px; word-spacing: 2px;  background-color: transparent; font-size: 17px; font-weight: 600; padding-top: 20px; padding-bottom: 25px; margin-left: 2%; margin-right: 2%; height: 90px;  transition: all .5 ease;}*/
.sl-div1 h1{ float:left;font-size: 24px; color: #283e72; background:url(../images/line2.jpg)no-repeat bottom center; padding-bottom: 20px;}
.sl-div1 p{font-size: 17px;color: #000;font-weight: 400;line-height: 35px;text-align: justify;}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    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 auto;
    padding:0px;
    cursor:pointer;
    position:relative;
    transition: all .5s ease;
  
  
    
  
  
}
.nbs-flexisel-item img {
   
   height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
width: 96%;
max-height: 440px;
margin-left:auto; margin-right:auto;
margin-top: 30px;




}



/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
   width: 49px;
height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
  margin-top:0px;
  
  
}

.nbs-flexisel-nav-left {
left: -77px;
    background: url(../images/down-arrow-left.png) no-repeat left center;
  width:49%

}

.nbs-flexisel-nav-right {
 right: -77px;
    background: url(../images/down-arrow-right.png) no-repeat right center;
  width:49%

}

.multi-slider-align
{

margin-right: 30px;
 margin-left: 30px;
}



.sl .ovrly {
    background:#192d5f;
    height:12%;
    left:2%;
right:2%;
    top: 50%;
    width: 96%;
	
    position: absolute;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.sl .links {
    position: absolute;
    top: 90%;
    left: 45%;
    
line-height: 15px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sl .links .fa {
    margin: 0 1px;
 
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0%;
    color: #fd5c08;
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
    
}





.sl .links {
    top: 94%;
}
.sl .ovrly {
    top: 88%;
}

/*.csc img{border:5px solid #069138;}*/

.csc figure{border:5px solid #069138;}

.csc h1{font-size: 24px; margin-top: 180px; color: #fff; padding-top: 50px;}
.cs1 {border:1px solid #fff; color: #fff; border-radius: 25px; text-transform: uppercase; display: inline-block; padding-left: 30px; padding-right: 30px; padding-top: 5px; padding-bottom: 5px;}
.csc p{color: #fff;}
.csc a{text-decoration: none; }
.csc{margin-top: 60px; margin-bottom: 40px;}
.csc1 h3{text-align: center; text-transform: uppercase; font-size: 22px; color: #283e72; background: url(../images/line3.jpg)no-repeat bottom; padding-bottom: 20px; margin-bottom: 45px;}
.csc h1 span{font-weight: 600;}
.csc{background: url(../images/bg6.jpg)no-repeat; background-size: cover;}


.ca1 h2{text-transform: uppercase; font-size: 17px; text-align: center; margin-top: -55px;
margin-right: 55px; color: #fff;}
.ca2 h2{text-transform: uppercase; font-size: 17px; text-align: center; margin-top: -55px;
margin-right: 55px; color: #fff;}
.ca3 h2{text-transform: uppercase; font-size: 17px; text-align: center; margin-top: -55px;
margin-right: 55px; color: #fff;}

.csc1 .btn{ display: block; }
.csc1 .btn h5{text-transform: uppercase; font-size: 17px; padding-left: 30px; color: #0f2763; padding-right: 30px; padding-top: 5px; padding-bottom: 5px; display: inline-block; text-align: center; margin-top: 40px; border:1px solid #0f2763; border-radius: 25px;}
.csc1{margin-top: 20px; margin-bottom: 20px; background: url(../images/side1.png)no-repeat top left;}
.on1 h1{font-size: 24px; text-align: center; color: #fff; text-transform: uppercase; margin-top: -215px;}

.on1 h1 span{font-weight: 600;}
.on{background: url(../images/side2.png)no-repeat top right; }
.on img{position: relative; z-index: -101; margin-top: 95px;}
.hpe{margin-top: 40px; margin-bottom: 40px;}

.pi1{margin-top: -256px;
margin-left: -6px;}
.pi{width: 95%;
border-radius: 50%;
height: 226px;}

.pic1 h5{text-align: center; font-size: 18px; margin-top:-80px; color: #fff; padding-top: 20px;}


.tb{background: #000;
opacity: 0.6;
border-radius: 0px 0px 95px 95px;
padding-bottom: 20px;
width: 91%;
position: relative;
left: 2%;
top: -34px;
}

.hpe h1{text-transform: uppercase; text-align: center; font-size: 26px; color: #283e72; margin-top: 30px; margin-bottom: 40px; background: url(../images/line4.jpg)no-repeat bottom; padding-bottom: 20px;}
.mr{position: relative; z-index: 101; text-transform: uppercase;  display: block; text-align: center; margin-top: 10px; margin-bottom: 20px;}
.mr h6{font-size: 15px;   border:2px solid #283e72; border-radius: 50px; display: inline-block; padding-top: 5px; padding-bottom:5px; padding-right: 30px; padding-left: 30px;}
.hpe a{text-decoration: none; color: #283e72;}
.bg4{position: absolute; margin-top: -26px;}
.home{position: absolute; }
.home1 h1{text-align: center; position: relative; z-index: 101; font-size: 26px; color: #fff; text-transform: uppercase; padding-top: 82px;}
.home1 span{font-weight: 600;}
.ftr-div{margin-top: 60px; background: #045971; color: #fff; padding-top: 50px; padding-bottom: 50px;}
/*.cm1{background: url(../images/call.jpg)no-repeat left; padding-left: 35px; margin-top: 25px;}
.cm2{background: url(../images/msg.jpg)no-repeat left; padding-left: 35px; margin-top: 10px;}*/
.n-list{list-style: none; margin: 0px; text-align: left; padding-left: 0px;}
.n-list li{background: url(../images/arrow.jpg)no-repeat left; padding-left: 15px;}
.ftr-div h5{font-size: 20px; font-weight: 600;}
/*.ig{padding-top: 40px; margin-left: 75px;}*/

.n-list a{text-decoration: none; color: #fff;}
.right{float: right;}
.re a{text-decoration: none; color: #fff;}
.re{color: #fff; background: #0e4757; padding-top: 10px; padding-bottom: 10px;}
.bd1{border-right: 1px solid #293951;}
.bd2{border-right: 1px solid #293951;}
.poster-main{
position: relative;
margin:0px auto;
width:1000px;
}
.poster-main .poster-list .poster-item{
position: absolute;
left: 0;
top: 0px;
}
.poster-main .poster-btn{
position: absolute;
top: 0;
cursor: pointer;
}
.poster-main .poster-list .poster-item img{border:5px solid #220e0d}
.alignright{float:right;margin-left:25px;}
.srh_main{background: #0a0a0a;
margin-top: -35px;}
.srh_main .hb-form-table li{display:inline-block; }
.srh_main .hb-form-table{
width: 78%;
float: left;
}
.srh_main.hotel-booking-search button, .srh_main .hotel-booking-search input, .srh_main .hotel-booking-search select
{
min-width: 179px;   
}
.reserve .hotel-booking-search input{width:100%;}
.reserve .widget-area .widget_hb_widget_search{border: 1px solid #e6e6e6;
padding: 15px 15px 15px 22px;
margin-top: 15px;
background: #f2f2f2;}
.reserve .widget-area .hotel_booking_mini_cart{border: 1px solid #e6e6e6;
padding: 15px 15px 15px 15px;
margin-top: 15px;
background: #f2f2f2; margin-bottom:15px;}
.inside-divsrh
{
margin-top:15px;
}
.reserve .widget-area .widget-title{text-align:center;}
.reserve .hotel-booking-search{padding:0px;}
.reserve .widget-title{font-size: 21px;
padding-bottom: 15px;}
.reserve  .hotel_booking_mini_cart h3{text-align:center; padding-bottom:10px; border-bottom: 1px solid #bab9b9; } 
.reserve .hotel_booking_mini_cart .hb_mini_cart_item{border-bottom: 1px solid #b0b0b0;}
.reserve .hotel_booking_mini_cart .hb_mini_cart_footer{text-align:left;}
.reserve .hb_button{padding: 10px 15px;}
.inside-divsrh #hotel-booking-results h3, .inside-divsrh #hb-cart-form h3, .inside-divsrh #hb-payment-form h3{font-size: 33px;
border-bottom: 1px solid #aeaeae;
padding-bottom: 15px;}
.inside-divsrh table, .inside-divsrh th, .inside-divsrh td {
border: 1px solid rgba(0,0,0,.1);
}
.singroom{margin-top:15px; padding:15px; border:1px solid #d5d2d2; margin-bottom:15px;}
.rooms {
margin: 0;
list-style: none;
clear: both;
overflow: hidden;
margin-top:15px;
}
.rooms .hb_room .title h4 {
margin: 3px 0 0;
padding-top: 3px;
padding-bottom: 3px;
font-size: 17px;
background:#ffb606;
}
.rooms .hb_room .title h4 a {
text-align: center;
}
.phto-image img{width:100%; height:100%;}
.book-back{border:1px solid #000;margin-top:15px; margin-bottom:15px; padding:15px;}
.book-button{text-decoration: none;
padding: 10px 25px;
line-height: 20px;
border: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #ffb606;
color: #2a2a2a;}
.book-button:hover{background: #2a2a2a;
color: #fff;}
.booking-title p{font-size: 22px;
color: #ff2b2b;}
#cssmenu ul li a.active{color:#ea1c25 !important;}
.abimg img{width:100%; height:100%; }
.abimg {margin-bottom:15px;}
.can-map iframe{width:100%; height:970px;}
.glyphicon
{
margin-right:4px !important; }
.pagination .glyphicon
{
margin-right:0px !important; }
.pagination a
{
color:#555;
}
.panel ul
{
padding:0px;
margin:0px;
list-style:none;
}
.news-item
{
padding:4px 4px;
margin:0px;
}

.ac4 img{margin-top: -380px;}
.lg{display: none;}


.n-list a li{ background: url(../images/arrow.jpg)no-repeat left;  transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;}

.n-list{margin-left: 0px; padding: 0px; list-style: none; text-align: left; margin-top: 20px;}

.n-list a li:hover {
    color: #4263e4;
    background-position: 5px center;
}


.dsc{margin-top: 20px;}

.dsc p{margin-top: 30px; color: #000;}


.re a:hover{color: #041527;}

/* Rotate */
.hvr-rotate {
  display:block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.mr h6:hover{background: #07913b; color: #fff;}
.csc1 .btn h5:hover{background: #07913b; color: #fff;}

.csc figure{overflow: hidden; }

.v3{  text-align: center; margin-top: 20px;}
.v3 h3{display: inline-block; background: #c7e9b6; padding-top: 10px; padding-bottom: 10px; padding-right: 30px; padding-left: 30px; border-radius: 50px; color: #000; font-size: 18px; }


.csc figure img:hover{
  transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    
}

.csc figure img{transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;  padding-top: 20px;}

.cs1:hover{background: #fff; color: #192d5f;}
.act h2{font-size: 28px; color: #000;  font-weight: 600;}
.act {line-height: 30px;}
.act{margin-top: 60px;}
.v1{ padding-top: 40px; padding-bottom: 40px;}
.v1 img{display: block;}
.v2{background: #dedede; width: 98%;}
.v2 h3{text-align: center; font-size: 17px; color: #000; padding-top: 10px;}
.v2{padding-top: 1px; padding-bottom: 5px;}
.v2:hover{background: #e6d2d2;}
.v21 p{font-size: 15px;margin-bottom: 50px;line-height: 29px; color: #000;}
.cr{list-style: none; text-align: left; padding-left: 0px; margin: 0px; padding-top: 20px; color: #000;}
.cr li{line-height: 28px;}
.i1{background: url(../images/veh-icon1.png)no-repeat left; padding-left: 35px;}
.i2{background: url(../images/veh-icon2.png)no-repeat left; padding-left: 35px;}
.i3{background: url(../images/veh-icon3.png)no-repeat left; padding-left: 35px;}
.fl{padding-top: 60px;}
.ve2{ margin-bottom: 30px; margin-top: -22px;}


.loan img{padding-top: 20px;padding-bottom: 30px;}
.ln1 h4{font-size: 20px; padding-top: 20px;padding-bottom: 10px;}
.ln1 p{font-size: 15px;color: #000;line-height: 24px;padding-top: 5px;}
.ln1{border-bottom: 1px  solid #eee;}

.ln2 h4{font-size: 20px; padding-top: 20px;padding-bottom: 10px;}
.ln2 p{font-size: 15px;color: #000;padding-top: 5px;line-height: 19px;}
.ln2{border-bottom: 1px  solid #eee;}


.ln3 h4{font-size: 20px; padding-top: 20px;padding-bottom: 10px;}
.ln3 p{font-size: 15px;color: #000;padding-top: 5px; line-height: 24px;}
.ln3{border-bottom: 1px  solid #eee;}



.ln4 h4{font-size: 20px; padding-top: 20px;padding-bottom: 10px;}
.ln4 p{font-size: 15px;color: #000;padding-top: 5px;line-height: 19px;}
.ln4{border-bottom: 1px  solid #eee;}

.ln5 p{font-size: 15px;font-style: italic;padding-top: 15px;}

.ser h3{font-size: 25px; color: #0d3056 ;text-align: center; padding-top: 30px;}
.ser{margin-top: 50px;margin-bottom: 180px;}

.se1{margin-top: -22px;}
.ve1{background: #e5e5e5; border-radius: 50px; display: inline-block; padding-top: 10px; padding-bottom: 10px; padding-left: 60px; padding-right: 60px; font-size: 23px;}
.v0{padding-top: 80px;}
.ve1 span{font-weight: 600; color: #293951;}
.vv p{color: #000; font-size: 18px; text-align: center;}
.vv{padding-bottom: 20px;}
.ck1{margin-top: -22px;}
.md1 img{margin-left: auto; margin-right: auto; display:  block;}
.reg-list{padding:0px; margin:0px; list-style:none; font-size:13px;}
.reg-list li{padding:5px 20px; border-bottom:1px solid #9f1d50; background:url(../images/li-icon3.png) no-repeat left 10px center #9f1d50; padding-left:30px; transition: all 0.5s ease;}
.reg-list li a{text-decoration:none; color:#fff}
.reg-list li:hover, .reg-list li.active{background-color:#15a69f; background-position:left 15px center;}
.md0{margin-top: 40px;}
.se1 h2{font-size: 24px; font-weight: 500; color: #1d78aa;}
.se1 p{color: #000;}
.ce{color: #000; list-style: none; margin: 0px; padding: 0px; text-align: left; padding-bottom: 10px; line-height: 22px;}
.ce li::before { content: "• "; color: #1d78aa;  /* or whatever color you prefer */ padding-right: 5px; font-size: 30px; }

.ce0{padding-left: 20px; padding-right: 20px; padding-top: 40px;}
.ql{padding-left: 50px;}
.act h1{color: #3a83b9; font-weight: 600;}
.head2{background: #fff; padding-bottom: 5px; border-bottom: 2px solid #ddd;}
.ter{margin-top: 30px;}
.about img{width: 100%;}

.tick-li{ font-size:19px; font-weight:700; color:#293951;}
.flight img{width:100%;}
.md1 h3{padding-top: 20px; color: #000; font-size: 28px; font-weight: 600;}
.kl{color: #000; font-size: 18px; padding-top: 55px; font-weight: 400px;}
.ck1 h3{color: #000; font-weight: 600; font-size: 28px; margin-top: 40px;}
.des li{color: #000; font-size: 20px;}
.et p{color: #000; margin-top: 40px; font-size: 20px; font-weight: 400px;}


.fixed{background-color: #fed100;margin-top:30px; padding-top: 10px;padding-bottom: 10px;}
.fixdep h5{font-size: 30px;padding-top: 10px;padding-bottom: 10px;font-weight: bold;text-align: center;}
.fixdep {color: #034153;}
.fixbox .col-md-3{border: 1px solid #ddd; padding-top: 15px;padding-bottom: 15px; font-size: 15px;}
.fixbox{margin-left: 31px;}
 
 
.fx1 h2{font-size: 36px;padding-top: 20px;padding-bottom: 20px; color: #045971;font-weight: 700;}
.fx1 h2{float:left; background:url(../images/line2.jpg)no-repeat bottom center; padding-bottom: 20px;}
.fx2 p{font-size: 15px;color: #000;line-height: 30px;padding-top: 5px;text-align: justify;}
.fx3{font-size: 16px; padding-top: 30px;}

.fxx h3{color: #8b0000; font-weight: 700;padding-bottom: 3px;padding-top: 7px;}
/*.fxx p{color: #8b0000;font-size: 15px;line-height: 15px;}*/
.fx img{padding-top: 20px;}
.fxd img{padding-top: 20px;}
/*.fx1 a{color: #034153;}
.fx1 h5{font-size: 20px;font-weight: bold;padding-top: 10px;}

.fx2 a{color: #034153;}
.fx2 h5{font-size: 15px;}

.fx3 a{color: #cfd5dd;}
.fx3 h5{font-size: 15px;}*/

.fx4 p{font-size: 16px;text-align: justify;padding-top: 20px;line-height: 26px;}



.cont{padding-top: 30px;padding-bottom: 80px;}
.cont h3{font-size: 30px;color: #8b0000; font-weight: 700;}
.cont p{font-size: 17px;color: #000;}

a.button-normal{color: #fff;border-color: #034153;background-color: #034153;}

.down p{font-size: 15px;padding-top: 10px;}

.down1{background: #d9edf7;font-weight: 700;font-size: 20px;margin-top: 20px;}
.down2{background: #d9edf7;font-weight: 700;font-size: 20px;margin-top: 20px;}

.down .row{border:1px solid #ddd; padding-top: 7px;padding-bottom: 7px;}
.direc{text-align: center;margin-left: 60px;
margin-right: 60px;}
.down .row:hover{background: #ddd;}
.pic img{margin-left: 224px;}

/*@media(max-width: 1920px)
{
    .menu-div{ width: 130%; position: relative; left: 15%;}
    .mn{position: relative;
left:7%;
padding-top: 15px;}
.o1 img{position: relative;}
.logo1{position: relative;
left: 9%;}
.ftr-div{margin-top: 100px;}
.ac4 img{margin-top: -570px;}
.on1 h1{margin-top: -300px; font-size: 32px;}
.menu-div .navbar-light .navbar-nav .nav-item .nav-link{font-size: 14px;}
.head3 img{padding-top: 30px;}

.sl-div1 h1{font-size: 32px;}
.sl-div1{margin-top: 50px;}
.csc h1{font-size: 32px; padding-bottom: 15px; margin-top: 257px;}
.csc p{font-size: 17px;}
.cs1{border: 2px solid #fff; padding-left: 45px;
padding-right: 45px;
padding-top: 10px;
padding-bottom: 10px;}
.csc1 h3{padding-top: 40px; font-size: 32px;}
.ca1 .img-fluid{max-width: none;}
.ca2 .img-fluid{max-width: none;}
.ca3 .img-fluid{max-width: none;}
.csc1 .btn h5{border: 2px solid #0f2763; padding-left: 43px; padding-right: 43px;
padding-top: 15px;
padding-bottom: 15px;}
.csc1 .btn{padding-top: 30px;}
.hpe h1{font-size: 32px;}
.pi{height: 342px; width: 94%;  }
.pi1{margin-top: -373px;
margin-left: -7px;
width: 98%;}
.tb{left: 5%; height: 95px;
width: 84%;top: -64px;}
.pic1 h5{padding-top: 30px;}
.mr h6{border: 3px solid #283e72; padding-top: 15px;
padding-bottom: 15px;
padding-right: 45px;
padding-left: 45px;}
.home1 h1{font-size: 32px; padding-top: 127px;}
.bd1{border-right: 1px solid #293951;}
.cm2{margin-top: -13px;}
.ig{left: 33%; margin-left: 0px; padding-top: 50px; position: relative;}
.abt{margin-top: 50px; }

/*.abt a{text-decoration: none; }*/
/*.abt h1{font-size: 32px; font-weight: 600; background: url(../images/line2.jpg)no-repeat bottom left; padding-bottom: 15px;}*/

/*.abt{margin-top: 50px;}*/
.abt1 h3{font-size: 15px;color: #ff0000; text-align: center;margin-top: 5px;}
.abt1 img{margin-top: 20px;}
.abt2 p{font-size: 16px;line-height: 30px; text-align: justify; margin-top: 20px;}
.abt3 p{font-size: 16px;line-height: 30px; text-align: justify;}
.pic h3{font-size: 14px;color: #000;padding-top: 10px;margin-left: 263px;;}
.pic h4{font-size: 14px;color: #000;padding-top: 10px;margin-left: 235px;}


.abt h2{text-align: center;}
.dir h3{font-size: 20px;text-align: center;text-decoration: underline;font-weight: bold;padding-top: 40px;padding-bottom: 20px;}
.dire h2{padding-top: 30px;padding-bottom: 30px;text-decoration: underline;}
.ab{font-size: 15px; color: #000;}
.v1{padding-top: 80px; padding-bottom: 35px;}
/*.v21{text-align: justify;}*/
.reg-list{font-size: 16px;}
.reg-list li{padding: 15px 20px;}
.reg-list li a{padding-left: 20px;}
.in-div{margin-top: 20px; margin-bottom: 40px;}
}











/*@media(max-width: 1440px){.mn{left: 2%;}
.menu-div .navbar-light .navbar-nav .nav-item .nav-link{font-size: 12px;}.menu-div{width: 112%;left: 26%;}.ac4 img{margin-top: -380px;}.head3 img{padding-top: 15px;}.logo1{left: 17%;}.ca1 h2{margin-right: 0px;}.ca2 h2{margin-right: 0px;}.ca3 h2{margin-right: 0px;}
.pi1{margin-top: -341px;
margin-left: -8px;}
.pi{height: 310px;
width: 93%;
}
.tb{top: -59px;}
.home1 h1{font-size: 25px;
padding-top: 75px;}
.ftr-div{margin-top: 92px;}
.ca1 .img-fluid{max-width: 100%;}
.ca2 .img-fluid{max-width: 100%;}
.ca3 .img-fluid{max-width: 100%;}
.nbs-flexisel-nav-right{right: -25px;}
.nbs-flexisel-nav-left{left: -25px;}
}*/

/*@media(max-width: 1400px)
{
    .logo1{left: 0%;}
    /*.o1 img{left: 35%;}
    .mn{left: 3%;}
    .menu-div{width: 108%; left: 2%;}
    .on1 h1{margin-top: -220px;}
    .ac4 img{margin-top: -400px;}
    .ftr-div{margin-top: 68px;}
    .menu-div .navbar-light .navbar-nav .nav-item .nav-link{font-size: 11px;}
.head3 img{padding-top: 28px;}
.ca2 .img-fluid{max-width:100%; }
.ca1 .img-fluid{max-width:100%; margin-left: 60px;}
.ca3 .img-fluid{max-width:100%; margin-left: -60px;}
.nbs-flexisel-nav-left{left: -25px; }
.nbs-flexisel-nav-right{right: -25px;}
.csc figure{margin-left: 60px;}
.csc h1{margin-top: 189px;}
.pi1{width: 98%; margin-top: -312px;}
.pi{height: 282px;
width: 93%;}
.tb{left: 4%;
height: 95px;
width: 85%;
top: -53px;}
.home1 h1{font-size: 28px;
padding-top: 72px;}
.bd1{padding-left: 60px;}
.abt{padding-left: 20px;
padding-right: 20px;}
.act{padding-left: 20px; padding-right: 20px;}
.ca1 h2{margin-right: -50px;}
.ca3 h2{position: relative;
right: 19%;}
.v0{padding-left: 20px; padding-right: 20px;}
.md0{padding-left: 20px; padding-right: 20px;}
.in-div{}
}




/*@media(max-width: 1280px)
{
.mn{left: 1%;}
/*.menu-div{width: 104%;
left: 22%;}
.menu-div .navbar-light .navbar-nav .nav-item .nav-link{    padding-top: 7px; font-size: 10px;}
.menu-div .navbar-light .navbar-nav .nav-item{background: url(../images/line.jpg)no-repeat right 14px;}
.logo1{left: 11%;}
.ac4 img{margin-top: -350px;}
.on1 h1{margin-top: -200px;}
.ftr-div{margin-top: 49px;}
.head3 img{padding-top: 10px;}
.csc h1{margin-top: 185px;}

.pi1{margin-top: -302px;}
.pi{height: 270px;}
.tb{top: -49px;}
.csc figure{margin-top: 65px;}
.csc{padding-bottom: 20px;}
.csc h1{margin-top: 135px;}
.pi1{margin-top: -240px; margin-left: -5px;}
.pi{height: 210px;}
.tb{width: 92%; left: 0%; top: -48px;}
.home1 h1{font-size: 25px;}
.bd1{font-size: 14px;}
.ig{left: 22%;}
.abt{padding-left: 20px;
padding-right: 20px;}
.act{padding-left: 20px; padding-right: 20px;}
.md0{padding-left: 20px; padding-right: 20px;}
.v0{padding-left: 20px; padding-right: 20px;}
.ce0{padding-left: 20px; padding-right: 20px;}
}*/

/*@media(max-width: 1024px)
{
    .logo1{left: -0%;}
    .logo1 img{height: 76%; width: auto;}
    .o1 img{left: 13%;}
    .mn{left: -2%;padding-top: 0px;}
    .menu-div{width: 90%;
left: 11%;}
.menu-div .navbar-light .navbar-nav .nav-item .nav-link{font-size: 8px; padding-top: 15px;}
.v2{
  width: 100%;
}
.v21{text-align: justify;}
/*.nbs-flexisel-nav-right{right: -25px;}
.nbs-flexisel-nav-left{left: -25px;}
.sl-div1 a{font-size: 14px;}
.on1 h1{margin-top: -165px;}
.ac4 img{margin-top: -285px;}
.pic1 h5{font-size: 16px; margin-top: -75px;}
.home1 h1{padding-top: 50px;}
.bd1{padding-top: 30px;}
}*/

/*@media(max-width: 980px)
{



    .banner-div2{display: block;}
    .banner-div1{display: none;}
    .mobilemenu{display: block; position: fixed !important; z-index: 1000;}
    .hamburger.is-closed {margin-left: 79%; margin-top: 10px; right:5%;}
.hamburger.is-open {margin-left: 24px; margin-top: 20px;}
.dropdown-toggle:active,
    .open .dropdown-toggle {
    outline: 0;
    background-color: #7b0616 !important;
  color:#fff !important;
  border-bottom: 1px solid #dd1b37 !important;
     }
     .sidebar-nav .dropdown-menu{top:0px;}
.dropdown-menu{top:0;right:0px;left:0px;margin-top:0;margin-left:0rem}
    .menu-div{display: none;}
    .logo1{left: 44%;}
    .o1 img{left: 122%;}
    .pi{width: 93%; height: 200px;}
    .pi1{margin-top: -230px;
margin-left: -7px;}
.pic1 h5{font-size: 14px;}
.tb{width: 88%; left: 3%; top: -30px;}
.home1 h1{padding-top: 43px;}
.n-list li{font-size: 15px;}
.csc h1{padding-top: 20px;}
.
 a{font-size: 11px;}
.csc h1{color: #000; margin-top: 0px; text-align: center;}
.csc p{color: #000;}
.cs1{color: #000; border: 1px solid #000;}
.csc img{margin-right: auto;
display: block;
margin-left: auto;}
.ak{text-align: center;}
.csc2 .col-md-4{flex-basis: 33%;}
.inn{padding-top: 155px;}
.ca1 h2{font-size: 18px; margin-right: -75px;}
.ca2 h2{font-size: 18px; margin-right: -40px;}
.ca3 h2{font-size: 18px; position: relative;
right: 20%;}
.on1 h1{margin-top: -160px; font-size: 24px;} 
.ac4 img{
width: 100%;}
.pi{width: 92%;
height: 196px;}
.pi1{margin-top: -226px;
margin-left: -6px;}
.tb{width: 87%;
left: 2%;
top: -28px; height: 65px;}
.pic1 h5{font-size: 11px;}
.home1 h1{font-size: 17px;}
.ftr-div{margin-top: 37px;}
.bd1{text-align: center; font-size: 13px;}
.cm1{display: inline-block; padding-bottom: 10px;}
.cm2{display: inline-block;}
.ftr-div h5{text-align: center;}
.n-list li{display: inline-block;}
.n-list{text-align: left;}
.ig{padding-bottom: 20px; margin-left: 0px; padding-top: 60px;}
.re{text-align: center;}
.right{float: none;}
.bg4{margin-top: 15px;}
.csc1 h3{margin-top: -24px;}
.head3 img{padding-top: 10px;}
.logo1 img{height: 84%;}
.logo1{left: 43%;}
.o1 img{height: 75%;
width: 100%;}
.ak{text-align: left;}
.csc h1{margin-top: 157px; text-align: left; color: #fff;}
.csc p{text-align: left; color: #fff;}
.cs1{color: #fff; border: 1px solid #fff;}
.ig{left: 20%;}


@media(max-width: 767px)
{
/*.o1 img{display: none;}
.logo1 img{display: none;}
.lg{display: block; text-align: center; }
.sl-div1{margin-top: 25px;}
.ig{left: 0%; text-align: center;}
.hd1{display: none;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{margin-top: 35px;}
.csc figure img{width: 60%; padding-top: 32px; border: 5px solid #069138;}
.csc figure{margin-left: 0px; padding-top: 32px; border: none;}
.csc h1{text-align: center; color: #000; margin-top: -25px;}
.csc p{text-align: center; color: #000;}
.ak{text-align: center;}
.cs1{color: #000;
border: 1px solid #000;}
.csc{background: none;}
.ca2 h2{font-size: 15px;
margin-right: 29px;}
.ca1 h2{font-size: 15px;
margin-right: -92px;}
.ca3 h2{font-size: 15px; }
.ac4 img{margin-top: 20px;}
.on1 h1{margin-top: -125px;
font-size: 22px;}
.pi1{margin-top: -179px;
margin-left: -5px;}
.pi{width: 92%;
height: 147px;}
.tb{top: -15px;}
.pic1 h5{padding-top: 18px;}
.home1 h1{padding-top: 42px;}
.ftr-div{padding-top: 0px;}
.n-list{text-align: center;}
.abt img{margin-left: auto;margin-right: auto; display: block;}
.md1 img{margin-bottom: 20px;}
}


@media(max-width: 400px)
{
    .csc2 .col-md-4{flex-basis: 100%;}
    .ca2 h2{font-size: 19px;
margin-right: 70px;}
.ca1 h2{font-size: 19px;
margin-right: 70px;}
.ca3 h2{font-size: 19px;
margin-right: 70px;}
.on img{margin-top: 180px;}
.on1 h1{margin-top: -70px;
font-size: 18px;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{margin-top: 125px;}
.hpe .col{flex-basis: 40%;}
.pi{width: 94%;
height: 155px;}
.pi1{margin-top: -184px;
margin-left: -5px;}
.home1 h1{font-size: 13px; padding-top: 14px;}
.ftr-div{margin-top: 18px;}
.hd1{display: none;}
.csc h1{font-size: 23px;}
.pi{width: 92%;
height: 145px;}
.pi1{margin-top: -172px;
margin-left: -5px;}
.ftr-div{margin-top: 13px;}
.csc figure{margin-top: 0px; border: 5px solid #069138;}
.csc{margin-top: 0px;}
.csc figure img{border:none; padding-top: 0px;}
.csc1 h3{margin-top: -80px;}
.ca1 .img-fluid{margin-left: 0px;}
.ca3 .img-fluid{margin-left: 0px;}
.ca3 h2{margin-right: 0px; right: 0%;}
.pi1{margin-top: -179px;}
.pi{height: 151px;}
.ve1{font-size: 15px;}
.ce0{text-align: justify;}


}

@media(max-width: 366px)
{
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{
    margin-top: 120px;

}

 .pi{height: 138px;}
 .pi1{margin-top: -170px; margin-left: -5px;}
 .home1 h1{font-size: 12px;}
 .bd1{padding-left: 0px;}
}

@media(max-width: 290px)
{
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{margin-top: 85px;}
.csc h1{font-size: 18px;}
.ca2 h2{font-size: 14px;
margin-right: 45px;}
.ca1 h2{font-size: 14px;
margin-right: 45px;}
.ca3 h2{font-size: 14px; margin-right: 35px}
.on1 h1{margin-top: -50px;
font-size: 12px;}
.sl-div1 a{font-size: 10px;}
.pi{height: 103px; width: 90%;}
.pi1{margin-top: -134px;}
.home1 h1{font-size: 7px;}

}

.enqbtn{ border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
background-color: #008CBA;
    margin-left: 345px;
      margin-bottom: 20px;
    margin-top: 5px;}

@media(max-width: 767px){.enqbtn{margin-left: 250px;}}
@media(max-width: 400px){.enqbtn{margin-left: 75px;
          margin-bottom: 40px;}}


.enqbtn1{ border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
background-color: #008CBA;
    margin-left: 320px;
      margin-bottom: 20px;
    margin-top: 20px;}

@media(max-width: 400px){.enqbtn1{margin-left: 50px;}}
    .enqbtn2{ border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
background-color: #008CBA;
    
      margin-bottom: 20px;
    margin-top: 20px;}

    .gform{    margin-left: 325px;
      margin-top: 40px;
      margin-bottom: 40px;}

 /* @media(max-width: 980px){.gform{margin-left: 200px;}}*/
/* @media(max-width: 767px){.gform{margin-left: 0px;}}
      @media(max-width: 400px){.gform{margin-left: 0px;}}
     

.contbtn{ border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
background-color: #008CBA;
    margin-left: 550px;
      margin-bottom: 20px;
    margin-top: 20px;}

 @media(max-width: 1920px){.contbtn{margin-left: 890px;}}
 @media(max-width: 1024px){.contbtn{margin-left: 370px;}}
@media(max-width: 980px){.contbtn{margin-left: 400px;}}
@media(max-width: 767px){.contbtn{margin-left: 300px;}}
@media(max-width: 400px){.contbtn{margin-left: 110px;
          margin-bottom: 40px;}}*/



.tourbtn{ border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
background-color: #008CBA;
    margin-left: 550px;
          margin-bottom: 0px;
    margin-top: 40px;}

/* @media(max-width: 980px){.tourbtn{margin-left: 350px;}}
@media(max-width: 767px){.tourbtn{margin-left: 260px;
margin-bottom: 40px;
margin-top: 40px;}
@media(max-width: 400px){.tourbtn{margin-left: 70px;
          margin-bottom: 40px;}}*/



.head3 img{padding-top: 20px;padding-bottom: 10px;}



/*@media(max-width: 400px){
  .bd2{
    text-align: center;
  }
  .ql3{
    text-align: center;
  }
  .abt1 h3{
    text-align: center;
  }
  .pic h3{
    margin-left: 126px;
  }
  .pic h4{
    margin-left: 96px;
  }
  .bd1{
    padding-left: 9px;  
  }
  .banner-div2{
    padding-top: 8px;
  }
  .fxx h3{
    padding-left: 13px;
  }

}*/


@media(max-width: 400px){
  .bd1{text-align: center;}
  .bd2{text-align: center;}
  .ql3{text-align: center;}
  .abt1 h3{margin-left:-231px;}
 /*.pic img{margin-left: 114px;}*/
  
  .v1 img{width: 100%;}
  .v21{height: 95px;}
  .ln1 p{text-align: justify;}
  .ln2 p{text-align: justify;}
  .ln3 p{text-align: justify;}
   .fx2 p{margin-bottom: 100px;}

  }


@media(max-width: 1024px){
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link{font-size: 9px;}
  .head3 img{margin-left: 10px;}
  .v2{width: 100%;}
  .v21{text-align: justify;}
  .bd1 h1{font-size: 30px;}
  .bd2 h1{font-size: 30px;}
  .ql3 h1{font-size: 30px;}
  
}
@media(max-width: 980px){  .banner-div2{display: block;}
    .banner-div1{display: none;}
    .mobilemenu{display: block; position: fixed !important; z-index: 1000;}
    .hamburger.is-closed {margin-left: 79%; margin-top: 10px; right:5%;}
.hamburger.is-open {margin-left: 24px; margin-top: 20px;}
.dropdown-toggle:active,
    .open .dropdown-toggle {
    outline: 0;
    background-color: #7b0616 !important;
  color:#fff !important;
  border-bottom: 1px solid #dd1b37 !important;
     }
     .sidebar-nav .dropdown-menu{top:0px;}
.dropdown-menu{top:0;right:0px;left:0px;margin-top:0;margin-left:0rem}.menu-div{display: none;}
/*.head3 img{margin-left: 245px;}*/
.v21{height: 138px;}
/*.pic img{margin-left: 193px;}*/
/*.pic h3{margin-left: 237px;}*/
/*.pic h4{margin-left: 206px;}*/
.abt1 img{margin-top: 32px;}


}

@media(max-width: 767px){
  .abt1 h3{margin-left: -3px;}
  .abt1 img{padding-top: 22px;}
  /*.pic img{margin-left: 118px;}*/
  .pic img{display: block;margin-left: auto;margin-right: auto;}
 /* .pic h3{margin-left: 331px;}*/
 
  /*.pic h4{margin-left: 302px;}*/
  .pic h3{text-align: center; margin-left: 1px;}
  .pic h4{text-align: center; margin-left: 1px;}
  .bd1{text-align: center;}
  .bd2{text-align: center;}
  .ql3{text-align: center;}
  .re{text-align: center;}
  /*.head3 img{margin-left: 169px;}*/
  .v21{height: 87px;}
  .right{float: none; text-align: center;}
  .v1 img{margin-left: auto;
margin-right: auto;}
.v1 img{width: 100%;}
.v1{ padding-top: 35px; }
.v21{height: 76px;}
.n-list{text-align: center;}
.n-list li{display: inline-flex;}
.abt1 img{display: block;
margin-left: auto;
margin-right: auto;}
.loan img{display: block;
margin-left: auto;
margin-right: auto;}
.ln1 h4{text-align: center; margin-top: -28px;}
.ln2 h4{text-align: center; margin-top: -28px;}
.ln3 h4{text-align: center; margin-top: -28px;}
.ln4 h4{text-align: center; margin-top: -28px;}
.ln1 p{text-align: center;}
.ln2 p{text-align: center;}
.ln3 p{text-align: center;}
.ln4 p{text-align: center;}
.ln5 p{text-align: center;}
.head3 .o1 img{display: block;margin-left: auto;margin-right: auto;}
.fx2 p{height: 103px;line-height: 30px;}
/*.ftr-div{margin-top: -5px;}*/
.fixbox{margin-right: 31px;}
.fixbox{margin-top: 5px;}
}




