@font-face {
  font-family: "barlowmedium";
  src: url("fonts/barlow-medium-webfont.woff2") format("woff2"),
    url("fonts/barlow-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinslight";
  src: url("fonts/poppins-light-webfont.woff2") format("woff2"),
    url("fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-Regular.woff2") format("woff2"),
    url("fonts/Urbanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("fonts/Urbanist-SemiBold.woff2") format("woff2"),
    url("fonts/Urbanist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
    url("fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "poppinsregular";
}
.img-fullwidth {
  width: 100%;
}
.position-relative {
  position: relative;
}
.header {
  position: relative;
  background: #fff;
}
.header .navbar-collapse {
  padding: 0;
}

/* Topbar */
.header .topbar {
  background: #001f42;
  padding: 5px 0px;
  font-family: "barlowmedium";
}
.header .content {
  float: left;
}
.header .content li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  line-height: 40px;
}
.header .content li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}
.header .content li i {
  margin-right: 5px;
  color: #fff;
}
.header .content li a {
  color: #fff;
}
.header .social {
  float: right;
  margin: 2px 0;
}
.header .social li {
  display: inline-block;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 35px;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}
.header .social li:last-child {
  margin-right: 0px;
}
.header .social li a {
  color: #fff;
}
.header .header__contacts {
  display: block;
  position: relative;
  margin-top: -12px;
  margin-bottom: -20px;
  padding: 6px 30px;
  border: none;
  padding-left: 60px;
  background: #ec6f13 url(../images/ico-info-1.png) 12px 12px no-repeat;
  background-size: 45px;
}
.header .header__contacts:before,
.header .header__contacts:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
}

.header .header__contacts::before {
  left: -8px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #ec6f13 transparent transparent;
}

.header .header__contacts:after {
  right: -8px;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #ec6f13 transparent transparent transparent;
}

.contacts-block::before {
  display: none;
}

.contacts-block span {
  color: #fff;
  font-size: 14px;
}

.contacts-block strong {
  color: #fff;
  font-size: 22px;
}
/* Logo */
.header .logo {
  margin: 5px 0;
}
.logo img {
    width: 100px;
}
.header .header-inner {
  background: none;
}
.header .header-menu {
  z-index: 3333;
  margin: 23px 0;
  font-family: "barlowmedium";
}
.header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 0;
}
.navbar-nav {
  display: block;
}
.header .nav li {
  float: left;
  position: relative;
}
.header .nav li:last-child {
  margin-right: 0px;
}
.header .nav li a {
  color: #404040;
  font-size: 16px;
  padding: 10px 10px;
  display: block;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
}
.header .nav li:hover a,
.header .nav li.active a {
  color: #000;
}
.header .nav li a i {
  margin-left: 5px;
}
.header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.header .nav li:hover .dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.header .nav li .dropdown li {
  float: none;
  margin: 0;
  border: none;
}
.header .nav li .dropdown li a {
  padding: 10px 15px;
  color: #252525;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
}
.header .nav li .dropdown li i {
  float: right;
}
.header .nav li .dropdown li:hover a {
  color: #252525;
}
.header .nav li .dropdown.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .nav li .dropdown li .dropdown.submenu li a {
  color: #777;
  background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a {
  color: #252525;
}

.header .button {
  position: absolute;
  top: 0;
  right: 0;
}
.header .button .btn {
  color: #fff;
  padding: 14px 30px;
  box-shadow: none;
  background: #000000;
  font-size: 18px;
  text-transform: inherit;
  border: 1px solid transparent;
}
.header .button .btn:hover {
  color: #000;
  background: #000000;
  border-color: #e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  background: #fff;
  z-index: 999;
  transition: all 0.4s ease;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/*===============================
	End Header CSS 
=================================*/

/*===============================
	Slider CSS 
=================================*/
.home-slider {
  position: relative;
}
.home-slider .overlay {
  position: relative;
}
.home-slider .overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.home-slider .single-slider:before {
  opacity: 0.1;
}
.home-slider .single-slider .slider-text {
  margin: 260px 0 0;
  padding: 20px;
}
.home-slider .single-slider h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.home-slider .single-slider p {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 5px #ccc;
}
.home-slider .single-slider .button {
  margin-top: 10px;
}
.home-slider .single-slider .btn {
  margin-right: 15px;
  color: #000;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover {
  background: #d12326;
  color: #000;
}
.home-slider .single-slider .btn.primary {
  color: #000;
}
.home-slider .single-slider .btn.primary:before {
  background: #fff;
}
.home-slider .single-slider .btn.primary:hover {
  color: #252525;
  background: transparent;
}
.home-slider .single-slider .btn:last-child {
  margin-right: 0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
  height: 55px;
  width: 55px;
  line-height: 55px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover {
  background: #000;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover {
  left: 25px;
}
.home-slider .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover {
  right: 25px;
}
/*===============================
	End Slider CSS 
=================================*/

.about-vaishnavi {
  background: #fff;
  padding: 25px 0 40px;
}

.about-vaishnavi h2 {
  color: #ec6f13;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  font-family: "Playfair Display";
  text-transform: capitalize;
}
.about-vaishnavi h2 span {
  color: #013066;
}
.about-vaishnavi p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #4e4e4e;
  text-align: justify;
  line-height: 26px;
}
.about-vaishnavi .button {
  margin-top: 20px;
  font-family: "barlowmedium";
}
.about-vaishnavi .btn {
  color: #fff;
  text-transform: uppercase;
  background: #ec6f13;
  padding: 10px 20px;
  font-size: 16px;
}
.about-vaishnavi .btn:before {
  background: #000;
}

.heading-underline span {
  width: 336px;
  display: inline-flex;
  height: 2px;
  background-color: #dedede;
  position: relative;
}
.heading-underline span::before {
  transform: translateX(100%);
}
.heading-underline span::before {
  content: "";
  display: block;
  width: 112px;
  height: 4px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #433333;
}

.exploretour {
  margin: 0;
  padding: 30px 0;
  background: #fff;
  position: relative;
}
.exploretour h2 {
  color: #ec6f13;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  font-family: "Playfair Display";
  text-transform: capitalize;
}
.exploretour h2 span {
  color: #013066;
}
.exploretour h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 26px;
}
.feachers-overlay {
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  margin: 15px 0;
  overflow: hidden;
}
.feachers-overlay img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feachers-overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 3%;
}
.feachers-overlay-text p {
  letter-spacing: 1px;
  font-size: 16px;
  padding: 0;
  margin: 5px 0 10px 0;
  color: #fff;
  font-family: "barlowmedium";
}
.feachers-overlay-text h3 {
  font-size: 30px;
  color: #fff;
  font-family: "Playfair Display";
}
.feachers-overlay-text .feachers-3rd-text-size {
  color: #fff !important;
  font-size: 40px;
}
.project-img-zoom {
  overflow: hidden;
  width: 100%;
}
.project-img-zoom img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.6s linear;
}
.project-img-zoom:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bestselling {
  margin: 0;
  padding: 30px 0 60px;
  background: #f3f3f3;
  position: relative;
}
.bestselling h2 {
  color: #ec6f13;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  font-family: "Playfair Display";
  text-transform: capitalize;
  text-align: center;
}
.bestselling h2 span {
  color: #013066;
}
.bestselling h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 26px;
}

.bestbox {
  margin: 15px 0;
  padding: 0;
  position: relative;
}
.bestbox::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    to(transparent)
  );
  background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background-image: linear-gradient(to top, black 0%, transparent 100%);
  content: "";
  opacity: 0.95;
}
.besttxt {
  z-index: 2;
  color: white;
  font-size: 20px;
  font-weight: 500;
  font-family: "barlowmedium";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 30px;
}

.bestselling .button {
  margin-top: 20px;
  font-family: "barlowmedium";
}
.bestselling .btn {
  color: #fff;
  text-transform: uppercase;
  background: #ec6f13;
  padding: 10px 20px;
  font-size: 16px;
}
.bestselling .btn:before {
  background: #000;
}

.topattraction {
  position: relative;
  background: #fff;
  padding: 25px 0 40px;
}
.topattraction h2 {
  color: #ec6f13;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  font-family: "Playfair Display";
  text-transform: capitalize;
  text-align: center;
}
.topattraction h2 span {
  color: #013066;
}
.topattraction h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 26px;
}

.taBox {
  margin: 15px 0;
  padding: 0;
  position: relative;
  font-family: "barlowmedium";
  border-radius: 10px;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
}
.taBox img {
  border-radius: 10px 10px 0 0;
}
.taBox h3 {
  margin: 5px 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.taBox p {
  color: #747373;
}

.car-rental {
  margin: 0;
  padding: 60px 0;
  background: #1b1c20;
  position: relative;
}
.car-rental h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  font-family: "Playfair Display";
  text-transform: capitalize;
  text-align: center;
}
.car-rental h2 span {
  color: #013066;
}
.car-rental h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}
.car-rental .ybg {
  background: #ec6f13;
  padding: 5px 20px;
  margin-top: 20px;
}
.carbox {
  margin: 15px 0;
  padding: 10px 5px;
  background: #fff;
  border-radius: 5px;
}
.carbox h3 {
  margin: 0 10px;
  padding: 0;
  font-size: 20px;
  color: #480c00;
  font-weight: 600;
}
.carbox p {
  margin: 0 10px;
  padding: 0;
  font-size: 14px;
  color: #333333;
}

.our-hotels {
  margin: 0;
  padding: 60px 0;
  background: #f0fbfd;
  position: relative;
}
.our-hotels h2 {
  color: #ec6f13;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  font-family: "Playfair Display";
  text-transform: capitalize;
  text-align: center;
}
.our-hotels h2 span {
  color: #013066;
}
.our-hotels h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 26px;
}
.hotelbox {
  margin: 15px 0;
  padding: 10px;
  background: #f2f2f2;
}

.hotelbox h3 {
  margin: 5px 0 5px 0;
  padding: 0 0 5px 0;
  font-size: 16px;
  font-family: "Urbanist";
  line-height: 30px;
  color: #282828;
  border-bottom: #ec6f13 1px solid;
}
.hotelbox h3 a {
  color: #282828;
}
.hotelbox ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.hotelbox ul li i {
  color: #ec6f13;
  margin-right: 5px;
}
.hotelbox ul li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
}
.hotelbox p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.hotelbox .button {
  margin-top: 10px;
}
.hotelbox .btn {
  color: #fff;
  background: #ec6f13;
  font-family: "barlowmedium";
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 20px;
}
.hotelbox .btn:before {
  background: transparent;
}

.whyUs {
  margin: 0;
  padding: 60px 0;
  background: #f1f1f1;
}
.whyUs h2 {
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  font-size: 30px;
  color: #000;
  text-align: center;
  border-bottom: #d1d1d1 1px solid;
  font-weight: 600;
}
.whyppt {
  margin: 25px 0 30px;
}
.whyppt ul li {
  width: 33%;
  height: 145px;
  float: left;
  color: #333;
  font-size: 16.5px;
  padding: 15px 15px 0;
  border-right: 1px dotted #777;
  border-bottom: 1px dotted #777;
  text-align: center;
}
.whyppt ul li strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #38445c;
}
.whyppt ul li p {
  line-height: 22px;
  color: #6f6b80;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 0;
}
.whyicons {
  background-image: url(../images/why-choose-icons.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 40px;
}
.whyicons-1 {
  width: 35px;
  background-position: 0 0;
  display: inline-block;
}
.whyicons-2 {
  width: 40px;
  display: inline-block;
  background-position: -40px 0;
}
.whyicons-3 {
  width: 50px;
  display: inline-block;
  background-position: -88px 0;
}
.whyicons-4 {
  width: 37px;
  display: inline-block;
  background-position: 0 -48px;
}
.whyicons-5 {
  width: 55px;
  display: inline-block;
  background-position: -40px -48px;
}
.whyicons-6 {
  width: 37px;
  display: inline-block;
  background-position: -100px -48px;
}
.whyppt ul li:nth-child(3n) {
  border-right: none;
}
.whyppt ul li:nth-child(4n),
.whyppt ul li:nth-child(5n),
.whyppt ul li:nth-child(6n) {
  border-bottom: none;
}
.videobx {
  margin: 15px 0 0;
}
.video-caption {
  overflow: hidden;
  padding: 6px 0 12px;
  text-align: center;
  font-size: 15px;
  background-color: #111;
}
.video-caption span {
  display: block;
  color: #fff;
}
.video-caption strong {
  display: block;
  color: #ec6f13;
}
.video-caption p {
  color: #fff;
  margin-bottom: 0;
}

.footer {
  padding: 0;
  background: #20252b;
  position: relative;
}

.footer p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

.footer .footer-top {
  padding: 40px 0 40px;
}
.footer .flogo {
  text-align: center;
}
.footer .single-widget {
  margin: 15px 0;
}
.footer .single-widget h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "barlowmedium";
  position: relative;
  letter-spacing: 1px;
}

.footer .list li {
  line-height: 30px;
  color: #fff;
  list-style: none;
}
.footer .list li a {
  color: #fff;
}
.footer .list li i {
  margin-right: 5px;
}
.footer .useful-links ul li {
  position: relative;
  line-height: 30px;
  list-style: none;
}
.footer .useful-links ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .useful-links ul li i {
  margin-right: 10px;
}
.footer .footer-bottom {
  background: #363b41;
}
.footer .bottom-head {
  padding: 10px 0;
}
.footer .copyright {
  text-align: center !important;
}
.footer .copyright p {
  color: #fff;
  line-height: 34px;
  text-transform: capitalize;
  text-align: center !important;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  color: #fff;
}

.footer .social {
  margin: 10px 0px;
}
.footer .social li {
  display: inline-block;
  margin-right: 3px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  line-height: 45px;
  text-align: center;
  padding: 7px 0;
  background-color: #363b41;
}
.footer .social li i {
  margin: 0 !important;
}
.footer .social li a {
  color: #cef0de;
}
/*=============================
	Events CSS
===============================*/
.events {
  padding: 0;
  background: #fff;
}
.events .section-title {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
.events .section-title h4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}
.events .section-title h2 {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 12px;
  color: #fff;
  font-family: Poppins, sans-serif;
  position: relative;
  margin-bottom: 18px;
}
.events .section-title h2::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: -1px;
  margin-left: -25px;
}
.events p {
  color: #777;
  line-height: 26px;
  text-align: justify;
  margin: 0 0 20px;
}
.events .single-event {
  margin: 15px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 15px;
}
.events .single-event:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head {
  position: relative;
}
.events .single-event .head .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  color: #fff;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 35;
  background: #000;
}
.events .single-event:hover .head .btn {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.events .single-event .head .btn:hover {
  background: #fff;
  color: #252525;
}
.events .single-event .head.overlay:before {
  opacity: 0;
  visibility: hidden;
  z-index: 34;
}
.events .single-event:hover .head.overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.events .event-content {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
.events .event-content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.events .event-content h4 a {
  color: #252525;
  font-weight: 700;
}
.events .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.events:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.events .owl-carousel .owl-nav div {
  height: 48px;
  width: 48px;
  line-height: 48px;
  top: 50%;
  background: #666;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover {
  color: #fff;
}
.events .owl-carousel .owl-nav .owl-prev {
  left: -75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover {
  left: -65px;
}
.events .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.events .owl-carousel .owl-nav .owl-next:hover {
  right: -65px;
}
/*=============================
	End Events CSS
===============================*/

.inner {
  margin: 0;
  padding: 30px 0;
  position: relative;
}
.section-title {
  margin-bottom: 20px;
  padding: 0;
}
.section-title h2 {
  font-style: normal;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #0b182d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100px;
  height: 2px;
  background: #e3dcd5;
  bottom: -1px;
  margin-left: 0;
}
.section-title p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
}

.shape.rellax {
  position: absolute;
  background-color: #f5f5fc !important;
}
.bg-soft-primary {
  background-color: #f5f5fc !important;
}
.rounded {
  border-radius: 0.4rem !important;
}
.samplebox {
  margin: 15px 0;
  position: relative;
}
.samplebox .card {
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
  border: 0;
}
.samplebox .card figure {
  margin: 0;
  padding: 0;
}
.samplebox .card .card-img-top {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.samplebox h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #343f52;
}
.samplebox h3 a {
  color: #343f52;
  font-weight: 600;
  letter-spacing: 1px;
}
.samplebox p {
  margin: 15px 0;
  padding: 0;
  font-size: 14px;
  color: #343f52;
}

.contact-section {
  position: relative;
  padding: 30px 0;
}
.contact-section .title-box .title h2 {
  position: relative;
  display: block;
  line-height: 46px;
  padding-top: 25px;
  margin-bottom: 58px;
}

.contact-section .title-box .title h2 span {
  font-weight: 500;
}

.contact-section .title-box .title h2:before {
  position: absolute;
  content: "";
  background: #c8944a;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}

.contact-section .contact-info {
  position: relative;
}

.contact-section .contact-info .title h3 {
  position: relative;
  display: block;
  color: #323142;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 50px;
}
.contact-section .contact-info .title h3 small {
  font-size: 24px;
}
.contact-section .contact-info p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #747682;
}

.contact-section .contact-info .title h3:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.contact-section .contact-info .social li {
  position: relative;
  float: left;
  margin-right: 4px;
  list-style: none;
}

.contact-section .contact-info .social li:last-child {
  margin-right: 0px;
}

.contact-section .contact-info .social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #001f42;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f9f3eb;
  text-align: center;
}

.contact-section .contact-info .social li a:hover {
  background: #e85f4b;
  color: #ffffff;
}

.contact-section .contact-form-area .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-form-area .form-group input[type="text"],
.contact-section .contact-form-area .form-group input[type="email"],
.contact-section .contact-form-area .form-group textarea {
  width: 100%;
  height: 62px;
  background: #f9f3eb;
  border: 1px solid #f9f3eb;
  padding: 15px 20px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group textarea {
  height: 230px;
  resize: none;
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
  border: 1px solid #ff8503;
}

.contact-section .contact-form-area .form-group button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #001f42;
  border: 2px solid #001f42;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  padding: 13px 45px 12px 45px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group button:hover {
  background: #e85f4b;
  border: 2px solid #e85f4b;
  color: #000;
}

.contact-section .contact-form-area .form-group .contact-btn {
  position: relative;
  float: right;
  padding-top: 4px;
}

.ctbox {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebe6de;
  border-radius: 8px;
  margin: 20px 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.ctbox .iconbox-wrapper {
  text-align: left;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.ctbox .iconbox-wrapper .icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 5px;
  text-align: left;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: unset;
}
.ctbox .iconbox-wrapper .icon-box-icon span {
  background-color: #faf5ee;
  fill: #313041;
  color: #313041;
  font-size: 24px;
  padding: 18px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
}
.ctbox .iconbox-wrapper .icon-box-content {
  flex-grow: 1;
  text-align: left;
}
.ctbox .iconbox-wrapper .icon-box-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #333244;
}
.ctbox .iconbox-wrapper .icon-box-content p {
  text-align: left;
  margin: 0;
}

.blog {
  background: #fff;
  padding: 50px 0;
}
.blog h2 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 40px;
  color: #001f42;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 35px;
}
.blog h2 span {
  color: #cb2206;
}
.blog h2 small {
  color: #4f4f4f;
  font-size: 14px;
}
.blog h6 {
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-size: 20px;
}

.blog .single-blog {
  position: relative;
  margin: 15px 0;
  background: #fff;
  border: #dedede 1px solid;
}
.blog .single-blog:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.blog .blog-head {
  overflow: hidden;
}
.blog .blog-head:before {
  z-index: 35;
  opacity: 0;
  visibility: hidden;
}
.blog .single-blog:hover .blog-head:before {
  opacity: 0.5;
  visibility: visible;
}
.blog .single-blog img {
  width: 100%;
}
.blog .single-blog:hover img {
  transform: scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
  position: absolute;
  left: 12px;
  top: 12px;
  text-align: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 33;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 36;
}
.blog .single-blog:hover .date {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.blog .blog-head .date h4 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  background: #cb2206;
}
.blog .blog-head .date h4 span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.blog .blog-main {
  margin-top: 50px;
  background: #f6f6f6;
  position: relative;
}
.blog .blog-content {
  padding: 20px;
  background: #f5f5f5;
}
.blog .blog-content p {
  font-size: 14px;
  line-height: 24px;
}
.blog .blog-content .blog-title {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #171717;
}
.blog .blog-content .blog-title a {
  color: #252525;
}
.blog .blog-content .blog-title a:hover {
  color: #1eaab5;
}
.blog .blog-content .button {
  margin-top: 20px;
}
.blog .blog-content .btn {
  color: #181818;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  background: transparent;
  border: #cb2206 1px solid;
}

.blog .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.blog:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.blog .owl-carousel .owl-nav div {
  height: 48px;
  width: 48px;
  line-height: 48px;
  top: 50%;
  background: #666;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover {
  color: #fff;
  background: #cb2206;
}
.blog .owl-carousel .owl-nav .owl-prev {
  left: -75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover {
  left: -65px;
}
.blog .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover {
  right: -65px;
}
.blog .owl-dots {
  margin-top: 50px;
}
.blog .owl-dots .owl-dot {
  margin-right: 5px;
}
.blog .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.blog .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
  border-color: transparent;
  width: 30px;
  height: 12px;
}

.blog-right {
  margin: 10px 0;
  background: #f3f3f1;
  padding: 50px 40px 0 40px;
}
.custbttn {
  margin-bottom: 30px;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to bottom, #df1f25 0%, #fa3e1b 100%);
}
.custbttn:hover {
  background: linear-gradient(to bottom, #fa3e1b 0%, #df1f25 100%);
}
.custbttn a {
  color: #fff;
}
.searchwidget {
  margin-bottom: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.searchwidget input {
  padding-right: 3.5em;
  border-radius: 0;
  background-color: #fff;
  border-color: #eaeaea;
  color: #5c5c5c;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  height: 3.06em;
  padding-left: calc(1em - 1px);
  width: 100%;
}
.searchwidget .button {
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  color: #b0b0b0;
  font-size: 17px;
  border: none;
  height: 100%;
  width: 15%;
  padding: 0;
}

.searchwidget:hover .button {
  color: #f37434;
}

.widgetlink {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
.widgetlink h3 {
  text-transform: capitalize;
  color: #101010;
  letter-spacing: 0;
  font-size: 19px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.widgetlink ul {
  list-style: none;
}
.widgetlink ul li {
  padding: 6px 0;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px dotted #d2d2d2;
  letter-spacing: 1px;
}
.widgetlink ul li a {
  color: #555;
}
.widgetlink ul li:first-child {
  padding-top: 0;
}

.widgetlink ul li:last-child {
  padding-bottom: 0;
}

.widgetlink ul li span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f37434;
}

.latest-news {
  margin-bottom: 30px;
  position: relative;
}
.latest-news h3 {
  text-transform: capitalize;
  color: #c83c45;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.latest-news .single-news {
  position: relative;
  padding-left: 85px;
  margin-bottom: 15px;
}
.latest-news .single-news:last-child {
  margin: 0;
}
.latest-news .single-news img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0px;
}
.latest-news .single-news h4 {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-weight: bold;
}
.latest-news .single-news h4 a {
  color: #3a3a3a;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}
.latest-news .single-news p {
  padding-right: 50px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 16px;
}

.tags {
  margin-bottom: 30px;
  position: relative;
  font-family: Poppins, sans-serif;
}
.tags h3 {
  text-transform: capitalize;
  color: #101010;
  letter-spacing: 0;
  font-size: 19px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.tags a {
  background-color: white;
  border: 1px solid #eaeaea;
  color: #a6a6a6;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 0.7em 0.7em;
  margin-right: 0.4rem;
  margin-bottom: 0.7rem;
  border-radius: 0;
  display: inline-block;
}

.tags a:hover {
  text-decoration: none;
  color: white !important;
  background-color: #f37434 !important;
  border-color: transparent;
}

.recent_post {
  margin-bottom: 30px;
  background: #e8e8e8;
  padding: 10px;
  font-family: Poppins, sans-serif;
}
.recent_post h3 {
  text-transform: capitalize;
  color: #101010;
  letter-spacing: 0;
  font-size: 19px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.recent_post li i {
  margin-right: 2px;
}
.recent_post ul li {
  position: relative;
  line-height: 25px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.recent_post ul li a {
  color: #777;
  padding: 10px 0;
  font-size: 14px;
  display: inline-block;
}

.iBox02 {
  margin: 15px 0;
  padding: 0 0 10px 0;
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.iBox02 h3 {
  margin: 15px 10px 10px 10px;
  padding: 0;
  font-size: 18px;
  color: #000;
}
.iBox02 p {
  margin: 0 10px;
  padding: 0;
  line-height: 24px;
  text-align: justify;
  font-size: 16px;
  color: #5f5f5f;
}
.iBox02 p a {
  color: #f37434;
}
.blog-info {
  margin: 5px 10px;
}
.blog-info a {
  color: #777;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #e7e7e7;
  font-weight: 500;
}
.blog-info a:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
.blog-info a i {
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
  color: #f37434;
}

.toursimg {
  position: relative;
  margin: 0;
}
.tour-slider .owl-nav div {
  height: 55px;
  width: 55px;
  line-height: 55px;
  top: 40%;
  background: #000 !important;
  color: #fff;
  font-size: 25px !important;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100% !important;
  margin: -30px 0 0 0;
}
.tour-slider .owl-nav div:hover {
  background: #000;
}
.tour-slider .owl-nav .owl-prev {
  left: 15px;
}
.tour-slider .owl-nav .owl-prev:hover {
  left: 25px;
}
.tour-slider .owl-nav .owl-next {
  right: 15px;
}
.tour-slider .owl-nav .owl-next:hover {
  right: 25px;
}

.tourtitle {
  background-color: #faf5ee;
  padding: 15px 0;
}
.tourtitle h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.tourtitle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tourtitle ul li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.ccontanttxt {
  margin: 0 0 15px 0;
  padding: 15px;
  background: #f2f2f2;
}

.ccontanttxt h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  color: #e46d33;
  font-size: 28px;
  border-left: #e46d33 3px solid;
}

.ccontanttxt p {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.ccontanttxt ul {
  margin: 0 0 0 25px;
  padding: 0;
  list-style: disc;
}

.ccontanttxt ul li {
  margin: 0;
  list-style: disc;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
}

.itinerary {
  margin: 0 0 15px 0;
  padding: 15px;
  background: #f2f2f2;
}

.itinerary h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  color: #e46d33;
  font-size: 28px;
  border-left: #e46d33 3px solid;
}

.itinerary .faq-content {
  margin-top: 10px;
}

.itinerary .text-content {
  text-align: left;
  padding: 0 60px 0 0;
  margin-bottom: 30px;
}

.itinerary .text-content h2 {
  font-size: 38px;
  margin-bottom: 25px;
}

.itinerary .text-content p {
  font-size: 16px;
}

.itinerary .panel-group {
  margin: 0;
  text-align: left;
}

.itinerary .panel {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 2px;
}

.itinerary .panel-heading {
  background: 0;
}

.itinerary .faq-title a {
  padding: 15px 0;
  font-size: 18px;
  position: relative;
  color: #520f34;
  width: 100%;
  display: block;
  border-bottom: #dfdbd8 1px solid;
}

.itinerary .faq-title a::after {
  content: "\f0d8";
  font-family: FontAwesome;
  top: 50%;
  margin-top: -5px;
  right: 24px;
  position: absolute;
  background: 0 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #e46d33;
  border-radius: 0;
  text-align: center;
  font-size: 17px;
}

.itinerary .panel.active .faq-title a {
  color: #e46d33;
  text-decoration: none;
}

.itinerary .faq-title a.collapsed::after {
  content: "\f0d7";
  color: #e46d33;
  background: 0 0;
}

.itinerary .faq-body {
  padding: 10px 0;
  font-size: 15px;
  box-shadow: none;
  text-shadow: none;
}

.itinerary .faq-body p {
  font-size: 15px;
}

.itinerary .panel-default {
  border: 0;
  box-shadow: none;
  background: 0 0 !important;
  text-shadow: none;
  margin: 10px 0;
}

.sidebar-helpline {
  position: relative;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
}
.sidebar-item {
  border: 1px solid #ddd;
  box-shadow: 0 0 20px #cccccc57;
  margin-bottom: 30px;
  padding: 15px;
}
.sidebar-helpline-content {
  position: relative;
  z-index: 1;
}
.sidebar-helpline::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}
.sidebar-helpline-content img {
  width: 70px;
  margin-bottom: 10px;
}
.sidebar-helpline-content h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 21px;
  color: #333;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 15px;
}
.sidebar-helpline-content p {
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.sidebar-helpline-content p.call {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-helpline-content p a {
  color: #333;
}

.form-section {
  width: 100%;
  padding: 0;
  position: relative;
}
.form-section .title-box,
.reqQuote .title-box {
  margin-bottom: 25px;
}
.form-section .title-box .form-title h2 {
  position: relative;
  color: #fff;
  margin-bottom: 2px;
  font-size: 36px;
}
.form-section .title-box .text,
.reqQuote .title-box .text {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.form-section .form-content {
  padding: 30px;
  background-color: #f2f2f2;
}
.form-section .form-content h3 {
  margin-bottom: 15px;
  padding: 0 0 0 15px;
  color: #e46d33;
  font-size: 28px;
  border-left: #e46d33 3px solid;
}
.form-section .form-content .form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-section .form-content .form-group input[type="date"],
.form-section .form-content .form-group input[type="email"],
.form-section .form-content .form-group input[type="number"],
.form-section .form-content .form-group input[type="text"],
.form-section .form-content .form-group select,
.form-section .form-content .form-group textarea {
  width: 100%;
  height: 42px;
  background: #fff;
  color: #666;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 0;
  transition: 0.5s;
}
.form-section .form-content .form-group .ui-selectmenu-button.ui-button {
  padding: 17px 20px;
}
.form-section .form-content .form-group textarea {
  height: 70px;
  resize: none;
}
.form-content .form-group .ui-selectmenu-button.ui-button:focus,
.form-content .form-group input:focus,
.form-content .form-group textarea:focus,
.form-section .form-content .form-group .ui-selectmenu-button.ui-button:focus,
.form-section .form-content .form-group input:focus,
.form-section .form-content .form-group textarea:focus,
.reqQuote .form-content .form-group .ui-selectmenu-button.ui-button:focus,
.reqQuote .form-content .form-group input:focus,
.reqQuote .form-content .form-group textarea:focus {
  border: 1px solid #222;
}

.testimonial {
  background: #fff;
  text-align: center;
  margin: 0 20px;
}
.testimonial .description {
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid #cb2206;
  border-left: 1px solid #cb2206;
  font-size: 15px;
  color: #887e7f;
  line-height: 30px;
  text-align: left;
  position: relative;
}
.testimonial .description:before {
  content: "\f10e";
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  padding: 0 15px 5px 0;
  font-size: 30px;
  color: #cb2206;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0;
}
.testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #cb2206;
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial .testimonial-content {
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #cb2206;
  position: absolute;
  top: -50px;
  left: 50%;
}
.testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #cb2206;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.testimonial .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #cb2206;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.carbox {
  margin: 15px 0;
  padding: 10px 5px;
  background: #fff;
  border-radius: 5px;
}
.carbox h3 {
  margin: 0 10px;
  padding: 0;
  font-size: 20px;
  color: #480c00;
  font-weight: 600;
}
.carbox p {
  margin: 0 10px;
  padding: 0;
  font-size: 14px;
  color: #333333;
}

.icon_box_content {
  position: absolute;
  top: 85%;
  left: 20%;
  z-index: 11;
  background: #fff;
  padding: 20px 30px 15px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.icon_box_content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #313041;
  line-height: 1.2;
}
.icon_box_content h3 small {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3px;
  letter-spacing: 1px;
  color: #7a7c88;
  line-height: 1.2;
}

.itinerary-form {
  border: 2px solid #283b8c;
}
.card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: inherit;
  background: #fff;
  box-shadow: 6px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.itinerary-form-head {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 30px;
  color: #f0fff0;
  background: #283b8c;
}
.itinerary-form form {
  padding: 20px;
}
.itinerary-form form .form-group {
  margin-bottom: 15px;
}
.itinerary-form form.input-box {
  position: relative;
}
.itinerary-form .form-control::placeholder {
  color: #999;
  opacity: 1;
}
.itinerary-form .input-box .form-control {
  padding-left: 40px;
}
.itinerary-form .form-control {
  height: 45px;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  padding: 6px 12px;
  color: #555;
  font-size: 14px;
  background: #fff;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.itinerary-form .input-icon {
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 30px;
}
.itinerary-form .input-icon i {
  color: #e72e2d;
}
.itinerary-form .btn,
.itinerary-form .btn-lg {
  background: #ee3736;
  color: #fff;
  outline: 0;
  box-shadow: 6px 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.05rem;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  transition: all 0.3s ease-in-out;
}
