@charset "UTF-8";

/*------------------------------------------------------------------------------
    Tamplate Name: Trandi
    Description: Trandi - Web Tamplate HTML Tamplate | Homepage
    Author: codezion
    Author URL:  https://www.templatemonster.com/authors/codezion/
    Version: 1.0

    -------------------------------------------------------------------------

    >>> TABLE OF CONTENTS:
    ======================

    01. Common/Reusable CSS
      1.1 - Animations
      1.2 - General
      1.3 - Section Title
      1.4 - Video Button
      1.5 - Slick Arrow
      1.6 - Slick Dots
      1.7 - Typography
      1.8 - Tables
      1.9 - Forms
      1.10 - Buttons
      1.11 - Paginations
      1.12 - Colors
      1.13 - Accordion
      1.14 - Tab
    02. Homepage
      2.1 - Header
      2.2 - Banner
      2.3 - About Us
      2.4 - Services
      2.5 - Our Team
      2.6 - Testimonial
      2.7 - Blog
      2.8 - Footer
      2.9 - Copyright
    03. About Us
    04. Services
    04. Destination
    05. Gellery
    06. Team
    07. Blog Grid
    08. Blog Details
    09. Blog Left
    10. Blog Right
    11. Contact Us

  -----------------------------------------------------------------*/

  /*------google fonts------*/
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Rokkitt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    

  :root {
    --thm-font: 'Oswald', serif;
    /*  Hedding*/
    --thm-b-font: 'Oswald', sans-serif;
    /*  Body-font*/
    --thm-icon-font: "Font Awesome 5 Pro";
    /*icon-font*/
    --thm-color-one: #bfa16b;
    --thm-color-two: #1f1f1f;
    --thm-color-three: #1f1f1f;
    --thm-color-four: #000000;
    /*Light Color*/
    --thm-color-light: #f7f7f7;
    /*RGB Colors*/
    --thm-color-one-rgb: 14, 223, 126;
    --thm-color-two-rgb: 0, 0, 0;
    --thm-color-three-rgb: 237, 241, 245;
    --thm-color-four-rgb: 0, 0, 0;
    /*Light Color*/
    --thm-color-light-rgb: 247, 247, 247;
    /*Theme Colors*/
    --thm-body-color: #636060;
    /*Body Colors*/
    --thm-white: #ffffff;
    /*White Color*/
    --thm-border: #d1d1d1;
    /*Border Color*/

  }

/*Animations*/

@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*General*/
::selection {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

i[class^="flaticon-"],
i[class*=" flaticon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--thm-b-font);
    color: var(--thm-body-color);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    font-family: sans-serif;
    overflow-x: hidden;
    counter-reset: sectionCounter;
}

.relative {
    position: relative;
}

.thm-font {
    font-family: var(--thm-font);
}


.section-padding {
    position: relative;
    padding: 80px 0;
}

.section-padding.section {
    padding-bottom: 50px;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-fit-contain {
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 0;
    position: relative;
}
li a {
    text-decoration: none;
}

button:focus,
*:focus {
    outline: none;
}

button {
    background: transparent;
    border: none;
    padding: 0;
}

label {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
}

label>a {
    font-size: 14px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: 0.5s;
}

select {
    appearance: auto;
    border: none;
    color: #b7b7b7;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.container-wide .row {
    flex-wrap: unset;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.z-2 {
    position: relative;
    z-index: 2;
}


.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.section-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

/*section-title*/

/*
.header.can-sticky {
    border-bottom: 2px solid #2656DB;
}*/
.section-header {
    max-width: 550px;
    padding-bottom: 30px;
    margin: 0 auto 0 0;
    text-align: left;
    position: relative;
}

.section-header .section_count {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    color: var(--thm-color-one);
    line-height: 1.5;
}

.section-header .section_count:before {
    counter-increment: sectionCounter;
    content: "0"counter(sectionCounter);
}

.section-header .title {
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    font-size: 36px;
    margin-bottom: 0px;
}

.section-header .text {
    margin-bottom: 0;
}

.section-header.text-center {
    margin: 0 auto;
}

.section-header.text-center .title {
    justify-content: center;
}

.lh-normal {
    line-height: normal;
}

hr {
    margin: 30px 0;
    border-color: var(--thm-border);
}

blockquote {
    background-color: #fff;
    position: relative;
    padding: 20px 40px;
    border-left: 4px solid var(--thm-color-one);
    border-radius: 10px;
    border-bottom: 2px solid #e2dcdc;
    margin: 30px 0;
    border-top: 2px solid #e2dcdc;
    border-right: 2px solid #e2dcdc;
}

blockquote .quote_icon {
    width: 50px;
    height: 50px;
    background: var(--thm-color-one);
    color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 35px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0px;
}

blockquote .quote_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--thm-color-two);
    font-style: italic;
    padding-left: 35px;
}

blockquote .quote_author {
    font-size: 18px;
    color: var(--thm-color-one);
    display: flex;
    align-items: center;
}

blockquote .quote_author:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: var(--thm-color-two);
    margin-right: 20px;
    display: inline-flex;
}

/*Slick Arrows*/


.slick-slide {
    padding:10px;
    text-align:center;
    
}

.slick-arrow:hover {
    color: var(--thm-white) !important;
    background-color: var(--thm-color-one);
    border-color: inherit !important;
}

.slick-arrow:before {
    content: "\f053";
    font-family: var(--thm-icon-font);
    font-weight: 500;
    font-size: 20px;
}

.slick-arrow.slick-next:before {
    content: "\f054";
}
.slick-arrow.slick-prev:before {
    content: "\f053";
}

.slick-prev.slick-arrow {
  position: absolute;
  top: 43%;
  left: 10%;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 0;
  transition: 0.5s all;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.slick-next.slick-arrow {
    position: absolute;
    top: 43%;
    right: 10%;
/*    left: 0;*/
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 0;
    transition: 0.5s all;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}



.slick-arrow.slick-prev:hover {
    border: 2px solid #bfa16b;
    background-color:transparent;
    color: #bfa16b !important;
}
.slick-arrow.slick-prev:hover:before {
    color: #bfa16b;
}
.slick-arrow.slick-prev:focus {
    border: 2px solid #bfa16b;
    background-color: transparent;
    color: #bfa16b;
}
.slick-arrow.slick-prev:focus:before {
    color: #bfa16b;
}

.slick-arrow.slick-next:hover {
    border: 2px solid #bfa16b;
    background-color: transparent;
    color: #bfa16b !important;
}
.slick-arrow.slick-next:hover:before {
    color: #bfa16b;
}
.slick-arrow.slick-next:focus {
    border: 2px solid #bfa16b;
    background-color: transparent;
    color: #bfa16b;
}
.slick-arrow.slick-next:focus:before {
    color: #bfa16b;
}

.testimonial-slider .slick-prev.slick-arrow {
    border: none;
    font-size: 0;
    display: none;
}
.testimonial-slider .slick-next.slick-arrow {
    border: none;
    font-size: 0;
    display: none;
}

/*Slick Dots*/

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.slick-dots li {
    padding: 0;
    line-height: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c9c9c9;
    margin: 0 8px;
    transition: 0.6s all;
    border: 0px solid #c9c9c9;
}

.slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--thm-color-one);
    border: 0px solid var(--thm-color-one);
    position: relative;
}

.slick-dots li.slick-active button::before {
    content: '';
    width: 22px;
    height: 21.8px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -4px;
    left: -4px;
}





/*pagination*/
.pagination {
    justify-content: center;
    margin-top: 20px;
    /* margin-bottom: 15px; */
    border-radius: 0;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0px 7px 15px;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    background: var(--thm-color-one) !important;
}
.post_details .post_navigation .nav_item, .pagination .page-item .page-link {
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    /* background-color: var(--thm-color-two); */
    /* color: var(--thm-white); */
    width: 15px;
    height: 14px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* font-size: 18px; */
    background: #c9c9c9;
    padding: 0;
    position: relative;
    font-size: 0;
}
.pagination .page-item .page-link::before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: transparent;
/*    border: 2px solid var(--thm-color-one);*/
    position: absolute;
    top: -4.8px;
    left: -4px;
}
.pagination .page-item .active::before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -4px;
    left: -3.9px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
}

.post_details .post_navigation .nav_item:hover,
.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--thm-color-one);
    border: 1px solid var(--thm-color-one);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    font-weight: 400;
    color: var(--thm-color-two);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--thm-color-two);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
    line-height: 1.2;
}

h4 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 1.3;
}

h6 {
    font-size: 20px;
    line-height: 1.7;
}

p {
    margin-bottom: 25px;
    color: #838383;
    font-family: 'Roboto', serif;
}

a {
    color: var(--thm-color-three);
    transition: .3s all;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
a:focus {
    color: var(--thm-color-one);
    text-decoration: none;
}

/*Tables*/
table {
    margin-bottom: 30px;
}

table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: var(--thm-white);
}

table th {
    font-weight: 500;
    color: var(--thm-color-two);
    font-size: 16px;
    border: 1px solid var(--thm-border);
}

table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

table td {
    border: 1px solid var(--thm-border);
}

table img {
    width: 40px;
    border-radius: 0;
}

.mb-xl-20 {
    margin-bottom: 20px;
}

.mb-xl-30 {
    margin-bottom: 30px;
}

.mb-xl-60 {
    margin-bottom: 60px;
}

/*Forms*/
.form-control:focus {
    box-shadow: none;
}

.form_style label {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--thm-white);
}

.form_style .form-control {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--thm-color-one);
    border-radius: 0;
}

.form_style .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--thm-color-one);
}

.form_style .form-control,
.form_style .form-control::placeholder {
    color: var(--thm-white);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    height: auto;
    font-weight: 500;
}

.form_style.style_two .form-control,
.form_style.style_two .form-control::placeholder {
    color: var(--thm-body-color);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}
.text-custom-black {
    color: #000;
}

/*Buttons*/

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border:  transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--thm-body-color);
}
/*.btn:hover{
    background-color: #d11930;
}*/

.btn:hover {
    background-color: transparent;
}

.thm-btn {
    font-size: 16px;
    color: var(--thm-white);
    display: inline-flex;
    align-items: center;
    border: 1px solid ;
    padding: 10px 30px;
    transition: 0.5s all;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
}

.thm-btn .button_title {
    display: inline-block;
    overflow: hidden;
}

.thm-btn .btn_letters {
    display: inline-block;
    line-height: 1em;
}

.thm-btn.btn-border {
    background-color: var(--thm-white);
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    background-color: var(--thm-color-one);
    border-color: transparent;
}

.thm-btn i {
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}

.thm-btn.btn-rounded {
    border-radius: 50px;
}

.thm-btn.btn-rectangle {
    border-radius: 8px;
}

.thm-btn.btn-small {
    padding: 6px 42px;
}

/*Colors*/
.thm-color-one {
    color: var(--thm-color-one);
}

.thm-color-two {
    color: var(--thm-color-two);
}

.thm-color-three {
    color: var(--thm-color-three);
}

.thm-color-four {
    color: var(--thm-color-four);
}

.thm-bg-color-one {
    background-color: var(--thm-color-one);
}

.thm-bg-color-two {
    background-color: var(--thm-color-two);
}

.thm-bg-color-three {
    background-color: var(--thm-color-three);
}

.thm-bg-light {
    background-color: var(--thm-color-light);
}

.thm-bg-color-four {
    background-color: var(--thm-color-four);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/*Preloader*/
.preloader {
    background-color: var(--thm-color-one);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}


/*---------------------------------------*/

.header.sticky {
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    animation-fill-mode: both;
    padding: 15px 0;
}

/*------topbar start--------*/


.header.sticky .topbar-follow{
  display: none;
}
.header.sticky .topbar-icon{
  display: none;
}
.header.sticky .navigation {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.header.sticky .menu-item a {
  color: #000;
}
.header.sticky .logo {
  margin-bottom: 0px;
}

.header.sticky .navigation-warper {
  display: flex;
  justify-content: center;
}
.header.sticky .logo {
  display: none;
}
.header.sticky .logo-two {
  display: block;
}
.header.sticky .logo-two img {
  width: 70%;
}

.header.sticky .navigation .menu-item-has-children .sub-menu {
    top: 77px !important;
}
.logo-two {
  display: none;
}

.topbar-follow {
  display: flex;
  align-items: center;
}
.topbar-follow h6 {
  margin-bottom: 0;
  margin-right: 25px;
  color: #fff;
  font-weight: 400;
}
.topbar-icon i {
  margin-right: 10px;
  transition: 0.5s all;
  cursor: pointer;
}
.topbar-icon i:hover {
  color: #bfa16b;
}
.logo {
  display: flex;
  justify-content: center;
/*  margin-bottom: 25px;*/
}
.logo a img {
    width: 64%;
}
.navigation-warper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.main-menu {
  display: flex;
  justify-content: center;
}

.menu-item a {
    padding: 0 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
}
.menu-item a:hover {
  color: #bfa16b;
}
.active {
  color: #bfa16b !important;
}

.logo-three {
  display: none;
}
.logo-four {
  display: none;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 52px;
}
.header .navigation .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header .navigation .menu-item-has-children {
    position: relative;
}
.header .navigation .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0s all;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    background-color: var(--thm-color-one);
} 

.sub-menu {
    position: absolute;
    top: 87px;
    left: 0;
    width: 215px;
    opacity: 0;
    visibility: hidden;
    transition: 0s all;
}
li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.menu-item a {
    padding: 15px 15px !important;
}
.header .navigation .menu-item-has-children .sub-menu .menu-item {
    padding: 0px 10px;
    width: 100%;
    border-bottom: 1px solid #fff !important;
    transition: 0.5s all;
    background-color: var(--thm-color-one);
    margin: 0;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
    color: var(--thm-white);
    display: flex;
    font-size: 16px;
    padding: 0px 10px;
    font-weight: 500;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item:hover {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0px;
}

.header .navigation .main-menu .sub-menu .menu-item a:hover:before {
    opacity: 0;
}
.header .navigation .menu-item-has-children {
    position: relative;
}

.header .navigation .menu-item-has-children>a:after {
    content: "\f078";
    margin-left: 10px;
    font-family: var(--thm-icon-font);
}



/*------topbar end--------*/

/*---hamburger--*/

.hamburger {
  display: none;
}
.hamburger-btn span {
  display: flex;
  width: 40px;
  height: 3px;
  background-color: #bfa16b;
  margin-bottom: 10px;
  transition: 0.5s all;
  position: relative;
}
.hamburger-btn.active span:first-child {
  transform: rotate(45deg);
  top: 7px;
}
.hamburger-btn.active span:nth-child(2) {
  display: none;
}
.hamburger-btn.active span:last-child {
  margin-bottom: 0;
}
.hamburger-btn.active span:last-child {
  transform: rotate(-45deg);
  top: -6px;
}




/*------ header start--------*/


.header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    /* padding: 10px 0; */
    border-bottom: 2px solid #fff;
    padding-top: 15px;
}


.banner-section:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
   z-index: -1;
}
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  color: #fff;
  text-align: center;
}
.banner-title h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
}
.banner-title h6 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-btn {
  padding: 10px 40px;
  border: 2px solid;
  color: #fff;
  transition: 0.5s all;
}
.banner-title.text-left {
    text-align: left;
    max-width: 70%;
}
.banner-two .slick-prev.slick-arrow {
    display: none !important;
}
.banner-two .slick-next.slick-arrow {
    display: none !important;
}

.banner-slider .banner-title{
    margin: 0 auto;
    max-width: 80%;
}
/*------ header end--------*/

.overlay:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s all;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.overlay:hover:before {
  opacity: 1;
  width: 100%;
  transform: scale(1.1);
}
.service-image.overlay.relative {
  overflow: hidden;
}

/*------sub header start-----*/

.subheder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.subheder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.subhedaer-title h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

/*About Start*/

.about-s-img {
    padding-top: 40px;
}


/*About End*/

/*--------- services start -----------*/

.service-image.overlay-two  {
  overflow: hidden;
  transition: 0.5s all;
}
.overlay-two img {
  width: 100%;
  transform: scale(1.0);
  transition: 0.5s all;
}
.overlay-two img:hover {
  transform: scale(1.3);
}

.section-hedding {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 50px;
}
.section-hedding:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 40%;
  width: 100px;
  height: 2px;
  background-color: #bfa16b;
}

.service-image img {
  width: 100%;
}
.section-hedding h3 {
  text-transform: uppercase;
  font-weight: 400;
}

.service-perra {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.thm-btn-more {
  border: 2px solid;
  padding: 5px 15px;
  color: #bfa16b;
  transition: 0.5s all;
}
.thm-btn-more:hover {
  color: #000;
}

.service-perra i {
    font-size: 55px;
    color: #bfa16b;
}
.service-perra i {
    font-size: 55px;
    color: #bfa16b;
    margin: 20px 0;
}
.service-card {
    margin-bottom: 25px;
}




/*-------seing start---------*/

.tour-perra {
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tour-detail {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px;
  border-bottom: 2px solid #c4bcaec2;
}
.tour-boat p {
  margin: 0;
  transition: 0.5s all;
}
.tour-boat p:hover {
  color: #bfa16b;
}
.seeing-title {
  padding: 15px 0;
  color: #bfa16b;
  font-size: 24px;
  font-family: Oswald;
}


/*----play btn-start----*/


.contact-play {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.contact-play:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.contact-video {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}


glightbox_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410; 
   stroke-dashoffset: 0;
  stroke-linecap: square;
  transition: all .4s ease-out;
}

.glightbox_video:hover .outer_circle {
stroke-dashoffset:410;
  transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}

.glightbox_video:hover 
.inner-circle {
  fill: #bfa16b;
  transition:fill .4s .3s ease-out;
  
}

.glightbox_video:hover
.play{
    fill: white;
  transition:fill .4s .3s ease-out;
}

/*----support start------*/

.support-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}
.support-box {
  padding: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}
.support-details-name h6 {
  margin: 0;
}
.support-image img {
  width: 100%;
}
.support-details-name span {
  color: #bfa16b;
  font-family: Oswald;
  font-style: italic;
}
.support-details i {
  background: #bfa16b;
  padding: 10px;
  color: #fff;
  transition: 0.5s all;
}
.support-details i:hover {
  background: #000;
}
.support-image.overlay.relative {
  overflow: hidden;
}
.support-details-name {
  line-height: 1;
}
.testi-box {
  text-align: center;
  background: #fff;
  padding: 50px 70px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: center;
  max-width: 70%;
  margin: auto;
} 
.testi-box-two {
    background: #fff;
    padding: 50px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    justify-content: center;
    text-align: left;
}
.testi-quite i {
    font-size: 40px;
    color: #bfa16b;
}
.testi-image img {
    height: 400px;
    width: 100%;
}

.testi-box img {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
  width: ;
}  
.testi-star i {
  color: #bfa16b;
}
.testi-star {
  margin-bottom: 20px;
}

.testimonial-slider .slick-prev.slick-arrow {
  position: absolute;
  top: 43%;
  left: 10%;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #bfa16b;
  font-size: 0;
  transition: 0.5s all;
  border: 2px solid #bfa16b;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.testimonial-slider .slick-next.slick-arrow {
  position: absolute;
  top: 43%;
  right: 10%;
  /* left: 0; */
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #bfa16b;
  font-size: 0;
  transition: 0.5s all;
  border: 2px solid #bfa16b;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}


.quot-left i {
  font-size: 170px;
  position: relative;
  color: #e0e0e0;
}
.quot-left {
  position: absolute;
  top: 15%;
  left: 15%;
}
.quot-right i {
  font-size: 170px;
  position: relative;
  color: #e0e0e0;
}
.quot-right {
  position: absolute;
  bottom: 5%;
  right: 14%;
  z-index: -1;
}
/*.testi-box {
  text-align: center;
  background: #fff;
  padding: 50px 70px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: center;
  max-width: 70%;
  margin: auto;
  margin-bottom: 45px;
  z-index: -1;
}*/
.section-padding.testimonail {
  z-index: 0;
}
.overlay-testi {
    position: relative;
}
.overlay-testi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

}



    .item-a { 
        width:200px;
         height: 400px;
     }
    .item-b { 
        width:280px;
         height: 400px;
         }
    .item-c { 
        width:575px; 
         height: 400px;
    }
    .item-d { width:200px;  height: 400px;}
    .item-e { width:350px;  height: 400px; }
    @media (max-width: 768px) {
        .item-a { width:100%;  height: 372px;}
        .item-b { width:100%; height: 335px; }
        
        .item-d { width:100%;  height: 372px;}
        .item-e { width:100%;  height: 372px;}
    .slick-slide {
        padding: 0px !important;
        text-align: center;
    }
    }
    
@media screen and (min-width:576px) and (max-width: 768px) {
   .item-c {
    width: 510px;
    height: 372px;
}
}
@media (max-width: 576px) {
    .item-c {
    width: 353px;
    height: 372px;
}
}

/*-------latest-blog-start------*/

.blog-image img {
    width: 100%;
    transition: 0.5s all;
}
.blog-box {
  position: relative;
  margin-bottom: 30px;
}
.blog-image {
    position: relative;
    overflow: hidden;
}
.blog-image.overlay.relative {
  overflow: hidden;
}
.blog-image span {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 2px 10px;
  color: #bfa16b;
}
.blog-admin {
  position: relative;
  bottom: 40px;
  background-color: #fff;
  margin: 0 10px;
  padding: 10px 13px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-admin span {
  margin-right: 10px;
}
.blog-admin i {
  color: #bfa16b;
}


.blog-perra {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
}
.glightbox_video {
    position: relative;
}

.glightbox_video i {
    position: absolute;
    top: 42%;
    left: 56px;
    font-size: 30px;
}
.auther {
    border-radius: 50%;
}

.row.border-bottom.pt-5.medile {
    padding-left: 116px;
}
.blog-image img:hover {
    transform: scale(1.1);
}

/*--------footer start------------*/

.ft-icon {
  color: #bfa16b;
}
.ft-icon i {
  padding-right: 5px;
  transition: 0.5s all;
}
.ft-icon i:hover{
  color: #fff;
}
.ft-logo p{
  color: #fff;
}
.ft-logo img{
  padding-bottom: 15px;
}
.ft-title h4 {
  color: #fff;
}
.ft-list {
  color: #bfa16b;
}
.ft-list i {
  padding-right: 10px;
}
.ft-list li a {
  color: #fff;
  transition: 0.5s all;

}
.ft-list li a:hover {
  color: #bfa16b;  
}
.ft-title {
  padding-top: 25px;
}
.ft-address {
  color: #fff;
  display: flex;
  align-items: baseline;
}
.ft-address i {
  color: #bfa16b;
  padding-right: 10px;
  transition: 0.5s all;
}
.ft-address i:hover {
  color: #fff;
}

.ft-list-image li img {
  padding-bottom: 4px;
}

.copyright {
  background-color: #bfa16b;
  text-align: center;
  padding: 20px 0;
}
.copyright p {
  margin-bottom: 0;
  color: #fff;
}
/*.ft-list-image li img:hover {
  transform: scale(1.1);
}*/
.ft-list-image li img {
  padding-bottom: 4px;
  transition: 0.2s all;
}
.back-top {
  display: inline-flex;
  background: red;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  z-index: 100;
}

.back-top {
    width: 40px;
    height: 40px;
    border: 2px solid var(--thm-color-one);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--thm-white);
    font-size: 22px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: var(--thm-color-one);
    transition: 0.3s all;
    z-index: 100;
}

.back-top:hover {
    color: var(--thm-white);
    background-color: var(--thm-color-two);
    border-color: var(--thm-color-two);
}

.back-top a h6 {
    color: #fff;
}



/*----------contact start-------*/


.contact-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.contact-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.contact-btn {
    float: right;
    color: #fff;
    background: #ff6819;
    padding: 5px 30px;
    transition: 0.5s all;
}
.contact-btn h4 a {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
}
.contact-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-btn:hover {
    background: #000;
}


/*-----------contact-us start-------------------*/

.contact-icon i {
    width: 100px;
    height: 100px;
    background: #bfa16b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}
.contact-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px 50px;
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff;
}
.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.contact-form-text input {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 15px;
    border: 2px solid #f4f4f4;
    transition: 0.3s all;
    background-color: #f4f4f4;
}
.contact-form-text input:focus {
    border: 2px solid var(--thm-color-one);
}

.form-textaree textarea {
    width: 100%;
    height: 200px;
    padding: 5px 15px;
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    transition: 0.3s all;
}
.form-textaree textarea:focus {
    border: 2px solid var(--thm-color-one);
}

.btn.thm-btn.contact-button {
    border: 2px solid;
    color: #bfa16b;
    margin-top: 15px;
}
.contact-button:hover {
    color: #fff !important;
    border: 2px solid #ff6819;
    
}
.contact-button:focus {
    color: #fff !important;
    border: 2px solid #ff6819;
}

/*--------------*/
/*----------contact end-------*/

/*------blog-grid-start-----*/

.blog-grid-box {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search-name {
    border: 2px solid;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: var(--thm-color-one);
    font-size: 16px;
}
.blog-search-box {
    position: relative;
}
.blog-search-box input {
    width: 100%;
    padding: 7px 15px;
    border: 2px solid #eaeaea;
    background-color: #eaeaea;
}
.blog-search-box i {
    position: absolute;
    right: 0px;
    top: 0px;
}
.blog-ser-icon {
    width: 55px;
    height: 46px;
    background-color: var(--thm-color-one);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.blog-category {
    justify-content: space-between;
    display: flex;
}
.popular-post {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
}
.popular-post span {
    padding-left: 15px;
}
.tags-line p {
    margin: 0;
    border: 2px solid;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px;
    transition: 0.5s all;
    cursor: pointer;
}
.tags-line p:hover {
    color: var(--thm-color-one);
}
.popular-post img {
    transition: 0.5s all;
}
.popular-post img:hover {
    transform: scale(1.1);
}

.blog-left-titile {
    font-size: 16px;
}

.blog-search-box input::placeholder {
    color: #000;
}

.popular-post img {
    width: 30%;
}

.blog-image-detail.blog-image img {
    width: 100%;
}
.blog-detail-share {
    display: flex;
    justify-content: space-between;
}
.blog-share-icon h6 {
    padding-right: 10px;
    align-items: center;
    display: flex;
    margin: 0;
}
.blog-share-icon a {
    width: 30px;
    /* align-items: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-share-tag a {
    border: 1px solid;
    padding: 5px 25px;
    margin-tr: ;
    margin-left: 10px;
}


/*------blog-grid-end-----*/

10. Coming Soon
========================*/
.coming-soon {
    background-image: url(../images/404.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
/*.coming-soon .coming-soon-img {
    min-height: 450px;
}*/
.coming-soon .coming-soon-text {
    padding: 80px 40px;
    /* background-color: #fe6700; */
    text-align: center;
    /* background: #fc4a1a; */
    /* background: -webkit-linear-gradient(to right, #fe6700, #fe6700); */
    background: linear-gradient(to top, #bf8e5b, #f5dcc6);
    margin-top: 64px;
}
.coming-soon .coming-soon-text h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10.5px;
}
.coming-soon .coming-soon-text .counter {
    display: flex;
    justify-content: center;
    margin: 0px 0px 30px;
}
.coming-soon .coming-soon-text .counter .counter-box {
    text-align: center;
    width: 25%;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
    background-color: var(--thm-color-one);
    border: 2px solid var(--thm-color-one);
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.coming-soon .coming-soon-text .counter .counter-box .inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1;
    margin-top: 20px;
    font-weight: 600;
}
.coming-soon .newsletter-form .group-form .input-group-append {
    pointer-events: all;
    width: 80px;
    color: #fff;
}
.coming-soon .coming-soon-contact ul li {
    text-align: center;
    width: 33.33%;
    margin-bottom: 20px;
}
.coming-soon .social-media ul {
    justify-content: center;
    display: flex;
}
.coming-soon .social-media ul li {
    margin: 0 10px;
    font-size: 22px;
}
.text-light-dark.fw-600.d-block {
    color: #fff;
}
.input-group-append {
    background: var(--thm-color-one);
}
.custom-flex {
    display: flex;
}
.text-custom-white {
    color: #fff;
}

.form-control.form-control-custom {
    width: 100%;
}
.input-group-append {
    position: absolute;
    right: 5px;
    top: 5px;
}
.form-control.form-control-custom {
    border: 2px solid #eeebeb;
}
.custom-flex a:hover {
    color: #fff;
}

.error-search input {
    width: 100%;
    padding: 10px 16px;
}


/*------------------*/


/*---error start---*/


.error-hedding h3 {
    padding-top: 50px;
}   
.error-search input {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e0dcdc;
}

.error-search input:focus {
    border: 2px solid #bfa16b ;
}
.error-search i {
    position: absolute;
    top: 5px;
    right: 0px;
    transition: 0.5s all;
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-search {
    position: relative;
}
.error-search i:hover {
    color: #d11930;
}
.back-home-btn {
    width: 235px;
    height: 50px;
    color: #fff;
    background: #bfa16b ;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border: 2px solid #bfa16b ;
    transition: 0.5s all;
}
.back-home-btn:hover {
    background-color: #fff;
    border: 2px solid;
}

/*---------------*/

/*-----t & c----*/

.perra-cheched i {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 35px;
    display: flex;
    background: #bfa16b ;
    color: #fff;
    margin-right: 15px;
    margin-top: 8px;
}
.thm-btn.term-btn-one {
    border: 2px solid;
    color: #bfa16b ;
    transition: 0.5s  all;
}   
.thm-btn.term-btn-two {
    border: 2px solid #bfa16b ;
    background: #bfa16b ;
    margin-left: 20px;
}
.thm-btn.term-btn-one:hover {
    background: #bfa16b ;
    color: #fff;
    border: 2px solid #bfa16b ;
}
.thm-btn.term-btn-one:focus {
    background: #bfa16b ;
    color: #fff;
    border: 2px solid #bfa16b ;
}
.policy-perra h5 {
    font-size: 40px;
}
.policy-perra h6 {
    font-size: 25px;
}

/*-----------------*/

iframe{
    width: 100%;
}