@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

:root {
  --red: #ff0b00;
  --white: #ffffff;
  --sky-blue: #d4f6ff;
  --drak-blue: #191970;
  --gray: #e4e4e4;
  --black: #000000;
  --searchbox: #dbdbdb;
  --searchicon: #7c7c7c;
  --drakbrown: #878787;
  --yellow: #ffaa00;
  --maroon: #931c19;
  --yellow-light: #ffd480;
  --site-gray: #eeeeee;
  --orange: #e95e30;


}




body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;

}

::selection {
  color: #fff;
  background-color: #8167a9;
}

::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}


.social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;

  color: white;
  font-size: 24px;
  margin: 5px 2px;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #1da1f2;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%,
      #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.Youtube {
 background-color: #ff0033;
}

.linkedin {
  background-color: #0077b5;
}


.social-icon:hover {
  background-color: var(--maroon) !important;
  background: radial-gradient(circle at 30% 107%, #931c19 0%,
      #931c19 5%, #931c19 45%, #931c19 60%, #931c19 90%);

}


.nav-header {
  float: left;
  width: 16%;

}

.nav-navi {

  float: right;
  width: 79%;


}

.nav-brand {
  line-height: 90px;

  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.call_part_search {
  float: left;
  margin: 10px 5px 5px;


}

.call_part_social {
  float: right;
  margin: 10px 5px 5px;
  border-left: solid 1px #f4f4f4;
  border-radius: 2px;
  line-height: 25px;
  align-items: center !important;
  justify-content: center !important;

  font-size: 14px;
  color: var(--black);
  vertical-align: middle;



}

.call_part_social i {
  color: var(--white) !important;
  font-size: 20px;
  vertical-align: bottom;

  align-items: center !important;
  justify-content: center !important;


}

.active-cyan-2 i {
  font-size: 18px;
  position: relative;
  color: var(--searchicon);
  left: 30px;
  top: 2px;

  z-index: 100;
}

.active-cyan-2 input[type=text]:focus:not([readonly]) {
  border: none;
  box-shadow: 0 0px 0 0 #ccc;
}

.active-cyan input[type="text"] {
  border: none;
  width: 500px;
  /* border-radius: 0px; */
  background: var(--gray);
  font-size: 15px;
  font-weight: 300;
  color: var(--white) !important;
  border-radius: 5px;
  padding: 5px 10px 5px 30px;
}

.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}




marquee {
  color: var(--red) !important;
  font-weight: 600;
  font-size: 12px;


}

marquee a::before {
  content: "|"

}

marquee a::after {
  content: "|";

}

marquee a {
  color: var(--red) !important;


}

.about-us {
  padding: 21px 0px 15px 0px;
  width: 100%;
}



.Services {
  background-color: var(--site-gray);
  padding: 25px 10px;
  width: 100%;
}

.border {
  background: #fff;
  border-bottom: 2px solid #000;

}



.know-more {
  font-weight: 400;

  color: var(--yellow) !important;
  text-decoration: none;

}



.know-more a {

  color: var(--yellow) !important;
  text-decoration: none;

}


.know-more2 {
  font-weight: 400;

  color: var(--red) !important;
  text-decoration: none;

}



.know-more2 a {

  color: var(--red) !important;
  text-decoration: none;

}

h1 {


  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--drak-blue);

}

h1::before {
  content: url(../images/Amogh-icon.png);
  margin-right: 10px;
  vertical-align: text-bottom;


}

h2 {
  font-size: 33px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: var(--drak-blue);
}

h2::after {
  content: url(../images/Amogh-icon-2.png);
  margin-left: 10px;
  vertical-align: text-bottom;


}

h2::before {
  content: url(../images/Amogh-icon-2.png);
  margin-right: 10px;
  vertical-align: text-bottom;


}


h4 {


  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  padding-top: 0px;
}

h4::before {
  content: url(../images/Amogh-icon-4.png);
  margin-top: -20px;
  position: absolute;
  left: 0;


  vertical-align: text-bottom;


}


.resgiter::before {
  content: url(../images/register.png);
  margin-top: 7px;
  position: absolute;
  left: 20px;


  vertical-align: text-bottom;


}

.Services .col-sm-3 {}

.Services img {
  border-radius: 20px;

  margin-top: 20px;
  width: 100%;


}

.Services p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--black);

  margin: 10px 0px 0px 0px;


}

.Services .text {
  font-size: 17px;
  font-weight: 600;
  margin: 0;

  text-transform: uppercase;
  text-align: center !important;
  color: var(--orange) !important;


}

.Services .button {
  margin-top: 10px;
  background-color: var(--drak-blue);
  text-align: center !important;
  font-size: 11px;
  text-transform: capitalize;
  color: var(--white) !important;
  font-weight: 300;
  width: 80%;
  border-radius: 20px;
  padding: 0px 10px;
  margin: 10px auto !important;
  text-decoration: none;
}

.Services .button a {


  text-align: center !important;
  font-size: 17px;
  color: var(--white) !important;
  font-weight: 300;
  width: 100%;
  text-decoration: none;
}

.Services .button:hover {
  background-color: var(--orange) !important;
  transition-duration: 1s;

}


p {
  font-size: 13px;
  font-weight: 400;

  line-height: 20px;
  text-align: justify;
}

.Packages {
  background-color: var(--white) !important;
  padding: 30px 20px;
  width: 100%;
}

.Packages h3 {


  font-size: 33px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  color: var(--drak-blue) !important
}

.Packages p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-align: justify;
  color: var(--black) !important;

  margin: 10px 0px 0px 0px;


}

.Packages img {



  margin-top: 5px;
  width: 100%;

}

.Packages img:hover {
  opacity: 0.5;
  transition-duration: 1s;


  margin-top: 5px;
  width: 100%;

}

.instagram-video {
  background-color: var(--drak-blue);
  padding: 20px 0px 50px 0px;
  width: 100%;
}

.instagram-video h4 {
  text-align: center;
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  margin: 10px auto;
  font-size: 32px;
}

.instagram-video h4::before {
  display: none;

}

.Packages .col-md-6:first-child {

  padding: 0px 30px 0px 0px;


}

.Packages .col-md-6:last-child {

  padding: 0px 0px 0px 30px;


}

.instagram-slider {
  background-color: var(--drak-blue) !important;
  padding: 0px 0px;
  width: 100%;
}

.whatsapp {

  padding: 0px 0px;
  width: 100%;
}

.whatsapp .text {
  display: inline-block;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 600;
  vertical-align: middle;
  color: var(--red) !important;
}



.whatsapp input[type="text"] {
  border: none;
  width: 100%;
  /* border-radius: 0px; */
  background: var(--gray);
  font-size: 15px;
  font-weight: 300;
  color: var(--black);
  border-radius: 5px;
  padding: 7px 10px 7px 10px;
  margin-top: 7px;
}

.whatsapp input[type="text"]:focus {

  background: var(--white);
  transition: 1ms;
}

.whatsapp_bg {
  background-color: var(--white) !important;
  padding: 15px 0px;
  width: 100%;
}

.whatsapp_bg img {
  float: right;

  width: 55px;
}


.whatsapp_bg img:hover {
  float: right;
  opacity: 0.3px;

  width: 52px;
  transition: 1s;
  cursor: pointer;


}








.book {

  font-weight: 600;
  height: 109px;
  text-transform: capitalize;
  text-align: center;
  color: var(--maroon);
  width: 100%;

  background-color: #ce2027;
  margin-bottom: 70px;


}

.book::after {
  content: url(../images/back.png);
  margin-left: 10px;
  right: 33px;
  position: absolute;
  vertical-align: text-bottom;
  z-index: -0;


}

.book::before {
  content: url(../images/frot.png);
  margin-right: 10px;
  left: 33px;
  position: absolute;
  vertical-align: text-bottom;
  z-index: -0;

}



.book2 {

  font-weight: 600;
  height: 109px;
  text-transform: capitalize;
  text-align: left;
  color: var(--maroon);
  width: 100%;


  background-color: #ce2027;
  margin-bottom: 70px;


}

.book2::after {
  content: url(../images/back.png);
  margin-left: 10px;
  right: 33px;
  position: absolute;
  vertical-align: text-bottom;
  z-index: -0;


}

.book2::before {
  content: url(../images/frot.png);
  margin-right: 10px;
  left: 33px;
  position: absolute;
  vertical-align: text-bottom;
  z-index: -0;
  padding-left: 30px;

}










.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0 !important;
  left: 8%;

  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.carousel-caption h3 {
  text-align: left;

  font-size: 30px;
  font-weight: 700;

  color: var(--yellow);
  /* text-shadow: 0px 1px 3px #000; */
}


.carousel-caption p {
  text-align: left;

  font-size: 20px;
  font-weight: 400;

  color: var(--white);
  text-shadow: 0px 0px 0px #000;
}

.carousel-caption .text {
  text-align: left;
  width: auto !important;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 10px;
  border-radius: 6px;
  text-shadow: none;
  color: var(--white) !important;
  background: var(--red) !important;
  float: left !important;
}

.carousel-control.right {
  background-image: none;
}


.carousel-control.left {
  background-image: none;
}

.carousel-control.left:hover {
  background-image: none;
}

footer {
  background: var(--drak-blue);
  padding: 20px 0px 0px 0px;
}

footer img {
  width: 230px;
  align-items: center;


}

footer h6 {

  font-size: 17px !important;
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;


}


footer ul li {
  line-height: 1;
  font-size: 14px !important;
  color: var(--yellow-light) !important;
  text-align: left;
  line-height: 24px;
}

footer ul li a {

  font-size: 13.5px !important;
  color: var(--white) !important;
  text-align: left;

  font-weight: 300;


}

footer ul li i {
  padding-right: 8px;
  font-size: 16px;
  clear: both;
  margin-bottom: 5px;
}

footer .button1 a {
  background: var(--white);
  padding: 5px 8px;
  align-items: center !important;
  margin: auto !important;

  border-radius: 5px;
  color: var(--maroon);
  font-weight: 300;
  width: 150px !important;
  margin: auto !important;
  text-align: center !important;


}

footer .button1 {
  background: var(--white);
  padding: 5px 8px;
  align-items: center !important;
  margin: auto !important;

  border-radius: 5px;
  color: var(--maroon);
  font-weight: 300;
  width: 140px !important;
  margin: auto !important;
  text-align: center !important;


}


.footer-bottom {
  text-align: center !important;
  background-color: var(--white) !important;
  padding: 2px;
  font-size: 13px !important;
  color: var(--black) !important;


}



.carouselheight {

  height: 254px;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;

}

.carousel-indicators {
  bottom: -31px;
}

.slide-box {
  display: flex;
  justify-content: space-between;
  height: 250px;
}



@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .slide-box img {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 30px;
    border-top: solid 4px #fff;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
    border-bottom: solid 4px #fff;
    margin: 20px;

  }
}



.value-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.value-description {
  padding-top: 10px;
  font-size: 15px;
  color: #000;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.value-description {
  font-size: 1rem;
  color: #000;
}

.value-item {
  margin-bottom: 20px;
}




.navigation {
  margin-top: 50px;
}

.nav-container {

  margin: 0 auto;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 14px;
  line-height: 40px;
  color: var(--drak-blue);
  background: var(--gray);
  text-decoration: none;
  font-size: 15px;
  border-bottom: solid 2px var(--white);
}

nav ul li a {
  background: transparent;
  color: var(--drak-blue);
}

nav ul li a:hover,
nav ul li a:visited:hover {
  border-bottom: solid 2px var(--drak-blue);
  color: var(--drak-blue);
  text-decoration: none;
}

.navbar-dropdown li a {
  color: var(--black) !important;

}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: -118px;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}



@media only screen and (max-width: 800px) {

  .Packages .col-md-6:last-child {
    padding: 30px 0px 0px 0px;
  }

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 30px 0 0px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #262626;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .navbar-dropdown {
    position: static;
  }

  @media screen and (min-width:800px) {







    .nav-list {
      display: block !important;
    }
  }

  #navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }

  #navbar-toggle span,
  #navbar-toggle span:before,
  #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: var(--drak-blue);
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }

  #navbar-toggle span:before {
    top: -10px;
  }

  #navbar-toggle span:after {
    bottom: -10px;
  }

  #navbar-toggle.active span {
    background-color: transparent;
  }

  #navbar-toggle.active span:before,
  #navbar-toggle.active span:after {
    top: 0;
  }

  #navbar-toggle.active span:before {
    transform: rotate(45deg);
  }

  #navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
}

.carousel img {
  width: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  opacity: 1.5;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 42px;
  height: 30px;
  margin-top: -15px;
  font-size: 66px;
  opacity: 1.5;
  color: var(--white);
}


.post-slide10 {
  padding-bottom: 0px;
  padding-top: 40px;
  margin: 0px 8px;
  position: relative;

  /* box-shadow: 0px 0px 1px 0px #aaaaaa; */



}

.test_bg {

  padding: 10px 0px;


}

@media screen and (max-width:800px) {


  .call_part_social {
    float: right;
    margin: 25px 5px 5px;
    border-left: solid 1px #f4f4f4;
    border-radius: 2px;
    line-height: 25px;
    font-size: 14px;
    color: var(--black);
    vertical-align: middle;
  }

  .call_part_search {
    float: left;
    margin: 0px 0px 10px;
  }


  .carousel-caption .text {
    text-align: center !important;
    width: auto !important;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 10px;
    border-radius: 6px;
    text-shadow: none;
    color: var(--white) !important;
    background: var(--red) !important;
    float: left !important;


  }

  .carousel-caption p {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
    text-shadow: 0px 2px 6px #000;
  }

  .carousel-caption h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: var(--yellow);
    text-shadow: 0px 1px 6px #000;
  }

  .nav-container {
    margin: auto !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
  }


  .active-cyan-2 i {
    font-size: 20px;
    position: relative;
    color: var(--drakbrown);
    left: 7px;
    top: 33px;
    z-index: 100;
  }

  .active-cyan input[type="text"] {
    border: none;
    width: 100%;
    /* border-radius: 0px; */
    background: var(--gray);
    font-size: 15px;
    font-weight: 300;
    color: var(--black);
    border-radius: 5px;
    padding: 3px 10px 7px 30px;
  }

  .nav-header {
    float: left;
    width: 200px !important;
  }

  .nav-navi {
    float: left;
    width: 100% !important;
  }

  .nav-brand {
    line-height: 73px;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
  }
}



@media screen and (max-width:528px) {


  .active-cyan input[type="text"] {
    border: none;
    width: 145px !important;
    /* border-radius: 0px; */
    background: var(--gray);
    font-size: 11px;
    font-weight: 300;
    color: var(--black);
    border-radius: 5px;
    padding: 9px 10px 12px 30px;
  }

}



/* about Section */


.header-bg {
  background-color: var(--site-gray);
  padding: 3rem 0;
}

.about-us-box p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  margin: 20px 0px;



}

.about_heading_text {
  text-align: left;
  font-size: 42px;
  font-weight: 700;
  color: var(--orange);
  margin: 20px 0px;


}

.value-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.value-title {
  color: var(--drak-blue);
  font-weight: 700;
  font-size: 1.5rem;
}

.value-description {
  font-size: 15px;
  color: #000;

}

.value-item {
  margin-bottom: 40px;
}

.heading_mission_vission {
  font-size: 35px;
  color: var(--drak-blue);
  font-weight: 400;
  text-align: center;
  margin: 0px 0px 10px 0px;


}

.img_mission_vission {

  padding: 10px 15px;
}


.faq-tab {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-54%);
	background-color: var(--red);
	color: white;
	padding: 9px 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	z-index: 1000;
	line-height: 49px;
}

.main-content {

  padding: 3rem 0rem 0rem 0rem;

}

.main-content-blog {
  background-color: var(--site-gray);
  padding: 2rem 0rem 2rem 0rem;

}

.blog {
  background-color: var(--drak-blue);
  color: var(--white);
  text-align: center;
  font-weight: 600;
  width: 200px;
  margin: 0px auto 10px auto;
  font-size: 20px;
  border-radius: 15px;
  padding: 10px 20px;
}

.card {
  border: solid 2px var(--red);
  border-radius: 20px;
  margin-top: 20px;

}

.blog-card-placeholder {

  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.blog-card-placeholder img {

  border-radius: 20px;
  width: 100%;




}

.card-text {
  font-size: 12px;
  padding: 10px 2px;
  text-align: center;


}

.blog-card .card-body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  background-color: #ffffff;
}

.see-more-btn {
  background-color: var(--maroon);
  color: white;
  font-size: 13px;
  padding: 0px 10px;
  width: 148px;
  margin: 10px 0px;
  border-radius: 9px;
}

.paddingtop {

  line-height: 22px;
  padding: 10px 15px;
  font-size: 14px !important;
  text-align: justify !important;

}

.paddingtop2 {

  line-height: 22px;
  padding: 5px 0px;
  font-size: 14px !important;
  text-align: justify !important;

}

.strip_class {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
  padding-top: 0px;
  text-align: center;
  line-height: 40px;
}

.strip_class2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
  padding-top: 0px;
  text-align: center !important;
}


.radius {
  padding-bottom: 20px;

  border-radius: 0 !important;
}

/* about section end here /*



 /* Base */

.container-narrow {
  max-width: 1180px;
}

/* Hero */
.hero {
  background: url(../images/Kailash-mansarovar-yatra-banner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero .hero-inner {
  position: relative;
  padding: 40px 15px 70px;
}

.hero .title {
  font-weight: 700;
  color: #191970;
  font-size: 36px;
  text-shadow: 1px 2px 0px #fff;
  letter-spacing: .3px;
}

.hero .subtitle {
  color: #ff0b00;
  font-weight: 700;
  margin-top: 20px;
  font-size: 35px;
  text-shadow: 1px 1px 0px #fff;
}

/* Section: intro card */
.intro {
  background: var(--site-gray);
  padding: 40px 0;
}

.intro .map-card {}

.intro .map-card img {
  width: 100%;
  height: auto;
  display: block;
  ;
}

.intro .heading_text {
  text-align: left;
  font-size: 42px;
  font-weight: 700;
  color: var(--orange);
  margin: 10px 0px;
  line-height: 40px;


}

.intro .heading_text2 {
  color: var(--orange);
  font-weight: 300;

  font-size: 40px;
}



.intro .copy {
  color: #000;
  font-size: 15px;
  line-height: 1.65;
}


/* Section: itinerary + checklist */
.itinerary h3 {
  padding: 10px 0;
  font-weight: 600;
  color: var(--orange);
}

.panel-like {
  background: var(--drak-blue);
  color: #fff;
  border-radius: 0px;
  padding: 20px 30px;
  font-size: 13px;
}

.panel-like:hover {

  background: #4d3300;
  transition: 1s;
  cursor: pointer;

}

.panel-like h3 {
  margin-top: 0;
  text-align: center;
  color: var(--maroon);
  font-weight: 700;
  letter-spacing: .3px;
}

.panel-like .day {
  margin-bottom: 1px;
}

.panel-like .day b {
  color: #fff;
}

/* Buttons */
.btn-pill {
  border-radius: 11px;
  padding: 6px 22px;
  font-weight: 400;

  color: #000 ! important;
}

.btn-amber {
  margin-top: 35px;
  background: #ffce67;
  color: #5b3b00;
  border: none;
  font-size: 15px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
}

.btn-amber:hover {
  background: #ffc24a;
  color: #4d3300;
  transition: 1s;
}



/* Utilities */
.mty-20 {
  margin: 20px 0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .hero .title {
    font-size: 28px;
  }

  .hero .subtitle {
    font-size: 18px;
  }

  .hero1 .title {
    font-size: 28px;
  }

  .hero1 .subtitle {
    font-size: 18px;
  }

  .hero2 .title {
    font-size: 28px;
  }

  .hero2 .subtitle {
    font-size: 18px;
  }

  .intro {
    padding: 24px 0;
  }

  .hero3 .title {
    font-size: 28px;
  }

  .hero3 .subtitle {
    font-size: 18px;
  }

  .intro {
    padding: 24px 0;
  }

  .hero4 .title {
    font-size: 28px;
  }

  .hero4 .subtitle {
    font-size: 18px;
  }

  .intro {
    padding: 24px 0;
  }

  .hero5 .title {
    font-size: 28px;
  }

  .hero5 .subtitle {
    font-size: 18px;
  }

  .intro {
    padding: 24px 0;
  }
}




/* Hero */
.hero1 {
  background: url(../images/Kailash-mansarovar-yatra-by-Helicopter-banner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero1 .hero-inner1 {
  position: relative;
  padding: 40px 15px 70px;
}

.hero1 .title {
  font-weight: 700;
  color: #191970;
  font-size: 36px;
  ;
  letter-spacing: .3px;
}

.hero1 .subtitle {
  color: #ffe256;
  font-weight: 700;
  margin-top: 20px;
  font-size: 35px;
}


/* Hero */
.hero2 {
  background: url(../images/Kailash-mansarovar-yatra-by-lhasa-banner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero2 .hero-inner2 {
  position: relative;
  padding: 40px 15px 70px;
}

.hero2 .title {
  font-weight: 700;
  color: #ffe256;
  font-size: 36px;
  ;
  letter-spacing: .3px;
}

.hero2 .subtitle {
  color: #ffe256;
  font-weight: 700;
  margin-top: 20px;
  font-size: 35px;
}



/* Hero */
.hero3 {
  background: url(../images/Kailash-mansarovar-yatra-by-kora-banner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero3 .hero-inner3 {
  position: relative;
  padding: 40px 15px 70px;
}

.hero3 .title {
  font-weight: 700;
  color: #191970;
  font-size: 36px;
  ;
  letter-spacing: .3px;
}

.hero3 .subtitle {
  color: #ff0b00;
  font-weight:700;
  margin-top: 20px;
  font-size: 35px;
}


/* Hero */
.hero4 {
  background: url(../images/Muktinathyatrabanner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero4 .hero-inner4 {
  position: relative;
  padding: 40px 15px 70px;
}

.hero4 .title {
  font-weight: 700;
  color: #ffe256;
  font-size: 45px;
  ;
  letter-spacing: .3px;
  text-shadow: 0px 1px 1px #000;
}

.hero4 .subtitle {
  color: #ff0b00;
  font-weight: 300;
  margin-top: 20px;
  font-size: 35px;
}

.hero5 {
  background: url(../images/Jyotirlings-banner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero5 .hero-inner5 {
  position: relative;
  padding: 40px 15px 70px;
}

.hero5 .title {
  font-weight: 700;
  color: #ffe256;
  font-size: 45px;
  ;
  letter-spacing: .3px;
  text-shadow: 0px 1px 1px #000;
}

.hero5 .subtitle {
  color: #ff0b00;
  font-weight: 300;
  margin-top: 20px;
  font-size: 35px;
}






.hero6 {
  background: url(../images/gallery-banner.jpg) center/cover no-repeat;
  /* replace with your banner */
  color: #fff;
  position: relative;
  min-height: 320px;
}

.hero6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero6 .hero-inner6 {
  position: relative;
  padding: 40px 15px 70px;
}

.hero6 .title {
  font-weight: 700;
  color: #fff;
  font-size: 45px;
  ;
  letter-spacing: .3px;
  text-shadow: 0px 1px 1px #000;
}

.hero6 .subtitle {
  color: #ff0b00;
  font-weight: 300;
  margin-top: 20px;
  font-size: 35px;
}









.heading_text_common {

  font-size: 42px;
  font-weight: 700;
  color: var(--orange);
  margin: 20px 0px;


}


.card {
  margin: 15px 0;
  padding: 10px;
  border: none;
  border: solid 2px var(--orange);
  background: var(--white);
 
}

.height{
 height:530px;

}

.card-body {
  background-color: #fff;

}

.price {
  font-weight: bold;
  font-size: 17px;
  color: var(--maroon);
  padding: 0px 5px 0px 25px;
}

.btn-explore {
  background-color: #ffe600;
  color: #000;
  font-weight: bold;
  float: left;
  width: 50%;
  border-radius: 0;
}

.btn-explore:hover {
  color: #fff;
  background-color: #f00;
  transition: 1s;
}



.btn-plan {
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  /* float: left; */
  width: 50%;
  border-radius: 0;
}


.btn-plan:hover {
  transition: 1s;
  color: #000;
  background-color: #ffe600;

}

.card-title {
  color: #2b2b9f;
  font-weight: bold;
  padding: 7px 25px 0px 25px;
  font-size: 20px;
}

.card-img-top {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.img-row {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}

.img-row img {
  flex: 100%;
  height: auto;
}


.btn-block+.btn-block {
  margin-top: 0px;
}

.text-danger li {
  color: var(--red);
  font-size: 13px;
  line-height: 19px;
}




.hero121 {
  background: url(../images/sprtitual.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 180px 20px 130px;
}

.hero121 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--yellow-light);
}

.hero121 h2::before {
  display: none;
}

.hero121 h2::after {
  display: none;
}



.btn-explore-now3 {
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 4px 29px;
  font-size: 30px;
  border-radius: 25px;
  margin-top: 20px;
  border: 5px solid #fff;
  height: 43px;
  line-height: 20px;
}

.kailash-section {
  background-color: #ffda8b;
  padding: 50px 20px;
}

.kailash-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.kailash-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.kailash-card h5 {
  font-weight: bold;
  color: #2b2b9f;
  margin: 15px 0 5px;
}

.kailash-card small {
  font-size: 20px;
  line-height: 35px;
  color: var(--red);


}

.kailash-card p {
  font-size: 13px;
  line-height: 35px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--drak-blue);


}

.btn-explore,
.btn-plan {
  font-weight: bold;
  display: inline-block;
  width: 49%;
}

.btn-explore {
  background-color: #001f8d;
  color: white;
}

.btn-plan {
  background-color: red;
  color: white;
}

.muktinath-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.muktinath-image {
  width: 100%;
  min-height: 500px;
  background: url(../images/muktinath-img.jpg) no-repeat center center;
  background-size: cover;
  object-fit: cover;
}

.muktinath-content {
  position: absolute !important;
  width: 40%;
  background-color: #a51c1c;
  color: white;
  padding: 70px 70px;
  right: 96px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.muktinath-content {
	color: var(--yellow-light);
	font-weight: bold;
	font-size: 50px;
	text-align: end;
	line-height: 45px;
}

.muktinath-content p {
  font-size: 1rem;
  margin: 20px 0;
  color: #fff;
  text-align: end;
}

.btn-yellow {
  background-color: #fcd77f;
  color: #6b1e00;
  font-weight: bold;
  width: 197px;
  border: none;
  margin-bottom: 15px;
  font-size: 20px;
  border-radius: 0px;
}

.btn-yellow:hover {

  background-color: #ff2f2f;
  transition-duration: 1s;
  color: #fff;


}

.btn-red {
  background-color: #ff2f2f;
  color: white;
  font-weight: bold;
  width: 197px;
  margin-bottom: 15px;
  font-size: 20px;
  border-radius: 0px;
}

.btn-red:hover {

  background-color: #fcd77f;
  transition-duration: 1s;
  color: #000;


}

@media (max-width: 768px) {
  .muktinath-section {
    flex-direction: column;
  }

  .muktinath-content {
    clip-path: none;
  }



}


.temple-section {
  background-color: #a51c1c;
  padding: 50px 20px;
  color: white;
  text-align: center;
}

.temple-section h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

.temple-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 3px solid yellow;
  border-radius: 0px;
}

.temple-grid p {
  margin-top: 5px;
  font-size: 14px;
  height: 71px;
  text-align: center;
  font-weight: 400;
}

.padding_blog {

  padding: 10px;
}





.gift-section {
  background-color: #ffd480;
  padding: 50px 0;
  overflow-x: hidden !important;
  min-height: 300px !important;
}

.gift-heading {
  padding: 30px;
  text-align: center !important;
}

.gift-heading h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.gift-heading h2::after {

  display: none;

}

.gift-image-class {
  position: absolute;
  right: -13px;
  margin-top: -52px;

}

.gift-heading small {
  font-size: 30px;
  text-align: center;
  font-weight: 800;

}


.gift-heading h2::before {
  display: none;
}

.gift-heading .spiritual {
  color: red;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
}

.right-image {


  height: 100%;
  min-height: 300px;
}

.life-gift {
  padding: 40px 15px;
}

.life-gift h3 {
  color: var(--maroon);
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.life-gift p {
  font-size: 17px;
  color: #333;
  line-height: 30px;
}

.btn-book-now {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 30px;
  border: none;
  margin-top: 20px;
  border-radius: 8px;
}

.bottom-paragraph {
  font-size: 0.9rem;
  color: #333;
  padding: 30px 15px;
  text-align: center;
}

.bottom-paragraph a {
  color: #007bff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .gift-image-class {
    position: inherit !important;
    right: 0px;
    margin-top: 0px;
    left: 0px;
    align-items: center;

  }


  .right-image {
    height: 250px;
  }
}








.other-yatra {
  font-size: 21px;
  color: var(--drak-blue);
  text-align: center;
  font-weight: 600;


}










/* res starts */



@media screen and (max-width:800px) {


  .muktinath-content {
    position: inherit !important;
    width: 100%;
    background-color: #a51c1c;
    color: white;
    padding: 20px 10px;
    right: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }


  .strip_class {
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--white);
    padding-top: 20px;
    text-align: center;
    line-height: 40px;
  }

  .strip_class2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    /* margin-top: 30px !important; */
    text-align: center;
    line-height: 34px;
  }

  .whatsapp_bg img {

    float: LEFT;
    width: 60px;
    margin: 10PX auto;
    left: 0;
    right: 0;
    align-items: center !important;
  }



  h4::before {
    content: url(../images/Amogh-icon-4.png);
    margin-top: -88px;
    position: absolute;
    left: 0;
    vertical-align: text-bottom;
    /* width: 27px; */
    right: 0;
  }

  .Packages .col-md-6:first-child {
    padding: 0px 0px 0px 0px;
  }

  .resgiter::before {
    display: none;
  }


  .book2 {

    font-weight: 600;
    height: auto !important;
    text-transform: capitalize;
    text-align: center;
    color: var(--maroon);
    width: 100%;

    margin-top: 50px;
    padding-bottom: 20px;


    background-color: #ce2027;
    margin-bottom: 50px;


  }


  .book {

    font-weight: 600;
    height: auto !important;
    text-transform: capitalize;
    text-align: center;
    color: var(--maroon);
    width: 100%;

    margin-top: 50px;


    background-color: #ce2027;
    margin-bottom: 50px;


  }


  .book2::after {
    display: none;


  }

  .book2::before {
    display: none;


  }

  .book::after {
    display: none;


  }

  .book::before {
    display: none;


  }



}




















.ribbon-container {
  position: relative;
  background-color: #d32327;
  color: white;
  padding: 19px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  margin: 50px auto;
  max-width: 1100px;
  z-index: 1;
}

.ribbon-container::before {
  content: url(../images/frot.png);
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;

  z-index: -1;
}


.ribbon-container::after {
  content: url(../images/back.png);
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;

  z-index: -1;
}

.ribbon-container::before {
  left: -75px;


}

.ribbon-container::after {
  right: -15px;


}

.ribbon-logo {
  height: 72px;
  margin-right: 20px;
}

.ribbon-text {
  flex-grow: 1;
}

.book-btn {


  border: none;
  font-weight: 700;

  border-radius: 50px;

  display: flex;
  align-items: center;

}

.book-btn i {


  padding: 8px;
  margin-left: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {



.height{
 height:auto;

}

  .ribbon-container {
    flex-direction: column;
    text-align: center;
  }

  .ribbon-logo {
    margin-bottom: 15px;
  }

  .book-btn {
    margin-top: 15px;
  }
}




.read-more-content {
  display: none;
  padding-top: 0px;
}

.read-more {
  font-size: 14px !important;
}



.section {
    position: relative;
    height: 100vh;
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#booking {
    font-family: 'Raleway', sans-serif;
}

.booking-form {
    position: relative;
    max-width: 642px;
    width: 100%;
    margin: auto;
    padding: 40px;
    overflow: hidden;
    background-image:url(../images/gallery4.jpg);
    background-size: cover;
    border-radius: 5px;
    z-index: 20;
}

.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 60px;
    padding: 0px 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #ff8846;
    box-shadow: 0px 0px 0px 2px #ff8846;
}

.booking-form input[type="date"].form-control {
    padding-top: 16px;
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 10px;
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form select.form-control option {
    color: #000;
}

.booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0;
    color: #ff8846;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px;
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #e35e0a;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}

             
.white-mode {
    text-decoration: none;
    padding: 17px 40px;
    background-color: yellow;
    border-radius: 3px;
    color: black;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px
}











    .sidebar-contact {
	position: fixed;
	top: 60%;
	right: -350px;
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 40px;
	
	background: #fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.5);
	box-sizing: border-box;
	transition: 0.5s;
	z-index: 100;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input, .sidebar-contact textarea {
	width: 100%;
	height: 41px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(178, 178, 178, 0.5);
	outline: none;
	font-size: 15px;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
   
}
.sidebar-contact input[type="submit"] {
	background:var(--drak-blue);
	color: #fff;
	cursor: pointer;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 30px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:var(--white-color);
  top:10%;
  right:340px;
  border-radius: 0px 10px 10px 0px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:30px;
  color:var(--main-color);
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)


{
.pull-right{
	float:none !important;
	
	
	
}
.hide_mob{

	display: none;
}
	
	
	.carousel {
	
	height:auto;
}
	
	
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
	 
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
	
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}



.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background:var(--drak-blue);
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color:#fff;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding: 12px 16px;
	width: 100%;
	border-radius: 30px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #e8e6e6;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 35px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #191970 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  border-radius:30px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}