/*
	Template Name: Trizen
	Author: TechyDevs
	Email: contact@techydevs.com
	Website: techydevs.com
	Description: Trizen - Travel Booking HTML5 Template
	Version: 1.0
*/
/*------------------------------------------------------------------
[Table of contents]

	+ General
		- general Styles
		- common-style
		- Preloader
		- theme-btn
		- button-shared
		- padding
		- margin
		- preloader
		- section-heading
		- custom-checkbox
		- Back To Top
		- and more
	+ Header
		- Logo
		- login
		- sign up
		- Main Navigation
		- Dropdown
		- mobile menu
	+ Content
		+ Main Files
			- index.html
			- index2.html
			- index3.html
			- index4.html
			- index5.html
			- index6.html
	+ Banner Area
			- Breadcrumb
	+ Tour
	        - Tour Full Width
	        - Tour Grid
	        - Tour List
	        - Tour Left Sidebar
	        - Tour Right Sidebar
	        - Tour Details
	        - Tour Booking
	+ Cruise
	        - Cruises
	        - Cruise List
	        - Cruise Sidebar
	        - Cruise Details
	        - Cruise Booking
	+ Pages
			- Dashboard
			- User Profile
			- Become Local Expert
			- Destinations
			- About
			- Our Services
			- Payment
			- Faq
			- Contact
			- 404 Page
			- Recover Password
			- Coming Soon
	+ blog
			- Blog Full Width
			- Blog Grid
			- Blog Sidebar
			- Blog Detail
	+ Flight
	        - Flight Grid
	        - Flight List
	        - Flight Sidebar
	        - Flight Details
	        - Flight Booking
	 + Hotel
	        - Hotel Grid
	        - Hotel List
	        - Hotel Sidebar
	        - Hotel Details
	        - Hotel Booking
	 + Car
	        - Car Grid
	        - Car List
	        - Car Sidebar
	        - Car Details
	        - Car Booking
	+ Footer
		+ Top Footer
			- Company Details
			- Other Licks
			- Subscriber form
		+ Bottom Footer
		    - Copyright
		    - Terms & Conditions
		    - Privacy Policy
		    - Help Center
		    - Social Profile
	+ Responsive Design Styles
		    - $laptop_l: '(max-width: 1440px)';
            - $laptop_m: '(max-width: 1366px)';
            - $laptop_m_two: '(max-width: 1280px)';
            - $laptop_m_three: '(max-width: 1200px)';
            - $laptop_m_four: '(max-width: 1199px)';
            - $laptop_m_five: '(max-width: 1024px)';
            - $laptop_ls: 'only screen and (max-width: 1279px) and (min-width: 320px)';
            - $medium_device: 'only screen and (min-width: 992px) and (max-width: 1200px)';
            - $ms_device: 'only screen and (max-width: 1200px) and (min-width: 320px)';
            - $tab_device: 'only screen and (min-width: 768px) and (max-width: 991px)';
            - $tab_device_two: '(max-width: 768px)';
            - $large_mobile: 'only screen and (min-width: 480px) and (max-width: 767px)';
            - $large_mobile_two: ' (max-width: 600px)';
            - $large_mobile_three: ' (max-width: 480px)';
            - $small_mobile: 'only screen and (min-width: 320px) and (max-width: 479px)';
            - $small_mobile_four: '(max-width: 425px)';
            - $small_mobile_three: '(max-width: 400px)';
            - $small_mobile_five: '(max-width: 375px)';
            - $small_mobile_two: '(max-width: 320px)';
-------------------------------------------------------------------*/
/*---------------- css loader ----------------*/
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes infinite-blink {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    opacity: 1;
    top: 30%;
  }
  70% {
    opacity: 0;
    top: 30%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
/*============== play-button-pulse ==============*/
@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  }
}
/*====== starsAnimation ========*/
@keyframes starsAnimation {
  from {
    transform: translateY(-2000px);
  }
  to {
    transform: translateY(0px);
  }
}
/*====== background-move ========*/
@keyframes background-move {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 100vw 0, 0 0;
    background-position: max(100vw, 40em) 0, 0 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #5d646d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------- fonts ----------------*/
.font-size-100 {
  font-size: 100px !important;
}

.font-size-90 {
  font-size: 90px !important;
}

.font-size-80 {
  font-size: 80px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-65 {
  font-size: 65px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-55 {
  font-size: 55px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

/*---------------- font-weight ----------------*/
.font-weight-thin {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

/*---------------- line-height ----------------*/
.line-height-100 {
  line-height: 100px !important;
}

.line-height-90 {
  line-height: 90px !important;
}

.line-height-85 {
  line-height: 85px !important;
}

.line-height-80 {
  line-height: 80px !important;
}

.line-height-75 {
  line-height: 75px !important;
}

.line-height-70 {
  line-height: 70px !important;
}

.line-height-65 {
  line-height: 65px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.radius-round-full {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.radius-round {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.radius-rounded {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.radius-none {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.before-none:before {
  display: none !important;
}

.after-none:after {
  display: none !important;
}

.after-none:after,
.before-none:before {
  display: none !important;
}

.section-bg {
  background-color: #F5F7FC;
}

.section-bg-2 {
  background-color: #213d77;
}

.gradient-bg {
  background: -moz-linear-gradient(-45deg, #f36c21 0%, #bdd2ef 100%);
  background: -webkit-linear-gradient(-45deg, #f36c21 0%, #bdd2ef 100%);
  background: linear-gradient(135deg, #f36c21 0%, #bdd2ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f36c21", endColorstr="#bdd2ef",GradientType=1 );
}

.gradient-bg-gray {
  background: linear-gradient(70deg, #e8eef9 0, #fff 100%) !important;
}

.bg-gray {
  background-color: #F5F7FC !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.section-block {
  height: 1px;
  background-color: #F5F7FC;
}

/*==== hover-y =====*/
.hover-y {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-y:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*==== border color =====*/
.border {
  border-color: rgba(128, 137, 150, 0.1) !important;
}

.border-top {
  border-top-color: rgba(128, 137, 150, 0.1) !important;
}

.border-bottom {
  border-bottom-color: rgba(128, 137, 150, 0.1) !important;
}

/*==== bg =====*/
.bg-img-transparent {
  background-image: none !important;
}

.bg-1 {
  background-color: #8C43FF !important;
}

.bg-2 {
  background-color: #28d5a7 !important;
}

.bg-3 {
  background-color: #f9b851 !important;
}

.bg-4 {
  background-color: #CC08E9 !important;
}

.bg-5 {
  background-color: #2877B5 !important;
}

.bg-6 {
  background-color: #1da1f2 !important;
}

.bg-7 {
  background-color: #f00125 !important;
}

.bg-rgb {
  background-color: rgba(140, 67, 255, 0.1) !important;
}

.bg-rgb-2 {
  background-color: rgba(40, 213, 167, 0.1) !important;
}

.bg-rgb-3 {
  background-color: rgba(249, 184, 81, 0.1) !important;
}

.bg-rgb-4 {
  background-color: rgba(204, 8, 233, 0.1) !important;
}

.bg-rgb-5 {
  background-color: rgba(191, 255, 2, 0.1) !important;
}

.bg-rgb-6 {
  background-color: rgba(48, 124, 243, 0.1) !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

/*---------------- text-color ----------------*/
.text-black {
  color: #213d77 !important;
}

.text-gray {
  color: #5d646d !important;
}

.text-color {
  color: #f36c21 !important;
}

.text-color-2 {
  color: #8C43FF !important;
}

.text-color-3 {
  color: #28d5a7 !important;
}

.text-color-4 {
  color: #f9b851 !important;
}

.text-color-5 {
  color: #CC08E9 !important;
}

.text-color-6 {
  color: #FF8C2A !important;
}

.text-color-7 {
  color: #307CF3 !important;
}

.text-color-8 {
  color: #e1306c !important;
}

.text-color-9 {
  color: #2877B5 !important;
}

.text-color-10 {
  color: #f00125 !important;
}

.text-color-11 {
  color: #fb6340 !important;
}

/*=== p-relative p-absolute ====*/
.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*---------------- container ----------------*/
.container {
  max-width: 1200px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*---------------- responsive-column will be visible on responsive ----------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1366px) {
  .responsive-column-l {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .responsive--column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .responsive-column-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .responsive-column--m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.why-us img{width:80px !important;display:inline !important;}
.shadow-1{box-shadow:0px 0px 8px #e1e1e1;}
.wus-bx{text-align:center !important;margin-left:5px !important;margin-right:5px !important;transition: 0.5s ease;margin-top: 20px;}
.wus-bx:hover{
  transform: translateY(-10px);
}

.why-us{text-align:center !important;}

/*=== theme-btn ====*/
.theme-btn {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f36c21;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
 
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f36c21;
  font-weight: 500;
}
.theme-btn:hover {
  background-color: #fff;
  color: #f36c21;
}

/*=== theme-btn-small ====*/
.theme-btn-small {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.card-list li{
  line-height: 19px;
  list-style: disc;
}

/*=== theme-btn-gray ====*/
.theme-btn-gray {
  background-color: rgba(128, 137, 150, 0.1);
  color: #213d77;
  border-color: rgba(128, 137, 150, 0.1);
}
.theme-btn-gray:hover {
  background-color: rgba(128, 137, 150, 0.2);
  color: #213d77;
}

.recommended-tag.active {
  background-color: #f36c21;
  color: #fff;
  border-color: #f36c21;
}

.undo-btn {
  display: none;
  color: #f36c21;
  cursor: pointer;
  padding: 2px;
}
.undo-btn.active {
  display: inline-block;
}

/*=== theme-btn-transparent ====*/
.theme-btn-transparent {
  background-color: #fff;
  color: #f36c21;
}
.theme-btn-transparent:hover {
  background-color: #f36c21;
  color: #fff;
}

/*=== theme-btn-rgb ====*/
.theme-btn-rgb {
  border: none;
  background-color: rgba(40, 125, 250, 0.1);
  color: #f36c21;
}
.theme-btn-rgb:hover {
  background-color: rgba(40, 125, 250, 0.1);
}

/*=== theme-btn-danger-rgb ====*/
.theme-btn-danger-rgb {
  background-color: rgba(220, 54, 67, 0.1);
  color: #dc3545;
}
.theme-btn-danger-rgb:hover {
  background-color: rgba(220, 54, 67, 0.1);
  color: #dc3545;
}

/*=== theme-btn-hover-gray ====*/
.theme-btn-hover-gray {
  color: #213d77;
  font-weight: 500;
}
.theme-btn-hover-gray:focus {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.theme-btn-hover-gray:hover {
  background-color: rgba(128, 137, 150, 0.1);
  color: #213d77;
}

/*==== btn-text ======*/
.download-btn {
  padding: 7px 20px;
}

/*=== multi-flight-remove ====*/
.multi-flight-remove {
  color: #213d77;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.multi-flight-remove:focus {
  outline: none;
}
.multi-flight-remove:hover {
  background-color: #f36c21;
  color: #fff;
}

/*==== btn-text ======*/
.btn-text {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
   transition: all 0.3s;
    font-size: 15px;
   background: #f36c21;
    padding: 5px 15px;
    border-radius: 15px;
}
.btn-text i {
  padding-left: 1px;
  font-size: 13px;
}
.btn-text:hover {
  color: #f36c21;
  background-color: transparent;
  border: 1px solid #f36c21;
}

.video-play-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background-color: #f36c21;
  color: #fff;
  font-size: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-play-btn:hover {
  background-color: #2273e5;
  color: #fff;
}

.button-warning {
  background-color: #f9b851 !important;
}

.button-info {
  background-color: #1da1f2 !important;
}

.button-success {
  background-color: #40CC6F !important;
}

.button-danger {
  background-color: #f36c21 !important;
}

.modal-header .btn-close {
  --bs-btn-close-bg: none !important;
  outline: none !important;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--padding {
  padding-top: 100px;
  padding-bottom: 90px;
}

/*===== padding-top ========*/
.padding-top-200px {
  padding-top: 200px;
}

.padding-top-190px {
  padding-top: 190px;
}

.padding-top-180px {
  padding-top: 180px;
}

.padding-top-170px {
  padding-top: 170px;
}

.padding-top-160px {
  padding-top: 160px;
}

.padding-top-150px {
  padding-top: 150px;
}

.padding-top-140px {
  padding-top: 140px;
}

.padding-top-130px {
  padding-top: 130px;
}

.padding-top-120px {
  padding-top: 120px;
}

.padding-top-110px {
  padding-top: 110px;
}

.padding-top-100px {
  padding-top: 100px;
}

.padding-top-95px {
  padding-top: 95px;
}

.padding-top-90px {
  padding-top: 90px;
}

.padding-top-85px {
  padding-top: 85px;
}

.padding-top-80px {
  padding-top: 80px;
}

.padding-top-70px {
  padding-top: 70px;
}

.padding-top-60px {
  padding-top: 60px;
}

.padding-top-50px {
  padding-top: 50px;
}

.padding-top-50px {
  padding-top: 50px;
}

.padding-top-45px {
  padding-top: 45px;
}

.padding-top-40px {
  padding-top: 40px;
}

.padding-top-35px {
  padding-top: 35px;
}

.padding-top-38px {
  padding-top: 38px;
}

.padding-top-30px {
  padding-top: 30px;
}

.padding-top-20px {
  padding-top: 20px;
}

.padding-top-10px {
  padding-top: 10px;
}

/*===== padding-bottom ========*/
.padding-bottom-200px {
  padding-bottom: 200px;
}

.padding-bottom-190px {
  padding-bottom: 190px;
}

.padding-bottom-180px {
  padding-bottom: 180px;
}

.padding-bottom-170px {
  padding-bottom: 170px;
}

.padding-bottom-160px {
  padding-bottom: 160px;
}

.padding-bottom-150px {
  padding-bottom: 150px;
}

.padding-bottom-140px {
  padding-bottom: 140px;
}

.padding-bottom-130px {
  padding-bottom: 130px;
}

.padding-bottom-120px {
  padding-bottom: 120px;
}

.padding-bottom-110px {
  padding-bottom: 110px;
}

.padding-bottom-100px {
  padding-bottom: 100px;
}

.padding-bottom-95px {
  padding-bottom: 95px;
}

.padding-bottom-90px {
  padding-bottom: 90px;
}

.padding-bottom-85px {
  padding-bottom: 85px;
}

.padding-bottom-80px {
  padding-bottom: 80px;
}

.padding-bottom-70px {
  padding-bottom: 70px;
}

.padding-bottom-60px {
  padding-bottom: 60px;
}

.padding-bottom-50px {
  padding-bottom: 50px;
}

.padding-bottom-45px {
  padding-bottom: 45px;
}

.padding-bottom-40px {
  padding-bottom: 40px;
}

.padding-bottom-35px {
  padding-bottom: 35px;
}

.padding-bottom-30px {
  padding-bottom: 30px;
}

.padding-bottom-20px {
  padding-bottom: 20px;
}

.padding-bottom-10px {
  padding-bottom: 10px;
}

/*===== padding-right ========*/
.padding-right-150px {
  padding-right: 150px;
}

.padding-right-140px {
  padding-right: 140px;
}

.padding-right-130px {
  padding-right: 130px;
}

.padding-right-120px {
  padding-right: 120px;
}

.padding-right-110px {
  padding-right: 110px;
}

.padding-right-100px {
  padding-right: 100px;
}

.padding-right-95px {
  padding-right: 95px;
}

.padding-right-90px {
  padding-right: 90px;
}

.padding-right-85px {
  padding-right: 85px;
}

.padding-right-80px {
  padding-right: 80px;
}

.padding-right-70px {
  padding-right: 70px;
}

.padding-right-60px {
  padding-right: 60px;
}

.padding-right-55px {
  padding-right: 55px;
}

.padding-right-50px {
  padding-right: 50px;
}

.padding-right-45px {
  padding-right: 45px;
}

.padding-right-40px {
  padding-right: 40px;
}

.padding-right-30px {
  padding-right: 30px;
}

/*===== padding-left ========*/
.padding-left-150px {
  padding-left: 150px;
}

.padding-left-140px {
  padding-left: 140px;
}

.padding-left-130px {
  padding-left: 130px;
}

.padding-left-120px {
  padding-left: 120px;
}

.padding-left-110px {
  padding-left: 110px;
}

.padding-left-100px {
  padding-left: 100px;
}

.padding-left-95px {
  padding-left: 95px;
}

.padding-left-90px {
  padding-left: 90px;
}

.padding-left-85px {
  padding-left: 85px;
}

.padding-left-80px {
  padding-left: 80px;
}

.padding-left-70px {
  padding-left: 70px;
}

.padding-left-60px {
  padding-left: 60px;
}

.padding-left-55px {
  padding-left: 55px;
}

.padding-left-50px {
  padding-left: 50px;
}

.padding-left-45px {
  padding-left: 45px;
}

.padding-left-40px {
  padding-left: 40px;
}

.padding-left-30px {
  padding-left: 30px;
}

/*===== margin ====*/
.margin-top-200px {
  margin-top: 200px;
}

.margin-top-190px {
  margin-top: 190px;
}

.margin-top-180px {
  margin-top: 180px;
}

.margin-top-160px {
  margin-top: 160px;
}

.margin-top-150px {
  margin-top: 150px;
}

.margin-top-140px {
  margin-top: 140px;
}

.margin-top-130px {
  margin-top: 130px;
}

.margin-top-120px {
  margin-top: 120px;
}

.margin-top-110px {
  margin-top: 110px;
}

.margin-top-100px {
  margin-top: 100px;
}

.margin-top-95px {
  margin-top: 95px;
}

.margin-top-90px {
  margin-top: 90px;
}

.margin-top-85px {
  margin-top: 85px;
}

.margin-top-80px {
  margin-top: 80px;
}

.margin-top-70px {
  margin-top: 70px;
}

.margin-top-60px {
  margin-top: 60px;
}

.margin-top-55px {
  margin-top: 55px;
}

.margin-top-50px {
  margin-top: 50px;
}

.margin-top-45px {
  margin-top: 45px;
}

.margin-top-40px {
  margin-top: 40px;
}

.margin-top-35px {
  margin-top: 35px;
}

.margin-top-30px {
  margin-top: 30px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-top-10px {
  margin-top: 10px;
}

.margin-bottom-200px {
  margin-bottom: 200px;
}

.margin-bottom-190px {
  margin-bottom: 190px;
}

.margin-bottom-180px {
  margin-bottom: 180px;
}

.margin-bottom-170px {
  margin-bottom: 170px;
}

.margin-bottom-160px {
  margin-bottom: 160px;
}

.margin-bottom-150px {
  margin-bottom: 150px;
}

.margin-bottom-140px {
  margin-bottom: 140px;
}

.margin-bottom-130px {
  margin-bottom: 130px;
}

.margin-bottom-120px {
  margin-bottom: 120px;
}

.margin-bottom-110px {
  margin-bottom: 110px;
}

.margin-bottom-100px {
  margin-bottom: 100px;
}

.margin-bottom-95px {
  margin-bottom: 95px;
}

.margin-bottom-90px {
  margin-bottom: 90px;
}

.margin-bottom-85px {
  margin-bottom: 85px;
}

.margin-bottom-80px {
  margin-bottom: 80px;
}

.margin-bottom-70px {
  margin-bottom: 70px;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

.margin-bottom-55px {
  margin-bottom: 55px;
}

.margin-bottom-45px {
  margin-bottom: 45px;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-bottom-35px {
  margin-bottom: 35px;
}

.margin-bottom-30px {
  margin-bottom: 30px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

/*========= preloader ==========*/
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.loader .spinner .path {
  stroke: #f36c21;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.before-price {
  text-decoration: line-through;
  color: #5d646d !important;
}

/*====================================================
    cd-words-wrapper
 ====================================================*/
.cd-words-wrapper b {
  font-weight: 700;
}

/*-===============================
    line-bg
===============================-*/
.line-bg {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
}
.line-bg:before {
  position: absolute;
  bottom: -60%;
  left: 0;
  content: "";
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.line-bg1 {
  left: 14%;
}

.line-bg2 {
  left: 30%;
}

.line-bg3 {
  left: 45%;
}

.line-bg4 {
  left: 60%;
}

.line-bg5 {
  left: 75%;
}

.line-bg6 {
  left: 88%;
}

/*====================================================
    section-heading
 ====================================================*/
.section-heading .sec__title {
  font-size: 40px;
  color: #213d77;
  font-weight: 700;
}
@media (max-width: 425px) {
  .section-heading .sec__title {
    font-size: 30px;
    line-height: 42px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .sec__title br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-heading .sec__title br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-heading .sec__title br {
    display: none;
  }
}
.section-heading .sec__desc {
  font-size: 18px;
  color: #5d646d;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .sec__desc br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-heading .sec__desc br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-heading .sec__desc br {
    display: none;
  }
}

/*==== title =====*/
.title {
  font-size: 18px;
  color: #213d77;
}

/*==== curve-shape =====*/
.curve-shape {
  position: relative;
  display: inline-block;
}
.curve-shape::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: attr(data-text);
  color: transparent;
  text-decoration-style: wavy;
  text-decoration-color: #f36c21;
  text-decoration-line: underline;
}

/*==== stroke-shape =====*/
.stroke-shape {
  position: relative;
  display: inline-block;
}
.stroke-shape::before, .stroke-shape::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #f36c21;
}
.stroke-shape::after {
  width: 7px;
  background-color: #fff;
  left: 25px;
}

/*====================================================
    custom-checkbox
 ====================================================*/
.custom-checkbox {
  margin-bottom: 8px;
  display: block;
  min-height: 24px;
  padding-left: 24px;
  /*==== form-check-two =======*/
}
.custom-checkbox label {
  color: #5d646d;
  font-size: 15px;
  display: block;
  margin-bottom: 0;
  padding-left: 3px;
  cursor: pointer;
}
.custom-checkbox label a {
  color: #f36c21;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-checkbox label a:hover {
  color: #213d77;
}
.custom-checkbox .form-check-two {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  margin-left: 9px !important;
  z-index: 1;
}
.custom-checkbox .form-check-two:checked {
  background-color: #40CC6F;
  border-color: #40CC6F;
}
.custom-checkbox .form-check-input {
  float: left;
  margin-left: -24px;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
}

/*======= social-profile ========*/
.social-profile li {
  display: inline-block;
  margin-right: 3px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  color: #213d77;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-profile li a:hover {
  background-color: #f36c21;
  color: #fff;
}

/*======= social--profile ========*/
.social--profile li a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.social--profile li a:hover {
  background-color: #f36c21;
  color: #fff;
}

/*======= info-list ========*/
.info-list li {
  display: block;
  color: #5d646d;
  margin-bottom: 6px;
}
.info-list li:last-child {
  margin-bottom: 0;
}
.info-list li a {
  color: #5d646d;
}
.info-list li .icon-element {
  color: #f36c21;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: rgba(40, 125, 250, 0.1);
  line-height: 30px;
}
.info-list li:hover a {
  color: #f36c21;
}
.info-list li:hover .icon-element {
  background-color: #f36c21;
  color: #fff;
}

/*======= list-items ========*/
.list-items li {
  margin-bottom: 6px;
  color: #5d646d;
}
.list-items li a {
  color: #5d646d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-item .list-items li a {
   color: white;
}
.list-items li a:hover {
  color: #f36c21;
}

/*======= list--items ========*/
.list--items a {
  position: relative;
  display: inline-block;
}
.list--items a::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f36c21;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list--items a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*======= list-items-2 ========*/
.list-items-2 li span {
  display: inline-block;
  width: 150px;
  color: #213d77;
  font-weight: 500;
}

/*======= list-items-flush ========*/
.list-items-flush li {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list-items-flush li:last-child {
  border-bottom: 0;
}

/*======= list-items-3 ========*/
.list-items-3 li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .list-items-3 li {
    display: block;
  }
}
.list-items-3 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-items-3 li span {
  width: auto;
  margin-right: 20px;
}
@media (max-width: 425px) {
  .list-items-3 li span {
    display: block;
    margin-right: 0;
  }
}

/*===== list-items-bullet =======*/
.list-items-bullet li {
  position: relative;
  padding-left: 20px;
}
.list-items-bullet li:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: rgba(128, 137, 150, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*===== ripple-bg =======*/
.ripple-bg canvas {
  width: 100%;
  height: 100%;
}

/*===== toggle-drop-menu =======*/
.toggle-drop-menu {
  display: none;
}

/*======== image-box =========*/
.image-box {
  position: relative;
}
.image-box .img__item {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.image-box .img__item-2 {
  position: absolute;
  bottom: -50px;
  left: -80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  border: 8px solid #fff;
}
@media (max-width: 768px) {
  .image-box .img__item-2 {
    left: -10px;
  }
}

/*======== image-box-layout-2 =========*/
.image-box-layout-2 .img__item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  z-index: 1;
}
.image-box-layout-2 .img__item-1 {
  width: 250px;
  height: 250px;
  top: -150px;
  right: -150px;
}
.image-box-layout-2 .img__item-2 {
  left: 110px;
  bottom: -130px;
}
.image-box-layout-2 .img__item-3 {
  width: 200px;
  height: 200px;
  right: 50px;
  top: 90px;
}
@media (max-width: 1199px) {
  .image-box-layout-2 .img__item-3 {
    right: 0;
  }
}

/*======== image-box-layout-3 =========*/
.image-box-layout-3 .img__item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.08);
}
.image-box-layout-3 .img__item-1 {
  width: 380px;
  height: 380px;
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .image-box-layout-3 .img__item-1 {
    width: 300px;
    height: 300px;
  }
}
.image-box-layout-3 .img__item-2 {
  left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-box-layout-3 .img__item-2 {
    left: 170px;
    bottom: 55px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .image-box-layout-3 .img__item-2 {
    left: 0;
    bottom: 55px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .image-box-layout-3 .img__item-2 {
    left: 0;
    bottom: 55px;
  }
}

/*======== photo-block-item =========*/
.photo-block-item {
  margin-bottom: 30px;
}
.photo-block-item img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*======== toggle-menu =========*/
.toggle-menu li .toggle-menu-icon .la {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-menu li.active .toggle-menu-icon .la {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*=============== tip ===============*/
.tip {
  display: inline-block;
  cursor: help;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  left: 1px;
}

.tip-verified {
  background-color: #40CC6F;
}

/*================= pagination ==================*/
.page-item .page-link-nav:first-child, .page-item .page-link-nav:last-child {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-link-nav {
  color: #f36c21;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(40, 125, 250, 0.07);
  width: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  height: 34px;
}
.page-link-nav:hover {
  color: #fff;
  background-color: #f36c21;
}

/*======== filter-top =========*/
@media (max-width: 375px) {
  .filter-top {
    display: block !important;
  }
}

/*======== layout-view =========*/
.layout-view {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(128, 137, 150, 0.2);
  padding: 4px 10px 4px 10px;
  width: 70px;
}
@media (max-width: 375px) {
  .layout-view {
    margin-top: 15px;
  }
}
.layout-view a {
  color: #5d646d;
  margin-right: 3px;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-view a:nth-child(2) {
  margin-right: 0;
}
.layout-view a.active {
  color: #213d77;
}
.layout-view a:hover {
  color: #f36c21;
}

/*======== filter-bar =========*/
.filter-bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 20px;
  border: 1px solid rgba(128, 137, 150, 0.1);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .filter-bar {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .filter-bar {
    display: block !important;
  }
}

.filter-option {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .filter-option {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .filter-option {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.filter-option .dropdown-contain .dropdown-menu {
  width: 245px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .filter-option .dropdown-contain .dropdown-menu {
    left: -90px !important;
  }
}
@media (max-width: 425px) {
  .filter-option .dropdown-contain .dropdown-menu {
    left: -20px !important;
  }
}
@media (max-width: 375px) {
  .filter-option .dropdown-contain .dropdown-menu {
    left: 0 !important;
  }
}
.filter-option .price-slider-amount .amounts {
  background-color: transparent;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*-========= filter-bar-filter =========-*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .filter-bar-filter {
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .filter-bar-filter {
    display: block !important;
    padding-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .bootstrap-select .dropdown-toggle .filter-option {
    margin-bottom: 0;
  }
}

/*-========= select-contain =========-*/
.select-contain {
  position: relative;
  width: 190px;
}
.select-contain .bootstrap-select {
  width: 100% !important;
}
.select-contain .bootstrap-select .flag-icon {
  width: 16px;
  line-height: inherit;
}
.select-contain .dropdown-toggle {
  padding: 14px 20px;
  border-color: rgba(128, 137, 150, 0.2) !important;
  background-color: #fff !important;
  color: #213d77 !important;
  font-size: 14px;
  position: relative;
}
.select-contain .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 20px;
}
.select-contain .dropdown-toggle:focus {
  outline: none !important;
  border-color: #f36c21 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select-contain .dropdown-menu {
  border: 1px solid rgba(128, 137, 150, 0.2);
}
.select-contain .dropdown-menu .bs-searchbox {
  display: none;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar {
  width: 8px;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar-track {
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(128, 137, 150, 0.6);
}
.select-contain .dropdown-item {
  color: #5d646d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
}
.select-contain .dropdown-item.active {
  background-color: #f36c21;
  color: #fff;
}
.select-contain .dropdown-item.active:hover {
  background-color: #f36c21;
  color: #fff;
}
.select-contain .dropdown-item:focus {
  outline: none;
}
.select-contain .dropdown-item:hover {
  background-color: rgba(40, 125, 250, 0.1);
  color: #f36c21;
}

/* select--contain */
.select--contain .dropdown-toggle::after {
  top: 3px;
  right: 3px;
  font-size: 12px;
}

/* select-wrap-form */
.select-wrap-form {
  position: relative;
}
.select-wrap-form .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #213d77;
  cursor: pointer;
}
.select-wrap-form .form-control:focus {
  border-color: #f36c21;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.select-wrap-form::after {
  position: absolute;
  right: 10px;
  top: 5px;
  border: none;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-size: 14px;
  font-weight: 900;
  color: #5d646d;
}

/*======= qty =======*/
.qty-box label {
  color: #213d77;
  font-size: 15px;
  margin-bottom: 0;
}
.qty-box label span {
  display: block;
  font-size: 13px;
  margin-top: -10px;
  color: #5d646d;
}

.roomInc,
.roomDec,
.qtyInc,
.qtyDec {
  width: 28px;
  height: 28px;
  line-height: 29px;
  font-size: 18px;
  background-color: rgba(128, 137, 150, 0.08);
  color: #213d77;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roomInc:hover,
.roomDec:hover,
.qtyInc:hover,
.qtyDec:hover {
  background-color: #f36c21;
  color: #fff;
}

.roomBtn input,
.qtyBtn input {
  width: 35px;
  border: none;
  text-align: center;
  color: #213d77;
  font-weight: 500;
}

/*======= ui-widget-content =======*/
.ui-widget.ui-widget-content {
  border: none;
  background-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 6px;
}
.ui-widget.ui-widget-content .ui-slider-range {
  background-color: #f36c21;
}
.ui-widget.ui-widget-content .ui-slider-handle {
  background-color: #f36c21;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  top: -6px;
  cursor: ew-resize;
  outline: 0;
}

/*======= price-slider-amount =======*/
.price-slider-amount .amounts {
  border: none;
  color: #f36c21;
  font-weight: 700;
  background-color: rgba(40, 125, 250, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 110px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.filter__label {
  color: #213d77;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}

/*======== back-to-top =========*/
#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  color: #213d77;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#back-to-top:hover {
  background-color: #2273e5;
  color: #fff;
  border-color: #2273e5;
}
#back-to-top.active {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

/*====================================================
    date range picker
 ====================================================*/
.daterangepicker {
  font-family: "Roboto", sans-serif;
  border-color: rgba(128, 137, 150, 0.3);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: #213d77;
}
.daterangepicker td.off {
  color: #5d646d;
}
.daterangepicker td.active {
  background-color: #f36c21;
  color: #fff;
}

/*==== ratings =======*/
.ratings i {
  color: #f9b851;
}

/*==== rate-option-item =======*/
.rate-option-item label {
  margin-bottom: 0;
}

.rate-stars-option {
  text-align: left;
  position: relative;
  display: table;
  margin-bottom: 15px;
}
.rate-stars-option input {
  border: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.rate-stars-option input:checked ~ label:before {
  color: #f9b851;
}
.rate-stars-option label {
  position: relative;
  float: right;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(128, 137, 150, 0.6);
  font-size: 18px;
}
.rate-stars-option label::before {
  margin-right: 9px;
  content: "\f005";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rate-stars-option label:hover ~ label:before {
  color: #f9b851;
}
.rate-stars-option label:hover:before {
  color: #f9b851;
}

/*====================================================
    radio-option
 ====================================================*/
.radio-trigger {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #213d77;
}
.radio-trigger input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-trigger input[type=radio]:checked ~ .checkmark {
  border-color: #f36c21;
}
.radio-trigger input[type=radio]:checked ~ .checkmark:before {
  border-color: #f36c21;
}
.radio-trigger input[type=radio]:checked ~ .checkmark:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.radio-trigger .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.radio-trigger .checkmark:after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f36c21;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ck-editor__main ul {
  list-style: disc;
}

.ck.ck-toolbar {
  border-color: rgba(128, 137, 150, 0.2) !important;
}

.ck.ck-editor__editable_inline {
  padding-right: 25px !important;
  padding-left: 25px !important;
  border-color: rgba(128, 137, 150, 0.2) !important;
}
.ck.ck-editor__editable_inline:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.arrow-separator {
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-bottom: 25px solid #fff;
  z-index: 2;
}

/*==== row =======*/
.row > * {
  position: relative;
}

/*==== icon-element ======*/
.icon-element {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #f36c21;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 25px;
  color: #fff;
}

.icon-element-2 {
  display: inline-block;
  font-size: 50px;
  color: #213d77;
  width: 80px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  border: 2px solid #213d77;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 425px) {
  .icon-element-2 {
    width: 70px;
    height: 70px;
    line-height: 67px;
  }
}
.icon-element-2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-element-2:hover {
  background-color: #f36c21;
  color: #fff;
  border-color: #f36c21;
}

/*==== mark-as-read-btn ======*/
.mark-as-read-btn {
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #5d646d;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
}

/*====================================================
    contact-form-action
 ====================================================*/
.label-text {
  font-size: 14px;
  color: #213d77;
}

.contact-form-action .form-group {
  position: relative;
}
.contact-form-action .form-group .form-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #5d646d;
  font-size: 18px;
}
.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .submit-btn {
  position: absolute;
  top: 7px;
  right: 8px;
}
.contact-form-action .form-group .search-btn {
  background-color: transparent;
  border: none;
  padding: 3px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #213d77;
}
.contact-form-action .form-group .search-btn:hover {
  color: #f36c21;
}
.contact-form-action .form-control {
  height: auto;
  line-height: inherit;
  padding: 10px 20px 10px 40px;
  font-size: 13px;
  color: #213d77;
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.contact-form-action .form-control:focus {
  border-color: #f36c21;
}
.contact-form-action .message-control {
  height: 130px;
}

#resume_text {
  display: none;
}

.forgot-password {
  font-size: 14px;
}
.forgot-password a {
  color: #5d646d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.forgot-password a:hover {
  color: #f36c21;
}

/*==== contact-address ======*/
.contact-address li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
.contact-address li > .icon-element {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}

/*==== recapcha-box ======*/
.recapcha-box .form-control {
  width: 130px;
  padding-left: 20px;
}

/*====================================================
    booking-area
 ====================================================*/
.payment-option .payment-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #213d77;
}
.payment-option .payment-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.payment-option .payment-radio input[type=radio]:checked ~ .checkmark {
  border-color: #f36c21;
}
.payment-option .payment-radio input[type=radio]:checked ~ .checkmark:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.payment-option .payment-radio input[type=radio]:checked ~ .payment-active {
  display: block;
}
.payment-option .payment-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  margin: 3px 0 0 0;
  border: 2px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.payment-option .payment-radio .checkmark:after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f66b5d;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.payment-option .payment-active {
  display: none;
}
@media (max-width: 320px) {
  .payment-option .payment-content .contact-form-action .row {
    display: block;
  }
}

.booking-list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #213d77;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.booking-list li span {
  color: #5d646d;
  font-weight: 500;
  font-size: 15px;
}

.total-list li,
.total-list span {
  font-size: 85px;
}

@media (max-width: 1199px) {
  .coupon-widget .col-lg-8 {
    padding-right: 15px !important;
  }
}
@media (max-width: 1199px) {
  .coupon-widget .col-lg-8,
  .coupon-widget .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .coupon-widget .btn-box {
    margin-top: 15px;
  }
}

/*====================================================
   booking-confirm-area
 ====================================================*/
.booking-confirm-area {
  position: relative;
}
.booking-confirm-area:before, .booking-confirm-area:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -45px;
  width: 16%;
  height: 29%;
  background-image: url("../images/dots.png");
  background-size: cover;
  background-position: center;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.2;
}
.booking-confirm-area:after {
  left: auto;
  bottom: auto;
  top: 85px;
  right: -65px;
}

.booking-confirm-page span {
  font-size: 75px;
  line-height: 140px;
  color: #40CC6F;
}
@media (max-width: 320px) {
  .booking-confirm-page span {
    font-size: 60px;
    line-height: 100px;
  }
}


/*================== form-box ===================*/
.form-box {
  border: 1px solid rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.form-title-wrap {
  padding: 20px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.form-content {
  padding: 20px;
}

#contact-success-message {
  display: none;
}

.blockquote-item {
  border-left: none;
  background-image: url(../images/img9.jpg);
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  padding: 40px;
  position: relative;
}
.blockquote-item .blockquote__text {
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.blockquote-item .blockquote__meta {
  font-weight: 500;
  margin-top: 16px;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.blockquote-item .blockquote__meta span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  margin-left: 5px;
}
.blockquote-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213d77;
  opacity: 0.8;
  z-index: -1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*====================================================
    breadcrumb-area
 ====================================================*/
.breadcrumb-top-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(128, 137, 150, 0.1);
}

/*====================================================
    breadcrumb-area
 ====================================================*/
.breadcrumb-area {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.ring {animation-name: trin;animation-duration: 1.5s;animation-iteration-count: infinite;animation-timing-function: linear;}
.ring {border: solid 3px #e6effe;border-radius: 50%;height: 46px;width: 46px;background: url('../img/call-btn.png') center center no-repeat;
  text-align: center;display: inline-block;background-size: 23px;}
  .mob-numbers {text-align: center;display: flex;justify-content: center;vertical-align: middle;align-items: center;padding:3px 20px;gap: 10px;border-radius: 50px;}
@keyframes trin{
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.breadcrumb-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background-position: 50% 50%;
  animation: background-move 20s linear infinite;
  background-size: 100vw auto, 100% 100%;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .image-box {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-area .image-box {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-area .image-box {
    display: none;
  }
}

/*==== bread-bg ======*/
.bread-bg {
  background-image: url("../images/bread-bg.jpg");
}

/*==== bread-bg-2 ======*/
.bread-bg-2 {
  background-image: url("../images/bread-bg2.jpg");
}

/*==== bread-bg-3 ======*/
.bread-bg-3 {
  background-image: url("../images/bread-bg3.jpg");
}

/*==== bread-bg-4 ======*/
.bread-bg-4 {
  background-image: url("../images/bread-bg4.jpg");
}

/*==== bread-bg-5 ======*/
.bread-bg-5 {
  background-image: url("../images/team-cta-bg.jpg");
}

/*==== bread-bg-6 ======*/
.bread-bg-6 {
  background-image: url("../images/bread-bg5.jpg");
}

/*==== bread-bg-7 ======*/
.bread-bg-7 {
  background-image: url("../images/bread-bg6.jpg");
}

/*==== bread-bg-8 ======*/
.bread-bg-8 {
  background-image: url("../images/bread-bg7.jpg");
}

/*==== bread-bg-9 ======*/
.bread-bg-9 {
  background-image: url("../images/bread-bg8.jpg");
}

/*==== bread-bg-10 ======*/
.bread-bg-10 {
  background-image: url("../images/bread-bg9.jpg");
}

/*==== bread-svg ======*/
.bread-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  stroke: none;
  fill: #fff;
}

.trending-search a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.trending-search a:hover {
  color: #f36c21;
}


.arrow-blink {
  color: #213d77;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
}
.arrow-blink i {
  position: relative;
  animation: infinite-blink 2s linear infinite;
}

/*==== breadcrumb-content ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-content {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-content {
    text-align: center;
  }
}
.breadcrumb-content .section-heading .sec__desc {
  font-weight: 500;
}
@media (max-width: 320px) {
  .breadcrumb-content .section-heading .sec__title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .breadcrumb-content .section-heading .sec__title.line-height-50,
  .breadcrumb-content .section-heading .sec__title.line-height-55 {
    line-height: 45px !important;
  }
}

/*==== breadcrumb-list ======*/
.breadcrumb-list .list-items {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-list .list-items {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-list .list-items {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-list .list-items {
    padding-top: 15px;
  }
}
@media (max-width: 320px) {
  .breadcrumb-list .list-items {
    padding-top: 10px;
  }
}
.breadcrumb-list .list-items li {
  padding-right: 22px;
  color: #fff;
  position: relative;
  line-height: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.breadcrumb-list .list-items li:last-child {
  padding-right: 0;
}
.breadcrumb-list .list-items li:last-child::before {
  display: none;
}
.breadcrumb-list .list-items li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb-list .list-items li a:hover {
  color: #f36c21;
}
.breadcrumb-list .list-items li::before {
  position: absolute;
  content: "";
  top: 12px;
  right: 8px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==== breadcrumb-top-list ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-top-list .list-items {
    padding-top: 0;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-top-list .list-items {
    padding-top: 0;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-top-list .list-items {
    padding-top: 0;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
.breadcrumb-top-list .list-items li {
  color: #5d646d;
}
.breadcrumb-top-list .list-items li a {
  color: #5d646d;
}
.breadcrumb-top-list .list-items li::before {
  background-color: #5d646d;
}

/*==== breadcrumb-btn ======*/
.breadcrumb-btn {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.breadcrumb-btn .btn-box {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.breadcrumb-btn .theme-btn {
  color: #213d77;
  cursor: pointer;
  background-color: #fff;
  border: none;
}
.breadcrumb-btn .theme-btn:nth-child(2) {
  margin-left: 10px;
}
.breadcrumb-btn .theme-btn:hover {
  background-color: #f36c21;
  color: #fff;
}

/*====================================================
    header
 ====================================================*/
.header-top-bar {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
@media (max-width: 1366px) {
  .header-top-bar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-content {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-content {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-content {
    text-align: center;
  }
}
.header-top-content .list-items li {
  padding-right: 13px;
  margin-bottom: 5px;
  display: inline-block;
  color: #213d77;
  text-transform: inherit;
  font-size: 14px;
}
.header-top-content .list-items li:last-child {
  padding-right: 0;
}
.header-top-content .list-items li .la {
  margin-right: 3px;
}
.header-top-content .list-items li a {
  color: #213d77;
}
.header-top-content .list-items li a:before {
  display: none;
}
.header-top-content .social-profile a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.header-top-content .social-profile a:hover {
  background-color: #fff;
  color: #f36c21;
}

/*========== header-right ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-right {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-right {
    padding-top: 5px;
  }
}
@media (max-width: 375px) {
  .header-right {
    display: block !important;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  .header-right .list-items {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .header-right .header-right-action .select-contain {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*========== header-right-action ========*/
.header-right-action .select-contain {
  margin-right: 12px;
}
@media (max-width: 375px) {
  .header-right-action .select-contain {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header-right-action .select-contain .bs-searchbox {
  display: none;
}
.header-right-action .select-contain .dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
.header-right-action .select-contain .dropdown-menu {
  padding-top: 0;
  margin-top: 10px;
}
.header-right-action .select-contain .dropdown-item {
  font-size: 14px;
  padding: 0 10px;
  min-width: 80px;
}
.header-right-action .theme-btn {
  font-size: 14px;
}
.header-right-action .select2-container--default .selection .select2-selection--single {
  padding: 0;
}
.header-right-action .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
}

/*===== header-menu-wrapper ========*/
.header-menu-wrapper {
  background-color: #fff;
  z-index: 1024;
}
@media (max-width: 1366px) {
  .header-menu-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.header-menu-wrapper.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media (max-width: 1199px) {
  .header-menu-wrapper.header-fixed {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*===== menu-wrapper ========*/
.menu-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.down-button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  text-align: center;
  height: 22px;
  line-height: 20px;
  background-color: rgba(128, 137, 150, 0.1);
  color: #5d646d;
  display: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.down-button .la {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.down-button.active .la {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.down-button:hover {
  color: #fff;
  background-color: #f36c21;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .down-button {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .down-button {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .down-button {
    display: block;
  }
}

.logo {
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.logo a {
  display: inline-block;
}

.logo-2 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-2 {
    display: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo-2 {
    display: flex;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo-2 {
    display: flex;
  }
}

.user-menu-open,
.side-menu-close,
.menu-toggler {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  margin-left: auto;
  background-color: rgba(128, 137, 150, 0.1);
  color: #213d77;
  font-size: 26px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    display: block;
  }
}
.user-menu-open .la-bars,
.side-menu-close .la-bars,
.menu-toggler .la-bars {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.user-menu-open .la-times,
.side-menu-close .la-times,
.menu-toggler .la-times {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.user-menu-open.active .la-bars,
.side-menu-close.active .la-bars,
.menu-toggler.active .la-bars {
  opacity: 0;
  visibility: hidden;
}
.user-menu-open.active .la-times,
.side-menu-close.active .la-times,
.menu-toggler.active .la-times {
  opacity: 1;
  visibility: visible;
}

.dashboard-nav .menu-toggler,
.user-menu-open {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-nav .menu-toggler,
  .user-menu-open {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-nav .menu-toggler,
  .user-menu-open {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dashboard-nav .menu-toggler,
  .user-menu-open {
    margin-left: 5px;
  }
}
.dashboard-nav .menu-toggler:hover,
.user-menu-open:hover {
  background-color: #fff;
  color: #f36c21;
}

.side-menu-close {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  margin-left: 10px;
  margin-top: 10px;
}
.side-menu-close .la-times {
  opacity: 1;
  visibility: visible;
}

/*======== main-menu-content =========*/
.main-menu-content {
  padding-top: 22px;
  margin: 0 auto;
  padding-right: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
.main-menu-content ul li {
  display: inline-block;
  text-transform: capitalize;
  padding-right: 23px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.main-menu-content ul li .drop-menu-toggler {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #213d77;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  z-index: 2;
  background-color: transparent;
}
.main-menu-content ul li .drop-menu-toggler .la-angle-down {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
.main-menu-content ul li .drop-menu-toggler:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li a {
  color: #213d77;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
.main-menu-content ul li a .la-angle-down {
  font-size: 12px;
  color: #5d646d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
.main-menu-content ul li a:hover {
  color: #f36c21;
}
.main-menu-content ul li .dropdown-menu-item {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 0;
  width: 200px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top;
  -webkit-transform: perspective(250px) rotateX(-15deg);
  -moz-transform: perspective(250px) rotateX(-15deg);
  -ms-transform: perspective(250px) rotateX(-15deg);
  -o-transform: perspective(250px) rotateX(-15deg);
  transform: perspective(250px) rotateX(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
.main-menu-content ul li .dropdown-menu-item li {
  display: block;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
.main-menu-content ul li .dropdown-menu-item li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3px 25px;
  color: #5d646d;
  font-size: 15px;
}
.main-menu-content ul li .dropdown-menu-item li a .la-plus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #213d77;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
  outline: none;
  border: none;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler .la-plus {
  display: block;
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li .dropdown-menu-item li a:hover {
  color: #f36c21;
}
.main-menu-content ul li .dropdown-menu-item li .sub-menu {
  position: absolute;
  top: -10px;
  left: 200px;
  width: 200px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top;
  -webkit-transform: perspective(250px) rotateX(-15deg);
  -moz-transform: perspective(250px) rotateX(-15deg);
  -ms-transform: perspective(250px) rotateX(-15deg);
  -o-transform: perspective(250px) rotateX(-15deg);
  transform: perspective(250px) rotateX(-15deg);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
.main-menu-content ul li .dropdown-menu-item li:hover a .la-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-menu-content ul li .mega-menu {
  width: 850px;
  left: -345px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
.main-menu-content ul li .mega-menu .mega-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.main-menu-content ul li .mega-menu .mega-menu-item + .mega-menu-item {
  border-left: 1px solid rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li.active .drop-menu-toggler {
  background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li.active .drop-menu-toggler::before {
  content: "\f113";
}
.main-menu-content ul li:last-child {
  padding-right: 0;
}

@media (min-width: 992px) {
  .main-menu-content ul li:hover .dropdown-menu-item {
    -webkit-transform: perspective(300px) rotateX(0);
    -moz-transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -o-transform: perspective(300px) rotateX(0);
    transform: perspective(300px) rotateX(0);
    opacity: 1;
    visibility: visible;
  }
  .main-menu-content ul li .dropdown-menu-item li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(250px) rotateX(0);
    -moz-transform: perspective(250px) rotateX(0);
    -ms-transform: perspective(250px) rotateX(0);
    -o-transform: perspective(250px) rotateX(0);
    transform: perspective(250px) rotateX(0);
  }
}
/*======== nav-btn =========*/
.nav-btn {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .nav-btn {
    display: none;
  }
}

/*---------------- fixed-nav ----------------*/
.fixed-nav .header-top-bar {
  height: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.fixed-nav .header-menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  
}

/*===== modal-backdrop =====*/
.modal-backdrop.show {
  opacity: 0.8;
}

/*===== modal-popup =====*/
.modal-popup .modal-header,
.modal-popup .modal-body,
.modal-popup .modal-footer {
  padding: 20px;
}

.modal-header .close {
  background-color: rgba(128, 137, 150, 0.2);
  padding: 0;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -5px;
  margin-right: 0;
  font-size: 20px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}
.modal-header .close:hover {
  background-color: #f36c21;
  color: #fff;
}

/*===== copy-to-clipboard =====*/
.copy-to-clipboard {
  position: relative;
  margin-bottom: 15px;
}
.copy-to-clipboard .contact-form-action .form-control {
  padding: 10px 20px;
}
.copy-to-clipboard .theme-btn {
  margin-left: 5px;
}

/*===== text-success-message =====*/
.text-success-message {
  background-color: #28d5a7;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 6px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-success-message.active {
  top: -40px;
  opacity: 1;
  visibility: visible;
}
.text-success-message:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #28d5a7;
  width: 8px;
  height: 8px;
}

/*===== copy-tooltip =====*/
.copy-tooltip {
  position: relative;
  display: inline-block;
}
.copy-tooltip .tooltip-text {
  width: 140px;
  background-color: #213d77;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 30px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -70px;
  display: none;
}
.copy-tooltip .tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #213d77 transparent transparent transparent;
}
.copy-tooltip:hover .tooltip-text {
  display: block;
}

/*===== id signupPopupForm and   =====*/
#signupPopupForm .modal-header .close,
#loginPopupForm .modal-header .close {
  margin-top: -38px;
}

/*============ author-content ===============*/
.author-content .author-img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.author-content .author-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
}
.author-content .author-img-md {
  width: 100px;
  height: 100px;
}
.author-content .author-bio .rating-stars li,
.author-content .author-bio .author__meta {
  font-size: 15px;
}
.author-content .author-bio .author__title {
  color: #213d77;
  font-size: 16px;
  font-weight: 500;
}
.author-content .author-bio .author__title a {
  color: #213d77;
}

/*============ avatar ===============*/
.avatar {
  background-color: #5d646d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 48px;
  width: 48px;
}
.avatar img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.avatar-lg {
  width: 80px;
  height: 80px;
}

.avatar-sm {
  width: 36px;
  height: 36px;
}

/*==== tag-list =====*/
.tag-list li {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  margin-right: 3px;
}
.tag-list li a {
  border: 1px solid rgba(128, 137, 150, 0.2);
  color: #5d646d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 4px 18px;
  display: block;
}
.tag-list li:hover a {
  color: #f36c21;
  border-color: #f36c21;
}

.routes {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}

.route-item {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  position: relative;
}
.route-item:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.popular-connection-links .list-group .list-group-item {
  margin-right: 0;
  margin-left: 0;
}
.popular-connection-links .list-group .list-group-link {
  border-top: 0;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*===== bus-stop-overview ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bus-stop-overview {
    padding-left: 0 !important;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bus-stop-overview {
    padding-left: 0 !important;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bus-stop-overview {
    padding-left: 0 !important;
    padding-top: 30px;
  }
}
.bus-stop-overview .list-group-item {
  padding-left: 50px;
}
.bus-stop-overview .list-group-item.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
  color: #5d646d;
}
.bus-stop-overview .list-group-item.active .bus-stop-overview-content {
  display: block;
}
.bus-stop-overview .list-group-item.active .list-group-link {
  font-weight: 700;
  border-top: 0;
  color: #213d77;
  padding-bottom: 4px;
}
.bus-stop-overview .list-group-item.active .icon-arrow {
  display: none;
}
.bus-stop-overview .list-group-item.active .icon-marker {
  color: #f36c21;
}

.bus-stop-overview-content {
  display: none;
}

/*===== bus-stop-overview-content__address ======*/
.bus-stop-overview-content__address span {
  display: block;
  line-height: 24px;
  font-size: 15px;
}

.bus-stop-overview__link span {
  display: block;
  line-height: 18px;
}
.bus-stop-overview__link a {
  color: #f36c21;
}
.bus-stop-overview__link a:hover {
  text-decoration: underline;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*======== progress-item ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-bars {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .review-bars {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .review-bars {
    margin-top: 40px;
  }
}

/*======== progress-item ========*/
.progress-item {
  margin-bottom: 10px;
  position: relative;
}

.progressbar-box {
  width: calc(100% - 53px);
  margin-right: 10px;
}

.progressbar-line {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e4e4e4;
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.progressbar-title {
  color: #213d77;
  font-size: 15px;
  margin-bottom: 3px;
}

.progressbar-line-item {
  height: 5px;
  width: 0;
  background-color: #5d646d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.bar-bg-1 {
  background-color: #f36c21;
}

.bar-bg-2 {
  background-color: #28d5a7;
}

.bar-bg-3 {
  background-color: #f9b851;
}

.bar-bg-4 {
  background-color: #CC08E9;
}

.bar-bg-5 {
  background-color: #FF8C2A;
}

.bar-percent {
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 15px;
  color: #213d77;
}

/*======= card ========*/
.card .card-body p {
  color: #5d646d;
}

.card-item {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.card-item .card-img {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.card-item .card-img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item .card-img .badge {
  position: absolute;
  background-color: #40CC6F;
  top: -10px;
  left: 20px;
  padding: 6px 11px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item .card-img .badge-ribbon {
  left: auto;
  right: 20px;
  background-color: #f9b851;
}
.card-item .card-img .add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
  color: #213d77;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item .card-img .add-to-wishlist:hover {
  background-color: #f36c21;
  color: #fff;
}
.card-item .card-title {
  font-size: 16px;
  color: #213d77;
  margin-bottom: 2px;
}
.card-item .card-title a {
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item .card-title a:hover {
  color: #f36c21;
}
.card-item .card-meta {
  font-size: 14px;
}
.card-item .card-meta .post-dot {
  width: 4px;
  height: 4px;
  background-color: rgba(128, 137, 150, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.card-item .card-body {
  padding:10px 30px;
  min-height: auto;
}
@media (max-width: 425px) {
  .card-item .list-items-2 li span {
    width: 100%;
  }
}
.card-item .card-rating {
  padding-top: 12px;
  padding-bottom: 12px;
}
.card-item .card-rating .badge {
  background-color: #f9b851;
  font-size: 15px;
}
.card-item .card-rating .review__text {
  padding-left: 4px;
  padding-right: 4px;
  color: #f9b851;
  font-size: 15px;
}
.card-item .card-rating .rating__text {
  font-size: 14px;
}
.card-item .card-price {
  font-size: 15px;
  margin-top: 10px;
}
.card-item .card-price .price__from {
  font-size: 13px;
}
.card-item .card-price .price__num {
  color: #213d77;
  font-size: 25px;
  font-weight: 500;
}
.card-item .card-price .price__text {
  display: block;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .card-item .card-price {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-item .card-price {
    display: flex !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item .card-price {
    display: flex !important;
  }
}
.card-item:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*======= destination-card ========*/
.destination-card {
  position: relative;
  overflow: hidden;
}
.destination-card .card-img .badge {
  top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f36c21;
}
.destination-card .card-img .badge-ribbon {
  background-color: #f9b851;
}
.destination-card .card-img::before {
  background-color: #213d77;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.destination-card .card-body {
  position: absolute;
  bottom: -50px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.destination-card .card-title {
  color: #fff;
  margin-bottom: 0;
}
.destination-card .card-title a {
  color: #fff;
}
.destination-card .card-title a:hover {
  color: #fff;
}
.destination-card .card-rating {
  padding-top: 4px;
  padding-bottom: 5px;
}
.destination-card .card-rating .rating__text {
  color: #fff;
}
.destination-card .tour__text {
  font-weight: 500;
}
.destination-card .card-price {
  color: #fff;
}
.destination-card .card-price .price__num {
  color: #fff !important;
}
.destination-card:hover .card-body {
  bottom: 0;
}

/*======= destination--card ========*/
.destination--card .card-body {
  bottom: 0;
}
.destination--card .card-body .theme-btn {
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
}
.destination--card .card-title {
  font-size: 22px;
  margin-bottom: 2px;
}
.destination--card .card-meta {
  font-weight: 700;
  color: #fff;
}
.destination--card:hover .card-body .theme-btn {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}



/*======= trending-card ========*/
.trending-card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.trending-card .card-img {
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.trending-card .card-img .badge {
  top: 20px;
  left: 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
.trending-card .card-img .badge.badge-ribbon {
  left: auto;
  right: 0;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}
.trending-card .card-img img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.trending-card .card-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.trending-card:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*======= cruise-card ========*/
.cruise-card {
  position: relative;
}
.cruise-card .card-img::before {
  background-color: #213d77;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cruise-card .card-body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cruise-card .card-title {
  color: #fff;
  text-align: right;
  font-size: 26px;
  font-weight: 900;
  line-height: 35px;
}
.cruise-card .card-title a {
  color: #fff;
}
.cruise-card .card-title a:hover {
  color: #fff;
}
.cruise-card .card-title span {
  display: block;
}
.cruise-card .card-footer {
  background-color: transparent;
  border: none;
  padding: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cruise-card .card-subtitle {
  color: #213d77;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
}

/*======= cruise--card ========*/
.cruise--card {
  border: 1px solid rgba(128, 137, 150, 0.1);
}
.cruise--card .card-body .cruise-logo {
  width: auto;
  margin-bottom: 10px;
}
.cruise--card:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*======= cruise-heading ========*/
.cruise-heading {
  background-color: rgba(40, 125, 250, 0.1);
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.cruise-heading::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(40, 125, 250, 0.1);
}

/*======= cruise-line-list ========*/
.cruise-line-list {
  column-count: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cruise-line-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cruise-line-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cruise-line-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .cruise-line-list {
    column-count: 1;
  }
}

/*======= flight-card ========*/
.flight-card .card-body img {
  margin-bottom: 8px;
}
.flight-card .card-price {
  padding-top: 12px;
}


/*====  deal-list ========*/
.deal-list {
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border: 1px solid rgba(128, 137, 150, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.deal-list .title a {
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.deal-list .title a:hover {
  color: #f36c21;
}
.deal-list:hover {
  border-color: #f36c21;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}



/*======= card-item-list ========*/
.card-item-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item-list {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-item-list {
    display: block;
  }
}
.card-item-list .card-img-carousel {
  width: 33%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item-list .card-img-carousel {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-item-list .card-img-carousel {
    width: 100%;
  }
}
.card-item-list .card-img-carousel .card-img img {
  height: 310px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-item-list .card-img-carousel .card-img img {
    height: 358px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item-list .card-img-carousel .card-img img {
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-item-list .card-img-carousel .card-img img {
    height: auto;
  }
}
.card-item-list .card-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item-list .card-img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-item-list .card-img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
.card-item-list .card-img a {
  height: 100%;
}
.card-item-list .card-img img {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  object-fit: cover;
  height: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item-list .card-img img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-item-list .card-img img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
.card-item-list .card-body {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/*======= card-item--list ========*/
.card-item--list {
  position: relative;
}
.card-item--list .card-img img {
  height: 270px;
}
.card-item--list:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*==== card-item-list-2 ========*/
.card-item-list-2 .card-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-item-list-2 .card-img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
}
.card-item-list-2 .card-body {
  padding-top: 0;
  padding-left: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-item-list-2 .card-body {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-item-list-2 .card-body {
    padding-left: 0;
    padding-top: 20px;
  }
}

/*======= user-card ========*/
.user-card {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border: 1px solid rgba(128, 137, 150, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-card {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-card {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-card {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-card .card-body .d-flex {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-card .card-body .d-flex {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-card .list-items.list-items-2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-card .list-items.list-items-2 {
    margin-bottom: 15px;
  }
}
.user-card:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


/*======= profile-card ========*/
.profile-card {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border: 1px solid rgba(128, 137, 150, 0.1);
}
.profile-card:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*================== booking-detail-form ===================*/
.booking-detail-form .card-item {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 425px) {
  .booking-detail-form .card-item .list-items li span {
    width: 150px;
  }
}

/* room-card */
@media (max-width: 425px) {
  .room-card .card-attributes ul {
    flex-wrap: wrap;
  }
}
.room-card:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

/* card-img-carousel */
.card-img-carousel .owl-nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.card-img-carousel .owl-dots {
  padding-top: 0 !important;
  position: absolute;
  bottom: 10px;
}
.card-img-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/* gallery-card */
.gallery-card {
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-card img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-card img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* grid-masonry-item */
.grid-masonry-item img {
  object-fit: cover;
}

.grid-masonry-item-width-1 img {
  height: 350px;
}

.grid-masonry-item-width-2 img {
  height: 450px;
}

.grid-masonry-item-width-3 img {
  height: 500px;
}

.grid-masonry-item-width-4 img {
  height: 400px;
}


/*========= package-item =========*/
.package-card {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(127, 137, 150, 0.1);
}
.package-card .package-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.package-card .package-tooltip .package__tooltip {
  background-color: #f36c21;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 15px 0;
  font-size: 35px;
  position: relative;
  z-index: 1;
}
.package-card .package-title {
  margin-bottom: 30px;
  padding: 30px 0 35px 0;
  position: relative;
  background-color: #F5F7FC;
}
.package-card .package-title .package__title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #213d77;
}
.package-card .package-title .package__price {
  font-size: 50px;
  font-weight: 700;
  color: #f36c21;
}
.package-card .package-title .package__month {
  color: #f36c21;
  font-size: 15px;
  padding-top: 3px;
}
.package-card .package-title .hero-svg {
  height: 40px;
  width: 101%;
  left: -1px;
  bottom: -1px;
}
.package-card .list-items li.text-disabled {
  color: rgba(128, 137, 150, 0.5);
  text-decoration: line-through;
}
.package-card .list-items li:last-child {
  margin-bottom: 0;
}
.package-card .btn-box {
  padding: 30px;
}
.package-card .btn-box .theme-btn {
  display: block;
  text-align: center;
}

/*========= package-card-active =========*/
.package-card-active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-card-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .package-card-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .package-card-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.package-card-active .package-title {
  background-color: #f36c21;
}
.package-card-active .package-title .package__price,
.package-card-active .package-title .package__month,
.package-card-active .package-title .package__title {
  color: #fff;
}

/*====================================================
    faq area
 ====================================================*/
.accordion-item {
  background: none;
  border: none;
}
.accordion-item .card {
  -webkit-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  -moz-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.accordion-item .card:not(:last-of-type),
.accordion-item .card:not(:first-of-type) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}
.accordion-item .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0;
}
.accordion-item .card-header .btn {
  width: 100%;
  text-align: left;
  color: #213d77;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 20px;
}
@media (max-width: 375px) {
  .accordion-item .card-header .btn {
    font-size: 16px;
  }
}
.accordion-item .card-header .btn .la {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #213d77;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
  box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  display: none;
}
.accordion-item .card-header .btn[aria-expanded=false] i.la-plus {
  display: block;
}
.accordion-item .card-header .btn[aria-expanded=true] i.la-minus {
  display: block;
}
.accordion-item .card-body {
  padding: 0 20px 25px 20px;
  font-weight: 400;
}
.accordion-item .list-items li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  font-weight: 400;
}
.accordion-item .list-items li:last-child {
  margin-bottom: 0;
}
.accordion-item .list-items li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(128, 137, 150, 0.5);
}

/*===== faq-item =======*/
.faq-item {
  margin-bottom: 30px;
}
.faq-item .icon-element {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  background-color: rgba(30, 125, 250, 0.1);
  color: #f36c21;
}
.faq-item .toggle-menu li {
  margin-bottom: 10px;
}
.faq-item .toggle-menu li a {
  color: #213d77;
}

/*===== faq-forum =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-forum {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .faq-forum {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .faq-forum {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-forum.pl-4 {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .faq-forum.pl-4 {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .faq-forum.pl-4 {
    padding-left: 0 !important;
  }
}

/*====================================================
    hero-wrapper
 ====================================================*/
.hero-box {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
}
.hero-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  background-color: #213d77;
}
.hero-box #fullscreen-slide-contain {
  position: absolute !important;
  height: 100% !important;
}

/*===== hero-svg ======*/
.hero-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  fill: #fff;
}

/*===== hero-bg ======*/
.hero-bg {
  background-image: url("../images/hero-bg.jpg");
}

.hero-bg-2 {
  background-image: url("../images/hero-bg2.jpg");
}

.hero-bg-3 {
  background-image: url("../images/hero-bg3.jpg");
}

.hero-bg-4 {
  background-image: url("../images/hero-bg4.jpg");
}

.hero-bg-5 {
  background-image: url("../img/hero-bg5.jpg");
}

.hero-bg-6 {
  background-image: url("../images/hero-bg6.jpg");
}

.hero-bg-7 {
  background-image: url("../images/hero-bg7.jpg");
}

/*===== hero-content ======*/
.hero-content .section-heading .sec__desc {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 375px) {
  .hero-content .section-heading .sec__desc {
    font-size: 18px;
  }
}
.hero-content .section-heading .sec__title {
  font-size: 50px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .section-heading .sec__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-content .section-heading .sec__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-content .section-heading .sec__title {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .hero-content .section-heading .sec__title {
    font-size: 30px;
  }
}

/*==== hero-list-box =======*/
.hero-list-box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-list-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-list-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-list-box {
    margin-bottom: 40px;
  }
}
.hero-list-box .list-items li {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-list-box .list-items li:last-child {
  margin-bottom: 0;
}
.hero-list-box .list-items li span {
  font-weight: 500;
  color: #213d77;
}
.hero-list-box .list-items li svg {
  width: 32px;
  height: 32px;
  fill: #213d77;
  margin-right: 10px;
}

/*===== main-search-wrapper ======*/
.main-search-wrapper {
  position: relative;
  z-index: 1;
}

/*===== search-fields-container ======*/
.search-fields-container {
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-fields-container .pl-0 {
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .search-fields-container .pl-0 {
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .search-fields-container .pl-0 {
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-fields-container .pr-0 {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .search-fields-container .pr-0 {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .search-fields-container .pr-0 {
    padding-right: 15px !important;
  }
}

/*==== collapse-btn ======*/
.collapse-btn[aria-expanded=true] {
  background-color: rgba(128, 137, 150, 0.1);
}
.collapse-btn[aria-expanded=true] i::before {
  content: "\f106";
}


/*====================================================
    hero-wrapper2
 ====================================================*/
.hero-wrapper2 .search-fields-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*====================================================
    hero-wrapper3
 ====================================================*/
.hero-content-3 .section-heading .sec__title {
  line-height: 65px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-content-3 .section-heading .sec__title {
    line-height: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-content-3 .section-heading .sec__title {
    line-height: 45px;
  }
}

/*====================================================
    hero-wrapper4
 ====================================================*/
.hero-wrapper4 .hero-box {
  padding-top: 120px;
  padding-bottom: 20px;
}

/*====================================================
    hero-wrapper5
 ====================================================*/
.hero-wrapper5 .hero-box {
  padding-top: 20px;
}

/*====================================================
    hero-wrapper6
 ====================================================*/
.hero-wrapper6 .hero-box {
  padding-top: 100px;
  padding-bottom: 160px;
}

/*====================================================
    hero-wrapper7
 ====================================================*/
.hero-wrapper7 .hero-box {
  padding-top: 150px;
}

/*======== hotel-area =========*/
@media (max-width: 575px) {
  .hotel-area.padding-right-100px {
    padding-right: 0;
    padding-left: 0;
  }
}

/*======== room-type-content =========*/
.room-type-content {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.room-type-content .image-box img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room-type-content .image-box a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.room-type-content .image-box a:hover .room-type-link {
  right: 30px;
}

/*======== room-type-link =========*/
.room-type-link {
  position: absolute;
  bottom: 30px;
  right: 50px;
  background-color: #fff;
  color: #213d77;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room-type-link:hover {
  background-color: #f36c21;
  color: #fff;
}



/*===== discount-area ======*/
.discount-area {
  margin-top: -100px;
}

/*===== discount-box ======*/
.discount-box {
  position: relative;
  padding: 0 !important;
}
.discount-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213d77;
  opacity: 0.3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.company-logo,
.discount-content {
  position: absolute;
}

.discount-img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-img img {
    object-fit: cover;
    height: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .discount-img img {
    object-fit: cover;
    height: 250px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .discount-img img {
    object-fit: cover;
    height: 250px;
  }
}
@media (max-width: 320px) {
  .discount-img img {
    height: 280px;
  }
}

.discount-content {
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content {
    left: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .discount-content {
    left: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .discount-content {
    left: 30px;
  }
}
@media (max-width: 375px) {
  .discount-content {
    left: 20px;
  }
}
@media (max-width: 320px) {
  .discount-content {
    top: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-content .section-heading .sec__title {
    font-size: 24px;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .discount-content .section-heading .sec__title {
    font-size: 24px;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .discount-content .section-heading .sec__title {
    font-size: 24px;
    line-height: 30px !important;
  }
}

/* company-logo */
.company-logo {
  bottom: 20px;
  right: 20px;
}

/* total-price */
.total-price input {
  border: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 20px;
  color: #213d77;
  width: 68px;
}

/* join-us-box */
.join-us-box .discount-content {
  left: 0;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
}

/*====================================================
    team-card
 ====================================================*/
.team-card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding-top: 20px;
  margin-bottom: 60px;
}
.team-card .card-img {
  width: 190px;
  height: 190px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.team-card .card-img img {
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.team-card .card-body {
  padding: 20px;
}

/*======= table-form ========*/
.table-form .table {
  margin-bottom: 0;
}
.table-form thead th {
  border: none;
  background-color: rgba(128, 137, 150, 0.1);
}
.table-form th {
  color: #213d77;
}
.table-form th,
.table-form td {
  font-size: 15px;
  vertical-align: middle;
  border-top-color: rgba(128, 137, 150, 0.1);
}
.table-form td {
  color: #5d646d;
}

.table-content img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
}
.table-content .title {
  font-size: 15px;
}
.table-content .title.table-price {
  font-size: 19px;
}

/*======= product-content ========*/
.product-content img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 15px;
}

/*======= table-layout-2 ========*/
.table-layout-2 th,
.table-layout-2 td {
  border: none;
}
.table-layout-2 tbody tr:nth-child(even) {
  background-color: rgba(128, 137, 150, 0.03);
}

/*======= file upload ========*/
.file-upload-wrap {
  position: relative;
}
.file-upload-wrap .file-upload-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: 2px dashed rgba(128, 137, 150, 0.2);
  height: 120px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10rem 0 0 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.file-upload-wrap .file-upload-input:hover {
  border-color: rgba(128, 137, 150, 0.6);
  background-color: rgba(128, 137, 150, 0.04);
}
.file-upload-wrap .file-upload-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  line-height: 170px;
  text-align: center;
  font-size: 18px;
  color: rgba(128, 137, 150, 0.8);
}
.file-upload-wrap .MultiFile-list > .MultiFile-label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(128, 137, 150, 0.06);
  display: inline-block;
  border: 2px solid rgba(128, 137, 150, 0.1);
  padding: 16px;
  position: relative;
  width: 100%;
}
.file-upload-wrap .MultiFile-list > .MultiFile-label + .MultiFile-label {
  margin-top: 20px;
}
.file-upload-wrap .MultiFile-list span.MultiFile-label {
  box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 10px;
}
.file-upload-wrap .MultiFile-list .MultiFile-remove {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  color: #213d77;
  width: 30px;
  height: 30px;
  text-align: center;
  top: -16px;
  right: -16px;
  z-index: 1;
}
.file-upload-wrap .MultiFile-list .MultiFile-remove:hover {
  color: #e1306c;
}
.file-upload-wrap .MultiFile-list .MultiFile-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 16px;
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 24px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.file-upload-wrap .MultiFile-list .MultiFile-preview {
  max-width: 15rem !important;
  max-height: 15rem !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*======== file-upload-wrap-2 =======*/
.file-upload-wrap-2 .file-upload-input {
  width: 185px;
  border: 1px solid rgba(128, 137, 150, 0.1);
  height: 30px;
  padding-top: 3rem;
  background-color: rgba(128, 137, 150, 0.04);
}
.file-upload-wrap-2 .file-upload-text {
  width: auto;
  left: 25px;
  line-height: 50px;
  font-size: 16px;
}

/*======== file-upload-wrap-3 =======*/
.file-upload-wrap-3 .file-upload-input {
  height: 70px;
  padding-top: 5rem;
}
.file-upload-wrap-3 .file-upload-text {
  line-height: 90px;
  font-size: 16px;
}

.resumre-wrap .MultiFile-list span.MultiFile-label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.resumre-wrap .MultiFile-list .MultiFile-title {
  position: inherit;
  background-color: transparent;
  color: #5d646d;
  padding: 0;
  bottom: auto;
  text-align: inherit;
  width: auto;
  line-height: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*====================================================
   error-area
 ====================================================*/
.error-img svg {
  width: 100%;
}
@media (max-width: 480px) {
  .error-img svg {
    height: 200px;
  }
}
.error-img image {
  width: 100%;
}
@media (max-width: 480px) {
  .error-img image {
    height: 100%;
  }
}

/*=================== destination-btn-box ========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn--box.text-right {
    text-align: left !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn--box.text-right {
    text-align: left !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .btn--box.text-right {
    text-align: left !important;
  }
}

.rtl-btn,
.ltr-btn {
  position: fixed;
  top: 30%;
  right: -69px;
  z-index: 1024;
  background: #fff;
  color: #213d77;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.2);
  box-shadow: 0 15px 15px rgba(82, 85, 90, 0.2);
}
.rtl-btn:hover,
.ltr-btn:hover {
  color: #f36c21;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn--box {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn--box {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .btn--box {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    margin-bottom: 50px;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-content {
    margin-bottom: 50px;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about-content {
    margin-bottom: 50px;
    padding-right: 0 !important;
  }
}

.about-img-box::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 200px;
  top: -30px;
  right: -50px;
  background-image: url("../images/dot-shape.png");
  background-size: cover;
  z-index: -1;
}

/*===== icon-bg =======*/
.info-bg {
  z-index: 1;
  position: relative;
}
.info-bg::before {
  position: absolute;
  opacity: 0.2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/color-bg.png");
  z-index: -1;
}

.info-area {
  position: relative;
}
.info-area .arrow-separator {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-area2 {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
  -moz-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
  box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
}

/* dropdown-contain */
.dropdown-contain .dropdown-menu {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  width: 100%;
}
.dropdown-contain .dropdown-item:hover {
  background-color: transparent;
}

.extra-service-select {
  width: 100px;
}

/* dropdown-btn */
.dropdown-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 10px 20px;
  font-size: 13px;
  color: #213d77;
  border: 1px solid rgba(128, 137, 150, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-btn::after {
  border: none;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.dropdown-btn:focus {
  border-color: #f36c21;
}
.dropdown-btn:hover {
  color: #213d77;
}

/* dropdown--btn */
.dropdown--btn {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #5d646d;
  font-size: 16px;
}
.dropdown--btn::after {
  position: relative;
  top: 2px;
  right: auto;
  margin-left: 2px;
}

/* single-nav-sticky */
.single-nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.single-nav-sticky + .single-content-box {
  padding-top: 150px;
}

/*======= single-tour-feature ========*/
.single-tour-feature:hover .icon-element {
  background-color: #f36c21;
  color: #fff;
}

/*======= single-feature-icon ========*/
.single-feature-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(40, 125, 250, 0.1);
  color: #f36c21;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*======= single-feature-titles ========*/
.single-feature-titles span {
  display: inherit;
  margin-top: -1px;
}
.single-feature-titles .list-items li {
  font-size: 13px;
  line-height: 20px;
}

/*======= single-content-nav ========*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-content-nav ul {
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-content-nav ul {
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.single-content-nav ul::-webkit-scrollbar {
  height: 6px;
}
.single-content-nav ul::-webkit-scrollbar-track {
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.single-content-nav ul::-webkit-scrollbar-thumb {
  background-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.single-content-nav ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(128, 137, 150, 0.4);
}
.single-content-nav ul li {
  display: inline-block;
}
.single-content-nav ul li a {
  display: block;
  color: #5d646d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 26px 20px;
  font-size: 15px;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-content-nav ul li a {
    padding: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-content-nav ul li a {
    padding: 15px;
  }
}
.single-content-nav ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 40px;
  height: 2px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-content-nav ul li a:hover {
  color: #f36c21;
}
.single-content-nav ul li a.active {
  color: #f36c21;
}
.single-content-nav ul li a.active::before {
  background-color: #f36c21;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

/*======= cabin-type-item ========*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cabin-type-item {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cabin-type-item {
    display: block !important;
  }
}
.cabin-type-item .custom-checkbox {
  position: relative;
  top: 70px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cabin-type-item .custom-checkbox {
    top: auto;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cabin-type-item .custom-checkbox {
    top: auto;
    margin-top: 15px;
  }
}
.cabin-type-item .custom-checkbox label {
  color: #fff;
  background-color: #f36c21;
  display: inline-block;
}
.cabin-type-item .custom-checkbox label:hover {
  background-color: #2273e5;
}
.cabin-type-item .custom-checkbox input[type=checkbox]:not(:checked) + label,
.cabin-type-item .custom-checkbox input[type=checkbox]:checked + label {
  padding-left: 35px;
}
.cabin-type-item .custom-checkbox input[type=checkbox]:not(:checked) + label:before,
.cabin-type-item .custom-checkbox input[type=checkbox]:checked + label:before {
  left: 10px;
  top: 8px;
  border: none;
}
.cabin-type-item .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
.cabin-type-item .custom-checkbox input[type=checkbox]:checked + label:after {
  left: 13px;
}
.cabin-type-item .custom-checkbox input[type=checkbox]:checked + label:before {
  background-color: #28d5a7;
}

/*======= seat-selection-item ========*/
.seat-selection-item .custom-checkbox {
  top: auto;
  margin-top: 15px;
}

/*======= cabin-type-img ========*/
.cabin-type-img {
  width: 170px;
  margin-right: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cabin-type-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cabin-type-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cabin-type-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

/*======= cabin-type-detail ========*/
.cabin-type-detail {
  width: 620px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cabin-type-detail {
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cabin-type-detail {
    width: auto;
  }
}

/*======= cabin-price ========*/
.cabin-price {
  text-align: right;
  width: 200px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cabin-price {
    width: auto;
    text-align: left !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cabin-price {
    width: auto;
    text-align: left !important;
  }
}

/*======= cabin-type-detail ========*/
.cabin-type-detail .list-items li {
  margin-bottom: 0;
}
.cabin-type-detail .list-items li span {
  color: #213d77;
  margin-right: 3px;
}
.cabin-type-detail p span {
  font-weight: 700;
}
.cabin-type-detail p .price-text {
  color: #f36c21;
  font-size: 20px;
}

/*======= single-content-item ========*/
@media (max-width: 375px) {
  .single-content-item .accordion-item .card-body {
    display: block !important;
  }
}
@media (max-width: 375px) {
  .single-content-item .accordion-item .card-body .flex-shrink-0.mr-4 {
    margin-right: 0 !important;
  }
}
.single-content-item .accordion-item .card-body img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 375px) {
  .single-content-item .accordion-item .card-body img {
    margin-bottom: 20px;
  }
}

/*======= review-summary ========*/
.review-summary {
  border: 2px solid rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 27px 20px;
  text-align: center;
}
.review-summary h2 {
  color: #f36c21;
  font-weight: 700;
  font-size: 55px;
}
.review-summary h2 span {
  font-size: 18px;
}
.review-summary p {
  font-size: 20px;
  color: #213d77;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*======= action-btns ========*/
.action-btns {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 320px) {
  .action-btns {
    position: inherit;
    top: auto;
    right: auto;
    padding: 0 20px 20px 20px;
  }
}
.action-btns .theme-btn {
  border: none;
}
.action-btns .theme-btn:nth-child(1) {
  background-color: #28d5a7;
  color: #fff;
}
@media (max-width: 320px) {
  .action-btns .theme-btn:nth-child(1) {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}
.action-btns .theme-btn:nth-child(2) {
  background-color: #e1306c;
  color: #fff;
}

/*======= action-btns ========*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .d-flex {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .d-flex {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .pr-5 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .pr-5 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .flex-grow-1.pr-5 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .flex-grow-1.pr-5 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .list-items {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .list-items {
    padding-right: 0 !important;
  }
}

/*===== traveler-form ======*/
@media (max-width: 1366px) {
  .traveler-form .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .traveler-form .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .traveler-form .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .traveler-form .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*===== package-area ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-area .row.padding-top-60px {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .package-area .row.padding-top-60px {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .package-area .row.padding-top-60px {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-area .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .package-area .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .package-area .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/*===== post-tag-wrap ======*/
@media (max-width: 375px) {
  .post-tag-wrap {
    display: block !important;
  }
}
.post-tag-wrap .post-share ul li .icon-element {
  margin-right: 0;
}

@media (max-width: 375px) {
  .post-author-wrap .author-content .d-flex,
  .post-navigation {
    display: block !important;
  }
}

@media (max-width: 375px) {
  .post-author-wrap .author-content .author-img {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}

/*======= carousel-action ========*/
.carousel-action .owl-nav div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-action .owl-nav div {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel-action .owl-nav div {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .carousel-action .owl-nav div {
    display: none;
  }
}
.carousel-action .owl-nav div.owl-next {
  right: -22px;
}
.carousel-action .owl-nav div.owl-prev {
  left: -22px;
}
.carousel-action .owl-nav div:hover {
  background-color: #f36c21;
  color: #fff;
}
.carousel-action .owl-dots {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.carousel-action .owl-dots div {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(19, 41, 104, 0.1);
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 2px;
}
.carousel-action .owl-dots div.active {
  background-color: #f36c21;
  border-color: #f36c21;
}

/*======= carousel--action ========*/
.carousel--action .owl-nav div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.carousel--action .owl-nav div.owl-next {
  right: 15px;
}
.carousel--action .owl-nav div.owl-prev {
  left: 15px;
}
.carousel--action .owl-dots div {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}

/*======= full-width-slider ========*/
.full-width-slider.carousel-action .owl-nav div.owl-next {
  right: 15px;
}
.full-width-slider.carousel-action .owl-nav div.owl-prev {
  left: 15px;
}

@media (max-width: 1024px) {
  .card-area.padding-right-100px {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/*=== New modified css ====*/
.hero-wrapper8 .hero-box {
  padding-top: 220px;
  padding-bottom: 0;
}
.hero-wrapper8 .search-fields-container {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}

.search-input-group-wrap .dropdown-contain .dropdown-menu {
  width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-input-group-wrap .dropdown-contain .dropdown-menu {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .search-input-group-wrap .dropdown-contain .dropdown-menu {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .search-input-group-wrap .dropdown-contain .dropdown-menu {
    width: 100%;
  }
}

.list--group .list-group-item {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: -20px;
  margin-right: -20px;
  border: 0;
}
.list--group .list-group-item:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.list--group .list-group-item:hover .list-group-link {
  font-weight: 700;
  border-top: 0;
  color: #213d77;
}

.list-group-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  color: #5d646d;
  display: block;
  position: relative;
}

.icon-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-marker {
  position: absolute;
  left: -30px;
  top: 17px;
}

.icon-circle-dep,
.icon-circle-arr {
  position: absolute;
  left: -2px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.icon-circle-dep {
  top: 14px;
  border: 1px solid rgba(128, 137, 150, 0.5);
}

.icon-circle-arr {
  bottom: 15px;
  background-color: rgba(128, 137, 150, 0.5);
}

.icon-connect {
  position: absolute;
  left: 2px;
  bottom: 25px;
  background-color: rgba(128, 137, 150, 0.5);
  height: 17px;
  width: 2px;
}

.spy-section p {
  margin-bottom: 15px;
}
.spy-section strong {
  color: #213d77;
}

.bus-route-map-area .map-container {
  position: fixed;
  width: 100%;
  height: 100%;
}
.bus-route-map-area .map-container .route-map {
  height: calc(100vh - 73px) !important;
}
.bus-route-map-area .leaflet-routing-alternatives-container .leaflet-routing-alt {
  border-bottom-color: rgba(128, 137, 150, 0.2);
  color: #213d77;
}
.bus-route-map-area .leaflet-routing-alternatives-container .leaflet-routing-alt.leaflet-routing-alt-minimized {
  color: #5d646d;
}
.bus-route-map-area .leaflet-routing-alternatives-container .leaflet-routing-alt table {
  display: none;
}

.leaflet-routing-geocoders {
  border-bottom-color: rgba(128, 137, 150, 0.2);
}
.leaflet-routing-geocoders input {
  height: 35px;
  padding: 2px 30px 2px 10px;
  border-radius: 4px;
}
.leaflet-routing-geocoders input:focus {
  border-color: #213d77;
}
.leaflet-routing-geocoders button {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

.leaflet-routing-remove-waypoint:after {
  right: 5px;
}

.leaflet-popup-btn-box button {
  border: 1px solid rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  background-color: rgba(128, 137, 150, 0.1);
}
.leaflet-popup-btn-box button:nth-child(2) {
  margin-top: 4px;
}
.leaflet-popup-btn-box button:hover {
  background-color: rgba(128, 137, 150, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bus-stop-overview__link {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bus-stop-overview__link {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bus-stop-overview__link {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

#sticky-nav {
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sticky-nav {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sticky-nav {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #sticky-nav {
    margin-bottom: 40px;
  }
}
#sticky-nav li.active a {
  color: #f36c21;
}

.scrollpy-area {
  position: relative;
  z-index: 1024;
  background-color: #fff;
}

.quote-icons::before {
  content: open-quote;
}
.quote-icons::after {
  content: close-quote;
}

.search-input-group .append-input-box .form-group .form-icon {
  left: 24px;
}

.prepend-input-box .prepend-input {
  padding-right: 50px;
}

.append-input-box .append-input {
  padding-left: 50px;
}

.prepend-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.append-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .shop-btn {
    width: auto !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bus-stop-shop-btn-box {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bus-stop-shop-btn-box.text-right {
    text-align: left !important;
  }
}

.breadcrumb-links {
  position: absolute;
  top: 20px;
  font-size: 15px;
}
.breadcrumb-links a {
  color: #213d77;
}
.breadcrumb-links a:hover {
  text-decoration: underline;
}
.breadcrumb-links span {
  color: #213d77;
}

.breadcrumb-pipe {
  padding: 0 3px;
}

.collapse-btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.collapse-btn .collapse-text-hide {
  display: none;
}
.collapse-btn[aria-expanded=true] .collapse-text-show {
  display: none;
}
.collapse-btn[aria-expanded=true] .collapse-text-hide {
  display: inline-block;
}

.icon-switch {
  position: absolute;
  right: -17px;
  bottom: 7px;
  width: 34px;
  height: 34px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(128, 137, 150, 0.2);
  z-index: 4;
}
.icon-switch img {
  width: 22px;
}
.icon-switch:focus {
  outline: none;
}

.blockquote--item {
  border-left: 4px solid #f36c21;
  font-size: 20px;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 20px;
  font-style: italic;
  line-height: 31px;
}
.blockquote--item:after {
  display: none;
}

#map2 {
  width: 100%;
  height: 465px;
}

.hover-y-none:hover {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.info-table {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.info-table .table {
  border: 1px solid rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-spacing: 29px 0;
  border-collapse: separate;
}
.info-table td {
  width: 1%;
  padding-left: 0;
}
.info-table tbody tr:first-child td {
  border-top: 0;
}
.info-table tbody tr td:first-child {
  font-weight: 500;
  color: #213d77;
}

.bg-white-mask {
  background-color: rgba(255, 255, 255, 0.75);
}

.form-group .form-icon {
  z-index: 2;
}

.xdsoft_autocomplete {
  width: auto !important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: 205px !important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar {
  width: 8px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar-track {
  background-color: #F5F7FC;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(128, 137, 150, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar-thumb:hover {
  background-color: rgba(128, 137, 150, 0.6);
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown b {
  color: #213d77;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  padding-top: 4px;
  padding-bottom: 4px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background-color: rgba(128, 137, 150, 0.1);
  color: #5d646d;
}

/*=== end modified css ====*/
/*================= counter-box===================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-content p br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .coming-soon-content p br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .coming-soon-content p br {
    display: none;
  }
}
@media (max-width: 600px) {
  .coming-soon-content .section-heading .sec__title {
    font-size: 50px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 425px) {
  .coming-soon-content .section-heading .sec__title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

/*================= counter-box===================*/
.counter-box {
  background-color: #213d77;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 40px 30px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
.counter-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

/*======= counter-item =======*/
.counter-item {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 30px;
}
.counter-item .counter-icon {
  font-size: 30px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  margin-right: 15px;
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.counter-item .counter {
  font-size: 24px;
  font-weight: 700;
}
.counter-item .count-symbol {
  font-size: 22px;
}
.counter-item .counter__title {
  font-size: 16px;
}
.counter-item:hover .counter-icon {
  background-color: #f36c21;
  color: #fff;
}

/*======= counter-item-layout-2 =======*/
.counter-item-layout-2 {
  color: #213d77;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.counter-item-layout-2 .counter-icon {
  background-color: rgba(40, 125, 250, 0.1);
  color: #f36c21;
}
.counter-item-layout-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
 
}
.counter-item-layout-2:hover {
  border-color: #f36c21;
}

/*======= counter-box-2 =======*/
.counter-box-2 {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.counter-box-2::before {
  display: none;
}

/*======= coming-container =======*/
.coming-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*======= coming-inner =======*/
.coming-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.coming-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213d77;
  opacity: 0.8;
}

/*======= countdown-item =======*/
@media (max-width: 425px) {
  .countdown-box {
    padding-bottom: 0;
  }
}

/*======= countdown-item =======*/
.countdown-item {
  margin-right: 60px;
  position: relative;
}
@media (max-width: 425px) {
  .countdown-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.countdown-item span {
  display: block;
  color: #fff;
}
.countdown-item .count-text {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-bottom: 30px;
}
.countdown-item #days,
.countdown-item #hours,
.countdown-item #minutes,
.countdown-item #seconds {
  font-size: 80px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .countdown-item #days,
  .countdown-item #hours,
  .countdown-item #minutes,
  .countdown-item #seconds {
    font-size: 50px;
  }
}
.countdown-item:last-child {
  margin-right: 0;
}
.countdown-item:last-child::before {
  display: none;
}
.countdown-item::before {
  position: absolute;
  content: ":";
  top: 51px;
  right: -38px;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 425px) {
  .countdown-item::before {
    display: none;
  }
}

/*======= fullscreen-slide-contain =======*/
#fullscreen-slide-contain {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -2;
}

/*====== step-bar-list ========*/
@media (max-width: 375px) {
  .step-bar-list {
    display: block !important;
  }
}
.step-bar-list .step-bar {
  position: relative;
  z-index: 1;
}
.step-bar-list .step-bar::before, .step-bar-list .step-bar::after {
  display: block;
  position: absolute;
  background-color: #F5F7FC;
  height: 4px;
  content: "";
  width: 50%;
  left: 0;
  top: 25px;
  z-index: -1;
}
.step-bar-list .step-bar::after {
  left: auto;
  right: 0;
}
.step-bar-list .step-bar .icon-element {
  text-indent: 0;
  background-color: #fff;
  color: #213d77;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border: 2px solid rgba(128, 137, 150, 0.2);
}
.step-bar-list .step-bar.step-bar-active .icon-element {
  text-indent: -9999px;
  position: relative;
  background-color: #40CC6F;
  border-color: #40CC6F;
}
.step-bar-list .step-bar.step-bar-active .icon-element::before {
  position: absolute;
  content: "\f00c";
  font-family: "Line Awesome Free";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 26px;
  text-indent: 0;
  font-weight: 900;
}
.step-bar-list .step-bar.step-bar-active::before, .step-bar-list .step-bar.step-bar-active::after {
  background-color: #40CC6F;
}

/*===== payment-received-list =======*/
.payment-received-list .icon-element {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  background-color: #40CC6F;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}
@media (max-width: 375px) {
  .payment-received-list .card-body .btn-box .theme-btn {
    line-height: 25px;
  }
}
.payment-received-list:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*===== payment-received-card =======*/
.payment-received-card:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product-info .product-info-label {
  font-weight: 400;
  margin-right: 5px;
}
.product-info .product-info-value {
  color: #5d646d;
  font-weight: 400;
}
.product-info .form-control {
  width: 40px;
  text-align: center;
}
.product-info .form-control:focus {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.remove-wrap .btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remove-wrap .btn:hover {
  color: #f36c21;
}
.remove-wrap .btn:focus {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

@media (max-width: 425px) {
  .cart-actions {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .cart-actions .contact-form-action {
    margin-bottom: 20px;
  }
}

/*====================================================
    cta-area
 ====================================================*/
.cta-area {
  position: relative;
  background-size: cover;
}
.cta-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213d77;
  opacity: 0.6;
}
@media (max-width: 425px) {
  .cta-area .section-heading .sec__title {
    font-size: 30px !important;
  }
}

/*===== cta-svg =====*/
.cta-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  fill: #fff;
  stroke: none;
}

/*===== cta-bg =====*/
.cta-bg {
  background-image: url("../images/hero-bg.jpg");
}

.cta-bg-2 {
  background-image: url("../images/team-cta-bg.jpg");
}

/*===== video-bg =====*/
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/*====== ========*/
.mobile-app {
  position: relative;
  z-index: 1;
}
.mobile-app::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/color-bg2.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}
.mobile-app .mobile-img {
  position: absolute;
  bottom: -100px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-app .mobile-img {
    position: inherit;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mobile-app .mobile-img {
    position: inherit;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .mobile-app .mobile-img {
    position: inherit;
    bottom: auto;
    right: auto;
  }
}

/*===== mobile-app-content======*/
.mobile-app-content {
  margin-bottom: 60px;
}
.mobile-app-content .info-list li {
  color: #213d77;
  font-size: 18px;
}
.mobile-app-content .info-list li .icon-element {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
}
.mobile-app-content .btn-box .theme-btn:nth-child(2) {
  margin-left: 8px;
}
@media (max-width: 375px) {
  .mobile-app-content .btn-box .theme-btn:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*===== mobile-img ======*/
.mobile-img img {
  width: 100%;
}

/*===== subscriber-area ======*/
@media (max-width: 375px) {
  .subscriber-area .section-heading .sec__title {
    line-height: 40px !important;
    margin-bottom: 10px !important;
  }
}
.subscriber-area::before {
  opacity: 0.2;
 
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscriber-box {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .subscriber-box {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .subscriber-box {
    margin-top: 20px;
  }
}

/*===== video-content ======*/
.video-content {
  position: relative;
  margin-bottom: -110px;
}
.video-content .ripple-bg canvas {
  z-index: 1 !important;
}

.video-content-img {
  position: relative;
}
.video-content-img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .video-content-img img {
    height: 350px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .video-content-img img {
    height: 350px;
    object-fit: cover;
  }
}
.video-content-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213d77;
  opacity: 0.3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.video-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 375px) {
  .video-content-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 375px) {
  .video-content-box .section-heading .sec__title {
    font-size: 26px;
    line-height: 40px !important;
  }
}
.video-content-box .icon-element {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}
@media (max-width: 375px) {
  .video-content-box .icon-element {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.video-content-box .icon-element::before {
  position: absolute;
  content: "";
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f36c21;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-content-box .icon-element:hover {
  color: #f36c21 !important;
}
.video-content-box .icon-element:hover::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #fff;
}



/*===== sidebar-nav =======*/
.sidebar-menu-wrap {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
}

.sidebar-menu {
  padding: 20px;
}
.sidebar-menu .side-menu-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #5d646d;
  padding: 7px 12px;
  cursor: pointer;
  border-left: 1px solid transparent;
}
.sidebar-menu .side-menu-icon i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu li {
  position: relative;
  margin-bottom: 2px;
}
.sidebar-menu li a {
  display: block;
  padding: 7px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sidebar-menu li a i {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu li.active > a, .sidebar-menu li.page-active > a {
  background-color: #f36c21;
  color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
  -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
  box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
}
.sidebar-menu li.active > a i, .sidebar-menu li.page-active > a i {
  color: #fff;
}
.sidebar-menu li.active .side-menu-icon, .sidebar-menu li.page-active .side-menu-icon {
  color: #fff;
  border-left-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu li.active .side-menu-icon {
  border-left-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-menu li.active .side-menu-icon i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sidebar-menu li:hover .side-menu-icon {
  color: #fff;
  border-left-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu li:hover > a {
  background-color: #f36c21;
  color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
  -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
  box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
}
.sidebar-menu li:hover > a i {
  color: #fff;
}
.sidebar-menu .toggle-drop-menu {
  background-color: rgba(40, 125, 250, 0.1);
  margin-top: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.sidebar-menu .toggle-drop-menu li a {
  padding-left: 36px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 26px;
}
.sidebar-menu .toggle-drop-menu li:hover a {
  background-color: transparent;
  color: #f36c21;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}


/*=============== reviews-reaction ===============*/
.reviews-reaction a {
  margin-right: 15px;
}
.reviews-reaction a:last-child {
  margin-right: 0;
}
.reviews-reaction a.comment-like {
  color: #28d5a7;
}
.reviews-reaction a.comment-dislike {
  color: #FF8C2A;
}
.reviews-reaction a.comment-love {
  color: #f9b851;
}



/*=============== label ===============*/
label {
  display: inline-block;
  margin-bottom: 8px;
}

/*=============== form-group ===============*/
.form-group {
  margin-bottom: 16px;
}

/*===== icon-box ========*/
.icon-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.icon-box .info-svg {
  width: 50px;
  fill: #213d77;
}
.icon-box .info-icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  color: #f36c21;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box .info-icon::after, .icon-box .info-icon::before {
  position: absolute;
  content: "";
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-box .info-icon::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(40, 125, 250, 0.1);
}
.icon-box .info-icon:after {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  background-color: rgba(40, 125, 250, 0.2);
  opacity: 0.5;
}
.icon-box .info__num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(128, 137, 150, 0.3);
}
.icon-box .info-content {
  padding-top: 20px;
}
.icon-box .info__title {
  font-size: 20px;
  color: #213d77;
  margin-bottom: 13px;
}
.icon-box .info__title a {
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box .info__title a:hover {
  color: #f36c21;
}
.icon-box .info__desc {
  font-size: 16px;
  color: #5d646d;
  line-height: 27px;
}
.icon-box:hover .info-icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-box.margin-top-50px {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .icon-box.margin-top-50px {
    margin-top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .icon-box.margin-top-50px {
    margin-top: 0;
  }
}

/*===== icon-layout-2 ========*/
.icon-layout-2 .info-icon {
  margin-left: 0;
  margin-right: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.icon-layout-2 .info-icon::before, .icon-layout-2 .info-icon::after {
  display: none;
}
.icon-layout-2 .info__title {
  margin-bottom: 7px;
  font-size: 19px;
}
.icon-layout-2 .info-content {
  padding-top: 0;
}

/*===== icon-layout-3 ========*/
.icon-layout-3 .info-icon {
  background-color: #f36c21;
  color: #fff;
  -webkit-border-radius: 90px 90px 30px 90px;
  -moz-border-radius: 90px 90px 30px 90px;
  border-radius: 90px 90px 30px 90px;
  margin-right: 20px;
  margin-left: 0;
  width: 75px;
  height: 75px;
}
.icon-layout-3 .info-icon::before, .icon-layout-3 .info-icon::after {
  display: none;
}
.icon-layout-3 .info__title {
  margin-bottom: 7px;
}
.icon-layout-3 .info-content {
  padding-top: 0;
}

/*===== icon-layout-4 ========*/
.icon-layout-4 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 20px 24px 20px;
  margin-bottom: 60px;
}
.icon-layout-4 .info-icon {
  background-color: #f36c21;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -50px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 5px;
}
.icon-layout-4 .info-icon::before, .icon-layout-4 .info-icon::after {
  display: none;
}
.icon-layout-4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
 
}

/*===== faq-icon-box =======*/
.faq-icon-box {
  padding: 0;
}
.faq-icon-box .info__title {
  margin-bottom: 0;
  margin-top: 10px;
}
.faq-icon-box a {
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  color: #213d77;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(128, 137, 150, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-icon-box a:hover {
  border-color: #f36c21;
}


/*===== deal-card =======*/
.deal-card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 25px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.deal-card .deal-title img {
  width: 25px;
  margin-right: 12px;
}
.deal-card .deal__title {
  font-size: 18px;
  color: #213d77;
}
@media (max-width: 1199px) {
  .deal-card .deal__title {
    font-size: 16px;
  }
}
.deal-card .deal__title a {
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.deal-card .deal__title a:hover {
  color: #f36c21;
}
.deal-card .deal__meta {
  font-size: 14px;
  padding-left: 36px;
  font-weight: 500;
}
.deal-card .deal-action-box {
  padding-top: 20px;
}
.deal-card .price-box {
  font-size: 15px;
}
.deal-card .price-box .price__num {
  color: #213d77;
  font-size: 17px;
  font-weight: 700;
}
.deal-card:hover {
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}

/*===== section-tab ======*/
.section-tab .nav-tabs {
  border-bottom: none;
}
.section-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tab .nav-tabs .nav-item {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-tab .nav-tabs .nav-item {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-tab .nav-tabs .nav-item {
    margin-bottom: 6px;
  }
}
.section-tab .nav-tabs .nav-link {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 9px 25px 9px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.section-tab .nav-tabs .nav-link i {
  font-size: 20px;
}
.section-tab .nav-tabs .nav-link.active {
  color: #f36c21;
  background-color: #fff;
}

/*====== section-tab 2 ========*/
.section-tab-2 .nav-tabs .nav-item {
  margin-right: 20px;
}
.section-tab-2 .nav-tabs .nav-link {
  color: #213d77;
  background-color: transparent;
  padding: 0 0 0 20px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.section-tab-2 .nav-tabs .nav-link::before, .section-tab-2 .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-tab-2 .nav-tabs .nav-link::before {
  left: 4px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.section-tab-2 .nav-tabs .nav-link::after {
  border: 2px solid rgba(19, 41, 104, 0.2);
}
.section-tab-2 .nav-tabs .nav-link.active, .section-tab-2 .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #f36c21;
}
.section-tab-2 .nav-tabs .nav-link.active::before, .section-tab-2 .nav-tabs .nav-link:hover::before {
  background-color: #f36c21;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.section-tab-2 .nav-tabs .nav-link.active::after, .section-tab-2 .nav-tabs .nav-link:hover::after {
  border-color: #f36c21;
}

/*====== section-tab 3 ========*/
.section-tab-3 .nav-tabs .nav-item {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tab-3 .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-tab-3 .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-tab-3 .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
.section-tab-3 .nav-tabs .nav-link {
  padding: 5px 45px;
  color: #5d646d;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
}
@media (max-width: 375px) {
  .section-tab-3 .nav-tabs .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-tab-3 .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f36c21;
}
.section-tab-3 .nav-tabs .nav-link.active:hover {
  color: #fff;
  background-color: #f36c21;
}
.section-tab-3 .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #f36c21;
}

/*====== check-mark-tab ========*/
.check-mark-tab .nav-tabs .nav-item {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .check-mark-tab .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .check-mark-tab .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .check-mark-tab .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
}
.check-mark-tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .check-mark-tab .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .check-mark-tab .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .check-mark-tab .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
.check-mark-tab .nav-tabs .nav-link {
  background-color: #fff;
  border: 2px solid rgba(128, 137, 150, 0.1);
  color: #5d646d;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 400;
}
.check-mark-tab .nav-tabs .nav-link .la-check {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.check-mark-tab .nav-tabs .nav-link.active {
  border-color: #f36c21;
}
.check-mark-tab .nav-tabs .nav-link.active .icon-element {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.check-mark-tab .nav-tabs .nav-link.active:hover {
  border-color: #f36c21;
}
.check-mark-tab .nav-tabs .nav-link:hover {
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-content-info {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tab-content-info {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .tab-content-info {
    display: block !important;
  }
}

/*========= testimonial-card =========*/
.testimonial-card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  border: 1px solid rgba(128, 137, 150, 0.2);
  padding: 25px 30px 30px 30px;
}
.testimonial-card .testi-desc-box {
  padding-bottom: 25px;
}
.testimonial-card .testi__desc {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.testimonial-card .rating-stars {
  margin-top: -2px;
}

/*============ testimonial-carousel ===============*/
.testimonial-carousel.carousel-action .owl-nav div {
  width: 35px;
  height: 35px;
  line-height: 34px;
}

/*============ testimonial-area ===============*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .section-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .testimonial-area .section-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .testimonial-area .section-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .btn-box.padding-top-35px {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .testimonial-area .btn-box.padding-top-35px {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .testimonial-area .btn-box.padding-top-35px {
    padding-top: 30px;
  }
}

/*====== sidebar =====*/
.sidebar {
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px 30px 0 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*====== sidebar-widget =====*/
.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}
.sidebar-widget .title {
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
@media (max-width: 375px) {
  .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
    margin-right: 10px;
  }
}
.sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*====== sidebar-category =====*/
.sidebar-category .btn-text {
  font-size: 14px;
}
.sidebar-category .btn-text[aria-expanded=false] .show-less {
  display: none;
}
.sidebar-category .btn-text[aria-expanded=true] .show-more {
  display: none;
}
.sidebar-category .btn-text[aria-expanded=true] .show-less {
  display: block;
}

/*====== sidebar-list =====*/
.sidebar-list .list-items li {
  margin-bottom: 0;
}
.sidebar-list .list-items li + li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar-list .list-items li .icon-element {
  margin-left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  display: inline-block;
}

/*====== sidebar-about =====*/
.sidebar-about-img {
  position: relative;
}
.sidebar-about-img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar-about-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sidebar-about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f36c21;
  opacity: 0.4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*====== single-content-sidebar =====*/
.single-content-sidebar {
  margin-top: -115px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

/*====== single-content-widget =====*/
.single-content-widget {
  border: 1px solid rgba(128, 137, 150, 0.2);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
}
.single-content-widget:last-child {
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}
@media (max-width: 320px) {
  .single-content-widget .rating-stars {
    flex-wrap: wrap;
  }
}
@media (max-width: 320px) {
  .single-content-widget .rating-stars li span {
    margin-left: 0 !important;
  }
}

/*====== enquiry-forum =====*/
.enquiry-forum .form-box {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background-color: transparent;
}
.enquiry-forum .form-content {
  padding: 0;
}
.enquiry-forum .custom-checkbox label {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}
.enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
.enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
  top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

/*====== sidebar-book-title-wrap =====*/
.sidebar-book-title-wrap h3 {
  font-size: 15px;
  font-weight: 700;
  color: #213d77;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sidebar-book-title-wrap .text-value {
  color: #f36c21;
  font-size: 28px;
  font-weight: 700;
}

/*====== recent-item =====*/
.recent-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.recent-item .recent-img {
  margin-right: 13px;
}
.recent-item .recent-img img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.recent-item .recentpost-body .recent__meta {
  font-size: 14px;
  font-weight: 500;
}
.recent-item .recentpost-body a {
  color: #213d77;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.recent-item .recentpost-body a:hover {
  color: #f36c21;
}
.recent-item .recentpost-body .recent__link {
  font-size: 15px;
  color: #213d77;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.recent-item .recentpost-body .recent__link:hover {
  color: #f36c21;
}

/*==== gmaps ======*/
.gmaps iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

#singleMap,
#map,
.map {
  width: 100%;
  height: 465px;
}

/*==== leaflet-bar ======*/
.leaflet-bar {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.leaflet-bar a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
  font-size: 20px;
}
.leaflet-bar a:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #f36c21;
  color: #fff;
}

/*-========= select02 style  ==========-*/
.select2-dropdown .select2-search {
  padding: 8px;
}
.select2-dropdown .select2-search__field {
  border-radius: 6px;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: initial !important;
  color: #f36c21 !important;
}
.select2-dropdown .select2-results__option--selected {
  background: #f36c21 !important;
  color: #fff !important;
}

.select2-container--default {
  width: auto !important;
  background-color: #fff;
  color: #213d77;
  border-radius: 6px;
}
.select2-container--default .select2-dropdown {
  border-color: rgba(127, 136, 150, 0.2);
  z-index: 99 !important;
}
.select2-container--default .selection .select2-selection--single {
  background-clip: padding-box !important;
  border: none;
  padding: 10px 20px;
  position: relative;
  height: 37px;
  background: none;
  border-radius: 6px;
  font-size: 13px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.select2-container--default .selection .select2-selection__rendered {
  color: #5d646d;
  font-weight: 400;
  font-size: 13px;
}
.select2-container--default .selection .select2-selection__arrow {
  position: relative;
}

.select2-container--open {
  z-index: 9999 !important;
}

/*========= select2-full-wrapper =========*/
.select2-container-wrapper .select2-container--default {
  width: 100% !important;
  height: 50px !important;
}
.select2-container-wrapper .select2-container--default .select2-dropdown {
  border-color: rgba(127, 136, 150, 0.2);
  z-index: 99 !important;
}
.select2-container-wrapper .select2-container--default .select2-dropdown .select2-search__field {
  border-color: rgba(127, 136, 150, 0.2);
}
.select2-container-wrapper .select2-container--default .selection .select2-selection--single {
  height: 50px;
  border: 1px solid rgba(128, 137, 150, 0.2);
}
.select2-container-wrapper .select2-container--open .select2-selection--single {
  border: 1px solid #f36c21 !important;
}

/*====================================================
    footer-area
 ====================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/color-bg3.png");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

/*===== footer-item =======*/
.footer-item {
  position: relative;
  margin-bottom: 50px;
}
.footer-item .footer__desc{
  color: white;
}
.footer-item .footer__desc a {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p{
  font-size: 15px;
}
.footer-item .title{
  color: white;
} 
.footer-item .footer__desc a:hover {
  color: #f36c21;
}
.footer-item .contact-form-action .form-control {
  border: none;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

/*==== term-box =====*/
.term-box {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .term-box .list-items {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .term-box .list-items {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .term-box .list-items {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 375px) {
  .term-box .list-items {
    display: block !important;
    text-align: center;
  }
}
.term-box .list-items li {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .term-box .list-items li {
    display: inline-block;
  }
}
.term-box .list-items li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.term-box .list-items li:last-child::before {
  display: none;
}
.term-box .list-items li::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: rgba(128, 137, 150, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*===== footer-social-box =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-box {
    text-align: center !important;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-social-box {
    text-align: center !important;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-social-box {
    text-align: center !important;
    padding-top: 20px;
  }
}

/*===== footer-area =======*/
.footer-area .section-block {
  background-color: rgba(128, 137, 150, 0.1);
}
.footer-area .cta-svg {
  bottom: auto;
  top: -100px;
}

/*===== copy-right =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copy-right {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copy-right {
    text-align: center;
  }
}

/*===== copy__desc =======*/
.copy__desc {
  font-size: 15px;
}
.copy__desc a {
  color: #5d646d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.copy__desc a:hover {
  color: #f36c21;
}
.copy__desc span {
  animation: heartBeat 1000ms infinite linear;
  color: #f36c21;
}

/*===== copy-right-content =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right-content {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copy-right-content {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copy-right-content {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}