* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Cera Pro Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Cera Pro Thin'), url('../assets/fonts/Cera Pro Thin.woff') format('woff');
}

@font-face {
  font-family: 'Cera Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Cera Pro Regular'), url('../assets/fonts/Cera Pro Regular.woff') format('woff');
}

@font-face {
  font-family: 'Cera Pro Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Cera Pro Medium'), url('../assets/fonts/Cera Pro Medium.woff') format('woff');
}

@font-face {
  font-family: 'Cera Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Cera Pro Bold'), url('../assets/fonts/Cera Pro Bold.woff') format('woff');
}



img {
  width: 100%;
}

body {
  /* font-family: "Roboto Condensed", sans-serif; */
  font-family: 'Cera Pro Regular';
  scroll-behavior: smooth;
}

.logo {
  width: 125px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  width: 15%;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 0;
  line-height: inherit;
  white-space: nowrap;
}

/* .black {
  color: black !important;
} */

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0;
  margin: 5px 15px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  color: black;
}

.navbar-expand-md .navbar-nav .nav-link::after {
  position: absolute;
  bottom: -3.50px;
  left: 0;
  display: none;
  width: 100%;
  content: '';
  height: 2px;
  background-color: #166681;
}

.navbar-expand-md .navbar-nav .nav-link:hover::after {
  display: block;
}

/* .nav-link:hover::after{
  color: #ddd;
  display: block;
} */


.navbar-expand-md .navbar-nav .nav-item.active .nav-link {
  border-bottom: 3px solid #166681;
  position: relative;
}

.navbar {
  padding: 0 1rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1432px;
}

.price_and_packeges .slick-prev:before,
.slick-next:before {
  line-height: 25px;
}

.btn_contact {
  border-radius: 35px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid black !important;
  padding: 5px 25px;
  color: black;
  transition: 200ms;
}

.btn_contact:hover {
  background-color: white;
  color: black !important;
}

.header {
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  transition: all ease 0.3s;
  width: 100%;
  z-index: 999;
}

.fixed {
  background-color: white;
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.dropdown-item {
  font-weight: 400;
  font-size: 17px;
  position: relative;
}

.dropdown-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #166681;
  transition: all ease 0.2s;
}

.dropdown:hover .dropdown-menu {
  display: block;

}

.dropdown-menu {
  padding: 0;
  border: none;
  background-color: transparent;
  border: none;
  top: 77%;
  padding-top: 15px;
}

.dropdown-item:hover::after {
  width: 100%;
  z-index: -1;
  transition: all ease 0.2s;
}




/* Banner Start */

.banner_content h1 {
  font-size: 80px;
  color: black;
  font-weight: 900;
  line-height: 81px;
}

.banner_content {
  margin-top: 160px;
}

.banner_content h1 span {
  color: #007bff;
}

p {
  font-size: 15px !important;
}

.banner_content p {
  font-size: 15px;
  margin-top: 0;
  color: #707070;
}

.btn_explore {
  padding: 0;
  padding-left: 20px;
  font-size: 22px;
  margin-top: 30px;
  font-weight: 700;
  line-height: 0;
  border-radius: 0;
  background-color: #166681;
  color: white;
}

.btn_explore i {
  transition: 1s;
  padding: 11px 10px;
  margin-left: 10px;
  background: #166681;
}

.btn_explore img {
  background: #166681;
  padding: 0px 0;
  width: 35px;
}

.btn_explore:hover.btn_explore i {
  margin-left: 50px;
  transition: 1s;
}

.banner_images {
  position: relative;
}

/* .banner_images::after {
  background-image: url("../images/4411401.jpg");
  background-size: cover;

  width: 58%;
  position: absolute;
  content: "";
 
  height: 142vh;
  z-index: -1;
  right: 0;
  top: 0;
} */
.banner_im {
  width: 100%;
  height: 1000px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1500ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.banner_image1 {
  background-image: linear-gradient(rgb(14 13 13 / 26%), rgb(14 13 13 / 30%)), url("../images/dorak-tour-anasayfa-049.jpg");
}

.banner_image2 {
  background-image: linear-gradient(rgb(14 13 13 / 26%), rgb(14 13 13 / 30%)), url("../images/eastern-europe-tr-bosnia-and-herzegovina-770.jpg");
}

.banner_image3 {
  background-image: linear-gradient(rgb(14 13 13 / 26%), rgb(14 13 13 / 30%)), url("../images/eastern-europe-tr-bosnia-and-herzegovina-817.jpg");
}

.banner_im.slick-active {
  transform: scale(1);
}

.banner_im.slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.searchbar {
  width: 68%;
  margin: auto;
  padding-top: 22%;
  position: absolute;
  top: 0;
  right: 108px;
}

.border_card {
  border: 1px solid #ddd;
  margin: 0px 0px;
  margin-bottom: 20px;
}

.fixed .btn_contact {
  border: 2px solid black !important;
  color: black;
}

.fixed .btn_contact:hover {
  color: white !important;
  background-color: #166681;
  border: 2px solid #166681 !important;
}

.fixed .navbar-expand-md .navbar-nav .nav-link {
  color: black;
}

.searchbar_content {
  backdrop-filter: blur(5px);
  background-color: #3d38381f;
  padding: 30px 50px;
  border-radius: 12px;
}

.searchbar_content .form-control {
  width: 313px;
}

.form-control:focus {
  box-shadow: none;
  border-color: white;
}

.searchbar_content h5 {
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.btn_search {
  padding: 6px 42px;
  float: right;
  position: relative;
  margin-left: 14px;
  background-color: #166681;
  font-weight: 600;
  text-transform: capitalize;
  color: white;
}

.btn:focus {
  box-shadow: none;
}

.right_banner h1 {
  color: white;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 158px;
  position: absolute;
  top: 51%;
  width: 70%;
  left: 230px;
  padding-left: 0;
  padding-right: 0;
}

.right_banner h1 span {
  font-size: 191px;
}

.service_silder .slick-slide img {
  display: block;
  height: 400px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.right_bannertow {
  margin-right: -7%;
}

.service_silder {
  margin-left: -70px;
  margin-top: -57%;
  position: relative;
}

.service_silder::after {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  content: '';
  backdrop-filter: blur(1px);
  background-color: #97979700;
}

.service_silder .slick-slide {
  margin: 0px 20px;
  border-radius: 8px;
}

.service_silder .slick-track {
  padding: 0px 0px 78px;
}

.service_silder .slick-next:before {
  content: "\f105";
}

.service_silder .slick-prev:before,
.service_silder .slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  color: black;
}

.service_silder .slick-prev:before {
  content: "\f104";
}

.service_silder .slick-prev {
  left: 64%;
  top: 87%;
  z-index: 2;
  box-shadow: none;
}

.service_silder .slick-next {
  right: 29%;
  top: 89.50%;
  z-index: 2;
  box-shadow: none;
}

.service_silder .card .slider_item_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 15px;
  height: 100%;
}

.service_silder .card .slider_item_content h1 {
  font-weight: bold;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 50px;
  color: white;
}

.service_silder .card .slider_item_content p {
  font-size: 18px;
  color: white;
}

.btn_book {
  background-color: #166681;
  padding: 5px 13px;
  font-size: 14px;
  border-radius: 5px;

  color: white;
  margin-top: 218px;
}

.btn_book_01 {
  background-color: #166681;
  padding: 5px 13px;
  font-size: 14px;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
}

/* Banner End  */

/* Service card  start*/
.mt_100 {
  margin-top: 100px;
}

.pb_200 {
  padding-bottom: 200px;
}

.heading {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.heading span {
  color: #166681;
}

.main_heading p {
  font-size: 18px !important;
  font-weight: bold;
  color: #6d6d6d;
}

.navtab_list .nav-link {
  padding: 4px 25px;
  font-size: 15px;
  border: 2px solid #166681;
  background-color: #166681;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navtab_list .nav-item {
  margin-left: 0;
  margin-right: 15px;
  display: inline-block;
}

.mt_50 {
  margin-top: 50px;
}

.tab_content_innner_images {
  height: 100%;
}

.navtab_list.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #026845;
  color: #ffffff;
  border: 2px solid #166681;
  box-shadow: #bfbfbf 4px 2px 6px;
}

.tab_content_inner {
  padding: 20px 20px;
}

.tab_content_inner h1 {
  font-weight: bold;
  text-align: left;
  font-size: 21px;
  color: black;
  margin-bottom: 5px;
}

.tab_content_inner p {
  font-size: 18px;
  color: black;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-bottom: 9px;
  text-align: left;
  line-height: 30px;
}

p {
  font-size: 18px;
}



.tab_content_innner_images img {
  width: 100%;
  height: 100%;
}

.tab_content_inner a {
  color: #166681;
  font-size: 15px;
  margin-top: 20px;
  text-align: left !important;
}

.tab_content_inner a img {
  width: 22px;
  margin-left: 10px;
}

.tab_content_inner a:hover {
  text-decoration: none;
}

.tab-content {
  margin-top: 50px;
}

.tab_content_inner i {
  font-size: 70px;
  text-align: center;
  color: #707070;
}

.counter {
  background-image: linear-gradient(rgb(14 13 13 / 26%), rgb(14 13 13 / 30%)),
    url(../images/McLeod_Ganj_Dharamkot_Dharmsala_Himachal_Pradesh_India_April_2014.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 1% 9%;
  padding: 50px 0px;
  text-align: center;
}

.counter p {
  font-weight: bold;
  line-height: 1;
  font-size: 50px !important;
  margin-bottom: 6px;
  color: white;
}

.counter h3 {
  font-size: 15px;
  color: white;
  margin: 0;
}

.pt_100 {
  padding-top: 100px;
}

.packages {
  background-color: #0088c917;
}

.price_and_packeges .service_card:hover.service_card img {

  transform: scale(1.2, 1.2);
}

.price_and_packeges .service_card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 7px;
  background-color: white;
  border-radius: 5px;
  overflow-y: hidden;
  position: relative;
}

.service_card img {
  width: 100%;
  height: auto;
  transition: .4s;
  border-radius: 5px;
}

.card-block {
  padding: 20px 18px;
}

.card_sider0 {
  overflow: hidden;
}

.card-block p {
  font-size: 15px;
  color: black;
  margin-bottom: 0;
}

.card-block p {
  font-size: 15px;
  color: black;
  margin-bottom: 0;
}

.card-block h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.card-block h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.card-block p span {
  font-weight: bold;
  text-transform: uppercase;
}

.price_and_packeges a:hover {
  text-decoration: none;
}

.service_card {
  margin: 0px 10px;
}

.price_and_packeges .slick-prev,
.price_and_packeges .slick-next {
  background-color: #166681;
  box-shadow: none;
  width: 55px;

  top: 91%;
  height: 55px;
  border-radius: 50%;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 44px;
  color: white;
}

.slick-prev:before {
  content: "\f104";

  margin-left: -6px;
}

.slick-next:before {
  content: "\f105";
  margin-left: 6px;
}

.price_and_packeges .slick-prev {
  left: 90%;
}

.price_and_packeges .slick-next {
  right: 1%;
}

.price_and_packeges .slick-track {
  padding: 30px 0px 124px;
}

/* Service card end */

/* ------------- ADVENTOROUS start--------------*/

.search_cards_heading h1 {
  font-weight: 900;
  font-size: 60px;
}

.search_cards_heading h1 span {
  color: #166681;
}

.search_cards {
  /* background-image: url(../images/adventure/bg-home-6.jpg); */
  background-color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 100px;
}

.search_cards_filter {
  width: 60%;
  margin: auto;
  backdrop-filter: blur(10px);
  background-color: #5050501f;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
  padding: 30px 30px 15px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}

.search_cards_filter .search-query.form-control {
  width: 81%;
}

.search_cards_filter form {
  position: relative;
}

.search_cards_filter form .btn_search {
  position: absolute;
  right: 0;
  bottom: 1px;
}

.search_cards_filter .form-group label {
  color: #ffffff;
}

.self-control {
  padding: 6px 100px 6px 20px;
  height: calc(1.5em + 0.95rem + 2px);
  border-radius: 5px;
}

.form-group label {
  color: #000000;
  font-weight: 900;
}

.search_filter_btn {
  padding: 32px 0px 16px 0px;
  width: 16%;
}

.search_filter_btn button {
  position: relative;
  padding: 7px 35px;
  transition: 200ms;
  background-color: #166681;
  border-radius: 5px;
  border: none;
}

.position_rel_none {
  position: inherit;
}



/* cards */
.self_col-lg-6 {
  padding-right: 0;
}

.box_cards {
  margin: auto;
  background-color: #fcfcfc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: #ddd 2px 2px 12px;
  margin-bottom: 30px;
}

.box_cards_content {
  padding: 20px 20px;
  margin-top: -40px;
}

.box_cards_img img {
  width: 100%;
}

.box_cards_name p {
  color: #1a1a1a;
  font-weight: 900;
}

.in_cards_points i {
  color: #166681;
  font-size: 18px;
  padding: 6px 8px;
}

.in_cards_points p {
  color: #707070;
  word-break: break-word;
}

.in_cards_points-1 p {
  color: #707070;
}

.package_cards {
  width: 90%;
  margin: auto;
}

.package_cards a:hover {
  text-decoration: none;
}

.box_cards_price {
  text-align: center;
}

.box_cards_price p {
  background-color: #166681;
  color: #ffffff;
  font-weight: 900;
  display: inline-block;
  padding: 5px 10px;
  width: 75%;
  border-radius: 5px;
  box-shadow: rgb(149 157 165 / 55%) 0px 8px 24px;
}

.in_cards_points-1 i {
  color: #166681;
  font-size: 18px;
  padding: 6px 11px;
}

.cards_btn {
  text-align: center;
}

.view_detils {
  margin-bottom: 15px;
}

.view_detils p {
  color: #707070;
}

.cards_btn_btn {
  font-weight: 900;
  padding: 8px 15px;
  width: 100%;
  background-color: #166681;
  border-radius: 5px;
  border: none;
}

/* about why */
.why_about_section {
  background-color: #f1faff;
  padding: 80px 0px;
}

.why_about_col {
  padding: 50px 15px;
}

.why_about_content {
  border-right: 1px solid #c5c5c5;
  padding-right: 50px;
}

.why_about_content h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}

.why_about_content h2 span {
  font-size: 30px;
  font-weight: 900;
  color: #166681;
}

.why_about_content p {
  color: #707070;
}

.why_about_content_1 {
  padding: 55px 0px 0px 30px;
}

.why_about_arrow i {
  padding: 6px 15px;
}

.why_about_arrow p {
  color: #707070;
}

/* ------------- ADVENTOROUS end--------------*/

/* Footer Start */

.newsletter {
  background-color: #166681;
  width: 95%;
  margin: -35px auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  padding: 20px 20px 20px 75px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  padding: 15px;
}

.newsletter h1 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 31px;
  color: white;
}

.btn_newsletter {
  float: right;
  padding: 7px 25px;
  background-color: white;
  color: black;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.btn_newsletter:hover {
  color: black;

}

.footer_logo img {
  width: 80%;
}

.pt_130 {
  padding-top: 65px;
}

.footer_content h5 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;

  margin-top: 6px;
}

.footer_logo p {
  font-size: 18px;
  color: black;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  text-align: left;
  line-height: 32px;
  margin-top: 40px;
}

.footer_content ul li a {
  font-size: 15px;
  margin-bottom: 0;
  color: white;
}

.contact_footer li a {
  word-break: break-all;
}

.footer_social {
  display: inline-flex !important;
  margin-top: 0 !important;
}

.footer_content h3 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 10px;
}

.footer_content ul {
  list-style: none;
  margin-top: 24px;
  line-height: 30px;

  display: inline-grid;
  margin-right: 28px;
}

.footer_content .contact_footer {
  line-height: 28px !important;
}

.footer_content ul li a:hover {
  text-decoration: none;
  color: #166681;
}

.mt_80 {
  padding-top: 10px;
  background-color: black;
}

.mb_80 {
  margin-bottom: 80px;
}

.copy_wright p {
  padding: 10px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  color: white;
}

.copy_wright p a {
  color: white;
}

/* Footer End */
.card_service {
  margin-bottom: 20px;
}


/* Footer End */

.big_image_hide {
  display: none;
}


/* Service page start */

.tab_sevices .nav {
  display: inline;
}

.tab_sevices {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 15px;
  border-radius: 12px;
  background: white;
}

.tab_sevices .nav-tabs .nav-link {
  border-radius: 0 !important;
  padding: 13px 26px;
  font-size: 18px;
  border: 1px solid #ddd !important;
  font-weight: bold;
  color: #000000;
}

.tab_sevices .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #166681;
  color: white;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.tab_contents {
  margin-top: 0;
  padding: 0px 30px;
}

.tab_contents h3 {
  margin: 20px 0px 15px;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
}

.pb_100 {
  padding-bottom: 120px;
}

.modal-dialog {
  max-width: 1100px;
  margin: 1.75rem auto;
}

.modal-md {
  max-width: 700px;
}

.contact_modal .modal-content {
  border-top: 8px solid #166681;
  border-radius: 0;
}

.contact_modal .close {
  position: absolute;
  top: -30px;
  right: -21px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #166681;
  font-size: 39px;
  font-weight: 400;
  color: black;
  background: white;
  text-shadow: none;
  opacity: 1;
  z-index: 9;
}

.contact_modal .close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  outline: 0;
}

.contact_modal h4 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: black;
}

.contact_modal h5 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}

#contact_modal img {
  height: 100%;
}

.contact_modal .modal-body {

  padding: 0;
}

.contact_modal .form-control:focus {
  border-color: #ced4da;
}

.contact_modal label {
  font-weight: 400;
}

.btn:hover {
  color: white;
}

.first_dropdown {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: white;
  z-index: 999;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #166681;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  z-index: 999999;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #166681;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
  top: 45%;

  left: 46%;
  z-index: 999999;
  display: none;
}

.question_service h5 {
  line-height: 32px;
}

.navbar_s div.inline {
  display: inherit;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn_newsletter:hover {
  color: white;
  background-color: #218838;
  ;
}

.form_back {
  padding: 40px 0px 36px 0px;
}

.more_services {
  background-color: #f1faff;
  width: 100%;
  height: 100%;
  top: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd_100 {
  padding-top: 100px;
}

.btn_submit {
  font-size: 18px;
}

/* Service page end */
.contact_footer {
  margin-top: 27px !important;
}

ul {
  margin: 0;
}

.contact_footer li {
  margin-bottom: 2px !important;
  display: flex;
}

.contact_footer li i {
  font-size: 22px;
  color: #166681;
  width: 10px;

  margin-top: 4px;
  margin-right: 20px;
}


.sticky {
  position: sticky;
  top: 115px;
}

.header.fixed .more_services {
  padding-top: 300px;
}

.ss {
  padding-top: 150px;
}

.ssp {
  padding-top: 0 !important;
}

.footer_social li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
}

.footer_social li a {
  color: black;
  width: 10px;
}

.nav-pills .nav-link {
  border-radius: 5px;
}

.footer_social li a i {
  padding: 7px 9px;
  font-size: 14px;
  border-radius: 5px;
  color: white;
  width: 32px;
  line-height: 17px;
  height: 30px;
}

.footer_social .fa-facebook {
  background-color: #3b5998;
  padding: 7px 10px !important;
}

.twiiter {
  background-color: #00aced;
}

.footer_social .fa-linkedin {
  background-color: #0072b1;
}

.footer_social .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer_logo h3 {
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 5px;
}

.more_s {
  margin-bottom: 20px;
  font-weight: bold;
}

.card_c .card-title {
  font-weight: bold;
  text-align: center;
  font-size: 17px;
}

.card_c .box {
  font-size: 15px;
  text-align: justify;
  overflow-y: auto;
  margin-bottom: 0;
}

.card_c .card {
  margin-bottom: 35px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card_images {
  height: 230px;
  position: relative;
  overflow: hidden;
}

.card_c .card:hover .card_images img {
  transform: scale(1.2, 1.2);
}

.card_images img {
  width: 100%;
  height: 100%;
  transition: .4s;
}

.card_c .card ul {
  margin-left: 18px;
  font-size: 15px;
  margin-bottom: 0;
}

.card_c .tra {
  margin-bottom: 16px;
}

#more_content {
  display: none;
}

#more {
  display: none;
  transition: .4s;
}

.morelink:hover {
  color: #166681;
}

.morelink {
  background: transparent;
  border: none;
  color: #166681;
}

.btn_m:focus {
  outline: none;
}

#text {
  display: none;
}



.more-content {
  display: none;
}

.cg-visible {
  display: block;
  text-align: justify;
}

.moretext {
  display: none;
}

.heading_a {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

.view_detils h1 {
  font-size: 50px;
  font-weight: bold;
}

.view_detils ul,
.view_detils ol {
  padding-left: revert;
}

.heading01 span {
  color: #166681;
}

.deatils_images {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.book01 {
  padding: 10px 40px;
  font-size: 18px;
  margin-bottom: 30px;
}

.btn_blank {
  background-color: white !important;
  border: 1px solid #ddd;
  color: black !important;
  margin-left: 10px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn_blank:hover {
  background-color: #218838 !important;
  color: white !important;
}

.about_img_left {
  margin-right: 30px;
}

.about_us_img_wrap {
  position: relative;
}

.about {

  width: 100%;
  height: 100%;
  padding: 75px 0px 110px;
  background: #dddddd1f;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about h2 {
  font-size: 25px !important;
  font-weight: bold;
  color: black;

}

.about p {
  font-size: 18px;
  color: #6d6d6d;
}

.heading_about {
  text-transform: uppercase;
  text-align: center;
}

.mission_vission_request_row {
  margin-bottom: 16px;
}

.mission_vission_request_row>span {
  float: left;
  width: 38px;
  line-height: 43px;
}

.city_request_text {
  overflow: hidden;
  /* padding: 9px 0px 0px 20px; */
}

.city_request_text h4 {
  font-size: 25px !important;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  margin: 0;
}

.mission_vission_request_link p {
  margin: 0px;
  color: #fff;
}

.mission_vission_list {
  padding: 15px 15px 0px;
  background-color: #fff;
  box-shadow: 0px 4px 10px -5px #393333;
  border-top: 4px solid #166681;
  position: relative;
  border-radius: 0;
  z-index: 3;
  border-radius: 10px;
  margin-bottom: 30px;
}

.missions {
  width: 70%;
  margin: auto
}

.w_10 {
  width: 70%;
  margin: auto;
  text-align: justify;
  margin-bottom: 30px !important;
}

#navbardrop:hover {
  border: none !important;
}

.moretext {
  display: none;
}

.morelink {
  display: block;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.more i {
  display: table;
  width: 100%;
  padding: 2px 0px;
}

.more_sidebar {
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  padding: 15px;
  border-radius: 12px;
  background: white;

}

.more_sidebar ul {
  list-style: none;
}

.more_sidebar ul li {
  padding: 5px 15px;
  color: white;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-radius: 0 !important;
  padding: 13px 26px;
  font-size: 18px;
  border: 1px solid #ddd !important;
  font-weight: bold;
}

.more_sidebar ul li.more1 {
  background-color: #166681;
}

.more_sidebar ul a {
  color: black;
}

.more_sidebar ul a:hover {
  text-decoration: none;
}

.more_sidebar ul a li {
  color: black;
}

.more01 {
  height: 100px;
  overflow-y: auto;
}

.btn {
  border: #166681;
  border-color: transparent;
}

.search_filter_btn button::after {
  font-family: "FontAwesome";
  content: "\f002 ";
  position: absolute;
  opacity: 0;
  right: 0px;
  transition: 300ms;
}

.search_filter_btn button:hover::after {
  opacity: 1;
  right: 15px;
  transition: 300ms;
}

.btn_search::after {
  font-family: "FontAwesome";
  content: "\f002 ";
  position: absolute;
  opacity: 0;
  right: 0px;
  transition: 300ms;
}

.btn_search:hover::after {
  opacity: 1;
  right: 15px;
}

.btn_clear::after {
  font-family: "FontAwesome";
  content: "\f00d";
  position: absolute;
  opacity: 0;
  right: 0px;
  transition: 300ms;
}

.btn_clear:hover::after {
  opacity: 1;
  right: 15px;
}

.gotop {
  background: #166681 none repeat scroll 0 0;
  bottom: 20px;
  color: #ffffff;
  cursor: pointer;
  font-size: 37px;
  height: 50px;
  display: none;
  line-height: 47px;
  position: fixed;
  right: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  border-radius: 50%;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.navtab_list .nav-link.active:hover {
  background-color: #166681;
  color: white;
}


.footer {
  background-color: black;
}

.navtab_list {
  text-align: center;
  width: 61%;
  margin: auto;
  display: block;
}

.navtab_list li:last-child {
  margin: 0;
}

.padd_0 {
  padding: 0px;
}

.reset_search {
  float: right;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.no-record {
  position: absolute;
  text-align: center;
  color: #fff;
  left: 3vw;
  bottom: -8%;
  font-weight: 500;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 34vw;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  margin-top: -1px;
  background-color: #ffffff;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both;
}

.angucomplete-selected-row {
  background-color: #166681;
  color: #ffffff;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  /* Add your own default image here
   background-image: url('/assets/default.png');
  */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
  padding: 50px;
  /* opacity: .8; */
}

#detailPage .navtab_list {
  text-align: left;
  width: 100%;
  border-bottom: 2px solid #ddd;
}

#detailPage .tab-content {
  margin-top: 0;
}

#detailPage .navtab_list .nav-item {
  margin-right: 0;
}

#detailPage .navtab_list .nav-link {
  padding: 4px 25px;
  font-size: 15px;
  border: transparent;
  background-color: transparent;
  font-weight: bold;
  color: #166681;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
}

#detailPage .navtab_list.nav-pills .nav-link.active {
  background-color: #026845;
  color: #ffffff;
}

.exp_over_incl {
  padding: 15px 0px;
  border: transparent;
}

.exp_card ul,
.exp_card ol {
  padding-left: 30px;
}

.exp_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0px;
  color: #166681;
}

.exp_card h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: #a2a2a2;
}

.form-control.error {
  color: #495057 !important;
}

.error {
  color: red !important;
}

#detailPage .header_banner {
  height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

.whatsapp-icon {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9999;
}

.whatsapp-icon a i {
  background: rgb(0 178 9);
  padding: 12px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 27px;
}

.border-right {
  border-right: 1px solid #ddd;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.why_choose_card {
  background-color: #166681;
  padding: 15px;
  height: 100%;
}