 @-webkit-keyframes "rippleOne" {
   70% {
     box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
   100% {
     box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
 @keyframes "rippleOne" {
   70% {
     box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
   100% {
     box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
 @-webkit-keyframes "slide-up" {
   from {
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
     transform: translateY(10px);
  }
   to {
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
  }
}
 @-moz-keyframes "slide-up" {
   from {
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
     transform: translateY(10px);
  }
   to {
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
  }
}
 @-o-keyframes "slide-up" {
   from {
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
     transform: translateY(10px);
  }
   to {
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
  }
}
 @keyframes "slide-up" {
   from {
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
     transform: translateY(10px);
  }
   to {
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
  }
}
/* .tour-theme html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
}*/
 .tour-theme body {
   margin: 0;
   font-size: 15px;
   color: #626672;
   background-color: #fff;
/*   font-family: "Poppins", sans-serif;*/
   font-weight: normal;
   font-style: normal;
   line-height: 1.6;
   -webkit-font-smoothing: antialiased;
   word-wrap: break-word;
}
 .tour-theme main {
   display: block;
}
 .tour-theme figure {
   margin: 0;
}
 .tour-theme h1 {
   font-size: 2em;
   margin: 0.67em 0;
   color: #223645;
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   line-height: 1.2;
   font-size: 60px;
   font-weight: 800;
}
 .tour-theme h1 a {
   color: inherit;
}
 .tour-theme hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}
 .tour-theme pre {
   font-family: monospace, monospace;
   font-size: 1em;
   background-color: #fafafa;
   border-width: 0 0 0 3px;
   border-color: #d9d9d9;
   border-style: solid;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -ms-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none;
   color: #1a1a1a;
   font-family: "Poppins", sans-serif;
   font-style: italic;
   margin: 0 0 15px 0;
   padding: 25px 22px;
   font-size: 18px;
}
 .tour-theme pre p {
   margin-bottom: 0;
}
 .tour-theme a {
   background-color: transparent;
   color: #0085ba;
   text-decoration: none;
   -webkit-transition: color 0.3s;
   -moz-transition: color 0.3s;
   -ms-transition: color 0.3s;
   -o-transition: color 0.3s;
   transition: color 0.3s;
}
 .tour-theme a:hover {
   color: #174b90;
   text-decoration: none;
   outline: 0;
}
 .tour-theme a:focus {
   color: #174b90;
   text-decoration: none;
   outline: 0;
}
 .tour-theme a:active {
   color: #174b90;
   text-decoration: none;
   outline: 0;
}
 .tour-theme a:visited {
   text-decoration: none;
   outline: 0;
}
 .tour-theme abbr[title] {
   border-bottom: none;
   text-decoration: underline;
   text-decoration: underline dotted;
}
 .tour-theme code {
   font-family: monospace, monospace;
   font-size: 1em;
}
 .tour-theme kbd {
   font-family: monospace, monospace;
   font-size: 1em;
}
 .tour-theme samp {
   font-family: monospace, monospace;
   font-size: 1em;
}
 .tour-theme small {
   font-size: 80%;
}
 .tour-theme sub {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
   bottom: -0.25em;
}
 .tour-theme sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
   top: -0.5em;
}
 .tour-theme img {
   border-style: none;
   height: auto;
   max-width: 100%;
   vertical-align: top;
}
 .tour-theme button {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
   overflow: visible;
   text-transform: none;
   -webkit-appearance: button;
}
 .tour-theme button::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
 .tour-theme button:-moz-focusring {
   outline: 1px dotted ButtonText;
}
 .tour-theme input {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
   overflow: visible;
}
 .tour-theme optgroup {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
}
 .tour-theme select {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
   text-transform: none;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
   border: 1px solid #d9d9d9;
   color: #383838;
   height: 55px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 0 30px 0 10px;
}
 .tour-theme select:focus {
   border-color: #3a78c9;
   outline: 0;
   outline: none;
}
 .tour-theme select:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme select:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme select:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme select:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme select::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme select::-moz-placeholder {
   color: #888;
}
 .tour-theme select:-ms-input-placeholder {
   color: #888;
}
 .tour-theme select:-moz-placeholder {
   color: #888;
}
 .tour-theme select option {
   padding: 8px;
}
 .tour-theme textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
   overflow: auto;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
   padding: 20px 10px;
   width: 100%;
}
 .tour-theme textarea:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme textarea:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme textarea:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme textarea:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme textarea:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme textarea::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme textarea::-moz-placeholder {
   color: #888;
}
 .tour-theme textarea:-ms-input-placeholder {
   color: #888;
}
 .tour-theme textarea:-moz-placeholder {
   color: #888;
}
 .tour-theme [type=button] {
   -webkit-appearance: button;
}
 .tour-theme [type=button]::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
 .tour-theme [type=button]:-moz-focusring {
   outline: 1px dotted ButtonText;
}
 .tour-theme [type=reset] {
   -webkit-appearance: button;
}
 .tour-theme [type=reset]::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
 .tour-theme [type=reset]:-moz-focusring {
   outline: 1px dotted ButtonText;
}
 .tour-theme [type=submit] {
   -webkit-appearance: button;
}
 .tour-theme [type=submit]::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
 .tour-theme [type=submit]:-moz-focusring {
   outline: 1px dotted ButtonText;
}
 .tour-theme fieldset {
   padding: 0.35em 0.75em 0.625em;
}
 .tour-theme legend {
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal;
}
 .tour-theme progress {
   vertical-align: baseline;
}
 .tour-theme [type=checkbox] {
   box-sizing: border-box;
   padding: 0;
}
 .tour-theme [type=radio] {
   box-sizing: border-box;
   padding: 0;
}
 .tour-theme [type=number]::-webkit-inner-spin-button {
   height: auto;
}
 .tour-theme [type=number]::-webkit-outer-spin-button {
   height: auto;
}
 .tour-theme [type=search] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
}
 .tour-theme [type=search]::-webkit-search-decoration {
   -webkit-appearance: none;
}
 .tour-theme::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}
 .tour-theme details {
   display: block;
}
 .tour-theme summary {
   display: list-item;
}
 .tour-theme template {
   display: none;
}
 .tour-theme [hidden] {
   display: none;
}
 .tour-theme p {
   line-height: 1.6;
   margin: 0 0 15px;
   word-wrap: break-word;
}
 .tour-theme dfn {
   font-style: italic;
}
 .tour-theme cite {
   font-style: italic;
}
 .tour-theme em {
   font-style: italic;
}
 /*.tour-theme i {
   font-style: italic;
}*/
 .tour-theme blockquote {
   background-color: #fafafa;
   border-width: 0 0 0 3px;
   border-color: #d9d9d9;
   border-style: solid;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -ms-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none;
   color: #1a1a1a;
   font-family: "Poppins", sans-serif;
   font-style: italic;
   margin: 0 0 15px 0;
   padding: 25px 22px;
   font-size: 18px;
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   border-left: none;
   color: #223645;
   margin: 40px 0;
   text-align: center;
   position: relative;
   padding: 30px;
   z-index: 1;
}
 .tour-theme blockquote p {
   margin-bottom: 0;
   font-size: 22px;
   line-height: 1.4;
}
 .tour-theme blockquote:before {
   color: #e6e6e6;
   content: "\f10d";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 30px;
   line-height: 1;
   font-style: normal;
   position: absolute;
   left: 30px;
   top: 30px;
   z-index: -1;
}
 .tour-theme abbr {
   border-bottom: 1px dotted #4d4d4d;
   cursor: help;
}
 .tour-theme acronym {
   border-bottom: 1px dotted #4d4d4d;
   cursor: help;
}
 .tour-theme mark {
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
}
 .tour-theme ins {
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
}
 .tour-theme big {
   font-size: 125%;
}
 .tour-theme b {
   font-weight: 700;
}
 .tour-theme strong {
   font-weight: 700;
}
 .tour-theme iframe {
   display: block;
   width: 100%;
}
 .tour-theme h2 {
   color: #223645;
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   line-height: 1.2;
   font-size: 40px;
   font-weight: 800;
}
 .tour-theme h2 a {
   color: inherit;
}
 .tour-theme h3 {
   color: #223645;
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   line-height: 1.2;
   font-size: 22px;
   font-weight: 700;
   width: unset;
}
 .tour-theme h3 a {
   color: inherit;
}
 .tour-theme h4 {
   color: #223645;
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   line-height: 1.2;
   font-size: 18px;
   font-weight: 600;
}
 .tour-theme h4 a {
   color: inherit;
}
 .tour-theme h5 {
   color: #223645;
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   line-height: 1.2;
   font-size: 16px;
}
 .tour-theme h5 a {
   color: inherit;
}
 .tour-theme h6 {
   color: #223645;
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   line-height: 1.2;
   font-size: 12px;
}
 .tour-theme h6 a {
   color: inherit;
}
 .tour-theme ul {
   margin: 0 0 1.5em 0.875em;
   list-style: disc;
}
 .tour-theme ol {
   margin: 0 0 1.5em 0.875em;
   list-style: decimal;
}
 .tour-theme li > ul {
   margin-bottom: 0;
   margin-left: 1.5em;
}
 .tour-theme li > ol {
   margin-bottom: 0;
   margin-left: 1.5em;
}
 .tour-theme dt {
   font-weight: bold;
}
 .tour-theme dd {
   margin: 0 1.5em 1.5em;
}
 .tour-theme .container {
   max-width: 1170px;
   padding-left: 15px;
   padding-right: 15px;
}
 .tour-theme table {
   color: #737373;
   margin: 0 0 1.5em;
   border-collapse: separate;
   border-spacing: 0;
   border-width: 1px 0 0 1px;
   width: 100%;
   font-size: 15px;
}
 .tour-theme table thead tr {
   background-color: #262626;
}
 .tour-theme table thead tr th {
   color: #383838;
}
 .tour-theme table.table {
   color: #737373;
}
 .tour-theme th {
   border-width: 0 1px 1px 0;
   font-weight: 700;
   padding: 8px;
}
 .tour-theme td {
   border-width: 0 1px 1px 0;
   border-bottom: 1px solid #e6e6e6;
   padding: 8px;
}
 .tour-theme form {
   position: relative;
}
 .tour-theme form label {
   font-weight: normal;
}
 .tour-theme input[type=text] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=text]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=text]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=text]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=text]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=text]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=text]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=text]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=text]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=text]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=email] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=email]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=email]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=email]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=email]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=email]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=email]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=email]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=email]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=email]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=url] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=url]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=url]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=url]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=url]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=url]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=url]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=url]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=url]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=url]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=password] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=password]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=password]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=password]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=password]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=password]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=password]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=password]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=password]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=password]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=search] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=search]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=search]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=search]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=search]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=search]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=search]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=search]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=search]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=search]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=number] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=number]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=number]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=number]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=number]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=number]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=number]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=number]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=number]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=number]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=tel] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=tel]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=tel]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=tel]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=tel]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=tel]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=tel]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=tel]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=tel]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=tel]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=range] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=range]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=range]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=range]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=range]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=range]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=range]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=range]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=range]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=range]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=date] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=date]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=date]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=date]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=date]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=date]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=date]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=date]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=date]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=date]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=month] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=month]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=month]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=month]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=month]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=month]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=month]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=month]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=month]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=month]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=week] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=week]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=week]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=week]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=week]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=week]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=week]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=week]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=week]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=week]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=time] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=time]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=time]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=time]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=time]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=time]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=time]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=time]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=time]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=time]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=datetime]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=datetime]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime-local] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=datetime-local]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=datetime-local]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime-local]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime-local]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime-local]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=datetime-local]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime-local]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime-local]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=datetime-local]:-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=color] {
   height: 55px;
   background-color: #f8f8f8;
   border: 1px solid #d9d9d9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   padding: 0 15px;
}
 .tour-theme input[type=color]:focus {
   border-color: #3a78c9;
   outline: 0;
}
 .tour-theme input[type=color]:-webkit-autofill {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=color]:-webkit-autofill:hover {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=color]:-webkit-autofill:focus {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=color]:-webkit-autofill:active {
   -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
   background-color: rgba(0, 0, 0, 0) !important;
}
 .tour-theme input[type=color]::-webkit-input-placeholder {
   color: #888;
}
 .tour-theme input[type=color]::-moz-placeholder {
   color: #888;
}
 .tour-theme input[type=color]:-ms-input-placeholder {
   color: #888;
}
 .tour-theme input[type=color]:-moz-placeholder {
   color: #888;
}
 .tour-theme .search-form {
   position: relative;
}
 .tour-theme .search-form input {
   width: 100%;
   padding: 0 55px 0 10px;
}
 .tour-theme .search-form button.search-btn {
   background-color: #3a78c9;
   -webkit-border-radius: 0 25px 25px 0;
   -moz-border-radius: 0 25px 25px 0;
   -ms-border-radius: 0 25px 25px 0;
   border-radius: 0 25px 25px 0;
   color: #fff;
   font-size: 15px;
   border: none;
   position: absolute;
   right: 6px;
   top: 6px;
   padding: 13px;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .search-form button.search-btn:hover {
   background-color: #174b90;
}
 .tour-theme .form-group {
   margin-bottom: 15px;
}
 .tour-theme .form-group select {
   height: 48px;
   width: 100%;
}
 .tour-theme .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
   width: 100%;
}
 .tour-theme .form-group label {
   display: block;
   color: #383838;
   font-size: 15px;
   margin-bottom: 10px;
}
 .tour-theme .form-group label .custom-checkbox {
   display: inline-block;
   width: 18px;
   height: 18px;
   border: 1px solid #e6e6e6;
   position: absolute;
   left: 0;
   top: 2px;
}
 .tour-theme .form-group label .custom-checkbox:before {
   background-color: #3a78c9;
   content: "\f00c";
   font-family: "Font Awesome 5 Free";
   height: 100%;
   width: 100%;
   position: absolute;
   left: 0;
   right: 0;
   opacity: 0;
   font-weight: 900;
   font-size: 10px;
   color: #fff;
   text-align: center;
}
 .tour-theme .form-group label input[type=checkbox] {
   opacity: 0;
   position: absolute;
   z-index: -9;
}
 .tour-theme .form-group label input:checked ~ .custom-checkbox {
   border-color: #3a78c9;
}
 .tour-theme .form-group label input:checked ~ .custom-checkbox:before {
   opacity: 1;
}
 .tour-theme .form-group label.checkbox-list {
   position: relative;
   padding-left: 30px;
}
 .tour-theme .outline-btn {
   font-size: 16px;
   line-height: 1.1;
   padding: 17px 30px;
   font-weight: 400;
   font-family: "Poppins", sans-serif;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   text-transform: uppercase;
   padding: 15px 30px;
   border: 2px solid #3a78c9;
   color: #3a78c9;
   display: inline-block;
   position: relative;
   -webkit-transition: background-color 0.3s, border-color 0.3s;
   -moz-transition: background-color 0.3s, border-color 0.3s;
   -ms-transition: background-color 0.3s, border-color 0.3s;
   -o-transition: background-color 0.3s, border-color 0.3s;
   transition: background-color 0.3s, border-color 0.3s;
}
 .tour-theme .outline-btn:hover {
   background-color: #174b90;
   border-color: #174b90;
   color: #fff;
}
 .tour-theme .outline-btn:focus {
   background-color: #174b90;
   border-color: #174b90;
   color: #fff;
}
 .tour-theme .outline-btn:active {
   background-color: #174b90;
   border-color: #174b90;
   color: #fff;
}
 .tour-theme .round-btn {
   font-size: 16px;
   line-height: 1.1;
   padding: 17px 30px;
   font-weight: 400;
   font-family: "Poppins", sans-serif;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   text-transform: uppercase;
   background-color: #3a78c9;
   border: none;
   color: #fff;
   display: inline-block;
   position: relative;
   -webkit-transition: background-color 0.3s;
   -moz-transition: background-color 0.3s;
   -ms-transition: background-color 0.3s;
   -o-transition: background-color 0.3s;
   transition: background-color 0.3s;
}
 .tour-theme .round-btn:hover {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .round-btn:focus {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .round-btn:active {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme input[type=button] {
   border: none;
   background-color: #3a78c9;
   color: #fff;
   cursor: pointer;
   padding: 17px 30px;
   font-weight: 400;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   -webkit-transition: background-color 0.3s;
   -moz-transition: background-color 0.3s;
   -ms-transition: background-color 0.3s;
   -o-transition: background-color 0.3s;
   transition: background-color 0.3s;
}
 .tour-theme input[type=button]:hover {
   background-color: #174b90;
}
 .tour-theme input[type=button]:active {
   background-color: #174b90;
}
 .tour-theme input[type=button]:focus {
   background-color: #174b90;
}
 .tour-theme input[type=reset] {
   border: none;
   background-color: #3a78c9;
   color: #fff;
   cursor: pointer;
   padding: 17px 30px;
   font-weight: 400;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   -webkit-transition: background-color 0.3s;
   -moz-transition: background-color 0.3s;
   -ms-transition: background-color 0.3s;
   -o-transition: background-color 0.3s;
   transition: background-color 0.3s;
}
 .tour-theme input[type=reset]:hover {
   background-color: #174b90;
}
 .tour-theme input[type=reset]:active {
   background-color: #174b90;
}
 .tour-theme input[type=reset]:focus {
   background-color: #174b90;
}
 .tour-theme input[type=submit] {
   border: none;
   background-color: #3a78c9;
   color: #fff;
   cursor: pointer;
   padding: 17px 30px;
   font-weight: 400;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   -webkit-transition: background-color 0.3s;
   -moz-transition: background-color 0.3s;
   -ms-transition: background-color 0.3s;
   -o-transition: background-color 0.3s;
   transition: background-color 0.3s;
}
 .tour-theme input[type=submit]:hover {
   background-color: #174b90;
}
 .tour-theme input[type=submit]:active {
   background-color: #174b90;
}
 .tour-theme input[type=submit]:focus {
   background-color: #174b90;
}
 .tour-theme .outline-btn-white {
   border-color: #fff;
   color: #fff;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .outline-btn-white:hover {
   border-color: #174b90;
}
 .tour-theme .outline-btn-white:focus {
   border-color: #174b90;
}
 .tour-theme .text-btn {
   color: #3a78c9;
   font-weight: 600;
   position: relative;
   line-height: 1.3;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .text-btn:hover {
   color: #3a78c9;
}
 .tour-theme .text-btn:focus {
   color: #3a78c9;
}
 .tour-theme .text-btn:active {
   color: #3a78c9;
}
 .tour-theme .semi-bold {
   font-weight: 600;
}
 .tour-theme .bold {
   font-weight: 700;
}
 .tour-theme .text-left {
   text-align: left;
}
 .tour-theme .text-right {
   text-align: right;
}
 .tour-theme .white-bg {
   background-color: #fff;
}
 .tour-theme .bg-light-grey {
   background-color: #f8f8f8;
}
 .tour-theme .primary-bg {
   background-color: #3a78c9;
}
 .tour-theme .primary-color {
   color: #3a78c9;
}
 .tour-theme .overlay {
   background-color: rgba(0, 0, 0, 0.6);
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
}
 .tour-theme .section-heading {
   margin-bottom: 45px;
}
 .tour-theme .section-heading .sub-title {
   color: #3a78c9;
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 10px;
}
 .tour-theme .section-heading .section-title {
   margin-bottom: 10px;
   text-transform: uppercase;
}
 .tour-theme .section-heading p {
   font-size: 16px;
   line-height: 24px;
}
 .tour-theme .site-loader {
   background-color: #fff;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 9999;
   text-align: center;
}
 .tour-theme .site-loader .preloader-content {
   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%);
   width: 50px;
}
 .tour-theme .social-icon ul {
   margin: 0;
   padding: 0;
   font-size: 0;
}
 .tour-theme .social-icon li {
   display: inline-block;
   list-style: none;
   margin: 0 5px;
}
 .tour-theme .social-icon a {
   font-size: 16px;
   color: #404040;
   -webkit-transition: color 0.4s;
   -moz-transition: color 0.4s;
   -ms-transition: color 0.4s;
   -o-transition: color 0.4s;
   transition: color 0.4s;
}
 .tour-theme .social-icon a:hover {
   color: #174b90;
}
 .tour-theme .social-icon a:focus {
   color: #174b90;
}
 .tour-theme .social-icon a:active {
   color: #174b90;
}
 .tour-theme .to-top-icon {
   background-color: rgba(58, 120, 201, 0.7);
   color: #fff;
   font-size: 12px;
   display: none;
   line-height: 35px;
   text-align: center;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   width: 35px;
   height: 35px;
   position: fixed;
   right: 15px;
   bottom: 15px;
   z-index: 99;
   -webkit-transition: background-color 0.3s, color 0.3s;
   -moz-transition: background-color 0.3s, color 0.3s;
   -ms-transition: background-color 0.3s, color 0.3s;
   -o-transition: background-color 0.3s, color 0.3s;
   transition: background-color 0.3s, color 0.3s;
}
 .tour-theme .to-top-icon:hover {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .rating-start {
   display: table;
   position: relative;
   font-size: 12px;
   letter-spacing: 1.5px;
}
 .tour-theme .rating-start:before {
   color: #ccd6df;
   content: "\f005\f005\f005\f005\f005";
   display: block;
   font-family: "Font Awesome 5 free";
   font-weight: 900;
}
 .tour-theme .rating-start span {
   display: block;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
}
 .tour-theme .rating-start span:before {
   color: #3a78c9;
   content: "\f005\f005\f005\f005\f005";
   display: inline-block;
   font-family: "Font Awesome 5 free";
   font-weight: 900;
}
 .tour-theme .nav-tabs {
   border: none;
   margin: 0;
}
 .tour-theme .nav-tabs .nav-link {
   background-color: #eaeaeb;
   -webkit-border-radius: 35px;
   -moz-border-radius: 35px;
   -ms-border-radius: 35px;
   border-radius: 35px;
   border: none;
   color: #223645;
   line-height: 1.1;
   font-size: 16px;
   font-weight: 600;
   padding: 15px 30px;
   margin: 0 5px;
}
 .tour-theme .nav-tabs .nav-link:hover {
   background-color: #3a78c9;
   color: #fff;
}
 .tour-theme .nav-tabs .nav-link:focus {
   background-color: #3a78c9;
   color: #fff;
}
 .tour-theme .nav-tabs .nav-link.active {
   background-color: #3a78c9;
   color: #fff;
}
 .tour-theme .tab-container .responsive-tabs .nav-tabs {
   display: none;
}
 .tour-theme .tab-content {
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-top: 30px;
   padding: 30px;
   border: none;
}
 .tour-theme .tab-content ul {
   margin-bottom: 0;
}
 .tour-theme .tab-content ul li {
   margin-bottom: 5px;
}
 .tour-theme .tab-content ul li:last-child {
   margin-bottom: 0;
}
 .tour-theme .accordion-content .card {
   background-color: transparent;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
   margin-bottom: 20px;
   border: none;
}
 .tour-theme .accordion-content .card:last-child {
   margin-bottom: 0;
}
 .tour-theme .accordion-content .card .card-header {
   background-color: transparent;
   border: none;
   padding: 0;
   margin: 0;
}
 .tour-theme .accordion-content .card .card-header a {
   background-color: #3a78c9;
   color: #fff;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   display: block;
   width: 100%;
   text-decoration: none;
   padding: 16px 25px;
   font-weight: 400;
   position: relative;
   text-align: left;
}
 .tour-theme .accordion-content .card .card-header a:before {
   content: "\f106";
   display: block;
   font-weight: 900;
   font-family: "Font Awesome 5 Free";
   float: right;
   position: absolute;
   top: 50%;
   -webkit-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   transform: translate(0, -50%);
   right: 15px;
}
 .tour-theme .accordion-content .card .card-header a.collapsed:before {
   content: "\f107";
}
 .tour-theme .accordion-content .card .card-body {
   font-size: 15px;
   padding: 20px;
}
 .tour-theme .slick-slider {
   position: relative;
}
 .tour-theme .slick-slider .slick-prev {
   left: 15px;
   z-index: 1;
   width: auto;
   height: auto;
}
 .tour-theme .slick-slider .slick-prev:before {
   content: "\f053";
   background-color: rgba(0, 0, 0, 0.8);
   color: #fff;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   display: block;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 40px;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .slick-slider .slick-prev:hover:before {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .slick-slider .slick-prev:focus:before {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .slick-slider .slick-prev:active:before {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .slick-slider .slick-next {
   right: 15px;
   z-index: 1;
   width: auto;
   height: auto;
}
 .tour-theme .slick-slider .slick-next:before {
   content: "\f054";
   background-color: rgba(0, 0, 0, 0.8);
   color: #fff;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   display: block;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 40px;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .slick-slider .slick-next:hover:before {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .slick-slider .slick-next:focus:before {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .slick-slider .slick-next:active:before {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .slick-dots {
   list-style: none;
   margin: 0;
   padding: 0;
}
 .tour-theme .slick-dots li {
   width: auto;
   height: auto;
   margin: 0 6px;
}
 .tour-theme .slick-dots li button {
   background-color: #c6c6c6;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   width: 10px;
   height: 10px;
}
 .tour-theme .slick-dots li button:before {
   display: none;
}
 .tour-theme .slick-dots li button:hover {
   background-color: #3a78c9;
}
 .tour-theme .slick-dots li.slick-active button {
   background-color: #3a78c9;
}
 .tour-theme .ui-datepicker {
   background-color: #fff;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
   width: 280px;
}
 .tour-theme .ui-datepicker .ui-datepicker-header {
   background-color: transparent;
   border: none;
   border-bottom: 1px solid #e6e6e6;
   padding: 10px 0 15px;
   position: relative;
}
 .tour-theme .ui-datepicker .ui-datepicker-title {
   font-size: 15px;
   line-height: 1.2;
}
 .tour-theme .ui-datepicker .ui-datepicker-prev {
   border: 1px solid transparent;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   line-height: 30px;
   height: 30px;
   width: 30px;
   text-align: center;
   top: 50%;
   -webkit-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   transform: translate(0, -50%);
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
 .tour-theme .ui-datepicker .ui-datepicker-prev span {
   background-image: none;
   font-size: 0px;
   margin: 0;
   height: auto;
   position: static;
   text-indent: inherit;
   width: auto;
}
 .tour-theme .ui-datepicker .ui-datepicker-prev span:before {
   font-size: 13px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f053";
}
 .tour-theme .ui-datepicker .ui-datepicker-next {
   border: 1px solid transparent;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   line-height: 30px;
   height: 30px;
   width: 30px;
   text-align: center;
   top: 50%;
   -webkit-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   transform: translate(0, -50%);
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
 .tour-theme .ui-datepicker .ui-datepicker-next span {
   background-image: none;
   font-size: 0px;
   margin: 0;
   height: auto;
   position: static;
   text-indent: inherit;
   width: auto;
}
 .tour-theme .ui-datepicker .ui-datepicker-next span:before {
   font-size: 13px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "\f054";
}
 .tour-theme .ui-datepicker .ui-datepicker-prev.ui-state-hover {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .ui-datepicker .ui-datepicker-next.ui-state-hover {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .ui-datepicker table thead tr {
   background-color: #fff;
   border-bottom: 1px solid #e6e6e6;
}
 .tour-theme .ui-datepicker table thead tr th {
   color: #223645;
   font-weight: normal;
   font-size: 12px;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td {
   padding: 4px;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td a {
   background-color: transparent;
   border: 1px solid transparent;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   font-size: 12px;
   display: block;
   line-height: 30px;
   height: 30px;
   padding: 0;
   width: 30px;
   text-align: center;
   -webkit-transition: background-color 0.4s, color 0.4s;
   -moz-transition: background-color 0.4s, color 0.4s;
   -ms-transition: background-color 0.4s, color 0.4s;
   -o-transition: background-color 0.4s, color 0.4s;
   transition: background-color 0.4s, color 0.4s;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td a:hover {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td a:focus {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td a:active {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td a.ui-state-highlight {
   background-color: #3a78c9;
   color: #fff;
}
 .tour-theme .ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .ui-datepicker.ui-widget {
   font-family: inherit;
}
 .tour-theme .video-button a {
   background-color: rgba(58, 120, 201, 0.8);
   display: inline-block;
   position: relative;
   cursor: pointer;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   font-size: 18px;
   line-height: 100px;
   width: 100px;
   height: 100px;
   text-align: center;
   position: relative;
}
 .tour-theme .video-button a i {
   color: #fff;
}
 .tour-theme .video-button a:before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -webkit-animation: rippleOne 3s infinite;
   -moz-animation: rippleOne 3s infinite;
   -ms-animation: rippleOne 3s infinite;
   -o-animation: rippleOne 3s infinite;
   animation: rippleOne 3s infinite;
   animation-delay: 0.9s;
}
 .tour-theme .video-button a:after {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -webkit-animation: rippleOne 3s infinite;
   -moz-animation: rippleOne 3s infinite;
   -ms-animation: rippleOne 3s infinite;
   -o-animation: rippleOne 3s infinite;
   animation: rippleOne 3s infinite;
   animation-delay: 0.3s;
}
 .tour-theme .post-navigation-wrap {
   margin-top: 30px;
}
 .tour-theme .pagination {
   margin: 0;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   -ms-flex-pack: center;
}
 .tour-theme .pagination li {
   margin: 0 5px;
}
 .tour-theme .pagination li a {
   color: #444;
   display: block;
   border: 1px solid #e6e6e6;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .tour-theme .pagination li a:hover {
   background-color: #3a78c9;
   border-color: #3a78c9;
   color: #fff;
}
 .tour-theme .pagination li.active a {
   background-color: #3a78c9;
   border-color: #3a78c9;
   color: #fff;
}
 .tour-theme .clearfix:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .clearfix:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .entry-content:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .entry-content:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .comment-content:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .comment-content:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .site-header {
   left: 0;
   right: 0;
   position: absolute;
   width: 100%;
   top: 0;
   z-index: 99;
}
 .tour-theme .site-header:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .site-header:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .site-header .black-logo {
   display: none;
}
 .tour-theme .site-header:not(.fixed-header) .header-social a {
   color: #fafafa;
}
 .tour-theme .top-header {
   border-bottom: 1px solid rgba(167, 167, 167, 0.25);
   padding: 10px 0;
}
 .tour-theme .top-header .top-header-inner {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   align-items: center;
   grid-gap: 10px;
}
 .tour-theme .header-contact * {
   color: #fff;
}
 .tour-theme .header-contact a {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
 .tour-theme .header-contact i {
   background-color: #3a78c9;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   color: #fff;
   display: block;
   font-size: 17px;
   line-height: 45px;
   height: 45px;
   text-align: center;
   width: 45px;
}
 .tour-theme .header-contact .header-contact-details {
   width: -moz-calc(100% - 55px);
   width: -webkit-calc(100% - 55px);
   width: calc(100% - 55px);
   padding-left: 10px;
}
 .tour-theme .header-contact .header-contact-details .contact-label {
   display: block;
   font-size: 13px;
}
 .tour-theme .header-contact .header-contact-details h5 {
   margin-bottom: 0;
}
 .tour-theme .header-social li {
   margin: 0 5px;
}
 .tour-theme .header-social li:first-child {
   margin-left: 0;
}
 .tour-theme .header-social li:last-child {
   margin-right: 0;
}
 .tour-theme .header-social a {
   border: 1px solid rgba(167, 167, 167, 0.5);
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   display: block;
   font-size: 14px;
   line-height: 35px;
   height: 35px;
   text-align: center;
   width: 35px;
}
 .tour-theme .header-social a:hover {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .header-social a:focus {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .header-search-icon {
   vertical-align: middle;
}
 .tour-theme .header-search-icon a {
   border: 1px solid #fff;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   color: #fff;
   font-size: 16px;
   line-height: 35px;
   width: 35px;
   height: 35px;
   display: block;
   text-align: center;
}
 .tour-theme .header-search-icon a:hover {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .header-search-icon a:focus {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .offcanvas-menu {
   vertical-align: middle;
   margin-left: 10px;
}
 .tour-theme .offcanvas-menu a {
   color: #fff;
   font-size: 32px;
}
 .tour-theme .offcanvas-menu a:hover {
   color: #174b90;
}
 .tour-theme .offcanvas-menu a:focus {
   color: #174b90;
}
 .tour-theme .site-logo .site-title {
   margin: 0;
   line-height: 1.1;
   font-size: 28px;
}
 .tour-theme .site-logo .site-description {
   font-size: 13px;
   margin-bottom: 0;
}
 .tour-theme .site-logo img {
   max-width: 200px;
   -webkit-transition: opacity 0.4s linear;
   -moz-transition: opacity 0.4s linear;
   -ms-transition: opacity 0.4s linear;
   -o-transition: opacity 0.4s linear;
   transition: opacity 0.4s linear;
}
 .tour-theme .site-logo a {
   display: block;
}
 .tour-theme .site-logo a:hover img {
   opacity: 0.5;
}
 .tour-theme .site-logo a:focus img {
   opacity: 0.5;
}
 .tour-theme .site-logo a:active img {
   opacity: 0.5;
}
 .tour-theme .navigation-container {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
 .tour-theme .navigation-container .navigation > ul > li {
   display: inline-block;
   padding: 0 16px;
}
 .tour-theme .navigation-container ul {
   font-size: 0;
   list-style: none;
   margin: 0;
   padding: 0;
}
 .tour-theme .navigation-container ul > li.menu-item-has-children > a:after {
   content: "\f0d7";
}
 .tour-theme .navigation-container ul > li:last-child {
   border-bottom: none;
}
 .tour-theme .navigation-container ul > li:last-child:before {
   display: none;
}
 .tour-theme .navigation-container ul > li > a {
   color: #fff;
   display: inline-block;
   font-size: 16px;
   padding: 20px 0;
   font-weight: 400;
   line-height: 1.3;
   position: relative;
   text-transform: uppercase;
}
 .tour-theme .navigation-container ul > li:hover > ul {
   display: block;
}
 .tour-theme .navigation-container ul > li:hover > a {
   color: #3a78c9;
}
 .tour-theme .navigation-container ul > li:hover > a:after {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
 .tour-theme .navigation-container ul > li:focus > ul {
   display: block;
}
 .tour-theme .navigation-container ul > li:focus > a {
   color: #3a78c9;
}
 .tour-theme .navigation-container ul > li:focus > a:after {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
 .tour-theme .navigation-container ul > li:active > ul {
   display: block;
}
 .tour-theme .navigation-container ul > li:active > a {
   color: #3a78c9;
}
 .tour-theme .navigation-container ul > li:active > a:after {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
 .tour-theme .navigation-container ul ul {
   background: #fff;
   border-top: 4px solid #3a78c9;
   left: 0;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 100%;
   width: 250px;
   z-index: 99;
   display: none;
   text-align: left;
   -webkit-animation: slide-up 0.3s ease-out;
   -moz-animation: slide-up 0.3s ease-out;
   -ms-animation: slide-up 0.3s ease-out;
   -o-animation: slide-up 0.3s ease-out;
   animation: slide-up 0.3s ease-out;
}
 .tour-theme .navigation-container ul ul li {
   border-bottom: 1px solid #ddd;
   position: relative;
   display: block;
}
 .tour-theme .navigation-container ul ul li a {
   color: #333;
   display: block;
   padding: 13px 20px;
   text-transform: capitalize;
   font-weight: 600;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .navigation-container ul ul li a:hover {
   padding-left: 30px;
   color: #3a78c9;
}
 .tour-theme .navigation-container ul ul li a:focus {
   padding-left: 30px;
   color: #3a78c9;
}
 .tour-theme .navigation-container ul ul li a:active {
   padding-left: 30px;
   color: #3a78c9;
}
 .tour-theme .navigation-container ul ul li > ul {
   left: 100%;
   top: 0;
}
 .tour-theme .navigation-container ul ul li:hover > ul {
   display: block;
   top: -3px;
}
 .tour-theme .navigation-container ul ul li:hover a:after {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
 .tour-theme .navigation-container ul ul li:focus > ul {
   display: block;
   top: -3px;
}
 .tour-theme .navigation-container ul ul li:focus a:after {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
 .tour-theme .navigation-container ul ul li:active > ul {
   display: block;
   top: -3px;
}
 .tour-theme .navigation-container ul ul li:active a:after {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}
 .tour-theme .navigation-container ul ul li.menu-item-has-children > a:after {
   content: "\f0da";
}
 .tour-theme .navigation-container ul li {
   position: relative;
}
 .tour-theme .navigation-container ul li:last-child ul {
   left: auto;
   right: 0;
}
 .tour-theme .navigation-container ul li:last-child ul ul {
   right: 100%;
}
 .tour-theme .navigation-container ul li:nth-last-child(2) ul {
   left: auto;
   right: 0;
}
 .tour-theme .navigation-container ul li:nth-last-child(2) ul ul {
   right: 100%;
}
 .tour-theme .navigation-container ul li.menu-item-has-children > a {
   position: relative;
}
 .tour-theme .navigation-container ul li.menu-item-has-children > a:after {
   display: inline-block;
   float: right;
   font-size: 14px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-weight: 900;
   margin-left: 8PX;
   -webkit-transition: transform 0.4s;
   -moz-transition: transform 0.4s;
   -ms-transition: transform 0.4s;
   -o-transition: transform 0.4s;
   transition: transform 0.4s;
}
 .tour-theme .navigation-container ul li.menu-item-has-children li:hover > a {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .navigation-container ul li.menu-item-has-children li:focus > a {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .navigation-container ul li.current-menu-item > a {
   color: #3a78c9;
}
 .tour-theme .navigation-container ul li.current-menu-parent > a {
   color: #3a78c9;
}
 .tour-theme .navigation-container ul li.menu-active > a {
   color: #3a78c9;
}
 .tour-theme .header-btn {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   white-space: nowrap;
   margin-left: 10px;
}
 .tour-theme .header-btn a {
   font-size: 14px;
   padding: 11px 22px;
}
 .tour-theme .header-search-form {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: rgba(0, 0, 0, 0.8);
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   right: 0;
   top: 0;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
   -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
   -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
   -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
   transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
   z-index: 999;
}
 .tour-theme .header-search-form .header-search {
   position: relative;
}
 .tour-theme .header-search-form input[type=text] {
   background-color: #fff;
   color: #292929;
   border: none;
   width: 100%;
   height: 52px;
   padding: 0 20px;
   text-align: center;
}
 .tour-theme .header-search-form .search-close {
   color: #fff;
   position: absolute;
   top: 20px;
   right: 20px;
   font-size: 18px;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   -ms-flex-pack: center;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .header-search-form .search-close:hover {
   color: #174b90;
}
 .tour-theme .header-search-form .search-close:focus {
   color: #174b90;
}
 .tour-theme .header-search-form .search-close:active {
   color: #174b90;
}
 .tour-theme .header-search-form.search-in {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
 .tour-theme .offcanvas-container {
   position: fixed;
   width: 350px;
   height: 100%;
   right: -100%;
   top: 0;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
   -moz-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
   -ms-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
   -o-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
   transition: opacity 0.5s, visibility 0.5s, right 0.6s;
   z-index: 999;
}
 .tour-theme .offcanvas-container .overlay {
   background-color: rgba(0, 0, 0, 0.8);
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
 .tour-theme .offcanvas-container .offcanvas-inner {
   background-color: #fff;
   padding: 60px 20px;
   min-height: -moz-calc(100vh - 60px);
   min-height: -webkit-calc(100vh - 60px);
   min-height: calc(100vh - 60px);
   height: 100%;
   overflow-y: auto;
}
 .tour-theme .offcanvas-container .offcanvas-sidebar .widget {
   margin-bottom: 50px;
}
 .tour-theme .offcanvas-container .offcanvas-sidebar .widget .widget-title {
   color: #3a78c9;
   font-size: 16px;
   font-weight: 500;
}
 .tour-theme .offcanvas-container .offcanvas-sidebar .widget.widget_text ul li {
   display: inline-table;
}
 .tour-theme .offcanvas-container .offcanvas-sidebar .widget.widget_text ul li i {
   color: #3a78c9;
}
 .tour-theme .offcanvas-container .offcanvas-close {
   position: absolute;
   top: 15px;
   right: 20px;
   font-size: 18px;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   -ms-flex-pack: center;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .offcanvas-container .offcanvas-close:hover {
   color: #174b90;
}
 .tour-theme .offcanvas-container .offcanvas-close:focus {
   color: #174b90;
}
 .tour-theme .offcanvas-container .offcanvas-close:active {
   color: #174b90;
}
 .tour-theme .offcanvas-container.offcanvas-show {
   opacity: 1;
   visibility: visible;
   right: 0;
}
 .tour-theme .bottom-header {
   -webkit-transition: background-color 0.5s ease;
   -moz-transition: background-color 0.5s ease;
   -ms-transition: background-color 0.5s ease;
   -o-transition: background-color 0.5s ease;
   transition: background-color 0.5s ease;
}
 .tour-theme .fixed-header .navigation-container .navigation > ul > li > a {
   color: #223645;
   padding: 22px 0;
}
 .tour-theme .fixed-header .navigation-container .navigation > ul > li > a:before {
   background-color: #446b89;
}
 .tour-theme .fixed-header .header-icons .icon-item a {
   color: #223645;
}
 .tour-theme .fixed-header .header-icons .icon-item a:hover {
   color: #174b90;
}
 .tour-theme .mobile-menu-container .slicknav_menu {
   background-color: transparent;
   padding: 0;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_btn {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   -ms-flex-pack: center;
   -webkit-flex-direction: row-reverse;
   -moz-flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
   margin: 10px 0;
   float: none;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_icon {
   margin-left: 0;
   margin-right: 10px;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_menutxt {
   color: #fff;
   text-shadow: none;
   font-weight: normal;
   font-size: 16px;
   font-weight: 700;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_nav li {
   border-top: 1px solid #e6e6e6;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
   color: #7a7a7a;
   font-size: 13px;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 0;
   margin: 0;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row > a {
   width: -moz-calc(100% - 45px);
   width: -webkit-calc(100% - 45px);
   width: calc(100% - 45px);
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
   border-left: 1px solid #e6e6e6;
   width: 45px;
   padding: 0;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   -ms-flex-pack: center;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
   position: static;
   padding: 0;
   margin: 0;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row:hover {
   background-color: transparent;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row:focus {
   background-color: transparent;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
}
 .tour-theme .mobile-menu-container .slicknav_menu .slicknav_row:active {
   background-color: transparent;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
}
 .tour-theme .slicknav_menu .slicknav_btn {
   background-color: transparent;
   padding: 0;
}
 .tour-theme .slicknav_menu .slicknav_icon-bar {
   background-color: #242424;
}
 .tour-theme .slicknav_menu .slicknav_nav {
   background-color: #fff;
   -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
   -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
   -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}
 .tour-theme .slicknav_menu .slicknav_nav ul {
   margin: 0;
   padding: 0;
}
 .tour-theme .slicknav_menu .slicknav_nav li {
   position: relative;
   list-style: none;
}
 .tour-theme .slicknav_menu .slicknav_nav li a {
   display: inline-block;
   font-size: 15px;
   color: #333;
   font-weight: 600;
   padding: 10px 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;
}
 .tour-theme .slicknav_menu .slicknav_nav li a:hover {
   background-color: transparent;
   color: #174b90;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
}
 .tour-theme .slicknav_menu .slicknav_nav li a:focus {
   background-color: transparent;
   color: #174b90;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
}
 .tour-theme .slicknav_menu .slicknav_nav li a:active {
   background-color: transparent;
   color: #174b90;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   border-radius: 0px;
}
 .tour-theme .slicknav_menu .slicknav_arrow {
   position: absolute;
   right: 5px;
   height: 100%;
   top: 0;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   padding: 0 10px;
}
 .tour-theme .slicknav_btn {
   position: relative;
   display: block;
   vertical-align: middle;
   float: right;
   padding: 0;
   line-height: 1.125em;
   cursor: pointer;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .slicknav_btn .slicknav_icon {
   width: 22px;
   height: 16px;
   display: block;
   position: relative;
   margin-top: 1px;
}
 .tour-theme .slicknav_btn .slicknav_icon:before {
   display: none;
}
 .tour-theme .slicknav_btn .slicknav_icon span {
   background-color: #fff;
   box-shadow: none;
   display: none;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 20px;
   height: 2px;
   margin: 0;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
 .tour-theme .slicknav_btn .slicknav_icon span:first-child {
   display: block;
}
 .tour-theme .slicknav_btn .slicknav_icon span:first-child:before {
   background-color: #fff;
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   -webkit-transition-property: top, transform;
   -moz-transition-property: top, transform;
   -ms-transition-property: top, transform;
   -o-transition-property: top, transform;
   transition-property: top, transform;
   -webkit-transition-delay: 0.5s, 0s;
   -moz-transition-delay: 0.5s, 0s;
   -ms-transition-delay: 0.5s, 0s;
   -o-transition-delay: 0.5s, 0s;
   transition-delay: 0.5s, 0s;
   -webkit-transition-duration: 0.5s, 0.5s;
   -moz-transition-duration: 0.5s, 0.5s;
   -ms-transition-duration: 0.5s, 0.5s;
   -o-transition-duration: 0.5s, 0.5s;
   transition-duration: 0.5s, 0.5s;
   top: -6px;
}
 .tour-theme .slicknav_btn .slicknav_icon span:first-child:after {
   background-color: #fff;
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   -webkit-transition-property: top, transform;
   -moz-transition-property: top, transform;
   -ms-transition-property: top, transform;
   -o-transition-property: top, transform;
   transition-property: top, transform;
   -webkit-transition-delay: 0.5s, 0s;
   -moz-transition-delay: 0.5s, 0s;
   -ms-transition-delay: 0.5s, 0s;
   -o-transition-delay: 0.5s, 0s;
   transition-delay: 0.5s, 0s;
   -webkit-transition-duration: 0.5s, 0.5s;
   -moz-transition-duration: 0.5s, 0.5s;
   -ms-transition-duration: 0.5s, 0.5s;
   -o-transition-duration: 0.5s, 0.5s;
   transition-duration: 0.5s, 0.5s;
   top: 6px;
}
 .tour-theme .slicknav_btn.slicknav_open span:first-child {
   background-color: transparent !important;
}
 .tour-theme .slicknav_btn.slicknav_open span:first-child:before {
   -webkit-transition-delay: 0s, 0.5s;
   -moz-transition-delay: 0s, 0.5s;
   -ms-transition-delay: 0s, 0.5s;
   -o-transition-delay: 0s, 0.5s;
   transition-delay: 0s, 0.5s;
   top: 0;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}
 .tour-theme .slicknav_btn.slicknav_open span:first-child:after {
   -webkit-transition-delay: 0s, 0.5s;
   -moz-transition-delay: 0s, 0.5s;
   -ms-transition-delay: 0s, 0.5s;
   -o-transition-delay: 0s, 0.5s;
   transition-delay: 0s, 0.5s;
   top: 0;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
 .tour-theme .home-banner {
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   min-height: 800px;
   position: relative;
   z-index: 1;
}
 .tour-theme .home-banner .overlay {
   background-color: rgba(0, 0, 0, 0.7);
}
 .tour-theme .banner-content {
   position: relative;
   padding: 0 0 15px;
   z-index: 1;
}
 .tour-theme .banner-content * {
   color: #fff;
}
 .tour-theme .banner-content .banner-title {
   font-size: 70px;
   line-height: 1.1;
   margin-bottom: 20px;
}
 .tour-theme .banner-content p {
   margin-bottom: 30px;
}
 .tour-theme .banner-content .banner-btn {
   margin-left: -10px;
   margin-right: -10px;
}
 .tour-theme .banner-content .banner-btn a {
   margin: 10px;
}
 .tour-theme .home-banner-slider {
   overflow: hidden;
}
 .tour-theme .home-banner-slider .slick-dots {
   bottom: 20px;
}
 .tour-theme .home-banner-slider .slick-arrow {
   -webkit-transition: linear 0.6s;
   -moz-transition: linear 0.6s;
   -ms-transition: linear 0.6s;
   -o-transition: linear 0.6s;
   transition: linear 0.6s;
   opacity: 0;
}
 .tour-theme .home-banner-slider .slick-arrow:before {
   font-size: 15px;
   width: 45px;
   height: 45px;
   line-height: 45px;
}
 .tour-theme .home-banner-slider .slick-prev {
   left: -100px;
}
 .tour-theme .home-banner-slider .slick-next {
   right: -100px;
}
 .tour-theme .home-banner-slider:hover .slick-arrow {
   opacity: 1;
}
 .tour-theme .home-banner-slider:hover .slick-prev {
   left: 15px;
}
 .tour-theme .home-banner-slider:hover .slick-next {
   right: 15px;
}
 .tour-theme .home-banner-slider.slick-slider.slick-dotted {
   margin-bottom: 0;
}
 .tour-theme .home-trip-search {
   padding: 55px 0 60px;
}
 .tour-theme .home-trip-search .trip-search-inner {
   -webkit-align-items: flex-end;
   -moz-align-items: flex-end;
   -ms-align-items: flex-end;
   -ms-flex-align: flex-end;
   align-items: flex-end;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
 .tour-theme .home-trip-search .group-input {
   width: 20%;
   padding: 8px;
   position: relative;
}
 .tour-theme .home-trip-search .group-input i {
   position: absolute;
   bottom: 28px;
   right: 25px;
}
 .tour-theme .home-trip-search .group-input.width-col-1 {
   width: 100%;
}
 .tour-theme .home-trip-search label {
   color: #fff;
   display: inline-block;
   line-height: 1;
   font-size: 15px;
   margin-bottom: 15px;
}
 .tour-theme .home-trip-search input {
   background-color: #f8f8f8;
   color: #383838;
   border: none;
   height: 56px;
   padding: 0 15px;
   width: 100%;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -ms-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none;
   line-height: 1.6;
}
 .tour-theme .home-trip-search input:focus {
   outline: none;
}
 .tour-theme .home-trip-search input::placeholder {
   color: #999;
}
 .tour-theme .home-trip-search input:-ms-input-placeholder {
   color: #999;
}
 .tour-theme .home-trip-search input::-ms-input-placeholder {
   color: #999;
}
 .tour-theme .home-trip-search select {
   background-color: #f8f8f8;
   color: #383838;
   border: none;
   height: 56px;
   padding: 0 15px;
   width: 100%;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -ms-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none;
   line-height: 1.6;
}
 .tour-theme .home-trip-search input[type=submit] {
   background-color: transparent;
   border: 1px solid #fff;
   color: #fff;
   line-height: 1.3;
   font-weight: 600;
   margin-bottom: auto;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .home-trip-search input[type=submit]:hover {
   background-color: #174b90;
   border-color: #174b90;
   color: #fff;
}
 .tour-theme .home-trip-search input[type=submit]:focus {
   background-color: #174b90;
   border-color: #174b90;
   color: #fff;
}
 .tour-theme .home-destination {
   padding-top: 115px;
   padding-bottom: 115px;
}
 .tour-theme .destination-item {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: flex-end;
   -moz-align-items: flex-end;
   -ms-align-items: flex-end;
   -ms-flex-align: flex-end;
   align-items: flex-end;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   min-height: 425px;
   margin-bottom: 50px;
}
 .tour-theme .destination-item .destination-content {
   background-color: #fff;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin: 20px;
   padding: 22px 20px;
   position: relative;
}
 .tour-theme .destination-item .cat-link {
   color: #3a78c9;
   display: block;
   font-size: 13px;
   margin-bottom: 8px;
   text-transform: uppercase;
}
 .tour-theme .destination-item h3 {
   text-transform: uppercase;
   margin-bottom: 6px;
}
 .tour-theme .destination-item p:last-child {
   margin-bottom: 0;
}
 .tour-theme .destination-item .rating-start-wrap {
   background-color: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 4px 12px;
   position: absolute;
   right: 24px;
   top: -12px;
}
 .tour-theme .destination-item .rating-start-wrap .rating-start:before {
   color: #c3c3c3;
}
 .tour-theme .destination-item .rating-start-wrap .rating-start span:before {
   color: #fff;
}
 .tour-theme .home-package {
   padding-bottom: 115px;
}
 .tour-theme .home-package .section-btn-wrap {
   padding-top: 10px;
}
 .tour-theme .package-item {
   background-color: #f9f9f9;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   border-radius: 15px;
   margin-bottom: 40px;
   overflow: hidden;
}
 .tour-theme .package-item .package-image {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}
 .tour-theme .package-item .package-content {
   padding: 40px;
}
 .tour-theme .package-item .package-content p {
   margin-bottom: 25px;
}
 .tour-theme .package-item .package-meta {
   background-color: #fff;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   display: inline-block;
   padding: 10px 20px;
   position: relative;
}
 .tour-theme .package-item .package-meta ul {
   font-size: 0;
   margin: 0;
   padding: 0;
}
 .tour-theme .package-item .package-meta ul li {
   display: inline-block;
   font-size: 13px;
   line-height: 1.1;
   padding: 0 12px;
   position: relative;
}
 .tour-theme .package-item .package-meta ul li [class*=fa-] {
   color: #3a78c9;
   margin-right: 4px;
}
 .tour-theme .package-item .package-meta ul li:before {
   color: #bbb;
   content: "|";
   position: absolute;
   right: -3px;
   top: 0;
}
 .tour-theme .package-item .package-meta ul li:first-child {
   padding-left: 0;
}
 .tour-theme .package-item .package-meta ul li:last-child {
   padding-right: 0;
}
 .tour-theme .package-item .package-meta ul li:last-child:before {
   display: none;
}
 .tour-theme .package-item .package-price {
   background-color: rgba(58, 120, 201, 0.85);
   padding: 55px 20px;
   text-align: center;
}
 .tour-theme .package-item .package-price * {
   color: #fff;
}
 .tour-theme .package-item .package-price .price-list {
   margin-bottom: 20px;
}
 .tour-theme .package-item .package-price .price-list span {
   font-size: 40px;
   font-weight: 800;
   display: block;
}
 .tour-theme .package-item .review-area {
   margin-bottom: 10px;
}
 .tour-theme .package-item .rating-start-wrap {
   vertical-align: middle;
   margin-left: 10px;
}
 .tour-theme .package-item .rating-start-wrap .rating-start:before {
   color: #c3c3c3;
}
 .tour-theme .package-item .rating-start-wrap .rating-start span:before {
   color: #fff;
}
 .tour-theme .bg-img-fullcallback {
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   padding-top: 115px;
   padding-bottom: 115px;
   z-index: 1;
}
 .tour-theme .bg-img-fullcallback * {
   color: #fff;
}
 .tour-theme .bg-img-fullcallback .video-button {
   margin-bottom: 50px;
}
 .tour-theme .bg-img-fullcallback p {
   margin-bottom: 40px;
   font-size: 16px;
}
 .tour-theme .bg-img-fullcallback .callback-btn {
   margin-left: -10px;
   margin-right: -10px;
}
 .tour-theme .bg-img-fullcallback .callback-btn a {
   margin: 10px;
}
 .tour-theme .home-callback {
   padding-bottom: 185px;
}
 .tour-theme .bg-color-callback {
   padding-top: 85px;
   padding-bottom: 85px;
}
 .tour-theme .bg-color-callback h2 ~ p {
   margin-bottom: 0;
}
 .tour-theme .bg-color-callback.primary-bg * {
   color: #fff;
}
 .tour-theme .home-counter .counter-wrap {
   margin-top: -80px;
}
 .tour-theme .counter-wrap {
   background-color: #fff;
   box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.15);
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-right: 20px;
   margin-left: 20px;
   padding: 40px 0;
   position: relative;
   z-index: 1;
}
 .tour-theme .counter-wrap .counter-item {
   border-right: 1px solid rgba(98, 102, 114, 0.23);
   color: #223645;
   padding: 10px 15px 15px;
   text-align: center;
   width: 25%;
}
 .tour-theme .counter-wrap .counter-item:last-child {
   border-right: none;
}
 .tour-theme .counter-wrap .counter-no {
   font-family: "Montserrat", sans-serif;
   font-size: 50px;
   font-weight: 800;
   line-height: 1.2;
   margin-bottom: 10px;
}
 .tour-theme .counter-wrap .counter-desc {
   color: #3a78c9;
   display: block;
   font-size: 15px;
   text-transform: uppercase;
}
 .tour-theme .home-offer {
   padding-top: 115px;
   padding-bottom: 115px;
}
 .tour-theme .home-offer .section-btn-wrap {
   padding-top: 10px;
}
 .tour-theme .offer-item {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: flex-end;
   -moz-align-items: flex-end;
   -ms-align-items: flex-end;
   -ms-flex-align: flex-end;
   align-items: flex-end;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   min-height: 520px;
   margin-bottom: 50px;
   position: relative;
}
 .tour-theme .offer-item .offer-content {
   background-color: rgba(255, 255, 255, 0.85);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin: 20px;
   max-width: 345px;
   padding: 25px;
}
 .tour-theme .offer-item .package-meta {
   display: inline-block;
   position: relative;
   margin-bottom: 15px;
}
 .tour-theme .offer-item .package-meta ul {
   font-size: 0;
   margin: 0;
   padding: 0;
}
 .tour-theme .offer-item .package-meta ul li {
   display: inline-block;
   font-size: 13px;
   line-height: 1.1;
   padding: 0 12px;
   position: relative;
}
 .tour-theme .offer-item .package-meta ul li [class*=fa-] {
   color: #3a78c9;
   margin-right: 4px;
}
 .tour-theme .offer-item .package-meta ul li:before {
   color: #bbb;
   content: "|";
   position: absolute;
   right: -3px;
   top: 0;
}
 .tour-theme .offer-item .package-meta ul li:first-child {
   padding-left: 0;
}
 .tour-theme .offer-item .package-meta ul li:last-child {
   padding-right: 0;
}
 .tour-theme .offer-item .package-meta ul li:last-child:before {
   display: none;
}
 .tour-theme .offer-item h3 {
   text-transform: uppercase;
   margin-bottom: 8px;
}
 .tour-theme .offer-item p {
   margin-bottom: 10px;
}
 .tour-theme .offer-item .price-list {
   color: #3a78c9;
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 17px;
}
 .tour-theme .offer-item .offer-badge {
   background-color: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   color: #fff;
   font-size: 14px;
   padding: 8px 18px;
   position: absolute;
   top: 20px;
   right: 20px;
}
 .tour-theme .home-gallery {
   margin-bottom: 110px;
}
 .tour-theme .gallery-container .grid-item {
   width: 33.33%;
   padding: 10px;
}
 .tour-theme .gallery-container .gallery-img img {
   width: 100%;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .client-section {
   padding: 115px 0;
   position: relative;
   z-index: 1;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
}
 .tour-theme .client-section .client-logo ul {
   margin: 0;
   padding: 0;
   font-size: 0;
}
 .tour-theme .client-section .client-logo ul li {
   display: inline-block;
   list-style: none;
   padding: 15px;
   width: 33.33%;
   text-align: center;
   border-right: 1px solid rgba(255, 255, 255, 0.4);
   border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
 .tour-theme .client-section .client-logo ul li:nth-child(3n+3) {
   border-right: none;
}
 .tour-theme .client-section .client-logo ul li:last-child {
   border-bottom: none;
}
 .tour-theme .client-section .client-logo ul li:nth-last-child(2) {
   border-bottom: none;
}
 .tour-theme .client-section .client-logo ul li:nth-last-child(3) {
   border-bottom: none;
}
 .tour-theme .client-content * {
   color: #fff;
}
 .tour-theme .client-content p {
   margin-bottom: 30px;
}
 .tour-theme .home-blog {
   padding: 115px 0 90px;
}
 .tour-theme .blog-section .post {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   margin-bottom: 30px;
}
 .tour-theme .blog-section .post .featured-post {
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}
 .tour-theme .blog-section .post .post-content {
   padding: 25px;
}
 .tour-theme .blog-section .post .post-content p {
   margin-bottom: 20px;
}
 .tour-theme .blog-section .post .post-content .meta-comment a {
   color: #3a78c9;
   font-size: 13px;
}
 .tour-theme .blog-section .post .post-content .cat-meta {
   margin-bottom: 11px;
   font-weight: 500;
}
 .tour-theme .blog-section .post .post-content .cat-meta a {
   color: #3a78c9;
   font-size: 13px;
}
 .tour-theme .blog-section .post .post-content h3 {
   margin-bottom: 10px;
}
 .tour-theme .blog-section .post .round-btn {
   font-size: 13px;
   padding: 11px 24px;
}
 .tour-theme .home-testimonial {
   padding-bottom: 110px;
}
 .tour-theme .home-testimonial .slick-slide {
   margin: 15px;
}
 .tour-theme .home-testimonial .slick-list {
   margin: 0 -15px;
}
 .tour-theme .testimonial-item .testimonial-content {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
   padding: 30px;
   position: relative;
}
 .tour-theme .testimonial-item .rating-start-wrap {
   margin-bottom: 20px;
}
 .tour-theme .testimonial-item .author-content {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
 .tour-theme .testimonial-item .testimonial-img {
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   overflow: hidden;
   width: 70px;
}
 .tour-theme .testimonial-item .author-name {
   padding-left: 20px;
}
 .tour-theme .testimonial-item .author-name h5 {
   text-transform: uppercase;
   margin-bottom: 5px;
   font-size: 16px;
   line-height: 1.1;
}
 .tour-theme .testimonial-item .author-name span {
   color: #3a78c9;
   font-size: 13px;
   text-transform: uppercase;
   line-height: 1;
   display: block;
}
 .tour-theme .testimonial-item .testimonial-icon {
   position: absolute;
   right: 20px;
   bottom: 20px;
}
 .tour-theme .testimonial-item .testimonial-icon i {
   font-size: 45px;
   color: #f9f9f9;
}
 .tour-theme .site-footer {
   background-color: rgba(34, 54, 69, 0.98);
   padding-top: 80px;
}
 .tour-theme .site-footer .top-footer {
   padding-bottom: 80px;
}
 .tour-theme .site-footer .footer-logo {
   margin-bottom: 20px;
}
 .tour-theme .site-footer .bottom-footer {
   background-color: #223645;
   padding: 20px 0;
}
 .tour-theme .site-footer .copy-right {
   color: #fff;
}
 .tour-theme .site-footer .copy-right a {
   color: #fff;
}
 .tour-theme .site-footer .copy-right a:hover {
   color: #174b90;
}
 .tour-theme .site-footer .lower-footer {
   border-top: 1px solid rgba(255, 255, 255, 0.14);
   padding-top: 35px;
}
 .tour-theme .site-footer .lower-footer .social-icon {
   margin-bottom: 20px;
}
 .tour-theme .site-footer .lower-footer .social-icon li {
   margin: 0 5px;
}
 .tour-theme .site-footer .lower-footer .social-icon li a {
   border: 1px solid #626672;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   color: #fff;
   display: block;
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .site-footer .lower-footer .social-icon li a:hover {
   background-color: #174b90;
}
 .tour-theme .site-footer .footer-newsletter p {
   color: #fff;
   margin-bottom: 20px;
}
 .tour-theme .site-footer .footer-newsletter .newsletter {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
 .tour-theme .site-footer .footer-newsletter input[type=email] {
   -webkit-flex-grow: 1;
   -moz-flex-grow: 1;
   -ms-flex-grow: 1;
   flex-grow: 1;
   border-color: rgba(255, 255, 255, 0.35);
   margin-right: 20px;
}
 .tour-theme .site-footer .footer-newsletter button {
   background-color: transparent;
}
 .tour-theme .site-footer .footer-menu ul {
   margin: 0;
   padding: 0;
   font-size: 0;
}
 .tour-theme .site-footer .footer-menu ul li {
   list-style: none;
   display: inline-block;
   position: relative;
   padding: 0 10px;
}
 .tour-theme .site-footer .footer-menu ul li:before {
   content: "|";
   position: absolute;
   top: 0;
   right: -2px;
   font-size: 14px;
   color: #b6b6b6;
}
 .tour-theme .site-footer .footer-menu ul li:last-child:before {
   display: none;
}
 .tour-theme .site-footer .footer-menu ul li a {
   color: #fff;
   font-size: 13px;
}
 .tour-theme .site-footer .footer-menu ul li a:hover {
   color: #174b90;
}
 .tour-theme .site-footer .footer-menu ul li a:focus {
   color: #174b90;
}
 .tour-theme .footer-primary .widget {
   color: #e0e0e0;
}
 .tour-theme .footer-primary .widget .widget-title {
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.1;
   margin-bottom: 30px;
   text-transform: uppercase;
}
 .tour-theme .footer-primary .widget .widget-title:after {
   background-color: #3a78c9;
   content: "";
   display: table;
   height: 2px;
   width: 50px;
   margin-top: 10px;
}
 .tour-theme .footer-primary .widget ul li {
   margin-bottom: 10px;
   border-bottom: none;
}
 .tour-theme .footer-primary .widget ul li a {
   color: #fff;
}
 .tour-theme .footer-primary .widget ul li a:hover {
   color: #174b90;
}
 .tour-theme .footer-primary .widget ul li a:focus {
   color: #174b90;
}
 .tour-theme .footer-primary .widget ul li a:active {
   color: #174b90;
}
 .tour-theme .inner-banner-wrap {
   padding-bottom: 95px;
}
 .tour-theme .inner-baner-container {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   text-align: center;
   position: relative;
}
 .tour-theme .inner-baner-container:before {
   background-color: #151515;
   content: "";
   display: block;
   opacity: 0.65;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   position: absolute;
}
 .tour-theme .inner-baner-container .inner-banner-content {
   padding-top: 120px;
   padding-bottom: 135px;
   position: relative;
   color: #fff;
}
 .tour-theme .inner-baner-container .page-title {
   color: #fff;
   line-height: 1.1;
   text-transform: uppercase;
   margin-bottom: 0;
}
 .tour-theme .policy-page-section {
   padding-bottom: 100px;
}
 .tour-theme .destination-item-wrap {
   padding-bottom: 60px;
}
 .tour-theme .destination-inner-page .counter-wrap {
   box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
   margin-bottom: -80px;
}
 .tour-theme .destination-inner-page .bg-color-callback {
   padding-top: 160px;
}
 .tour-theme .destination-inner-page .bg-color-callback .outline-btn {
   margin-top: 20px;
}
 .tour-theme .package-item-wrap {
   padding-bottom: 55px;
}
 .tour-theme .offer-package-wrap {
   padding-bottom: 55px;
}
 .tour-theme .package-inner-page {
   padding-bottom: 100px;
}
 .tour-theme .single-packge-wrap .package-price {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 30px 35px;
   text-align: center;
   margin-left: 20px;
}
 .tour-theme .single-packge-wrap .package-price .price-list {
   color: #626672;
   margin-bottom: 0;
   font-size: 14px;
}
 .tour-theme .single-packge-wrap .package-price .price-list span {
   color: #3a78c9;
   font-size: 40px;
   font-weight: 800;
   display: block;
}
 .tour-theme .single-packge-wrap .rating-start {
   font-size: 16px;
}
 .tour-theme .single-packge-wrap .package-meta {
   border-top: 1px solid rgba(167, 167, 167, 0.2);
   border-bottom: 1px solid rgba(167, 167, 167, 0.2);
   margin: 40px 0;
   padding: 20px 0;
   position: relative;
   text-align: center;
}
 .tour-theme .single-packge-wrap .package-meta ul {
   font-size: 0;
   margin: 0;
   padding: 0;
}
 .tour-theme .single-packge-wrap .package-meta ul li {
   display: inline-block;
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.1;
   padding: 0 12px;
   position: relative;
}
 .tour-theme .single-packge-wrap .package-meta ul li [class*=fa-] {
   color: #3a78c9;
   margin-right: 4px;
}
 .tour-theme .single-packge-wrap .package-meta ul li:before {
   color: #bbb;
   content: "|";
   position: absolute;
   right: -3px;
   top: 0;
}
 .tour-theme .single-packge-wrap .package-meta ul li:first-child {
   padding-left: 0;
}
 .tour-theme .single-packge-wrap .package-meta ul li:last-child {
   padding-right: 0;
}
 .tour-theme .single-packge-wrap .package-meta ul li:last-child:before {
   display: none;
}
 .tour-theme .single-packge-wrap .single-package-image {
   margin-bottom: 40px;
}
 .tour-theme .single-packge-wrap .single-package-image img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .single-packge-wrap .package-content-detail ul {
   padding: 0;
   margin: 0;
}
 .tour-theme .single-packge-wrap .package-content-detail ul li {
   list-style: none;
   margin-bottom: 8px;
}
 .tour-theme .single-packge-wrap .package-content-detail ul li i {
   color: #3a78c9;
   margin-right: 8px;
   font-size: 13px;
}
 .tour-theme .single-packge-wrap .package-content-detail .package-include {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 30px 40px;
   margin: 40px 0;
}
 .tour-theme .single-packge-wrap .package-content-detail .package-include ul {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
 .tour-theme .single-packge-wrap .package-content-detail .package-include ul li {
   width: 50%;
}
 .tour-theme .sidebar > div {
   padding-bottom: 40px;
}
 .tour-theme .sidebar .booking-form-inner {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 40px 30px;
}
 .tour-theme .sidebar .booking-form-inner h3 {
   text-align: center;
   color: #fff;
}
 .tour-theme .sidebar .booking-form-inner p {
   text-align: center;
   color: #fff;
}
 .tour-theme .sidebar .booking-form {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0 -10px;
}
 .tour-theme .sidebar .booking-form p {
   padding: 0 10px;
   width: 100%;
   margin-bottom: 20px;
}
 .tour-theme .sidebar .booking-form p label {
   margin-bottom: 5px;
}
 .tour-theme .sidebar .booking-form p input {
   width: 100%;
}
 .tour-theme .sidebar .booking-form p button {
   background-color: transparent;
   width: 100%;
}
 .tour-theme .sidebar .booking-form p button:hover {
   background-color: #174b90;
   border-color: #174b90;
}
 .tour-theme .sidebar .booking-form p.width-5 {
   width: 50%;
}
 .tour-theme .sidebar .related-package {
   text-align: center;
}
 .tour-theme .sidebar .related-package .slick-slide {
   margin: 0 10px;
}
 .tour-theme .sidebar .related-package .slick-list {
   margin: 0 -10px;
}
 .tour-theme .sidebar .related-package .related-package-item img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .sidebar .package-map {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   overflow: hidden;
}
 .tour-theme .sidebar .package-list {
   background-image: url(assets/images/banner-img1.jpg);
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   overflow: hidden;
   padding: 30px;
   position: relative;
   z-index: 1;
}
 .tour-theme .sidebar .package-list h4 {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 10px 20px;
   text-align: center;
   font-weight: 500;
   margin-bottom: 20px;
}
 .tour-theme .sidebar .package-list ul {
   margin: 0;
   padding: 0;
}
 .tour-theme .sidebar .package-list ul li {
   list-style: none;
   margin-bottom: 8px;
   padding-bottom: 8px;
   border-bottom: 1px solid rgba(167, 167, 167, 0.31);
}
 .tour-theme .sidebar .package-list ul li:last-child {
   margin-bottom: 0;
   border-bottom: none;
   padding-bottom: 0;
}
 .tour-theme .sidebar .package-list ul li a {
   color: #fff;
}
 .tour-theme .sidebar .package-list ul li a i {
   margin-right: 8px;
}
 .tour-theme .sidebar .widget {
   margin-bottom: 50px;
}
 .tour-theme .sidebar .widget-title {
   border-bottom: 1px solid #e2e2e2;
   padding-bottom: 10px;
   position: relative;
   text-align: center;
}
 .tour-theme .sidebar .widget-title:before {
   background-color: #3a78c9;
   content: "";
   height: 2px;
   width: 80px;
   position: absolute;
   bottom: -1px;
   left: 0;
   right: 0;
   margin: auto;
}
 .tour-theme .icon-box {
   text-align: center;
   padding: 0 40px;
   margin-bottom: 40px;
}
 .tour-theme .icon-box .box-icon {
   background-color: #3a78c9;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   color: #fff;
   line-height: 106px;
   height: 106px;
   width: 106px;
   font-size: 32px;
   display: inline-table;
   margin-bottom: 25px;
}
 .tour-theme .icon-box .box-icon i {
   font-size: inherit;
}
 .tour-theme .inner-about-wrap {
   padding-bottom: 95px;
}
 .tour-theme .inner-about-wrap .about-image {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 40px;
}
 .tour-theme .inner-about-wrap .about-image img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   width: -moz-calc(100% - 115px);
   width: -webkit-calc(100% - 115px);
   width: calc(100% - 115px);
}
 .tour-theme .inner-about-wrap .about-image .about-image-content {
   background: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 40px;
   margin-left: -200px;
}
 .tour-theme .inner-about-wrap .about-image .about-image-content h3 {
   font-size: 32px;
   font-weight: 700;
   margin-bottom: 0;
   color: #fff;
}
 .tour-theme .inner-about-wrap .icon-box:last-child {
   margin-bottom: 0;
}
 .tour-theme .client-slider {
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 25px;
   margin-top: 50px;
}
 .tour-theme .client-slider .client-item {
   padding: 0 20px;
}
 .tour-theme .inner-service-wrap {
   padding-bottom: 55px;
}
 .tour-theme .inner-service-wrap .bg-img-box {
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   background-repeat: no-repeat;
   background-position: center center;
   padding-top: 40px;
   padding-bottom: 40px;
   position: relative;
   z-index: 1;
   overflow: hidden;
}
 .tour-theme .inner-service-wrap .bg-img-box:before {
   background-color: rgba(0, 0, 0, 0.6);
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: -1;
}
 .tour-theme .inner-service-wrap .bg-img-box * {
   color: #fff;
}
 .tour-theme .inner-service-wrap .bg-img-box .round-btn {
   margin-top: 20px;
}
 .tour-theme .service-inner-page .bg-light-grey .callback-btn {
   margin-left: -10px;
   margin-right: -10px;
}
 .tour-theme .service-inner-page .bg-light-grey .callback-btn a {
   margin: 10px;
}
 .tour-theme .inner-contact-wrap {
   padding-bottom: 55px;
}
 .tour-theme .inner-contact-wrap .contact-map {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   overflow: hidden;
}
 .tour-theme .inner-contact-wrap .contact-map iframe {
   display: block;
}
 .tour-theme .inner-contact-wrap .social-icon li {
   margin: 0 5px;
}
 .tour-theme .inner-contact-wrap .social-icon a {
   background-color: #3a78c9;
   color: #fff;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   display: block;
   text-align: center;
   width: 35px;
   height: 35px;
   line-height: 35px;
}
 .tour-theme .contact-from-wrap {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 60px 40px;
}
 .tour-theme .contact-from-wrap .contact-from label {
   color: #fff;
   margin-bottom: 8px;
}
 .tour-theme .contact-from-wrap .contact-from p {
   margin-bottom: 30px;
}
 .tour-theme .contact-from-wrap .contact-from p:last-child {
   margin-bottom: 0;
}
 .tour-theme .contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
   width: 100%;
}
 .tour-theme .contact-from-wrap .contact-from input[type=submit] {
   border: 2px solid #fff;
   width: 100%;
   padding: 15px 30px;
   text-align: center;
}
 .tour-theme .contact-from-wrap .contact-from input[type=submit]:hover {
   border-color: #174b90;
}
 .tour-theme .contact-details-section {
   padding-top: 100px;
   padding-bottom: 70px;
}
 .tour-theme .contact-details-section .border-icon-box {
   border: 1px solid rgba(58, 120, 201, 0.16);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding-top: 40px;
   padding-bottom: 40px;
}
 .tour-theme .contact-details-section .icon-box .box-icon {
   height: 80px;
   width: 80px;
   line-height: 80px;
}
 .tour-theme .contact-details-section .icon-box ul {
   margin: 0;
   padding: 0;
}
 .tour-theme .contact-details-section .icon-box li {
   list-style: none;
   margin-bottom: 5px;
}
 .tour-theme .contact-details-section .icon-box li:last-child {
   margin-bottom: 0;
}
 .tour-theme .contact-details-section .icon-box li a {
   color: #626672;
}
 .tour-theme .contact-details-section .icon-box li a:hover {
   color: #174b90;
}
 .tour-theme .team-inner-page .callback-btn {
   margin-left: -10px;
   margin-right: -10px;
}
 .tour-theme .team-inner-page .callback-btn a {
   margin: 10px;
}
 .tour-theme .inner-team-wrap {
   padding-bottom: 60px;
}
 .tour-theme .team-item {
   margin-bottom: 40px;
   position: relative;
   text-align: center;
}
 .tour-theme .team-item .team-image img {
   border-radius: 25px;
}
 .tour-theme .team-item .team-content {
   background-color: #fff;
   padding: 0 25px 25px;
   border-radius: 25px;
   position: absolute;
   bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
}
 .tour-theme .team-item .team-content .team-social {
   background-color: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   display: inline-table;
   padding: 6px 12px;
   -webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
   -ms-transform: translateY(-20px);
   transform: translateY(-20px);
}
 .tour-theme .team-item .team-content .team-social li {
   margin: 0 6px;
}
 .tour-theme .team-item .team-content .team-social a {
   color: #fff;
   font-size: 14px;
}
 .tour-theme .team-item .team-content h3 {
   line-height: 1.1;
   margin-bottom: 10px;
}
 .tour-theme .team-item .team-content .job-title {
   color: #3a78c9;
   display: block;
   font-size: 13px;
   line-height: 1.1;
   margin-bottom: 10px;
}
 .tour-theme .team-item .team-content p {
   margin-bottom: 0;
}
 .tour-theme .faq-page-container {
   padding-bottom: 100px;
}
 .tour-theme .faq-page-container .section-head p {
   margin-bottom: 30px;
}
 .tour-theme .faq-page-container.bg-light-grey {
   padding-top: 100px;
}
 .tour-theme .faq-testimonial {
   position: relative;
}
 .tour-theme .faq-testimonial .faq-image img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   width: 100%;
}
 .tour-theme .faq-testimonial .testimonial-content {
   background-color: #fff;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 30px 30px 30px 70px;
   position: absolute;
   bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
}
 .tour-theme .faq-testimonial .testimonial-content .quote-icon {
   margin-bottom: -25px;
   display: block;
   margin-left: -30px;
}
 .tour-theme .faq-testimonial .testimonial-content i {
   color: rgba(167, 167, 167, 0.35);
   font-size: 40px;
   line-height: 1;
}
 .tour-theme .faq-testimonial .testimonial-content p:last-child {
   margin-bottom: 0;
}
 .tour-theme .inner-testimonial-wrap {
   padding-bottom: 60px;
}
 .tour-theme .inner-testimonial-wrap .testimonial-item {
   margin-bottom: 40px;
}
 .tour-theme .career-item {
   margin-bottom: 40px;
   position: relative;
   text-align: center;
}
 .tour-theme .career-item .career-image img {
   border-radius: 25px;
}
 .tour-theme .career-item .career-content {
   background-color: #fff;
   padding: 25px;
   border-radius: 25px;
   position: absolute;
   bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
}
 .tour-theme .career-item .career-content h3 {
   line-height: 1.1;
   margin-bottom: 10px;
}
 .tour-theme .career-item .career-content .job-desc {
   color: #3a78c9;
   display: block;
   font-size: 13px;
   line-height: 1.1;
   margin-bottom: 10px;
}
 .tour-theme .inner-career-wrap {
   padding-bottom: 60px;
}
 .tour-theme .inner-career-wrap .apply-form-container {
   background-color: rgba(58, 120, 201, 0.8);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 50px;
}
 .tour-theme .inner-career-wrap .apply-form-container .subtitle {
   color: #fff;
}
 .tour-theme .inner-career-wrap .apply-form-container h2 {
   color: #fff;
}
 .tour-theme .inner-career-wrap .apply-form-container p {
   color: #fff;
}
 .tour-theme .inner-career-wrap form {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0 -15px;
}
 .tour-theme .inner-career-wrap form p {
   width: 33.33%;
   padding: 0 15px;
   margin-bottom: 25px;
}
 .tour-theme .inner-career-wrap form p:last-child {
   margin-bottom: 0;
}
 .tour-theme .inner-career-wrap form p.width-5 {
   width: 50%;
}
 .tour-theme .inner-career-wrap form input {
   width: 100%;
}
 .tour-theme .bg-color-box {
   background-color: #fff;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 40px;
}
 .tour-theme .career-inner-page .iconbox-section {
   padding-top: 100px;
   padding-bottom: 60px;
}
 .tour-theme .career-inner-page .bg-color-box .box-icon {
   width: 80px;
   height: 80px;
   line-height: 82px;
}
 .tour-theme .career-inner-page .bg-color-box p {
   margin-bottom: 0;
}
 .tour-theme .inner-career-detail-wrap {
   padding-bottom: 100px;
}
 .tour-theme .inner-career-detail-wrap .job-description {
   padding: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-top: 60px;
   overflow: hidden;
}
 .tour-theme .inner-career-detail-wrap .job-description h4 {
   background-color: #fff;
   padding: 10px 20px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   text-align: center;
}
 .tour-theme .inner-career-detail-wrap .job-description ul {
   margin: 0;
   padding: 0;
}
 .tour-theme .inner-career-detail-wrap .job-description ul li {
   list-style: none;
   border-bottom: 1px solid rgba(255, 255, 255, 0.25);
   margin-bottom: 8px;
   padding-bottom: 8px;
}
 .tour-theme .inner-career-detail-wrap .job-description ul li:last-child {
   border-bottom: none;
   margin-bottom: 0;
   padding-bottom: 0;
}
 .tour-theme .inner-career-detail-wrap .job-description ul li i {
   color: #3a78c9;
   font-size: 12px;
   margin-right: 5px;
}
 .tour-theme .inner-career-detail-wrap .job-description.primary-bg li {
   color: #fff;
}
 .tour-theme .inner-career-detail-wrap .job-description.primary-bg li h5 {
   display: inline-block;
   color: #fff;
   margin-bottom: 0;
}
 .tour-theme .inner-career-detail-wrap .job-description.bg-light-grey li {
   border-bottom-color: rgba(167, 167, 167, 0.25);
}
 .tour-theme .inner-career-detail-wrap .job-description.bg-image {
   background-image: url(assets/images/banner-img1.jpg);
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   position: relative;
   z-index: 1;
}
 .tour-theme .inner-career-detail-wrap .job-description.bg-image .round-btn {
   margin-top: 20px;
}
 .tour-theme .inner-career-detail-wrap .job-description.bg-image * {
   color: #fff;
}
 .tour-theme .career-detail-image img {
   width: 100%;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .cart-list-inner {
   padding-bottom: 100px;
}
 .tour-theme .cart-list-inner .table {
   margin-bottom: 60px;
   border-width: 0 1px 0 1px;
   border-style: solid;
   border-color: #dee2e6;
}
 .tour-theme .cart-list-inner .table thead tr th {
   background-color: #3a78c9;
   color: #fff;
   border: none;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
   font-size: 15px;
   padding: 15px;
}
 .tour-theme .cart-list-inner .table tr .cartImage {
   display: block;
   overflow: hidden;
   width: 70px;
   margin-right: 10px;
}
 .tour-theme .cart-list-inner .table tr td {
   color: #383838;
   vertical-align: middle;
   border-bottom: 1px solid #dee2e6;
   border-top: none;
   position: relative;
   padding: 20px;
   font-size: 16px;
}
 .tour-theme .cart-list-inner .table tr td .close {
   color: #3a78c9;
   border: none;
   background-color: transparent;
   float: left;
   position: relative;
   top: 15px;
   margin-right: 15px;
}
 .tour-theme .cart-list-inner .table tr td input {
   width: 40px;
   font-size: 16px;
   height: 41px;
   text-align: center;
   color: #223645;
   border-width: 1px;
   border-color: #e4e4e4;
   border-style: solid;
   padding: 0;
   margin: 0 5px;
}
 .tour-theme .cart-list-inner .table tr td.count-input div {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
 .tour-theme .cart-list-inner .table tr td.count-input a {
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   color: #383838;
   font-size: 10px;
   display: inline-block;
   border: 1px solid #e4e4e4;
   line-height: 41px;
   height: 41px;
   width: 40px;
   text-align: center;
}
 .tour-theme .cart-list-inner .updateArea {
   display: block;
   padding: 20px 30px;
   border-left: 1px solid #dee2e6;
   border-right: 1px solid #dee2e6;
   border-bottom: 1px solid #dee2e6;
   border-top: 1px solid #dee2e6;
}
 .tour-theme .cart-list-inner .updateArea .input-group {
   display: inline-block;
   margin-bottom: 0;
   width: auto;
}
 .tour-theme .cart-list-inner .updateArea .input-group input {
   height: 47px;
}
 .tour-theme .cart-list-inner .updateArea .input-group .form-control {
   width: auto;
   display: inline-block;
   margin-right: 15px;
}
 .tour-theme .cart-list-inner .updateArea a {
   padding: 12px 20px;
   font-weight: 400;
}
 .tour-theme .cart-list-inner .updateArea a.update-btn {
   float: right;
}
 .tour-theme .cart-list-inner .updateArea:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .cart-list-inner .updateArea:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .cart-list-inner .totalAmountArea {
   display: block;
   padding: 20px 30px;
   border-left: 1px solid #dee2e6;
   border-right: 1px solid #dee2e6;
   border-bottom: 1px solid #dee2e6;
}
 .tour-theme .cart-list-inner .totalAmountArea:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .cart-list-inner .totalAmountArea:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .cart-list-inner .totalAmountArea ul {
   margin: 0;
   padding: 0;
   float: right;
   text-align: right;
}
 .tour-theme .cart-list-inner .totalAmountArea ul li {
   margin-bottom: 10px;
}
 .tour-theme .cart-list-inner .totalAmountArea ul li strong {
   font-weight: 600;
}
 .tour-theme .cart-list-inner .totalAmountArea ul li span {
   width: 108px;
   display: inline-block;
}
 .tour-theme .cart-list-inner .totalAmountArea ul li .grandTotal {
   font-weight: 700;
}
 .tour-theme .cart-list-inner .checkBtnArea {
   display: block;
   padding: 20px 30px;
   border-left: 1px solid #dee2e6;
   border-right: 1px solid #dee2e6;
   border-bottom: 1px solid #dee2e6;
}
 .tour-theme .cart-list-inner .checkBtnArea:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .cart-list-inner .checkBtnArea:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .booking-content {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 30px;
   margin-bottom: 60px;
}
 .tour-theme .booking-content .form-title {
   margin-bottom: 30px;
}
 .tour-theme .booking-content .form-title h3 {
   text-transform: uppercase;
   display: inline-block;
}
 .tour-theme .booking-content .form-title span {
   background-color: #3a78c9;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   color: #fff;
   display: inline-block;
   font-size: 20px;
   height: 50px;
   line-height: 50px;
   margin-right: 20px;
   text-align: center;
   width: 50px;
}
 .tour-theme .booking-content .info-content {
   border-top: 1px solid #e6e6e6;
   margin-top: 30px;
   padding-top: 30px;
}
 .tour-theme .form-policy .form-group {
   margin-bottom: 30px;
}
 .tour-theme .booking-section {
   padding-bottom: 100px;
}
 .tour-theme .booking-section .widget-support-wrap {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 30px;
   text-align: center;
}
 .tour-theme .booking-section .widget-support-wrap .icon {
   font-size: 52px;
   margin-bottom: 15px;
   line-height: 1;
}
 .tour-theme .booking-section .widget-support-wrap .support-content h5 {
   color: #383838;
   font-weight: 400;
}
 .tour-theme .booking-section .widget-support-wrap .support-content .phone {
   font-family: "Montserrat", sans-serif;
   font-size: 30px;
   display: block;
   margin-bottom: 10px;
   color: #223645;
   line-height: 1;
   font-weight: 700;
}
 .tour-theme .booking-section .price-table-summary {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-bottom: 50px;
   padding: 30px;
}
 .tour-theme .booking-section .price-table-summary .bg-title {
   background-color: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   color: #fff;
   padding: 10px 15px;
   text-align: center;
   margin-bottom: 25px;
   text-transform: uppercase;
}
 .tour-theme .booking-section .price-table-summary table {
   margin-bottom: 0;
}
 .tour-theme .booking-section .price-table-summary table tr td {
   border-right: none;
}
 .tour-theme .booking-section .price-table-summary table tr:last-child td {
   border-bottom: none;
}
 .tour-theme .success-notify {
   background-color: #3a78c9;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   padding: 30px;
   color: #fff;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   border-radius: 15px;
   margin-bottom: 60px;
}
 .tour-theme .success-notify .success-icon i {
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   border: 3px solid #fff;
   line-height: 80px;
   height: 80px;
   width: 80px;
   text-align: center;
   font-size: 32px;
}
 .tour-theme .success-notify .success-content {
   margin-left: 20px;
}
 .tour-theme .success-notify .success-content h3 {
   margin-bottom: 5px;
   color: #fff;
}
 .tour-theme .success-notify .success-content p {
   margin-bottom: 0;
}
 .tour-theme .confirmation-details h3 {
   margin-bottom: 25px;
}
 .tour-theme .confirmation-details table {
   margin-bottom: 60px;
}
 .tour-theme .confirmation-details table tr:nth-of-type(odd) {
   background-color: #f1f1f1;
}
 .tour-theme .confirmation-details table tr td {
   color: #383838;
   width: 50%;
   border: none;
}
 .tour-theme .confirmation-details .details.payment-details {
   margin-bottom: 60px;
}
 .tour-theme .confirmation-details .details .details-desc {
   background-color: #f1f1f1;
   padding: 15px;
}
 .tour-theme .confirmation-details .details .details-desc a {
   color: inherit;
}
 .tour-theme .confirmation-details .details .details-desc p {
   margin-bottom: 0;
}
 .tour-theme .confirmation-outer {
   padding-bottom: 100px;
}
 .tour-theme .confirmation-outer .widget-support-wrap {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   padding: 30px;
   text-align: center;
}
 .tour-theme .confirmation-outer .widget-support-wrap .icon {
   font-size: 52px;
   margin-bottom: 15px;
   line-height: 1;
}
 .tour-theme .confirmation-outer .widget-support-wrap .support-content h5 {
   color: #383838;
   font-weight: 400;
}
 .tour-theme .confirmation-outer .widget-support-wrap .support-content .phone {
   font-family: "Montserrat", sans-serif;
   font-size: 30px;
   display: block;
   margin-bottom: 10px;
   color: #223645;
   line-height: 1;
   font-weight: 700;
}
 .tour-theme .confirmation-outer .price-table-summary {
   background-color: #f8f8f8;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-bottom: 50px;
   padding: 30px;
}
 .tour-theme .confirmation-outer .price-table-summary .bg-title {
   background-color: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   color: #fff;
   padding: 10px 15px;
   text-align: center;
   margin-bottom: 25px;
   text-transform: uppercase;
}
 .tour-theme .confirmation-outer .price-table-summary table {
   margin-bottom: 0;
}
 .tour-theme .confirmation-outer .price-table-summary table tr td {
   border-right: none;
}
 .tour-theme .confirmation-outer .price-table-summary table tr:last-child td {
   border-bottom: none;
}
 .tour-theme .blog-archive {
   padding-bottom: 100px;
}
 .tour-theme .blog-archive .blog-inner {
   margin: 0 -15px;
}
 .tour-theme .blog-archive .blog-inner .grid-item {
   padding: 0 15px;
}
 .tour-theme .blog-archive .post {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   margin-bottom: 30px;
}
 .tour-theme .blog-archive .post .post-content {
   padding: 25px;
}
 .tour-theme .blog-archive .post .post-content .meta-comment a {
   color: #3a78c9;
   font-size: 13px;
}
 .tour-theme .blog-archive .post .post-content .cat-meta {
   margin-bottom: 10px;
   font-weight: 500;
}
 .tour-theme .blog-archive .post .post-content .cat-meta a {
   color: #3a78c9;
   font-size: 13px;
}
 .tour-theme .blog-archive .post .post-content .round-btn {
   font-size: 15px;
   padding: 10px 30px;
   text-transform: capitalize;
}
 .tour-theme .grid-item .post {
   margin-bottom: 40px;
}
 .tour-theme .single-post-inner .primary .entry-meta {
   background-color: #f8f8f8;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   border-radius: 12px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-bottom: 30px;
   text-align: center;
}
 .tour-theme .single-post-inner .primary .entry-meta span {
   padding: 0 10px;
   position: relative;
}
 .tour-theme .single-post-inner .primary .entry-meta span:before {
   color: #787878;
   content: "|";
   font-size: 13px;
   position: absolute;
   right: 0;
   top: 0;
}
 .tour-theme .single-post-inner .primary .entry-meta span:last-child:before {
   display: none;
}
 .tour-theme .single-post-inner .primary .entry-meta .posted-on a:before {
   content: "\f073";
}
 .tour-theme .single-post-inner .primary .entry-meta .byline a:before {
   content: "\f007";
}
 .tour-theme .single-post-inner .primary .entry-meta .comments-link a:before {
   content: "\f086";
}
 .tour-theme .single-post-inner .primary .entry-meta a {
   color: #223645;
   display: inline-block;
   font-size: 15px;
   line-height: 1.1;
}
 .tour-theme .single-post-inner .primary .entry-meta a:before {
   font-family: "Font Awesome 5 Free";
   margin-right: 10px;
   font-weight: 900;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .tour-theme .single-post-inner .primary .entry-meta a:hover {
   color: #174b90;
}
 .tour-theme .single-post-inner .primary .entry-meta a:focus {
   color: #174b90;
}
 .tour-theme .single-post-section {
   margin-bottom: 100px;
}
 .tour-theme .single-post-section .feature-image {
   margin-bottom: 30px;
}
 .tour-theme .single-post-section .feature-image img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .single-post-section .meta-wrap {
   margin-bottom: 30px;
}
 .tour-theme .single-post-section .meta-wrap .tag-links:before {
   content: "\f02c";
   color: #1a1a1a;
   display: inline-block;
   font-family: "Font Awesome 5 Free";
   margin-right: 5px;
   font-weight: 900;
}
 .tour-theme .single-post-section .meta-wrap .tag-links a {
   color: #151515;
   font-weight: 600;
   margin: 0 3px;
}
 .tour-theme .single-post-section .meta-wrap .tag-links a:hover {
   color: #174b90;
}
 .tour-theme .single-post-section .author-wrap {
   background-color: #f9f9f9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 20px;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 50px;
}
 .tour-theme .single-post-section .author-wrap:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .single-post-section .author-wrap:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .single-post-section .author-wrap .author-thumb {
   width: 100px;
}
 .tour-theme .single-post-section .author-wrap .author-thumb img {
   border-radius: 100%;
}
 .tour-theme .single-post-section .author-wrap .author-content {
   width: -moz-calc(100% - 120px);
   width: -webkit-calc(100% - 120px);
   width: calc(100% - 120px);
   margin-left: 20px;
}
 .tour-theme .single-post-section .author-wrap .author-content .author-name {
   margin-bottom: 5px;
}
 .tour-theme .single-post-section .author-wrap .author-content p {
   font-size: 17px;
}
 .tour-theme .single-post-section .author-wrap .author-content .button-text {
   color: #3a78c9;
}
 .tour-theme .single-post-section .author-wrap .author-content .button-text:hover {
   color: #174b90;
}
 .tour-theme .post-navigation {
   margin: 50px -10px 0;
}
 .tour-theme .post-navigation:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .post-navigation:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .post-navigation [class*=nav-] .nav-label {
   display: block;
   -webkit-transition: color 0.4s;
   -moz-transition: color 0.4s;
   -ms-transition: color 0.4s;
   -o-transition: color 0.4s;
   transition: color 0.4s;
}
 .tour-theme .post-navigation [class*=nav-] .nav-title {
   display: block;
   -webkit-transition: color 0.4s;
   -moz-transition: color 0.4s;
   -ms-transition: color 0.4s;
   -o-transition: color 0.4s;
   transition: color 0.4s;
}
 .tour-theme .post-navigation .nav-label {
   color: #3a78c9;
   font-size: 13px;
   font-weight: normal;
   text-transform: uppercase;
}
 .tour-theme .post-navigation .nav-prev {
   width: 50%;
   padding: 0 10px;
   float: left;
}
 .tour-theme .post-navigation .nav-prev a {
   color: #151515;
   display: block;
   position: relative;
   font-weight: 600;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
   padding-left: 30px;
}
 .tour-theme .post-navigation .nav-prev a:before {
   color: #3a78c9;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 14px;
   display: block;
   vertical-align: middle;
   position: absolute;
   top: 50%;
   -webkit-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   transform: translate(0, -50%);
   left: 12px;
   content: "\f053";
}
 .tour-theme .post-navigation .nav-prev a:hover {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-prev a:hover .nav-label {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-prev a:focus {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-prev a:focus .nav-label {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-prev a:active {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-prev a:active .nav-label {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-next {
   width: 50%;
   padding: 0 10px;
   float: right;
   text-align: right;
}
 .tour-theme .post-navigation .nav-next a {
   color: #151515;
   display: block;
   position: relative;
   font-weight: 600;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
   padding-right: 30px;
}
 .tour-theme .post-navigation .nav-next a:before {
   color: #3a78c9;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 14px;
   display: block;
   vertical-align: middle;
   position: absolute;
   top: 50%;
   -webkit-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   transform: translate(0, -50%);
   content: "\f054";
   right: 12px;
}
 .tour-theme .post-navigation .nav-next a:hover {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-next a:hover .nav-label {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-next a:focus {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-next a:focus .nav-label {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-next a:active {
   color: #174b90;
}
 .tour-theme .post-navigation .nav-next a:active .nav-label {
   color: #174b90;
}
 .tour-theme .comment-area {
   margin-top: 60px;
}
 .tour-theme .comment-area .comment-title {
   margin-bottom: 25px;
}
 .tour-theme .comment-area ol {
   margin: 0;
   padding: 0;
}
 .tour-theme .comment-area ol ol {
   margin-left: 30px;
}
 .tour-theme .comment-area ol li {
   list-style: none;
   margin-bottom: 30px;
}
 .tour-theme .comment-area ol li:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .comment-area ol li:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .comment-area .comment-thumb {
   width: 45px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   overflow: hidden;
   float: left;
}
 .tour-theme .comment-area .comment-content {
   border: 1px solid #e6e6e6;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   width: -moz-calc(100% - 65px);
   width: -webkit-calc(100% - 65px);
   width: calc(100% - 65px);
   float: right;
   padding: 20px;
}
 .tour-theme .comment-area .comment-content .comment-header {
   margin-bottom: 10px;
}
 .tour-theme .comment-area .comment-content p {
   margin-bottom: 15px;
}
 .tour-theme .comment-area .comment-content h5 {
   display: inline-block;
   margin-bottom: 0;
}
 .tour-theme .comment-area .comment-content .post-on {
   font-size: 13px;
   margin-left: 10px;
}
 .tour-theme .comment-area .comment-content .reply {
   background-color: #f5f5f5;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius: 8px;
   font-size: 12px;
   color: #767676;
   padding: 5px 12px 6px;
   display: inline-block;
   line-height: 1.2;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
   float: right;
}
 .tour-theme .comment-area .comment-content .reply i {
   margin-right: 4px;
   font-size: 10px;
}
 .tour-theme .comment-area .comment-content .reply:hover {
   background-color: #174b90;
}
 .tour-theme .comment-form-wrap {
   padding-top: 30px;
}
 .tour-theme .comment-form-wrap .rate-wrap {
   padding: 0 15px;
   margin-bottom: 15px;
}
 .tour-theme .comment-form-wrap label {
   display: block;
   margin-bottom: 8px;
}
 .tour-theme .comment-form-wrap input {
   border: none;
}
 .tour-theme .comment-form-wrap input:not([type=submit]) {
   background-color: #f8f8f8;
   width: 100%;
}
 .tour-theme .comment-form-wrap input[type=submit] {
   margin-top: 20px;
}
 .tour-theme .comment-form-wrap input[type=checkbox] {
   width: auto;
}
 .tour-theme .comment-form-wrap textarea {
   background-color: #f8f8f8;
   border: none;
}
 .tour-theme .single-page-section {
   padding-bottom: 80px;
}
 .tour-theme .single-page-section p {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section h1 {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section h2 {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section h3 {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section h4 {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section h5 {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section h6 {
   margin-bottom: 25px;
}
 .tour-theme .single-page-section img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .single-feature-img img {
   margin-bottom: 30px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
}
 .tour-theme .gallery-section {
   margin-bottom: 80px;
}
 .tour-theme .gallery-inner-wrap {
   margin: -6px;
}
 .tour-theme .gallery-inner-wrap:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .gallery-inner-wrap:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .gallery-inner-wrap .single-gallery {
   width: 33.33%;
   float: left;
   padding: 6px;
}
 .tour-theme .gallery-inner-wrap .single-gallery.width-3 {
   width: 66.66%;
}
 .tour-theme .gallery-inner-wrap .gallery-img {
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   overflow: hidden;
}
 .tour-theme .gallery-inner-wrap .gallery-img img {
   width: 100%;
}
 .tour-theme .gallery-inner-wrap .gallery-img h4 {
   font-size: 22px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-bottom: 0;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
   text-align: center;
   z-index: 1;
   color: #fff;
   opacity: 0;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .gallery-inner-wrap .gallery-img a {
   display: block;
   position: relative;
}
 .tour-theme .gallery-inner-wrap .gallery-img a:before {
   background-color: rgba(0, 0, 0, 0.6);
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   opacity: 0;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .gallery-inner-wrap .gallery-img a:hover:before {
   opacity: 1;
}
 .tour-theme .gallery-inner-wrap .gallery-img a:hover h4 {
   opacity: 1;
}
 .tour-theme .search-section .post {
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-bottom: 30px;
}
 .tour-theme .search-section .post .entry-content {
   padding: 25px;
}
 .tour-theme .search-section .search-outer-wrap {
   margin-bottom: 80px;
}
 .tour-theme .search-section .button-container .button-text {
   color: #3a78c9;
   text-transform: uppercase;
}
 .tour-theme .search-section .button-container .button-text:hover {
   color: #174b90;
}
 .tour-theme .search-section .content-search-from {
   background-color: #f8faff;
   padding-top: 100px;
   padding-bottom: 100px;
}
 .tour-theme .search-section .content-search-from .search-form {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
}
 .tour-theme .search-section .content-search-from .search-form input {
   -webkit-flex-grow: 1;
   -moz-flex-grow: 1;
   -ms-flex-grow: 1;
   flex-grow: 1;
}
 .tour-theme .search-section .content-search-from .search-form button {
   position: static;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   margin-left: 20px;
}
 .tour-theme .no-content-section {
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   padding-bottom: 100px;
   position: relative;
   z-index: 1;
}
 .tour-theme .no-content-wrap {
   text-align: center;
}
 .tour-theme .no-content-wrap span.extra-big {
   color: rgba(167, 167, 167, 0.37);
   font-size: 280px;
   font-family: "Montserrat", sans-serif;
   font-weight: 900;
   line-height: 1;
}
 .tour-theme .no-content-wrap h1 {
   font-size: 50px;
   margin-bottom: 0;
}
 .tour-theme .no-content-wrap p {
   font-size: 16px;
   margin-top: 40px;
}
 .tour-theme .no-content-wrap .no-content-form {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-top: 46px;
}
 .tour-theme .no-content-wrap .no-content-form input {
   background-color: #fff;
   border-color: #3a78c9;
   height: 52px;
   padding: 0 20px;
   -webkit-flex-grow: 1;
   -moz-flex-grow: 1;
   -ms-flex-grow: 1;
   flex-grow: 1;
   margin-right: 20px;
}
 .tour-theme .comming-soon-section {
   background-size: cover;
   background-position: center center;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
}
 .tour-theme .comming-soon-section * {
   color: #fff;
}
 .tour-theme .comming-soon-section .overlay {
   background-color: #151515;
   opacity: 0.6;
   z-index: 1;
}
 .tour-theme .comming-soon-section .comming-soon-wrap {
   color: #fff;
   position: relative;
   z-index: 2;
}
 .tour-theme .comming-soon-section .site-identity {
   text-align: center;
}
 .tour-theme .comming-soon-section .site-identity img {
   max-width: 100%;
}
 .tour-theme .comming-soon-section .comming-soon-content {
   margin-top: 80px;
   margin-bottom: 50px;
   text-align: center;
}
 .tour-theme .comming-soon-section .comming-soon-content h2 {
   font-size: 60px;
   font-weight: 800;
   text-transform: uppercase;
   line-height: 1.1;
   margin-bottom: 30px;
}
 .tour-theme .comming-soon-section .social-icons {
   border-bottom: 1px solid rgba(249, 249, 249, 0.18);
   margin-bottom: 25px;
   padding-bottom: 25px;
   text-align: center;
}
 .tour-theme .comming-soon-section .social-icons ul {
   margin: 0;
   padding: 0;
}
 .tour-theme .comming-soon-section .social-icons li {
   list-style: none;
   display: inline-block;
   margin: 0 5px;
}
 .tour-theme .comming-soon-section .social-icons a {
   background-color: #3a78c9;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   border-radius: 25px;
   font-size: 14px;
   color: #fff;
   display: block;
   width: 33px;
   height: 33px;
   line-height: 33px;
}
 .tour-theme .comming-soon-section .social-icons a:hover {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .widget {
   margin-bottom: 30px;
}
 .tour-theme .widget a {
   display: block;
}
 .tour-theme .widget .widget-title {
   margin-bottom: 30px;
}
 .tour-theme .widget ul {
   margin: 0;
   padding: 0;
}
 .tour-theme .widget ul li {
   list-style: none;
}
 .tour-theme .widget ul li a {
   color: #383838;
}
 .tour-theme .widget ul li a:hover {
   color: #174b90;
}
 .tour-theme .widget .gallery {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: -5px;
}
 .tour-theme .widget .gallery .gallery-item {
   padding: 5px;
}
 .tour-theme .widget .gallery .gallery-item a {
   display: block;
   position: relative;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   border-radius: 15px;
   overflow: hidden;
}
 .tour-theme .widget .gallery .gallery-item a:before {
   background-color: rgba(0, 0, 0, 0.3);
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   opacity: 0;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .widget .gallery .gallery-item a:hover:before {
   opacity: 1;
}
 .tour-theme .widget .gallery .gallery-item a:focus:before {
   opacity: 1;
}
 .tour-theme .widget .gallery .gallery-item a:active:before {
   opacity: 1;
}
 .tour-theme .widget .insta-gallery {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: -5px;
}
 .tour-theme .widget .insta-gallery .gallery-item {
   padding: 5px;
}
 .tour-theme .widget .insta-gallery .gallery-item a {
   display: block;
   position: relative;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   border-radius: 15px;
   overflow: hidden;
}
 .tour-theme .widget .insta-gallery .gallery-item a:before {
   background-color: rgba(0, 0, 0, 0.3);
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   opacity: 0;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .tour-theme .widget .insta-gallery .gallery-item a:hover:before {
   opacity: 1;
}
 .tour-theme .widget .insta-gallery .gallery-item a:focus:before {
   opacity: 1;
}
 .tour-theme .widget .insta-gallery .gallery-item a:active:before {
   opacity: 1;
}
 .tour-theme .widget .gallery.gallery-colum-3 .gallery-item {
   width: 33.33%;
}
 .tour-theme .widget .insta-gallery.gallery-colum-3 .gallery-item {
   width: 33.33%;
}
 .tour-theme .widget.author_widget {
   text-align: center;
}
 .tour-theme .widget.author_widget .profile .avatar {
   margin-bottom: 30px;
   width: 150px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
   background: #fff;
}
 .tour-theme .widget.author_widget .profile .avatar a {
   display: block;
   position: relative;
   overflow: hidden;
}
 .tour-theme .widget.author_widget .profile .avatar a:before {
   position: absolute;
   top: 0;
   left: -75%;
   z-index: 2;
   display: none;
   content: "";
   width: 50%;
   height: 100%;
   background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
   background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
   -webkit-transform: skewX(-25deg);
   transform: skewX(-25deg);
}
 .tour-theme .widget.author_widget .profile .avatar a:hover:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
   display: block;
}
 .tour-theme .widget.author_widget .profile .avatar a:focus:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
   display: block;
}
 .tour-theme .widget.author_widget .profile .avatar a:active:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
   display: block;
}
 .tour-theme .widget.author_widget .profile .avatar img {
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   border-radius: 100%;
}
 .tour-theme .widget.author_widget .name-title {
   margin-bottom: 20px;
}
 .tour-theme .widget.author_widget .text-content p:last-child {
   margin-bottom: 0;
}
 .tour-theme .widget.author_widget .socialgroup {
   margin-top: 25px;
}
 .tour-theme .widget.author_widget .socialgroup ul {
   margin: 0;
}
 .tour-theme .widget.author_widget .socialgroup ul li {
   list-style: none;
   border-bottom: none;
   display: inline-block;
   margin: 0 3px;
   padding: 0;
}
 .tour-theme .widget.author_widget .socialgroup ul li a {
   color: #3a78c9;
   display: block;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
   text-align: center;
   padding: 3px 8px;
   border: 1px solid #3a78c9;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .tour-theme .widget.author_widget .socialgroup ul li a:hover {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .widget.author_widget .socialgroup ul li a:focus {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .widget.author_widget .socialgroup ul li a:active {
   border-color: #174b90;
   color: #174b90;
}
 .tour-theme .widget.author_widget .widget-content.text-center .profile .avatar {
   margin-left: auto;
   margin-right: auto;
}
 .tour-theme .widget.author_widget .widget-content.text-right .profile .avatar {
   margin-left: auto;
}
 .tour-theme .widget.widget-post-thumb li {
   margin-bottom: 15px;
   padding-bottom: 15px;
   border-bottom: 1px solid #e6e6e6;
}
 .tour-theme .widget.widget-post-thumb li:before {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .widget.widget-post-thumb li:after {
   content: "";
   display: block;
   clear: both;
}
 .tour-theme .widget.widget-post-thumb li:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border-bottom: none;
}
 .tour-theme .widget.widget-post-thumb li a {
   color: inherit;
}
 .tour-theme .widget.widget-post-thumb .post-thumb {
   width: 80px;
   float: left;
   position: relative;
}
 .tour-theme .widget.widget-post-thumb .post-thumb img {
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   border-radius: 15px;
}
 .tour-theme .widget.widget-post-thumb .post-content {
   float: right;
   width: -moz-calc(100% - 100px);
   width: -webkit-calc(100% - 100px);
   width: calc(100% - 100px);
}
 .tour-theme .widget.widget-post-thumb .post-content h5 {
   margin-bottom: 5px;
}
 .tour-theme .widget.widget-post-thumb .post-content h6 {
   margin-bottom: 5px;
}
 .tour-theme .widget.widget-post-thumb .post-content p {
   margin-bottom: 0;
   font-size: 14px;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta {
   margin-left: -8px;
   margin-right: -8px;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta span {
   padding: 0 8px;
   position: relative;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta span:before {
   color: #b6b6b6;
   content: "|";
   font-size: 13px;
   position: absolute;
   right: 0;
   top: 0;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
   display: none;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta a {
   color: #787878;
   display: inline-block;
   font-size: 13px;
   line-height: 1.1;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta a:hover {
   color: #174b90;
}
 .tour-theme .widget.widget-post-thumb .post-content .entry-meta a:focus {
   color: #174b90;
}
 .tour-theme .widget.widget_tag_cloud .tagcloud {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: -5px;
}
 .tour-theme .widget.widget_tag_cloud .tagcloud a {
   background-color: #f6f6f6;
   color: #383838;
   -webkit-flex-grow: 1;
   -moz-flex-grow: 1;
   -ms-flex-grow: 1;
   flex-grow: 1;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius: 8px;
   padding: 5px 15px;
   margin: 5px;
   text-align: center;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .widget.widget_tag_cloud .tagcloud a:hover {
   background-color: #174b90;
   color: #fff;
}
 .tour-theme .widget.widget_recent_post li {
   margin-bottom: 15px;
   padding-bottom: 15px;
   border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}
 .tour-theme .widget.widget_recent_post li:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border-bottom: none;
}
 .tour-theme .widget.widget_recent_post li a {
   color: inherit;
}
 .tour-theme .widget.widget_recent_post li h5 {
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
   line-height: 1.3;
   margin-bottom: 10px;
}
 .tour-theme .widget.widget_recent_post li .entry-meta {
   margin-left: -8px;
   margin-right: -8px;
}
 .tour-theme .widget.widget_recent_post li .entry-meta span {
   padding: 0 8px;
   position: relative;
}
 .tour-theme .widget.widget_recent_post li .entry-meta span:before {
   color: #b6b6b6;
   content: "|";
   font-size: 13px;
   position: absolute;
   right: 0;
   top: 0;
}
 .tour-theme .widget.widget_recent_post li .entry-meta span:last-child:before {
   display: none;
}
 .tour-theme .widget.widget_recent_post li .entry-meta a {
   color: #ccc;
   display: inline-block;
   font-size: 13px;
   line-height: 1.1;
}
 .tour-theme .widget.widget_recent_post li .entry-meta a:hover {
   color: #174b90;
}
 .tour-theme .widget.widget_recent_post li .entry-meta a:focus {
   color: #174b90;
}
 .tour-theme .widget.widget_social {
   margin-top: 20px;
}
 .tour-theme .widget.widget_social .social-icon {
   width: 50%;
}
 .tour-theme .widget.widget_social ul {
   margin: -2px;
}
 .tour-theme .widget.widget_social ul li {
   display: inline-block;
   margin: 2px;
}
 .tour-theme .widget.widget_social ul li a {
   border: 1px solid #e6e6e6;
   display: block;
   line-height: 40px;
   height: 40px;
   text-align: center;
   width: 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;
}
 .tour-theme .widget.widget_social ul li a:hover {
   background-color: #174b90;
   border-color: #174b90;
   color: #fff;
}
 .tour-theme .widget.widget_category ul li {
   border-bottom: 1px solid #f2f2f2;
   margin-bottom: 10px;
   padding-bottom: 10px;
   color: #888;
   text-align: right;
}
 .tour-theme .widget.widget_category ul li i {
   color: #3a78c9;
   font-size: 11px;
   float: left;
   margin-right: 5px;
   margin-top: 6px;
}
 .tour-theme .widget.widget_category ul li:last-child {
   border-bottom: none;
   margin-bottom: 0;
   padding-bottom: 0;
}
 .tour-theme .widget.widget_category ul li a {
   float: left;
}
 .tour-theme .widget.search_widget {
   position: relative;
}
 .tour-theme .widget.search_widget input {
   width: 100%;
   padding: 0 55px 0 10px;
}
 .tour-theme .widget.search_widget button {
   background-color: #3a78c9;
   color: #fff;
   -webkit-border-radius: 0 25px 25px 0;
   -moz-border-radius: 0 25px 25px 0;
   -ms-border-radius: 0 25px 25px 0;
   border-radius: 0 25px 25px 0;
   font-size: 14px;
   border: none;
   position: absolute;
   right: 6px;
   top: 7px;
   padding: 13px;
   -webkit-transition: background-color 0.4s;
   -moz-transition: background-color 0.4s;
   -ms-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
 .tour-theme .widget.search_widget button:hover {
   background-color: #174b90;
}
 .tour-theme .widget.widget_text ul {
   margin-top: 20px;
}
 .tour-theme .widget.widget_text ul li {
   margin-bottom: 10px;
   padding-left: 25px;
   position: relative;
}
 .tour-theme .widget.widget_text ul li:last-child {
   margin-bottom: 0;
}
 .tour-theme .widget.widget_text ul li i {
   color: #fff;
   position: absolute;
   left: 0;
   top: 4px;
}
 .tour-theme .widget.widget_newslatter .newslatter-form {
   margin-top: 24px;
}
 .tour-theme .widget.widget_newslatter .newslatter-form input {
   width: 100%;
   margin-bottom: 15px;
}
 .tour-theme .widget.widget_newslatter .newslatter-form [type=submit] {
   padding: 17px 30px;
   margin-bottom: 0;
}
 @media screen and (max-width: 575px) {
   .tour-theme body {
     font-size: 14px;
  }
   .tour-theme input[type=text] {
     height: 42px;
  }
   .tour-theme input[type=email] {
     height: 42px;
  }
   .tour-theme input[type=url] {
     height: 42px;
  }
   .tour-theme input[type=password] {
     height: 42px;
  }
   .tour-theme input[type=search] {
     height: 42px;
  }
   .tour-theme input[type=number] {
     height: 42px;
  }
   .tour-theme input[type=tel] {
     height: 42px;
  }
   .tour-theme input[type=range] {
     height: 42px;
  }
   .tour-theme input[type=date] {
     height: 42px;
  }
   .tour-theme input[type=month] {
     height: 42px;
  }
   .tour-theme input[type=week] {
     height: 42px;
  }
   .tour-theme input[type=time] {
     height: 42px;
  }
   .tour-theme input[type=datetime] {
     height: 42px;
  }
   .tour-theme input[type=datetime-local] {
     height: 42px;
  }
   .tour-theme input[type=color] {
     height: 42px;
  }
   .tour-theme select {
     height: 42px;
  }
   .tour-theme .outline-btn {
     font-size: 14px;
     padding: 12px 20px;
     font-size: 14px;
     padding: 10px 20px;
  }
   .tour-theme .round-btn {
     font-size: 14px;
     padding: 12px 20px;
  }
   .tour-theme .section-heading {
     margin-bottom: 30px;
  }
   .tour-theme .section-heading .sub-title {
     margin-bottom: 8px;
  }
   .tour-theme .section-heading .section-title {
     margin-bottom: 15px;
  }
   .tour-theme .to-top-icon {
     width: 25px;
     height: 25px;
     line-height: 25px;
     font-size: 13px;
     right: 10px;
     bottom: 10px;
  }
   .tour-theme .tab-container .nav {
     display: block;
  }
   .tour-theme .tab-container .nav .nav-tabs .nav-link {
     background-color: #eaeaeb;
     border: none;
     padding: 15px 20px;
  }
   .tour-theme .tab-container .nav .nav-tabs .nav-link:hover {
     background-color: #174b90;
     color: #fff;
  }
   .tour-theme .tab-container .nav .nav-tabs .nav-link:focus {
     background-color: #174b90;
     color: #fff;
  }
   .tour-theme .tab-container .nav .nav-tabs .nav-link.active {
     background-color: #174b90;
     color: #fff;
  }
   .tour-theme .tab-content {
     padding: 0;
     border: none;
  }
   .tour-theme .video-button a {
     line-height: 60px;
     width: 60px;
     height: 60px;
  }
   .tour-theme .header-contact i {
     font-size: 14px;
     line-height: 30px;
     height: 30px;
     width: 30px;
  }
   .tour-theme .header-social a {
     font-size: 13px;
     line-height: 30px;
     height: 30px;
     width: 30px;
  }
   .tour-theme .header-search-icon a {
     font-size: 10px;
     line-height: 26px;
     width: 26px;
     height: 26px;
  }
   .tour-theme .offcanvas-menu {
     margin-left: 5px;
  }
   .tour-theme .offcanvas-menu a {
     font-size: 22px;
  }
   .tour-theme .site-logo img {
     max-width: 90px;
  }
   .tour-theme .header-btn {
     -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
     -ms-justify-content: flex-end;
     justify-content: flex-end;
     -ms-flex-pack: flex-end;
  }
   .tour-theme .header-btn a {
     padding: 8px 20px;
     font-size: 14px;
  }
   .tour-theme .offcanvas-container {
     width: 100%;
  }
   .tour-theme .home-banner {
     min-height: 600px;
  }
   .tour-theme .banner-content {
     padding: 15px 0;
  }
   .tour-theme .banner-content .banner-title {
     font-size: 30px;
  }
   .tour-theme .banner-content .banner-btn {
     margin-left: -5px;
     margin-right: -5px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  }
   .tour-theme .banner-content .banner-btn a {
     padding: 10px 15px;
     text-align: center;
     margin: 5px;
     -webkit-flex-grow: 1;
     -moz-flex-grow: 1;
     -ms-flex-grow: 1;
     flex-grow: 1;
  }
   .tour-theme .home-banner-slider .slick-arrow:before {
     width: 30px;
     height: 30px;
     line-height: 30px;
     font-size: 11px;
  }
   .tour-theme .home-destination {
     padding-top: 70px;
     padding-bottom: 70px;
  }
   .tour-theme .destination-item {
     margin-bottom: 30px;
  }
   .tour-theme .home-package {
     padding-bottom: 70px;
  }
   .tour-theme .package-item {
     margin-bottom: 30px;
  }
   .tour-theme .package-item .package-image {
     min-height: 250px;
  }
   .tour-theme .package-item .package-content {
     padding: 25px 20px;
  }
   .tour-theme .package-item .package-meta ul li {
     font-size: 11px;
     padding: 0 9px;
  }
   .tour-theme .package-item .package-price {
     padding: 25px 20px;
  }
   .tour-theme .package-item .package-price .price-list span {
     font-size: 28px;
  }
   .tour-theme .bg-img-fullcallback {
     padding-top: 70px;
     padding-bottom: 70px;
  }
   .tour-theme .home-callback {
     padding-bottom: 140px;
  }
   .tour-theme .bg-color-callback {
     padding-top: 60px;
     padding-bottom: 60px;
  }
   .tour-theme .counter-wrap {
     margin-right: 0;
     margin-left: 0;
  }
   .tour-theme .counter-wrap .counter-item {
     width: 50%;
     border-top: 1px solid rgba(98, 102, 114, 0.23);
     padding: 12px;
  }
   .tour-theme .counter-wrap .counter-item:first-child {
     border-top: none;
  }
   .tour-theme .counter-wrap .counter-item:nth-child(2) {
     border-top: none;
     border-right: none;
  }
   .tour-theme .counter-wrap .counter-no {
     font-size: 22px;
     margin-bottom: 15px;
  }
   .tour-theme .counter-wrap .counter-desc {
     font-size: 13px;
     line-height: 1.1;
  }
   .tour-theme .home-offer {
     padding-top: 70px;
     padding-bottom: 70px;
  }
   .tour-theme .offer-item {
     margin-bottom: 30px;
  }
   .tour-theme .offer-item .offer-content {
     padding: 25px 20px;
  }
   .tour-theme .offer-item .package-meta {
     display: inline-block;
     position: relative;
     margin-bottom: 15px;
  }
   .tour-theme .offer-item .package-meta ul li {
     display: inline-block;
     font-size: 11px;
     line-height: 1.1;
     padding: 0 9px;
  }
   .tour-theme .offer-item .price-list {
     font-size: 18px;
  }
   .tour-theme .offer-item .offer-badge {
     font-size: 13px;
  }
   .tour-theme .home-gallery {
     margin-bottom: 70px;
  }
   .tour-theme .gallery-container .grid-item {
     width: 50%;
     padding: 5px;
  }
   .tour-theme .client-section {
     padding: 70px 0;
  }
   .tour-theme .client-section .client-logo ul li {
     padding: 5px;
  }
   .tour-theme .home-blog {
     padding: 70px 0 40px;
  }
   .tour-theme .blog-section {
     padding-top: 10px;
  }
   .tour-theme .blog-section .post .featured-post {
     min-height: 250px;
  }
   .tour-theme .home-testimonial {
     padding-bottom: 70px;
  }
   .tour-theme .site-footer {
     padding-top: 50px;
  }
   .tour-theme .site-footer .footer-newsletter input[type=email] {
     margin-right: 0;
     height: 50px;
  }
   .tour-theme .site-footer .footer-newsletter button {
     width: 100%;
     margin-top: 10px;
  }
   .tour-theme .site-footer .top-footer {
     padding-bottom: 25px;
  }
   .tour-theme .site-footer .footer-menu ul li a {
     font-size: 12px;
     font-weight: normal;
  }
   .tour-theme .inner-banner-wrap {
     padding-bottom: 55px;
  }
   .tour-theme .inner-baner-container .inner-banner-content {
     padding-top: 80px;
     padding-bottom: 80px;
  }
   .tour-theme .inner-baner-container .page-title {
     font-size: 30px;
  }
   .tour-theme .package-item-wrap {
     padding-bottom: 25px;
  }
   .tour-theme .offer-package-wrap {
     padding-bottom: 25px;
  }
   .tour-theme .package-inner-page {
     padding-bottom: 60px;
  }
   .tour-theme .single-packge-wrap .package-price {
     margin-left: 0;
     margin-top: 20px;
     width: 100%;
  }
   .tour-theme .single-packge-wrap .single-package-head {
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  }
   .tour-theme .single-packge-wrap .package-meta ul li {
     font-size: 14px;
     padding-top: 5px;
     padding-bottom: 5px;
  }
   .tour-theme .single-packge-wrap .package-content-detail .package-include ul li {
     width: 100%;
  }
   .tour-theme .icon-box {
     padding: 0 20px;
  }
   .tour-theme .icon-box .box-icon {
     font-size: 22px;
     line-height: 80px;
     height: 80px;
     width: 80px;
  }
   .tour-theme .inner-about-wrap {
     padding-bottom: 60px;
  }
   .tour-theme .inner-about-wrap .about-image {
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  }
   .tour-theme .inner-about-wrap .about-image img {
     width: 100%;
  }
   .tour-theme .inner-about-wrap .about-image .about-image-content {
     margin-top: 30px;
     margin-left: 0;
     width: 100%;
  }
   .tour-theme .inner-about-wrap .about-image .about-image-content h3 {
     font-size: 18px;
  }
   .tour-theme .inner-service-wrap {
     padding-bottom: 25px;
  }
   .tour-theme .contact-details-section {
     padding-top: 60px;
     padding-bottom: 30px;
  }
   .tour-theme .inner-team-wrap {
     padding-bottom: 20px;
  }
   .tour-theme .faq-page-container {
     padding-bottom: 70px;
  }
   .tour-theme .faq-page-container.bg-light-grey {
     padding-top: 70px;
  }
   .tour-theme .inner-testimonial-wrap {
     padding-bottom: 20px;
  }
   .tour-theme .inner-career-wrap .apply-form-container {
     padding: 30px 20px;
  }
   .tour-theme .inner-career-wrap form p {
     width: 100%;
  }
   .tour-theme .inner-career-wrap form p.width-5 {
     width: 100%;
  }
   .tour-theme .career-inner-page .iconbox-section {
     padding-top: 70px;
     padding-bottom: 30px;
  }
   .tour-theme .inner-career-detail-wrap {
     padding-bottom: 60px;
  }
   .tour-theme .inner-career-detail-wrap .job-description {
     margin-top: 30px;
  }
   .tour-theme .cart-list-inner {
     padding-bottom: 70px;
  }
   .tour-theme .cart-list-inner .table {
     display: block;
  }
   .tour-theme .cart-list-inner .table thead {
     display: block;
  }
   .tour-theme .cart-list-inner .table thead tr {
     position: absolute;
     top: -9999px;
     left: -9999px;
  }
   .tour-theme .cart-list-inner .table tbody {
     display: block;
  }
   .tour-theme .cart-list-inner .table th {
     display: block;
  }
   .tour-theme .cart-list-inner .table td {
     display: block;
     border: none;
     border-bottom: 1px solid #e6e6e6;
     position: relative;
  }
   .tour-theme .cart-list-inner .table td:before {
     display: block;
     white-space: nowrap;
     content: attr(data-column);
     color: #223645;
     font-weight: 600;
     margin-bottom: 10px;
  }
   .tour-theme .cart-list-inner .table tr {
     display: block;
     border: 1px solid #e6e6e6;
  }
   .tour-theme .cart-list-inner .updateArea .input-group {
     width: 100%;
  }
   .tour-theme .cart-list-inner .updateArea .input-group .form-control {
     margin-right: 0;
     margin-bottom: 10px;
     width: 100%;
  }
   .tour-theme .cart-list-inner .updateArea a {
     display: block;
     text-align: center;
     margin-bottom: 10px;
  }
   .tour-theme .cart-list-inner .updateArea a.update-btn {
     float: none;
     margin-top: 0;
  }
   .tour-theme .booking-content {
     margin-bottom: 30px;
  }
   .tour-theme .booking-content .form-title {
     margin-bottom: 15px;
  }
   .tour-theme .booking-content .form-title span {
     height: 30px;
     line-height: 30px;
     margin-right: 16px;
     width: 30px;
  }
   .tour-theme .booking-section {
     padding-bottom: 70px;
  }
   .tour-theme .confirmation-outer {
     padding-bottom: 70px;
  }
   .tour-theme .blog-archive {
     padding-bottom: 50px;
  }
   .tour-theme .single-post-section {
     margin-bottom: 50px;
  }
   .tour-theme .single-post-section .author-wrap {
     text-align: center;
  }
   .tour-theme .single-post-section .author-wrap .author-thumb {
     margin-bottom: 20px;
     margin-left: auto;
     margin-right: auto;
  }
   .tour-theme .single-post-section .author-wrap .author-content {
     width: 100%;
  }
   .tour-theme .comment-area .comment-thumb {
     width: 25px;
  }
   .tour-theme .comment-area .comment-content {
     width: -moz-calc(100% - 35px);
     width: -webkit-calc(100% - 35px);
     width: calc(100% - 35px);
  }
   .tour-theme .single-page-section {
     padding-bottom: 40px;
  }
   .tour-theme .gallery-section {
     margin-bottom: 50px;
  }
   .tour-theme .search-section .content-search-from .search-form {
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  }
   .tour-theme .search-section .content-search-from .search-form button {
     width: 100%;
     margin-left: 0;
     text-align: center;
  }
   .tour-theme .no-content-section {
     padding-bottom: 60px;
  }
   .tour-theme .no-content-wrap span.extra-big {
     font-size: 100px;
  }
   .tour-theme .no-content-wrap h1 {
     font-size: 22px;
  }
   .tour-theme .no-content-wrap .no-content-form input {
     margin-bottom: 20px;
     margin-right: 0;
  }
   .tour-theme .no-content-wrap .no-content-form button {
     width: 100%;
     text-align: center;
  }
   .tour-theme .comming-soon-section .comming-soon-content h2 {
     font-size: 30px;
  }
}
 @media screen and (max-width: 767px) {
   .tour-theme h1 {
     font-size: 36px;
  }
   .tour-theme h2 {
     font-size: 28px;
  }
   .tour-theme h3 {
     font-size: 20px;
  }
   .tour-theme h4 {
     font-size: 16px;
  }
   .tour-theme h5 {
     font-size: 14px;
  }
   .tour-theme h6 {
     font-size: 12px;
  }
   .tour-theme .tab-container .responsive-tabs .tab-pane {
     display: block !important;
     opacity: 1;
  }
   .tour-theme .tab-content {
     background-color: transparent;
     box-shadow: none;
  }
   .tour-theme .tab-content .card {
     background-color: transparent;
     box-shadow: none;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -ms-border-radius: 0px;
     border-radius: 0px;
     margin-bottom: 20px;
     border: none;
  }
   .tour-theme .tab-content .card:last-child {
     margin-bottom: 0;
  }
   .tour-theme .tab-content .card .card-header {
     background-color: transparent;
     border: none;
     padding: 0;
     margin: 0;
  }
   .tour-theme .tab-content .card .card-header a {
     background-color: #3a78c9;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     -ms-border-radius: 25px;
     border-radius: 25px;
     color: #fff;
     font-family: "Poppins", sans-serif;
     font-size: 15px;
     display: block;
     width: 100%;
     text-decoration: none;
     padding: 18px 24px;
     font-weight: 600;
     position: relative;
     text-align: left;
  }
   .tour-theme .tab-content .card .card-header a:before {
     content: "\f106";
     display: block;
     font-weight: 900;
     font-family: "Font Awesome 5 Free";
     float: right;
     position: absolute;
     top: 50%;
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
     right: 15px;
  }
   .tour-theme .tab-content .card .card-header a.collapsed {
     background-color: #eaeaeb;
     color: #223645;
  }
   .tour-theme .tab-content .card .card-header a.collapsed:before {
     content: "\f107";
  }
   .tour-theme .tab-content .card .card-body {
     font-size: 15px;
     padding: 20px;
  }
   .tour-theme .banner-content .banner-title {
     font-size: 40px;
  }
   .tour-theme .cart-list-inner .updateArea {
     text-align: center;
  }
   .tour-theme .cart-list-inner .updateArea .input-group .form-control {
     text-align: center;
  }
   .tour-theme .cart-list-inner .updateArea a.update-btn {
     float: none;
     margin-top: 15px;
  }
   .tour-theme .post-navigation .nav-prev {
     width: 100%;
  }
   .tour-theme .post-navigation .nav-prev ~ .nav-next {
     border-top: 1px solid #ececec;
     margin-top: 15px;
     padding-top: 15px;
  }
   .tour-theme .post-navigation .nav-next {
     float: left;
     width: 100%;
  }
   .tour-theme .gallery-inner-wrap {
     margin: -5px;
  }
   .tour-theme .gallery-inner-wrap .single-gallery {
     width: 50%;
     padding: 5px;
  }
   .tour-theme .no-content-wrap span.extra-big {
     font-size: 224px;
  }
}
 @media screen and (min-width: 992px) {
   .tour-theme .right-sidebar {
     padding-right: 40px;
     padding-right: 40px;
  }
   .tour-theme .left-sidebar {
     padding-left: 40px;
     padding-left: 40px;
  }
   .tour-theme .fixed-header .bottom-header {
     background-color: #fff;
     -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     position: fixed;
     top: 0;
     width: 100%;
     left: 0;
     z-index: 999;
  }
   .tour-theme .mobile-menu-container .slicknav_menu {
     display: none;
  }
}
 @media screen and (min-width: 768px) {
   .tour-theme .tab-container .responsive-tabs .nav-tabs {
     display: flex;
  }
   .tour-theme .tab-container .responsive-tabs .card {
     border: none;
  }
   .tour-theme .tab-container .responsive-tabs .card .card-header {
     display: none;
  }
   .tour-theme .tab-container .responsive-tabs .card .collapse {
     display: block;
  }
}
 @media screen and (max-width: 1199px) {
   .tour-theme .accordion-content .card .card-header a {
     font-size: 14px;
     padding: 12px 25px;
  }
   .tour-theme .comming-soon-section {
     padding: 30px 0;
  }
}
 @media screen and (max-width: 991px) {
   .tour-theme .bottom-header {
     border-bottom: 1px solid rgba(255, 255, 255, 0.25);
     padding: 12px 0;
  }
   .tour-theme .fixed-header .bottom-header {
     background-color: transparent;
     position: relative;
  }
   .tour-theme .fixed-header .mobile-menu-container {
     background-color: #fff;
     -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
     position: fixed;
     top: 0;
     width: 100%;
     left: 0;
     z-index: 999;
  }
   .tour-theme .fixed-header .mobile-menu-container .slicknav_nav {
     min-height: calc(100vh - 78px);
     height: 100%;
     overflow-y: scroll;
     position: absolute;
     width: 100%;
     left: 0;
     right: 0;
  }
   .tour-theme .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
     color: #212121;
  }
   .tour-theme .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
     background-color: #212121;
  }
   .tour-theme .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before {
     background-color: #212121;
  }
   .tour-theme .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
     background-color: #212121;
  }
   .tour-theme .mobile-menu-container {
     border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
   .tour-theme .banner-content .banner-title {
     font-size: 50px;
  }
   .tour-theme .client-section .client-content {
     text-align: center;
     margin-bottom: 40px;
  }
   .tour-theme .site-footer .footer-newsletter {
     margin-bottom: 20px;
  }
   .tour-theme .site-footer .lower-footer .text-right {
     text-align: initial !important;
  }
   .tour-theme .footer-primary .widget {
     margin-bottom: 30px;
  }
   .tour-theme .sidebar .booking-form-wrap {
     margin-top: 40px;
  }
   .tour-theme .inner-about-wrap .client-slider {
     margin-bottom: 40px;
  }
   .tour-theme .contact-from-wrap {
     margin-top: 40px;
  }
   .tour-theme .faq-page-container .faq-content-wrap {
     margin-bottom: 20px;
  }
   .tour-theme .faq-testimonial {
     margin-top: 40px;
  }
   .tour-theme .booking-section .booking-form-wrap {
     margin-bottom: 40px;
  }
   .tour-theme .confirmation-outer .booking-form-wrap {
     margin-bottom: 40px;
  }
   .tour-theme .comming-soon-section .comming-soon-footer {
     text-align: center;
  }
   .tour-theme .widget .gallery .gallery-item a img {
     width: 100%;
  }
   .tour-theme .widget .insta-gallery .gallery-item a img {
     width: 100%;
  }
}
 @media screen and (min-width: 576px) {
   .tour-theme .home-trip-search .group-input {
     width: 50%;
  }
   .tour-theme .home-trip-search .width-col-3 {
     width: 33.33%;
  }
   .tour-theme .package-item {
     display: grid;
     grid-template-columns: 33.33% 40% 26.67%;
  }
   .tour-theme .blog-section .post {
     display: grid;
     grid-template-columns: 40% 60%;
  }
}
 @media only screen and (min-width: 915px) {
   .tour-theme .home-trip-search .group-input {
     width: 20%;
  }
}
 @media only screen and (max-width: 580px) {
   .tour-theme .home-trip-search .group-input {
     width: 100%;
  }
   .tour-theme .home-trip-search .group-input i {
     bottom: 23px;
  }
   .tour-theme .home-trip-search select {
     height: 40px;
  }
   .tour-theme .home-trip-search input {
     height: 40px;
  }
   .tour-theme .home-trip-search input[type=submit] {
     margin-top: 20px;
  }
}
 @media screen and (min-width: 1200px) {
   .tour-theme .home-destination .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .home-destination .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .home-offer .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .home-offer .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .client-section .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .client-section .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .destination-item-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .destination-item-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .offer-package-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .offer-package-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .inner-service-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .inner-service-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .inner-contact-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .inner-contact-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .inner-team-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .inner-team-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .faq-page-container .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .faq-page-container .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .inner-testimonial-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .inner-testimonial-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .inner-career-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .inner-career-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .career-inner-page .iconbox-section .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .career-inner-page .iconbox-section .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .inner-career-detail-wrap .row {
     margin-left: -25px;
     margin-right: -25px;
  }
   .tour-theme .inner-career-detail-wrap .row [class*=col-] {
     padding-left: 25px;
     padding-right: 25px;
  }
   .tour-theme .comming-soon-section {
     height: 100vh;
  }
}
 @media screen and (max-width: 479px) {
   .tour-theme .gallery-inner-wrap .single-gallery {
     width: 100%;
  }
}


/*CUSTOM*/
.d-flex {
  display: flex;
}
.destination-inner-page {
  padding-top: 95px;
}
.tour-theme .destination-item .rating-start-wrap {
  color: #FFFFFF;
}
.related-package img {
  border-radius: 25px;
}
.tour-theme .sidebar .booking-form-inner label {
	color: #ffffff;
}
.booking-inner-page {
	padding-top: 95px;
}
.tour-theme .img img {
	width: unset;
}