html {
  font-size: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
::-moz-selection {
  background-color: #fdf0b2;
}
::-webkit-selection {
  background-color: #fdf0b2;
}
::selection {
  background-color: #fdf0b2;
}
:focus {
  outline: none;
}
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  /*
  font-family: 'Open Sans', sans-serif;
*/
  font-family: 'Lora', sans-serif;
  color: #515151;
  line-height: 28px;
  font-size: 16px;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.i-gallery p {
    font-family: 'Philosopher', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0;
    padding: 5px 15px;
    text-align: center;
}
.border-1 {
    box-shadow: 0 1px 1px rgba(209,209,209,1.00);
    margin-bottom: 1px;
}
table {
  margin-bottom: 35px;
  font-size: 16px;
}
.table-active, .table-active > td, .table-active > th {
  background-color: rgb(204, 50, 14);
  color: #fff !important;
}
.table-indigo, .table-indigo > td, .table-indigo > th {
  background-color: var(--indigo);
  color: #fff !important;
}
.table-purple, .table-purple > td, .table-purple > th {
  background-color: var(--purple);
  color: #fff !important;
}
.table-orange, .table-orange > td, .table-orange > th {
  background-color: #fd7e14;
  color: #fff !important;
}
.table-yellow, .table-yellow > td, .table-yellow > th {
  background-color: #ffc107;
  color: #fff !important;
}
.table-green, .table-green > td, .table-green > th {
  background-color: #28a745;
  color: #fff !important;
}
.table-teal, .table-teal > td, .table-teal > th {
  background-color: #20c997;
  color: #fff !important;
}
.table-cyan, .table-cyan > td, .table-cyan > th {
  background-color: #17a2b8 !important;
  color: #fff !important;
}
.table-blue, .table-blue > td, .table-blue > th {
  background-color: #007bff !important;
  color: #fff !important;
}
hr {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #fff;
}
.divider {
  display: block;
  background-image: url("../images/seprator.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 120px 15px 90px 15px;
  height: 18px;
}
section {
  padding: 95px 0;
  margin: 0;
}
footer {
  padding: 0;
  margin: 0;
}
.help-block .with-errors li {
color: #f00;
}
/******************************** container ********************************/
@media (min-width: 1060px) {
  .content-wrapper {
    padding: 0 40px 40px 40px;
  }
}
/******************************** typo ********************************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Philosopher', sans-serif;
  color: #606465;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}
h1, .h1 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
}
h2, .h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 18px;
}
p {
  font-family: 'Lora', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #515151;
  text-decoration: none;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: justify;
}
b, strong {
  font-weight: bolder;
  color: #a27444;
}
ul {
  margin-bottom: 26px;
}
li {
  font-size: 15px;
  font-weight: 400;
  color: #515151;
  text-decoration: none;
  line-height: 28px;
}
a {
  color: #606465;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #ec1e34;
  text-decoration: none;
}
.fas, .fab {
  min-width: 22px;
}
.text-primary {
  color: #ec1e34 !important;
}
.round-list ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.round-list ol li {
  margin: 0 0 0.7rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.round-list ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  --size: 26px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(0deg);
  background: #0f6eb7;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.round-list ol li:hover::before {
  transform: rotate(-10deg);
  --size: 32px;
}
ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-icon li {
  margin: 0 1em 0.5em 1em;
  margin-left: 25px;
}
ul.list-icon > li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #cc320e;
}
.display-5 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.text-small, .text-small p, .text-small li {
  font-size: 14px !important;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.mycard .card-body {
  padding: .25rem 1.25rem;
}
.mycard .card {
     border: 0px solid #fff;
     box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.mycard .card-title {
  text-align: center;
}
.mycard .card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/******************************** btns ********************************/
.btn {}
.btn-outline-primary {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #606465;
  background-color: transparent;
  background-image: none;
  border-color: #606465;
  border-radius: 0;
  min-width: 160px;
}
.btn-outline-primary:hover {
  border-color: #ec1e34;
  color: #ec1e34;
  background-color: transparent;
}
.btn-outline-secondary {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #ec4730;
  background-color: transparent;
  background-image: none;
  border-color: #ec4730;
}
.btn-outline-secondary:hover {
  border-color: #424242;
  color: #424242;
  background-color: transparent;
}
.btn-secondary {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #ec4730;
  border-color: #ec4730;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #D83823;
  border-color: #ec4730;
}
.btn-primary {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #cc320e;
  border-color: #cc320e;
}
.btn-primary:hover, .btn-lg .btn-primary:hover, .btn-blue:hover, .btn-indigo:hover, .btn-purple:hover, .btn-orange:hover, .btn-yellow:hover, .btn-green:hover, .btn-teal:hover, .btn-cyan:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
.btn-blue {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-indigo {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: var(--indigo);
  border-color: var(--indigo);
}
.btn-purple {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: var(--purple);
  border-color: var(--purple);
}
.btn-orange {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-yellow {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-green {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-teal {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-cyan {
  padding: .6rem 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ec1e34 !important;
  border-color: #ec1e34 !important;
}
.card {
  border-radius: 0;
}
/******************************** Sections themes ********************************/
.bg-primary {
  background-color: #ec1e34 !important;
}
.darkbg, .darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
  color: #fff;
}
.darkbg .title-left {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}
.darkbg .title-left:after {
  background-color: #fff;
  position: absolute;
  width: 55px;
  height: 8px;
  content: '';
  bottom: -.5em;
  left: 0%;
}
.darkbg .title {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
}
.darkbg .title:after {
  position: absolute;
  width: 55px;
  height: 8px;
  content: '';
  background-color: #fff;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
}
.darkbg ul.list-icon > li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #fff;
}
.title-left {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}
.title-left:after {
  position: absolute;
  width: 55px;
  height: 8px;
  content: '';
  background-color: #606478;
  bottom: -.5em;
  left: 0%;
}
.title {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
}
.title:after {
  position: absolute;
  width: 55px;
  height: 8px;
  content: '';
  background-color: #606478;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
}
.title-small {
  color: #777777;
  font-size: 20px;
  font-weight: 400;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f6f6f6;
}
figure {
  margin-bottom: 24px;
}
.br-0 {
  border-radius: 0;
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, .btn, .camera_caption, .images-block, .images-block figcaption, .images-block img, .images-block2 img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, .card, .article-box, .article-link a::after, .testimonial, .arrow-icon {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/******************************** Global images effects ******************************/
.img-bordered::before {
  content: "";
  display: block;
  border: solid 1px #fff;
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  opacity: .4;
}
.img-bordered2 {
  background-color: #000 !important;
}
.img-bordered2::before {
  content: "";
  display: block;
  border: solid 1px #fff;
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  opacity: .4;
}
.img-bordered2 figcaption {
  font-size: 30px;
  text-align: left;
  font-weight: 400;
  padding: 40px 10px 10px 30px;
  position: absolute;
  bottom: auto;
  top: 20px !important;
  left: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  display: block;
  width: 100%;
  overflow: hidden;
}
.images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -moz-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
}
.images-block figcaption {
  font-size: 30px;
  text-align: left;
  font-weight: 400;
  padding: 40px 10px 10px 30px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  overflow: hidden;
}
.images-block figcaption h3 {
  color: #fff;
  margin-bottom: 10px;
}
.images-block:hover figcaption {
  background-color: rgba(0, 0, 0, 0);
}
/*********************** ********* imges Style2  ******************************/
.images-block2 {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.images-block2 img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block2 figcaption {
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  bottom: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  opacity: 1;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
.images-block2 figcaption h3 {
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.img-500 {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 24px;
}
.img-500 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.img-bordered2.img-500 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent !important;
  border-radius: .25rem;
}
.breadcrumb-item.active {
  color: #ffe88f;
}
.breadcrumb-item a:hover {
  color: #ffe88f;
}
/********************************header and nav bar block ********************************/
.lang-block {
  padding-right: 15px;
  font-size: 14px !important;
}
.top-header ul.social-btn {
  margin: 0 !important;
  font-size: 14px !important;
}
.top-header.social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 17px !important;
}
#header {
  padding: 0;
  animation: fadeIn 400ms;
  z-index: 98;
  top: 0;
  width: 100%;
  background-color: white;
  position: relative;
}
.sub_header {
  padding: 5px 0;
  max-width: 98%;
  margin: auto;
  position: relative;
}
.contact-button {
  position: absolute;
  top: 12px;
  right: 50px;
  z-index: 99999 !important;
}
.contact-button .btn {
  font-size: 14px;
  padding: 0.3rem 0.7rem;
}
.contact-button .fa, .contact-button .fas {
  margin-right: 5px !important;
}
.navbar {
  padding: 0 1rem;
}
.navbar-nav {
  min-height: 40px;
  margin-top: 0px;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .5);
  background-color: #fff;
}
.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-nav > li {
  border-right: solid 1px #fff;
}
.navbar-nav > li:last-child {
  border-right: none;
  border-bottom: none;
}
.navbar-nav .nav-link {
  color: #303c42 !important;
  font-weight: 400;
  line-height: 40px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link:hover {
  color: #ec1e34 !important;
}
.navbar-nav .nav-link.active {
  color: #ec1e34 !important;
}
.navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
}
/*button:focus, button .navbar-toggle {
	outline: 0 !important;
}*/
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  border-color: #83BB51 !important;
  outline: 0 !important;
}
.navbar-collapse {
  padding-top: 15px;
}
.logo {
  margin: 0 0 5px 0;
}
.dropdown-menu {
  padding: 15px;
}
.dropdown-menu li {
  padding: 0px !important;
  list-style: none !important;
}
.dropdown-item, .dropdown-item.nav-link {
  font-size: 13px !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.dropdown-menu li:not(:last-child):after {
  content: '';
  position: relative;
  display: block;
  padding-right: 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #fff !important;
}
/*
 You probably do not need to edit this at all.
Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
  content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, .1);
}
/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}
/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}
/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}
/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -.3em;
  margin-right: 1em;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2.1em !important;
  padding-left: 10px !important;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
  padding-left: 10px;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}
/********************************OWL ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++banner ********************************/
.banner-section {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  min-height: 300px;
  background-color: #000;
}
.hero-slider {
  position: relative;
  background-image: url("../images/blank2.gif");
  background-repeat: no-repeat;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
}
.hero-slider.owl-carousel .animated {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important;
}
/*
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
   opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
*/
@keyframes zoomOut2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    opacity: 0;
  }
}
.zoomOut2 {
  -webkit-animation-name: zoomOut2;
  animation-name: zoomOut2;
}
.slider-item {
  width: 100% !important;
  min-width: 100%;
  position: relative;
  overflow: hidden !important;
}
/*.slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
}*/
.slider-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.owl-item {
  width: 100%;
  object-fit: cover;
}
.hero-text {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  margin: auto;
  top: auto;
  left: 0;
  right: 0;
  padding: 45px 30px;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.hero-text h2, .hero-text h3 {
  color: #fff;
  font-size: 58px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  /*
	text-shadow: 0 0 4px rgba(0,0,0,0.0);
*/
}
.hero-text .sm {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  /*
	text-shadow: 0 0 4px rgba(0,0,0,0.3);
*/
}
.hero-text p {
  color: #fff;
  font-size: 17px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.hero-slider .owl-item.active h2 {
  -webkit-animation: .5s .3s fadeInUp both;
  animation: .5s .3s fadeInUp both;
}
.hero-slider .owl-item.active p {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  color: #133050;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  color: #133050;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}
@media (min-width: 781px) and (max-width: 1025px) {
  .slider-item {
    height: 100%;
    min-height: 350px;
    max-height: 600px;
    overflow: hidden;
  }
  .slider-item img {
    width: auto;
    height: auto;
    max-height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-item {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
  }
  .slider-item img {
    width: auto;
    height: auto;
    min-height: 350px;
  }
  .hero-text h1 {
    font-size: 22px;
  }
  .hero-text p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}
#owl-theme2 {
  overflow: hidden;
  max-height: 400px;
}
/*********************** ********* Style ******************************/
.bg-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-fixed {
  min-height: 150px;
  background-attachment: fixed;
}
/********************************Inner Pages Style  ******************************/
.page-header {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #933116;
}
.page-banner {
  width: 100%;
  background-color: #933116;
  background-image: url("../images/slider/01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.page-banner .title {
  margin-bottom: 25px;
}
.page-banner .title:after {
  border-color: #fff;
}
.page-content {
  min-height: 100px;
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
/******************************** about ******************************/
/*********************** ********* testimonials ******************************/
.blockquote {
  font-size: 1.25rem;
  border: 1px solid rgba(222, 226, 230, 0.54);
  border-left: 0.5rem solid #FDC70E;
  color: #6c757d;
  font-style: italic;
  line-height: 1.6;
  padding: 4.6875rem 1.875rem 1.875rem 4.6875rem;
  position: relative;
  width: 100%;
}
.blockquote:before {
  color: #FDC70E;
  content: "“";
  font-size: 5.5rem;
  height: 3.75rem;
  left: 0.9375rem;
  line-height: 1;
  max-width: 3.75rem;
  position: absolute;
  text-align: inherit;
  top: 0.9375rem;
  width: 100%;
}
.blockquote:after {
  content: "";
}
.blockquote-footer {
  font-size: 80%;
  color: #343a40;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0;
}
.blockquote-footer:before {
  content: "— ";
}
/******************************** destination ******************************/
#destination .images-block2 figcaption h2 {
  font-size: 58px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/*********************** ********* tour page ******************************/
#tour {}
.images-block a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  text-indent: -100em;
  overflow: hidden;
  opacity: 0;
}
.images-block .arrow-icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fdc70e !important;
  position: absolute;
  display: block;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  height: 50px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  top: 20px;
  right: 20px;
  z-index: 99999;
  overflow: hidden;
  opacity: 1;
}
.images-block:hover .arrow-icon {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
}
.images-block:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}
.tours-title {
  border-left: solid 8px #cc320e;
  border-radius: 0;
}
.tours-title h3 {
  color: #cc320e;
  margin-bottom: 10px;
}
.tours-title p {
  color: #cc320e;
  margin-bottom: 10px;
}
hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
hr.sep-3::after {
  content: '★';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: white;
}
/******************************** Footer ******************************/
footer {
  background-color: #e6e6e6;
  position: relative;
  max-width: 100%;
  border-top: solid 1px #F0F0F0;
  overflow: hidden;
}
footer, footer p {
  font-size: 13px;
}
footer a {
  color: #434343;
}
footer a:hover {
  color: #1A1A1A;
}
footer .fa, footer .fas {
  color: #434343 !important;
  width: 20px;
}
.fa, .fas {
  min-width: 18px;
}
footer .social-media {
  margin-bottom: 24px;
}
footer .social-btn {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  min-width: 30px;
}
footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 24px;
}
footer a.social-btn:hover {
  color: #222222 !important;
}
.footer-rights {
  min-height: 30px;
  padding: 5px 0;
}
.bottom-margin {
  margin-bottom: 90px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 13px;
  right: 6%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  border-radius: 30em;
  background-image: url(../images/to-top1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}