body {
  background: #eeeeee4a;
  color: #444;
 font-family: 'Ubuntu', sans-serif;
}

a {
  color: #333;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0c2e8a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
 
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #005671;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #276905;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color:#fff;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 padding: 12px 0;
 height:90px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
    font-size: 23px;
    margin: 0;
    padding: 0;
    line-height: 2;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    text-transform: uppercase;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
    padding: 0;
    margin: -8px;
    height: 87px;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 20px;
  }
  #header #logo img {
    max-height: 40px;
  }
  
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 25px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-weight: 700;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color:#467e2a;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  background:#fff;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background:#03a9f4a8;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
 font-size: 25px;
 color:#373837;
 font-weight: 700;
  position: relative;
  padding-top: 20px;
}
.section-header h3 {
 font-size: 25px;
    color:#E91E63;
  font-weight: 700;
  position: relative;
 
}
.acumen-head {
    color: #e03d0a;
    font-size: 26px;
    font-weight: 100;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 40px 0 30px 0;
  background:#fff;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .content h2 {
    font-size: 27px;
}
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
  #about {
  padding: 10px 0 30px 0;
  background:#fff;
}
.printer-img {
    float: left;
    padding-right: 57px;
}


}

#about .content h2 {
    color: #005671;
    font-weight: 700;
    font-size: 31px;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #e91e84;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 10px 0 0 0;
  background: #f3f6fb;
}

#services .box {
  padding:10px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box h4 {
  font-weight: 800;
padding:10px 0px;
  font-size: 20px;
  margin-bottom:2px;
      background: #005671;
  
}
.read-more{
	margin-bottom:5px;
}
.icon img{
	height:250px;
	width:100%;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}


/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
    color: #005671;
    font-size: 19px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    background: #f4f7fce8;
    padding: 12px 20px;
}
#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
      height: 250px;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #005671;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
}

@media (max-width: 480px) {

.img-box img{float:initial;max-height: 300px;max-width: 300px;margin:0px!important; border: 3px solid orange;}
.pkg-img img{
  height:170px;
  width:100%!important;
  float:left;
  padding:2px;
  margin-right: 15px;
}


.smaran-box .floating-img {
    max-width: 500px;
    min-width: 100%!important;
    height: 250px;
    box-shadow: -16px 16px 6px -4px #e9b786;
    margin-top: 50px;
    border-radius: 10px 10px;
    margin-bottom: 40px!important;
    border: 10px double orange;
}

 .about-left-side p{width: 100%!important;}

}
#call-to-action .cta-btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
    background: #171616;
    border: 3px solid #edf3f1;
}

#header-banner {
    height: 25px;
    background: #005671;
}

/* holiday-packages Section
--------------------------------*/
#holiday-packages {
  padding: 30px 0;
}


.footer-text{
	color:#ffffffb5;
	padding:10px 0px;
}
.footer-text p{margin-bottom:4px;}
.footer-text a{color:#ffffffb5;}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color:#ffffffd4;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #434442;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}
.title a{color:#fff;}
.read-more {
    margin-bottom: -5px;
    background: #fcba6e;
    margin-top: 2px;
    padding: 5px;
	font-size:17px;
	font-weight:600;
}

/* adbout pages */
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .35rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #e9ecef;
}
.malachi-title h2 {
    font-size: 28px;
    color:#333638;
    margin-bottom:10px;
}
.malachi-title h3 {
    font-size: 19px;
    color: #077496;
    margin-bottom: 4px;
}
#slider-header{
	background:url(../img/header-img.jpg)no-repeat;
	background-size:cover;
	height:160px;
}
.conatct-enquery{
	border:1px solid #eee;
	padding:20px;
	background:#1c5084;
	box-shadow: 0px 1px 4px 0px;
}
.conatct-enquery h5{color: #e9ecef;}
.card-img-top{height:160px;}
.card-body {
    flex: 1 1 auto;
    padding: 0.8rem;
}
.shimla-packages{margin-bottom:17px;}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #FF9800;
    color: #fff;
    margin: 1px;
}
.himachal-pkg{
	padding:20px 0px;
}
.pkg-grid{
	border:2px solid #eee;
}
.pkg-title {
  font-size: 18px;
  color: #e03d0a;
}
.btn-dark {
    color: #fff;
   background-color: #4CAF50;
    border: 1px solid #4caf50;
}
.des-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: capitalize;
    color: #d0810c;
}
.conatct-enquery1{
    border: 1px solid #eee;
    padding: 20px;
    background: #232b35;
    box-shadow: 0px 1px 4px 0px;
}
.des-title p{text-align:justify;}
.contact-form{border:2px solid #eee;padding:20px;}
.address-list li{color:#fff;list-style:none;}
address{color:#f18e14;font-size:22px;margin-bottom: 8px;}
.package-list{    border: 2px solid #ddd;
    margin-bottom: 12px;
    min-height: 175px;
    padding: 10px 8px;}
.pkg-img img{
	height:170px;
	width:200px;
	float:left;
	padding:2px;
	margin-right: 15px;
}
.all-dec h5 {
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #1a539a;
    font-size: 22px;
}
a.deals-form {
    font: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    margin: 0 auto;
    background-color: #d34205;  
}
.card-body h6 {
  font-size: 14px;
  margin-bottom: 3px;
  padding-top: 8px;
  font-weight: 700;
  color: #0f0f10;
}
.footer-page{
	background:#394048;
	padding:30px 0px;
}
.address-list p{margin-bottom:2px;color:#ffffffb5;}
.footer-name{color:#fff;}
.text-muted{color:#ffffffb5!important;}
.social-links a{    color: #fff;
    margin: 3px;
    background: #ffffff;
    padding: 10px;
    font-size: 17px;}

.whatsapp img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.whatsapp {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 70px;
  right: 13px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000000;
}

.tours img {
  border-radius: 50%;
  width: 40px;
  height: 45px;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.tours {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 127px;
  right: 13px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  z-index: 1000000;
}



/* jssor slider loading skin spin css */
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}
}
.jssorb053 .i {position:absolute;cursor:pointer;}
.jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb053 .i:hover .b {fill-opacity:.7;}
.jssorb053 .iav .b {fill-opacity: 1;}
.jssorb053 .i.idn {opacity:.3;}

.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}




.macreel{background:white;padding:3px 5px;height:30px;width;150px;}
.face {
    background-color: #4267B2;
    height: 50px;
    width: 20px;
    padding: 8px 10px;
    border-radius: 100%;
    line-height: 25px;
}
.content p{font-style: italic;}

.img-box img{float:right;max-height: 300px;max-width: 300px;margin: 0px 20px; border: 3px solid orange;}
.smaran-box .floating-img.float_r {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

.smaran-box .floating-img {
    max-width: 500px;
    min-width: 320px;
    height: 250px;
    box-shadow: -16px 16px 6px -4px #e9b786;
    margin-top: 50px;
    border-radius: 10px 10px;
    /* border: 10px double orange; */
}

.smaran-box{margin: 0px 0px;background: ;overflow: hidden;}