/* bc.CSS 1.76 by J.E.Refsnes. Do not remove this line. */

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/* End extract from normalize.css */
html,
body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
/*img{margin-bottom:-5px}*/
a {
  color: inherit;
}
.tour-name h2 {
  font-size: 16px;
}
/* table{border-collapse:collapse;border-spacing:0;width:100%;display:table} 
 table,th,td{border:none } */
.fa-clock::before {
  content: "\f017";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.bc-table-all {
  border: 1px solid #ccc;
}
.bc-bordered tr,
.bc-table-all tr {
  border-bottom: 1px solid #d0d0d0;
}
.bc-striped tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.bc-table-all tr:nth-child(odd) {
  background-color: #fff;
}
.bc-table-all tr:nth-child(even) {
  background-color: #f2f2f2;
}
.bc-hoverable tbody tr {
  transition: background-color 0.25s ease;
}
.bc-hoverable tbody tr:hover {
  background-color: #f2f2f2;
}
.bc-centered tr th,
.bc-centered tr td {
  text-align: center;
}
.bc-table td,
.bc-table th,
.bc-table-all td,
.bc-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.bc-table th:first-child,
.bc-table td:first-child,
.bc-table-all th:first-child,
.bc-table-all td:first-child {
  padding-left: 16px;
}
.bc-btn {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;
  white-space: nowrap;
}
.bc-btn.bc-disabled,
.bc-btn-floating.bc-disabled,
.bc-btn:disabled,
.bc-btn-floating:disabled,
.bc-btn-floating-large.bc-disabled,
.bc-btn-floating-large:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.bc-btn.bc-disabled *,
.bc-btn-floating.bc-disabled *,
.bc-btn:disabled *,
.bc-btn-floating:disabled * {
  pointer-events: none;
}
.bc-btn.bc-disabled:hover,
.bc-btn:disabled:hover,
.bc-btn-floating.bc-disabled:hover,
.bc-btn-floating:disabled:hover,
.bc-btn-floating-large.bc-disabled:hover,
.bc-btn-floating-large:disabled:hover {
  box-shadow: none;
}
.bc-btn:hover,
.bc-btn-floating:hover,
.bc-btn-floating-large:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bc-btn-floating,
.bc-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  font-size: 24px;
}
.bc-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.bc-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.bc-btn-group .bc-btn {
  float: left;
}
.bc-btn.bc-ripple {
  position: relative;
}
.bc-ripple:after {
  content: "";
  background: #90ee90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.bc-ripple:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.bc-badge,
.bc-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  text-align: center;
}
.bc-badge {
  border-radius: 50%;
}
.bc-blockquote {
  margin: 0;
  padding-left: 16px;
  border-left: 5px solid #ddd;
  font-style: italic;
}
ul.bc-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.bc-ul li {
  padding: 6px 16px;
  border-bottom: 1px solid #e0e0e0;
}
ul.bc-ul li:last-child {
  border-bottom: none;
}
.bc-image,
.bc-tooltip {
  position: relative;
}
img.bc-image,
.bc-image img {
  max-width: 100%;
  height: auto;
}
.bc-image .bc-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}
.bc-fluid {
  max-width: 100%;
  height: auto;
}
.bc-tooltip .bc-text {
  display: none;
}
.bc-tooltip:hover .bc-text {
  display: inline-block;
}
.bc-topnav {
  padding: 8px 8px;
}
.bc-topnav a,
.bc-sidenav a,
.bc-dropnav a {
  text-decoration: none !important;
}
.bc-topnav a {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bc-topnav a:hover {
  border-bottom: 3px solid #fff;
}
.bc-sidenav {
  height: 100%;
  width: 200px;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}
.bc-opennav,
.bc-closenav {
  color: inherit;
}
.bc-opennav:hover,
.bc-closenav:hover {
  cursor: pointer;
  opacity: 0.8;
}
.bc-sidenav a {
  padding: 4px 16px;
}
.bc-sidenav a:hover,
.bc-sidenav a:focus {
  background-color: #ccc;
}
.bc-sidenav a,
.bc-dropnav a {
  display: block;
  transition: 0.3s;
}
.bc-dropnav a:hover {
  text-decoration: underline !important;
}
.bc-tab div {
  display: none;
}
.bc-tab div:target {
  display: block;
}
.bc-modal {
  z-index: 1;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.bc-modal:target {
  display: block;
}
.bc-modal-content {
  margin: auto;
  background-color: #f3f3f3;
  position: relative;
  padding: 0;
  outline: 0;
  border: 1px #555 solid;
  width: 600px;
}
.bc-closebtn {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}
.bc-closebtn:hover,
.bc-closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.bc-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.bc-pagination li {
  display: inline;
}
.bc-pagination li a {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 8px 16px;
  transition: background-color 0.3s;
}
.bc-pagination li a:hover,
.bc-pagination li a:focus {
  background-color: #ddd;
}
.bc-form {
  padding: 16px;
}
.bc-group,
.bc-input-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bc-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
}
.bc-label {
  position: absolute;
  top: -22px;
  left: 0;
  color: #009688;
}
.bc-select {
  background-color: transparent;
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}
.bc-select select:focus {
  color: #000;
  border: 1px solid #009688;
}
.bc-select option[disabled] {
  color: #009688;
}
/* bc-checkbox and bc-checkmark will be removed in version 1.8 */
.bc-checkbox:before,
.bc-checkbox:after,
.bc-checkbox,
.bc-checkmark:before,
.bc-checkmark:after,
.bc-checkmark {
  box-sizing: border-box;
}
.bc-checkbox {
  display: inline-block;
  line-height: 24px;
  margin: 8px 0;
}
.bc-checkbox input[type="checkbox"],
.bc-checkbox input[type="radio"] {
  display: none;
}
.bc-checkbox input[type="checkbox"]:checked + .bc-checkmark:before {
  background: #009688;
}
.bc-checkbox input[type="checkbox"]:checked + .bc-checkmark:after {
  opacity: 1;
}
.bc-checkbox input[type="radio"]:checked + .bc-checkmark:before {
  background: #fff;
}
.bc-checkbox input[type="radio"]:checked + .bc-checkmark:after {
  opacity: 1;
  background-color: #009688;
}
.bc-checkmark:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #009688;
}
.bc-checkmark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.bc-checkmark:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 14px;
  height: 8px;
  border: 4px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bc-checkbox input[type="radio"] + .bc-checkmark:before {
  border-radius: 50%;
  background-color: #fff;
}
.bc-checkbox input[type="radio"] + .bc-checkmark:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border: 0 solid #fff;
  border-radius: 50%;
}
.bc-checkbox input[type="checkbox"]:disabled + .bc-checkmark {
  opacity: 0.3;
  cursor: default;
}
.bc-checkbox input[type="radio"]:disabled + .bc-checkmark {
  opacity: 0.3;
  cursor: default;
}
/* bc-checkbox and bc-checkmark will be removed in version 1.8 */
input[type="checkbox"].bc-check,
input[type="radio"].bc-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}
input[type="checkbox"].bc-check:checked + .bc-validate,
input[type="radio"].bc-radio:checked + .bc-validate {
  color: #009688;
}
input[type="checkbox"].bc-check:disabled + .bc-validate,
input[type="radio"].bc-radio:disabled + .bc-validate {
  color: #aaa;
}
.bc-responsive {
  overflow-x: auto;
}
.bc-container:after,
.bc-row:after,
.bc-row-padding:after,
.bc-topnav:after,
.bc-clear:after,
.bc-btn-group:before,
.bc-btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.bc-col,
.bc-half,
.bc-third,
.bc-twothird,
.bc-quarter {
  float: left;
  width: 100%;
}
.bc-col.s1 {
  width: 8.33333%;
}
.bc-col.s2 {
  width: 16.66666%;
}
.bc-col.s3 {
  width: 24.99999%;
}
.bc-col.s4 {
  width: 33.33333%;
}
.bc-col.s5 {
  width: 41.66666%;
}
.bc-col.s6 {
  width: 49.99999%;
}
.bc-col.s7 {
  width: 58.33333%;
}
.bc-col.s8 {
  width: 66.66666%;
}
.bc-col.s9 {
  width: 74.99999%;
}
.bc-col.s10 {
  width: 83.33333%;
}
.bc-col.s11 {
  width: 91.66666%;
}
.bc-col.s12,
.bc-half,
.bc-third,
.bc-twothird,
.bc-quarter {
  width: 99.99999%;
}
/*--------CSS tour list start-----------------*/
.tour-items {
  width: 100%;
  clear: both;
}
.tour-outer-item {
  width: 33.33%;
  float: right;
  height: 530px;
  margin-bottom: 35px;
}
.tour-item {
  margin: 0px auto;
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 5px -2px 15px #98989891;
  background: #9898985c;
  max-width: 350px;
}
.tour-outer-item:nth-child(3n) .tour-item,
.tour-outer-item:nth-child(3n + 1) .tour-item {
  float: right;
}
.tour-outer-item:nth-child(3n) .tour-item {
  float: left;
}
.tour-item .tour-img {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.tour-item .tour-img img,
.tour-item .tour-img .hover-effect,
.tour-info .tour-name {
  transition: transform 0.5s;
}
.tour-item .tour-img img {
  width: 100%;
}
.shine-hover {
  overflow: hidden;
  position: relative;
}
.shine-hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine-hover::after {
  content: "";
}
.tour-item .tour-info {
  background: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 15px;
  direction: rtl;
  color: #989898;
  line-height: 28px;
  font-size: 15px;
}
.tour-info .tour-name {
  font-size: 16px;
  color: #333;
}
.tour-info .tour-price .cost {
  font-size: 15px;
  color: #df7527;
}
.tour-info .tour-price .tour-price-unit {
  font-size: 12px;
  margin: 0px 5px;
}
.tour-info .fa-clock,
.tour-info .fa-calendar-alt,
.tour-info .fa-plane {
  font-style: normal;
  margin-left: 5px;
  float: right;
  font-family: FontAwesome;
}
.tour-info .tour-du-details {
  font-size: 12px;
  margin: 0px 5px;
}
.tour-info .extra-tour-details {
  border-top: 2px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}
.tour-info .extra-tour-details .tour-viewpoint {
  width: 40%;
  float: right;
}
.tour-info .extra-tour-details .tour-viewpoint div {
  float: right;
  line-height: 15px;
}
.tour-info .extra-tour-details .tour-airline {
  width: 60%;
  float: left;
  direction: ltr;
  height: 27px;
  line-height: 27px;
}
.tour-info .fa-plane {
  transform: rotate(45deg);
  float: left;
  margin-right: 5px;
}
.tour-info .extra-tour-details .tour-airline span {
  float: left;
  margin-top: 2px;
}
.tour-item:hover .tour-img .hover-effect {
  position: absolute;
  top: 0;
  right: 0;
  background: #00000040;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/*--------CSS tour list end-----------------*/
/*--------CSS tour cat start-----------------*/
.tour-count {
  margin-right: 41px;
}
.tour-cat-content_ h3.title {
  margin-right: 19px;
}
/* .item-container{padding: 3em 20px;} */
.dir-rtl {
  direction: rtl;
}
.text-right {
  text-align: right;
}
.tour-cat-container article {
  float: right;
  width: 25%;
  margin-bottom: 1.5em;
  height: 375px;
}
.tour-cat-container article a {
  width: 270px;
  height: 375px;
  margin: 0 auto;
  display: block;
}
a,
i,
span,
p,
h1,
h2,
h3,
h4,
input,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-cat-content {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
*.background-color_white {
  background-color: white;
}
.p-relative {
  position: relative;
}
.width_90 {
  width: 90%;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tour-cat-content figure {
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.text-center {
  text-align: center;
}
.tour-cat-content img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.tour-cat-content figure::after {
  content: "";
  width: 100%;
  height: 99%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 27, 27, 0.25) 100%
  );
  border-radius: 3px;
}
.tour-cat-content .info {
  padding: 0.5em 1em;
  top: 0.5em;
  z-index: 99;
}
*.color_white {
  color: white;
}
.width_100 {
  width: 100%;
}
.tour-cat-content .info {
  padding: 0.5em 1em;
  top: 0.5em;
  z-index: 99;
  position: absolute;
}

/*--------CSS tour cat end-----------------*/
#Emailbox {
  display: none;
}
.information-user {
  direction: rtl;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.information-user a {
  color: #fff;
  margin-left: 10px;
}
.info-section {
  display: inline-block;
  direction: rtl;
}
.info-section span {
  margin: 0px 10px;
}
.information-user span {
  margin: 0px 2px;
}
.bothlogReg .login_counter {
  text-align: center;
  direction: rtl;
  font-size: 20px;
  color: #e57b07;
  margin: 15px 0;
}
.bothlogReg .ResendSMSSubmit {
  color: #75e11b;
  text-decoration: none;
  font-size: 15px;
  background: no-repeat;
  border: none;
  font-family: "Vazir-FD";
  margin-right: 24px;
  display: none;
}
.bothlogReg .login_info {
  width: 50%;
  margin-bottom: 15px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  float: right;
}
#sendEmailForm .login_info {
  width: 100% !important;
}
.bothlogReg .login_info .label {
  width: 100%;
  text-align: right;
  color: #c2c2c2;
}
.bothlogReg .login_info input,
.bothlogReg .login_info select {
  direction: rtl;
  font-size: 13px;
  background: #fff;
  width: 90%;
  height: 40px;
  float: right;
  color: #a1a1a1;
  font-size: 12px;
  padding-right: 10px;
  border: 1px solid #a1a1a1;
  border-radius: 0px;
  padding-left: 10px;
  font-family: "Vazir-FD";
}
.bothlogReg .login_info .sendcode {
  cursor: pointer;
  width: 100%;
  height: 35px;
  background-color: #e57b07;
  color: #fff;
  font-size: 13px;
  border-radius: 0px;
  border: 0px;
  font-family: "Vazir-FD";
}
.bothlogReg .login_info .submitcode {
  font-size: 13px;
  font-family: "Vazir";
  width: 114px;
  background-color: #878787;
  text-align: center;
  height: 35px;
  line-height: 31px;
  border-radius: 4px;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}
#sendSms {
  padding: 10px 20px;
  position: relative;
}
/*--------CSS LOGIN INFORMATION-----------------*/
@media only screen and (min-width: 601px) {
  .bc-col.m1 {
    width: 8.33333%;
  }
  .bc-col.m2 {
    width: 16.66666%;
  }
  .bc-col.m3,
  .bc-quarter {
    width: 24.99999%;
  }
  .bc-col.m4,
  .bc-third {
    width: 33.33333%;
  }
  .bc-col.m5 {
    width: 41.66666%;
  }
  .bc-col.m6,
  .bc-half {
    width: 49.99999%;
  }
  .bc-col.m7 {
    width: 58.33333%;
  }
  .bc-col.m8,
  .bc-twothird {
    width: 66.66666%;
  }
  .bc-col.m9 {
    width: 74.99999%;
  }
  .bc-col.m10 {
    width: 83.33333%;
  }
  .bc-col.m11 {
    width: 91.66666%;
  }
  .bc-col.m12 {
    width: 99.99999%;
  }
}

@media only screen and (min-width: 990px) {
  .bc-col.l1 {
    width: 8.33333%;
  }
  .bc-col.l2 {
    width: 230px;
  }
  .bc-col.l3,
  .bc-quarter {
    width: 24.99999%;
  }
  .bc-col.l4,
  .bc-third {
    width: 33.33333%;
  }
  .bc-col.l5 {
    width: 41.66666%;
  }
  .bc-col.l6,
  .bc-half {
    width: 49.99999%;
  }
  .bc-col.l7 {
    width: 58.33333%;
  }
  .bc-col.l8,
  .bc-twothird {
    width: 66.66666%;
  }
  .bc-col.l9 {
    width: 74.99999%;
  }
  .bc-col.l10 {
    width: 83.33333%;
  }
  .bc-col.l11 {
    width: 91.66666%;
  }
  .bc-col.l12 {
    width: 99.99999%;
  }
}

.bc-content {
  max-width: 980px;
  margin: auto;
}
.bc-rest {
  overflow: hidden;
}
@media (max-width: 601px) {
  .bc-modal-content {
    margin: 50px 10px 10px 10px;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .bc-modal-content {
    width: 500px;
  }
  .bc-hide {
    display: none !important;
  }
  .bc-show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .bc-modal-content {
    width: 900px;
  }
}
@media screen and (max-width: 601px) {
  .bc-topnav a {
    display: block;
  }
  .bc-topnav a:first-child {
    padding: 0 8px;
  }
}
@media screen and (max-width: 601px) {
  .bc-topnav {
    text-align: center;
  }
}
@media (max-width: 601px) {
  .bc-hide-small {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 601px) {
  .bc-hide-medium {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .bc-hide-large {
    display: none !important;
  }
}
.bc-top,
.bc-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.bc-top {
  top: 0;
}
.bc-bottom {
  bottom: 0;
}
.bc-left {
  float: left !important;
}
.bc-right {
  float: right !important;
}
.bc-float {
  float: none !important;
}
.bc-tiny {
  font-size: 10px !important;
}
.bc-small {
  font-size: 12px !important;
}
.bc-medium {
  font-size: 15px !important;
}
.bc-large {
  font-size: 18px !important;
}
.bc-minilarge {
  font-size: 18px !important;
}
.bc-xlarge {
  font-size: 24px !important;
}
.bc-xxlarge {
  font-size: 36px !important;
}
.bc-xxxlarge {
  font-size: 48px !important;
}
.bc-slim {
  font-family: "Segoe UI", Arial, sans-serif !important;
}
.bc-wide {
  font-family: "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 4px;
}
.bc-jumbo {
  font-size: 64px !important;
}
.bc-left-align {
  text-align: left !important;
}
.bc-right-align {
  text-align: right !important;
}
.bc-justify {
  text-align: justify !important;
}
.bc-center {
  text-align: center !important;
}
.bc-circle {
  border-radius: 50% !important;
}
.bc-round-small {
  border-radius: 2px !important;
}
.bc-round,
.bc-round-medium {
  border-radius: 4px !important;
}
.bc-round-large {
  border-radius: 8px !important;
}
.bc-round-xlarge {
  border-radius: 16px !important;
}
.bc-round-xxlarge {
  border-radius: 32px !important;
}
.bc-round-jumbo {
  border-radius: 64px !important;
}
.bc-border-0 {
  border: 0 !important;
}
.bc-border {
  border: 1px solid #ccc !important;
}
.bc-border-top {
  border-top: 1px solid #ccc !important;
}
.bc-border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.bc-border-left {
  border-left: 1px solid #ccc !important;
}
.bc-border-right {
  border-right: 1px solid #ccc !important;
}
.bc-margin-auto {
  margin: 0 auto !important;
}
.bc-margin-0 {
  margin: 0 !important;
}
.bc-margin-2 {
  margin: 2px !important;
}
.bc-margin-4 {
  margin: 4px !important;
}
.bc-margin-8 {
  margin: 8px !important;
}
.bc-margin-12 {
  margin: 12px !important;
}
.bc-margin-16 {
  margin: 16px !important;
}
.bc-margin-24 {
  margin: 24px !important;
}
.bc-margin-32 {
  margin: 32px !important;
}
.bc-margin-64 {
  margin: 64px !important;
}
.bc-margin {
  margin: 16px !important;
}
.bc-margin-top {
  margin-top: 16px !important;
}
.bc-margin-bottom {
  margin-bottom: 16px !important;
}
.bc-margin-left {
  margin-left: 16px !important;
}
.bc-margin-right {
  margin-right: 16px !important;
}
.bc-padding-tiny {
  padding: 2px 4px !important;
}
.bc-padding-small {
  padding: 4px 8px !important;
}
.bc-padding-medium,
.bc-padding {
  padding: 8px 16px !important;
}
.bc-padding-large {
  padding: 12px 24px !important;
}
.bc-padding-xlarge {
  padding: 16px 32px !important;
}
.bc-padding-xxlarge {
  padding: 24px 48px !important;
}
.bc-padding-jumbo {
  padding: 32px 64px !important;
}
.bc-padding-0 {
  padding: 0 !important;
}
.bc-padding-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.bc-padding-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.bc-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.bc-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.bc-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.bc-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.bc-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.bc-padding-top {
  padding-top: 8px !important;
}
.bc-padding-bottom {
  padding-bottom: 8px !important;
}
.bc-padding-left {
  padding-left: 16px !important;
}
.bc-padding-right {
  padding-right: 16px !important;
}
.bc-row-padding,
.bc-row-padding > .bc-half,
.bc-row-padding > .bc-third,
.bc-row-padding > .bc-twothird,
.bc-row-padding > .bc-quarter,
.bc-row-padding > .bc-col {
  padding: 0 8px;
}
.bc-spin {
  animation: bc-spin 2s infinite linear;
  -webkit-animation: bc-spin 2s infinite linear;
}
@-webkit-keyframes bc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes bc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.bc-container {
  padding: 0.01em 16px;
}
.bc-example {
  background-color: #f1f1f1;
  padding: 0.01em 16px;
}
.bc-section {
  margin-top: 16px;
  margin-bottom: 16px;
}
.bc-code {
  font-family: Consolas, "courier new";
  font-size: 16px;
  line-height: 1.4;
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #009688;
  word-wrap: break-word;
}
.bc-example,
.bc-code,
.bc-reference {
  margin: 20px 0;
}
.bc-card {
  border: 1px solid #ccc;
}
.bc-card-2,
.bc-example {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.bc-card-4 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.bc-card-8 {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.bc-card-12 {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}
.bc-card-16 {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.bc-card-24 {
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}
.bc-animate-opacity {
  -webkit-animation-name: opac;
  -webkit-animation-duration: 4s;
  animation-name: opac;
  animation-duration: 4s;
}
@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* TOP */
.bc-animate-top {
  position: relative;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* LEFT */
.bc-animate-left {
  position: relative;
  -webkit-animation-name: animateleft;
  -webkit-animation-duration: 0.4s;
  animation-name: animateleft;
  animation-duration: 0.4s;
}
@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* RIGHT */
.bc-animate-right {
  position: relative;
  -webkit-animation-name: animateright;
  -webkit-animation-duration: 0.4s;
  animation-name: animateright;
  animation-duration: 0.4s;
}
@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
/* BOTTOM */
.bc-animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.4s;
  animation-name: animatebottom;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
/* COLORS */
.bc-text-amber {
  color: #ffc107 !important;
}
.bc-amber {
  color: #000 !important;
  background-color: #ffc107 !important;
}
.bc-text-aqua {
  color: #00ffff !important;
}
.bc-aqua {
  color: #000 !important;
  background-color: #00ffff !important;
}
.bc-text-blue {
  color: #2196f3 !important;
}
.bc-blue {
  color: #fff !important;
  background-color: #2196f3 !important;
}
.bc-text-light-blue {
  color: #87ceeb !important;
}
.bc-light-blue {
  color: #000 !important;
  background-color: #87ceeb !important;
}
.bc-text-brown {
  color: #795548 !important;
}
.bc-brown {
  color: #fff !important;
  background-color: #795548 !important;
}
.bc-text-cyan {
  color: #00bcd4 !important;
}
.bc-cyan {
  color: #000 !important;
  background-color: #00bcd4 !important;
}
.bc-text-blue-grey {
  color: #607d8b !important;
}
.bc-blue-grey {
  color: #fff !important;
  background-color: #607d8b !important;
}
.bc-text-green {
  color: #4caf50 !important;
}
.bc-green {
  color: #fff !important;
  background-color: #4caf50 !important;
}
.bc-text-light-green {
  color: #8bc34a !important;
}
.bc-light-green {
  color: #000 !important;
  background-color: #8bc34a !important;
}
.bc-text-indigo {
  color: #3f51b5 !important;
}
.bc-indigo {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.bc-text-khaki {
  color: #b4aa50 !important;
}
.bc-khaki {
  color: #000 !important;
  background-color: #f0e68c !important;
}
.bc-text-lime {
  color: #cddc39 !important;
}
.bc-lime {
  color: #000 !important;
  background-color: #cddc39 !important;
}
.bc-text-orange {
  color: #ff9800 !important;
}
.bc-orange {
  color: #000 !important;
  background-color: #ff9800 !important;
}
.bc-text-deep-orange {
  color: #ff5722 !important;
}
.bc-deep-orange {
  color: #fff !important;
  background-color: #ff5722 !important;
}
.bc-text-pink {
  color: #e91e63 !important;
}
.bc-pink {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.bc-text-purple {
  color: #9c27b0 !important;
}
.bc-purple {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.bc-text-deep-purple {
  color: #673ab7 !important;
}
.bc-deep-purple {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.bc-text-red {
  color: #f44336 !important;
}
.bc-red {
  color: #fff !important;
  background-color: #f44336 !important;
}
.bc-text-sand {
  color: #fdf5e6 !important;
}
.bc-sand {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}
.bc-text-teal {
  color: #009688 !important;
}
.bc-teal {
  color: #fff !important;
  background-color: #009688 !important;
}
.bc-text-yellow {
  color: #d2be0e !important;
}
.bc-yellow {
  color: #000 !important;
  background-color: #ffeb3b !important;
}
.bc-text-white {
  color: #fff !important;
}
.bc-white {
  color: #000 !important;
  background-color: #fff !important;
}
.bc-text-black {
  color: #000 !important;
}
.bc-black {
  color: #fff !important;
  background-color: #000 !important;
}
.bc-text-grey {
  color: #757575 !important;
}
.bc-grey {
  color: #000 !important;
  background-color: #9e9e9e !important;
}
.bc-text-light-grey {
  color: #f1f1f1 !important;
}
.bc-light-grey {
  color: #000;
  background-color: #f1f1f1 !important;
}
.bc-text-dark-grey {
  color: #3a3a3a !important;
}
.bc-dark-grey {
  color: white;
  background-color: #616161 !important;
}
.bc-text-white-opacity {
  color: rgba(255, 255, 255, 0.65) !important;
}
.bc-text-black-opacity {
  color: rgba(0, 0, 0, 0.6) !important;
}
.bc-text-shadow {
  text-shadow: 1px 1px 1px #444;
  letter-spacing: 2px;
}

/*---------------------------------------------------------------------------------------*/
.bc-theme {
  color: #fff !important;
  background-color: #009688 !important;
}
.bc-theme-light {
  color: #000 !important;
  background-color: #e0f2f1 !important;
}
.bc-theme-dark {
  color: #fff !important;
  background-color: #004d40 !important;
}
.bc-text-theme {
  color: #009688 !important;
}
.bc-theme-l5 {
  color: #000 !important;
  background-color: #e0f2f1 !important;
}
.bc-theme-l4 {
  color: #000 !important;
  background-color: #b2dfdb !important;
}
.bc-theme-l3 {
  color: #000 !important;
  background-color: #80cbc4 !important;
}
.bc-theme-l2 {
  color: #000 !important;
  background-color: #4db6ac !important;
}
.bc-theme-l1 {
  color: #000 !important;
  background-color: #26a69a !important;
}
.bc-theme-d1 {
  color: #fff !important;
  background-color: #00897b !important;
}
.bc-theme-d2 {
  color: #fff !important;
  background-color: #00796b !important;
}
.bc-theme-d3 {
  color: #fff !important;
  background-color: #00695c !important;
}
.bc-theme-d4 {
  color: #fff !important;
  background-color: #004d40 !important;
}
.bc-theme-action {
  color: #fff !important;
  background-color: #00695c !important;
}
.bc-theme-withe {
  background-color: #fff !important;
}

/*----------------------------------------- my css ----------------------------------------------*/
.bc-heightmain {
  height: 100%;
}
.bc-heightauto {
  min-height: 100px;
  height: auto;
}
.bc-main {
  width: 990px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.bc-zindex {
  z-index: 999999;
}
.bc-zindex-1 {
  z-index: 1;
}

@media screen and (max-width: 1162px) {
  .tour-outer-item {
    width: 50%;
  }
  .tour-outer-item:nth-child(3n) .tour-item,
  .tour-outer-item:nth-child(3n + 1) .tour-item {
    float: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 989px) {
  #maincontent .bc-main {
    width: 760px;
    height: 100%;
    margin: 0 auto;
  }
  .bc-main {
    width: 98%;
    height: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 551px) and (max-width: 768px) {
  #maincontent .bc-main,
  #articletravel .bc-main,
  #servicesTravel .bc-main {
    width: 540px;
    height: 100%;
    margin: 0 auto;
  }
  .bc-main {
    width: 98%;
    height: 100%;
    margin: 0 auto;
  }
  .bc-col.m6,
  .bc-half {
    width: 100% !important;
  }
  footer .bc-col.m6,
  footer .bc-half {
    width: 100% !important;
  }
}

@media screen and (max-width: 550px) {
  #maincontent .bc-main {
    width: 98%;
    height: 100%;
    margin: 0 auto;
  }
  .bc-main {
    width: 98%;
    height: 100%;
    margin: 0 auto;
  }
}
/*form*/
#form-mail-resize {
  width: 100%;
  height: auto;
  direction: rtl;
  background: #c8c8c8;
  padding: 5px;
  box-sizing: border-box;
  margin: 20px 0 50px 0;
}
.information {
  width: 33.3%;
  float: right;
  min-height: 50px;
}
label {
  display: inline-block;
  font-size: 14px;
}
.city-country {
  border: 1px solid #4c4d4f;
  padding: 3px 0;
  background: #ebebeb;
  transition: all 0.4s ease;
  width: 170px;
}
.information input,
.information textarea {
  border: 1px solid #4c494b;
  padding: 3px 3px 3px 0;
  background: #fff;
  transition: all 0.4s ease;
}
.submit input {
  font-size: 31px;
  border: none;
  background: none;
}
.captcha3 {
  margin-right: 35px;
}
.captcha3 img {
  float: right;
}
.refresh {
  float: right;
  background: #979697;
  width: 55px;
  text-align: center;
  height: 35px;
  margin-right: 20px;
  border: 1px solid #4c494b;
}
.fa.fa-phone {
  transform: rotate(-90deg);
  font-size: 30px;
  margin-left: 10px;
  float: right;
}
.text-form .title {
  font-size: 23px;
}
.text-form2 {
  margin-bottom: 10px;
}
.right-part {
  width: 80%;
  float: right;
}
.captcha22 {
  width: 94px;
}
.submit {
  background: #2ab404;
  cursor: pointer;
  border: 1px solid #4c494b;
  color: #000;
  text-align: center;
  width: 150px;
  height: 60px;
  line-height: 30px;
}
.left-part {
  width: 20%;
  float: left;
}
@media screen and (max-width: 1009px) {
  .left-part,
  .right-part {
    width: 100% !important;
  }
}
@media screen and (max-width: 807px) {
  .information {
    width: 50% !important;
  }
  .information input,
  .city-country {
    float: left;
  }
  .tour-outer-item {
    width: 100%;
  }
}
@media screen and (max-width: 534px) {
  .information {
    width: 100% !important;
  }
  .information input,
  .city-country {
    float: left;
  }
}
@media screen and (max-width: 385px) {
}

.set-see-all-tour {
  position: relative;
  margin-bottom: 20px;
}
.set-see-all-tour .for-all-tour-anch {
  bottom: -4px !important;
  position: absolute;
  left: 47%;
  z-index: 10;
}
.set-see-all-tour .for-all-tour-anch:hover {
  color: rgb(84, 35, 19) !important;
}
.pop-tor-mob {
  position: relative;
  margin-top: 100px !important;
}
.pop-tor-mob .for-all-tour-anc {
  position: absolute;
  left: 13px;
  top: -50px;
  z-index: 10;
}
.pop-tor-mob .titleSpecialTour {
  top: -90px;
  right: 0px;
  position: absolute;
}
#paging,
#paging ul {
  width: 100% !important;
  margin-top: 1rem;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex !important;
}
#paging ul li {
  width: 48px;
  height: 48px !important;
  border-radius: 50%;
  color: #fff;
  background-color: #cc593a;
  justify-content: center;
  align-items: center;
  display: flex !important;
}
#paging ul li:hover {
  background-color: #767676;
  color: #cc593a;
}
#paging ul li a {
  color: white !important;
  width: 100% !important;
  height: 100% !important;
  justify-content: center;
  align-items: center;
  display: flex !important;
}

