/* ===================================
    About
====================================== */
/*
    Theme Name: SB
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */
/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Social Icon Hover
    - Header And Navigation
    - Side Nav
    - index-2
    - index-3
    - Slider
    - About us
    - Services
    - Portfolio
    - Project details
    - Facts & figure
    - Parallax
    - Price
    - insta Feed
    - Contact Map
    - Blog-Pages
    - Footer
    - Loader
    - Media Queries   */
/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
.alt-font {
     font-family: "Cormorant Garamond", serif;
}
.main-font {
     font-family: "Cormorant Garamond", serif;
}
/* ===================================
    General
====================================== */
body {
     font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.3px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a {
    color: inherit;
}
::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #ff6666;
}
::-webkit-scrollbar-thumb {
    background: #ff6666;
}
a:hover,
a:active {
    color: #ff6666;
    text-decoration: none;
}
a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    text-decoration: none
}
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
ul {
    list-style: none;
    padding: 0;
}
:focus {
    outline: none;
}
img {
    max-width: 100%
}
section,
.section-padding {
    position: relative;
    padding-top: 0.5rem;
    overflow: hidden;
}
.section-top-margin {
    margin-top: 7.5rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "Cormorant Garamond", serif;
    line-height: 1;
    /* text-transform: uppercase; */
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}
/* opacity */
.opacity-full {
    opacity: 1;
}
.opacity-3 {
    opacity: .3;
}
.opacity-4 {
    opacity: .4;
}
.opacity-5 {
    opacity: .5;
}
.opacity-6 {
    opacity: .6;
}
.opacity-7 {
    opacity: .7;
}
.opacity-8 {
    opacity: .8;
}
/*font-weight*/
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
/* z index */
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-2 {
    z-index: 3;
}
.z-index-2 {
    z-index: 4;
}
.z-index-2 {
    z-index: 5;
}
/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* backround color */
.bg-black {
    background: #000000;
}
.bg-dark {
    background-color: #1d1d21 !important;
}
/* ===================================
   Social Icon Hover
====================================== */
/*icon bg bover * /
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}
/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}
.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}
.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}
.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}
.pinterest-text-hvr:hover {
    color: #BD081C !important;
}
.google-text-hvr:hover {
    color: #DB4437 !important;
}
/* ===================================
    Header & Navigation
====================================== */
/*===================================
          side nav
 ====================================*/
/*-----Side Menu----*/
.side-menu {
    width: 20%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.just-sidemenu .side-menu {
    background: -webkit-linear-gradient(90deg, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, color-stop(#423f9c), color-stop(#862359));
    background: -webkit-linear-gradient(left, #423f9c, #862359);
    background: -o-linear-gradient(left, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, from(#423f9c), to(#862359));
    background: linear-gradient(90deg, #423f9c, #862359);
}
.transparent-sidemenu .side-menu {
    background: rgba(0, 0, 0, .95);
}
.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}
/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 60px;
    cursor: pointer;
}
.side-menu.before-side .btn-close {
    display: none;
}
.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #000000;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: absolute;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.navbar-nav {
    transform: translateX(18%);
}
.sidemenu_btn>span {
    height: 2px;
    width: 100%;
    background: #212331;
    display: block;
}
.center-brand .sidemenu_btn>span,
.transparent-bg .sidemenu_btn>span,
.fixed-bottom .sidemenu_btn>span,
.just-sidemenu .toggle_white.sidemenu_btn>span,
.bg-invisible .sidemenu_btn>span,
.boxed-nav .sidemenu_btn>span {
    background: #fff;
}
.center-brand.fixedmenu .sidemenu_btn>span,
.bg-invisible.fixedmenu .sidemenu_btn>span,
.boxed-nav.fixedmenu .sidemenu_btn>span {
    background: #212331;
}
.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000000;
    padding: 7px 20px 7px 20px !important;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background-color: #000000;
    color: #ffffff;
    margin-right: 15px;
    margin-left: -5px;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}
.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}
/*Header Social Icons*/
.navbar .social-icons li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
}
.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}
/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}
.wrapper .full-screen {
    width: 100% !important;
}
@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }
}
@media (min-width: 1025px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }
    .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1024px) {
    .boxed-nav .sidemenu_btn {
        display: none !important;
    }
    .center-brand .navbar-brand {
        width: 100px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 810px) and (max-width: 1024px) {
    .sidemenu_btn {
        position: relative;
    }
}
@media (max-width: 992px) {
    .boxed-nav {
        background: #fff;
    }
    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        background: #00bcd4;
        color: #fff;
    }
    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }
    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 0.875rem;
    }
}
@media (max-width: 768px) {
    .center-brand .navbar-brand {
        width: 100px;
    }
    .side-menu {
        width: 55%;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.875rem;
    }
}
@media (max-width: 767px) {
    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper {
        padding-left: 0;
    }
    .sidemenu_btn {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }
    .side-menu {
        width: 300px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .side-nav p {
        display: none;
    }
    .sidebar-nav .social-icons {
        display: none;
    }
}
header {
    position: relative;
    width: 100%;
    z-index: 99;
}
.navbar-top {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header-icon {
    display: inline-block;
    float: right;
    margin-left: auto;
    margin-bottom: 0;
}
.header-icon li {
    display: inline-block;
}
.header-icon li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
}
.sidemenu_btn {
    position: relative;
    display: inline-block;
    float: right;
}
.sidemenu_btn span {
    position: relative;
    display: block;
    height: 2px;
    width: 25px;
    background: #000000;
    margin-top: 4px;
}
.sidemenu_btn span:nth-child(3) {
    width: 15px;
    float: right;
}
.scroll-btn {
    height: 100px;
    width: 32px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 6px;
    left: 48px;
}
.top a:hover {
    background-color: #666666;
}
.explore {
    transform: rotate(-90deg);
    top: 38%;
    font-size: 10px;
    position: relative;
}
.explore-icon {
    text-align: center;
    top: 25%;
    position: relative;
}
.top a {
    color: #ffffff;
}
/*=============================
            ibdex-2
===============================*/
.side-nav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.static-nav li {
    margin-left: 50px;
}
.index-2 .header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.index-2 .navbar-brand img {
    width: 70%;
}
.index-2 .navbar {
    position: absolute;
    display: block;
    background-color: white;
    padding: .5rem 2.5rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.index-2 .header-appear .navbar {
    position: fixed;
    padding: .5rem 2.5rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.tp-rightarrow {
    top: 93.1%!important;
    left: 98%!important;
}
.tp-leftarrow {
    top: 93.1%!important;
    left: 90.1%!important;
}
.tparrows {
    background-color: #000000;
    opacity: 1 !important;
    visibility: visible !important;
}
.index-2 .verticle-text {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -84px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.index-2 .scroll-btn {
    height: 100px;
    width: 32px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.index-2 .navbar-nav {
    transform: translateX(0%)
}
.index-2 .side-menu .navbar-nav {
    transform: translateX(18%)
}
.tparrows:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.tparrows.tp-rightarrow:before {
    content: '\f0da';
}
.tparrows.tp-leftarrow:before {
    content: '\f0d9';
}
/*============================
          index-4
 ==============================*/
.index-4 .header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.index-4-slider-h2 {
    font-size: 40px;
}
.index-4-slider-h1 {
    font-size: 50px;
}
.index-4 .header-icon a {
    color: white;
    -webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
.index-4 .header-appear .header-icon a {
    color: #000000;
}
.index-4 .navbar-brand img {
    width: 70%;
}
.index-4 .navbar {
    position: absolute;
    display: block;
    background-color: transparent;
    padding: .5rem 2.5rem;
}
.index-4 .header-appear .navbar {
    position: fixed;
    background-color: #ffffff;
    padding: .5rem 2.5rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index-4 .header-appear .static-nav a {
    color: #000000;
}
.index-4 .verticle-text {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -84px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.index-4 .scroll-btn {
    height: 100px;
    width: 32px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.index-4 .sidemenu_btn span {
    background-color: white;
}
.index-4 .header-appear .sidemenu_btn span {
    background-color: #000000;
}
.index-4 .navbar-nav {
    transform: translateX(0%)
}
.index-4 .static-nav a {
    color: white;
}
.index-4 .side-menu .navbar-nav {
    transform: translateX(18%)
}
.index-4 .counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}
.item-titles {
    vertical-align: middle;
}
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*----------------------
        index-6
 -----------------------*/
.index-6 .header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.index-6 header {
    position: static;
}
.index-6 .header-icon a {
    color: white;
    -webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
.index-6 .header-appear .header-icon a {
    color: #000000;
}
.index-6 .navbar-brand img {
    width: 70%;
}
.index-6 .navbar {
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 99;
    background-color: transparent;
    padding: .5rem 2.5rem;
}
.index-6 .tparrows {}
.index-6 .header-appear .navbar {
    position: fixed;
    background-color: #ffffff;
    padding: .5rem 2.5rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index-6 .header-appear .static-nav a {
    color: #000000;
}
.index-6 .verticle-text {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -84px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.index-6 .scroll-btn {
    height: 100px;
    width: 32px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.index-6 .sidemenu_btn span {
    background-color: white;
}
.index-6 .header-appear .sidemenu_btn span {
    background-color: #000000;
}
.index-6 .navbar-nav {
    transform: translateX(0%)
}
.index-6 .static-nav a {
    color: white;
}
.index-6 .side-menu .navbar-nav {
    transform: translateX(18%)
}
.index-6 .counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}
.index-6 .tp-leftarrow {
    top: 48%!important;
    left: 91.8%!important;
}
.index-6 .tparrows:before {
    color: #000000;
}
.index-6 .tp-rightarrow {
    top: 41%!important;
    left: 97.7%!important;
}
.index-6 .tparrows.tp-rightarrow:before {
    content: '\f0d8';
}
.index-6 .tparrows.tp-leftarrow:before {
    content: '\f0d7';
}
.index-6 .tparrows:before {
    line-height: 42px;
}
.index-6 .tparrows {
    cursor: pointer;
    background: #ffffff;
    width: 40px;
    border-radius: 30px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}
/*---  fixed bottom  ---*/
.fixed-bottom {
    bottom: 0;
}
.navbar.bottom-fixedmenu {
    position: fixed;
    top: 0;
    bottom: auto;
}
.static-nav .fixed-bottom {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.navbar.bottom-fixedmenu {
    position: fixed;
    top: 0;
    bottom: auto;
}
.static-nav .fixed-bottom {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.center-brand,
.transparent-bg,
.fixed-bottom,
.bg-transparent-light,
.bg-transparent-white,
.bg-invisible,
.boxed-nav {
    position: absolute;
    width: 100%;
}
.fixed-bottom .navbar-nav .nav-link {
    color: #fff;
}
.header-appear .fixed-bottom {
    bottom: auto;
}
/*-- fixed-menu --*/
/*---------------------
      bg-index-8
 ----------------------*/
.index-8 {
    background: url(../img/index-8.jpg) no-repeat;
}
.classic-box {
    max-width: 800px;
    margin: 0 auto;
}
.button-play {
    height: 70px;
    width: 70px;
    margin: 15px 10px 20px 10px;
    line-height: 73px;
    padding-left: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00bcd4;
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.button-play:hover {
    background-color: #ffffff;
}
@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
.classic-box h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1.4rem 0;
}
/*----------------------
        index-6
 -----------------------*/
/* logo change */
header .logo .logo-dark,
header .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header .logo .logo-dark.default,
header .logo .logo-light.default {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-ligh {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-dark {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header.header-appear nav .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header a.logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}
header a.logo img {
    max-height: 60px;
    max-width: 150px;
    vertical-align: sub;
}
.header-appear header a.logo img {
    max-height: 35px;
    max-width: 100px;
    vertical-align: sub;
}
/*============================
            particles
 =============================*/
.single-cover {
    height: 100vh;
    width: 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
.single-cover .center-item {
    margin-top: 3rem;
}
.single-cover h2 {
    font-size: 4rem;
}
.single-cover p {
    letter-spacing: 2px;
}
.rev-gradient {
    height: 100vh;
    width: 100%;
}
/*=============================
          index-3
 ==============================*/
.index-3 .header-icon {
    margin-left: 0px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.index-3 .navbar-brand img {
    width: 70%;
}
.index-3 .navbar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 2.5rem;
}
.index-3 .header-appear .navbar {
    position: fixed;
    height: 90px;
    background-color: white;
    padding: .5rem 2.5rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index-3 .verticle-text {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    width: auto;
    position: absolute;
    color: #000000;
    transform: rotate(1deg);
    right: 62px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
.index-3 .scroll-btn {
    height: 100px;
    width: 32px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    left: 62px;
}
.index-3 .navbar-nav {
    transform: translateX(0%)
}
.index-3 .side-menu .navbar-nav {
    transform: translateX(18%)
}
/* ===================================
  Single Porfolio parallax
====================================== */
.item-one {
    background: url(../img/bg-single1.jpg) no-repeat;
}
.item-two {
    background: url(../img/bg-single-2.jpg) no-repeat;
}
.item-three {
    background: url(../img/bg-single-3.jpg) no-repeat;
}
.item-four {
    background: url(../img/bg-single-4.jpg) no-repeat;
}
.item-five {
    background: url(../img/bg-single-5.jpg) no-repeat;
}
.item-six {
    background: url(../img/bg-single-6.jpg) no-repeat;
}
.item-seven {
    background: url(../img/bg-single-7.jpg) no-repeat;
}
.item-eight {
    background: url(../img/bg-single-8.jpg) no-repeat;
}
.item-nine {
    background: url(../img/bg-single-9.jpg) no-repeat;
}
.single-items {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
}
.single-items h2 strong {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .7);
}
.item-titles {
    vertical-align: middle;
}
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ===================================
    Slider
====================================== */
.slider-text {
    text-transform: capitalize;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 60px;
}
.slider-rev {
    width: 100%;
    display: inline-block;
}
.slider {
    width: 100%;
    max-width: 550px;
    padding-right: 50px;
    display: inline-block;
}
.slider-img {
    max-height: 100vh;
    width: 100%;
}
#owl-thumbs {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -46px;
    background: rgba(60, 57, 57, 0.6);
    width: 80%;
    height: 46px;
}
#owl-thumbs .owl-dot {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: transparent;
    color: white;
    border: 0;
}
.slider-name {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}
#owl-thumbs .owl-dot .slider-name {
    display: none;
}
button:focus {
    outline: none;
}
#owl-thumbs .owl-dot.active .slider-name {
    display: inline-block;
}
#owl-thumbs .owl-dot.active .triangle-up:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    bottom: -10px;
}
#owl-client .owl-nav {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: inline-block;
    z-index: 3;
    color: white;
    background: black;
    width: 20%;
    line-height: 46px;
}
.owl-dots button {
    margin-left: 20px;
}
#owl-client .owl-prev {
    width: 50px;
}
#owl-client .owl-next {
    width: 50px;
    border-left: 1px solid #484848;
}
/* verticle text */
.information,
.information p {
    position: relative;
    display: inline-block;
    margin: 0;
}
.verticle-text {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: auto;
    color: #545454;
    transform: rotate(-90deg);
    right: -127px;
    vertical-align: middle;
    text-align: left;
    top: 45%;
}
/* ===================================
    About US
====================================== */
.hr-line {
    width: 30px;
    height: 1px;
    background: #ff6666;
    display: block;
    margin: 0 auto;
}
.ico-res:not(:last-child) {
    margin-bottom: 3rem;
}
.services-icon {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #BC8FAE;
}
.services-cat {
    color: #666666;
}
/*=============================
           portfolio
 ==============================*/
.filters button {
    color: #000000;
    background-color: transparent;
    margin-right: 40px;
    cursor: pointer;
}
.filters button:hover,
.filters button.active {
    color: #ff6666;
}
.img-detail {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    background: rgba(10, 10, 10, 0.6);
    padding: 1.625rem 2rem;
}
.port-line {
    background-color: #b4b3b3;
    width: 2px;
    height: 2.5rem;
}
.port-detail-mid {}
.img-detail-icon {
    position: absolute;
    top: -35px;
    left: 50px;
    width: 15px;
    color: #b4b3b3;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    width: 518px;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.9;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
    width: 100%;
}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
    background-image: none;
}
.description-headig {
    font-size: 36px;
    color: #ffffff;
}
.description-sub {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.description-sup {
    font-size: 24px;
    line-height: 22px;
    font-weight: 500;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.portfolio-perv {
    left: auto;
    right: 0;
    background-color: black;
    text-align: center;
    line-height: 79px;
    top: 65%;
    width: 4%;
    height: 55%;
}
.portfolio-next {
    right: 0;
    text-align: center;
    border-bottom: 2px solid;
    line-height: 96px;
    top: 10%;
    background-color: black;
    width: 4%;
    height: 55%;
}
.portfolio-arrows {
    width: 60px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
}
.border-3px-tb {
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.border-3px-right {
    border-right: 2px solid;
}
#portfolio.active {
    transform: translate3d(0px, 0px, 0px) !important;
}
.big-popup {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-y: scroll !important;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.tile {
    display: none;
    visibility: hidden;
}
.scale-anm {
    display: block;
    visibility: visible;
}
/*new */
.tab-pane {
    text-align: center;
}
.hide {
    display: none;
}
.project {
    border: 1px solid #eaeaea;
    margin: 20px;
    padding: 20px;
}
/* ===================================
    project details fancy
====================================== */
.port-detail-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.project-img {
    width: 100%;
}
.outdoor {
    font-size: 24px;
    color: #000000;
    float: left;
    cursor: pointer;
}
.cata-geory {
    font-weight: 100;
    margin: 0 auto;
    padding-right: 20px;
}
.details-prev-next {
    font-weight: 100;
    margin: 0 auto;
    padding-right: 47px;
}
.cata-geory {
    padding-right: 10px;
}
.hiking {
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    float: left;
}
.project-line {
    height: 26px;
    width: 1px;
    background-color: #545454;
    display: block;
    margin: 0px 21px;
    float: left;
}
.fancybox-close-small:after {
    color: #ffffff;
    font: 26px/30px open, sans-serif;
    font-weight: 600;
    top: 6px;
    right: 6px;
}
.fancybox-close-small:hover:after {
    color: #ffffff;
    background-color: transparent;
}
.fancybox-close-small {
    position: absolute;
    width: 44px;
    height: 44px;
    color: white;
    padding: 0;
    margin: 0;
    border: 0;
    background: #ff6666;
    z-index: 10;
    cursor: pointer;
}
/* ===================================
       Facts & Figure
   ====================================== */
.counters {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    position: relative;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ist-counter {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    float: left;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ist-counter .number {
    font-size: 3.625rem;
    font-weight: 200;
    line-height: normal;
    padding-right: 1rem;
}
.counters .number {
    font-size: 3.625rem;
    font-weight: 200;
    line-height: normal;
    padding-right: 1rem;
}
.count-text span {
    display: block;
}
.count-text .main-text {
    font-size: 1.5rem;
    font-weight: 200;
    margin-bottom: 3px;
}
.counters-line {
    height: 40px;
    margin: 0 auto;
    margin-right: 15px;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}
.index-2 .counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}
.index-3 .counters-line {
    height: 40px;
    margin: 0 auto;
    top: 22px;
    right: 0;
    width: 2px;
    background-color: #ff6666;
    position: absolute;
}
.counters .number {
    margin-left: auto;
}
.counters .count-text {
    margin-right: auto;
}
/* ===================================
            Parallax
   ====================================== */
.static-img {
    position: relative
}
.static-text {
    letter-spacing: 15px;
    position: absolute;
    color: white;
    text-align: center;
    display: block;
    top: 50%;
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}
.by {
    letter-spacing: 2px;
    color: white;
    padding-right: 15px;
    text-align: right;
    display: block;
    width: 100%;
}
.relax {
    font-size: 60px;
}
/* ===================================
            Price
   ====================================== */
.price-list li {
    display: inline-block;
    float: left;
    color: #666666;
    min-width: 12.5%;
    font-size: 11px;
}
.price-line {
    height: 40px;
    float: left;
    width: 1px;
    background-color: #ff6666;
    position: relative;
}
.margin-4rem-bottom {
    margin-bottom: 4rem;
}
.deal-item {
    font-weight: 600;
    font-size: 14px!important;
}
.main-heading p {
    color: #666666;
}
.price-list li:nth-child(n+6) {
    text-align: center;
}
.price-list li.chart img {
    margin-top: -18px;
}
.price-list li.price-dol {
    font-size: 35px;
    line-height: 10px;
}
.price-list li.price-button a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background: black;
    color: white;
    display: block;
    position: relative;
    margin-top: -22px;
}
.price-list li.price-button a:hover {
    background-color: #666666;
}
.price-head p,
.price-body p {
    font-size: 12px;
}
/* ===================================
             insta feed
   ====================================== */
#instafeed-gallery-feed {
    width: 100%;
    margin: 0 auto;
}
.owl-carousel.owl-drag .owl-item {
    cursor: all-scroll;
}
/* ===================================
             Contact Map
   ====================================== */
.map-adress {
    width: 350px;
    height: 184px;
    background-color: white;
    position: absolute;
    top: 150px;
    left: 13px;
}
.map-adress-details {
    padding: 20px;
}
.map-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/* ===================================
    Blog Page
====================================== */
.page-header i {
    font-size: 11px;
}
.page-title {
    padding: 4rem 0 1rem;
}
/* blog list */
.blog-list-item {
    margin-bottom: 4rem;
}
.blog-list-item:last-child {
    margin-bottom: 1rem;
}
.blog-pagination li {
    display: inline-block;
}
.blog-pagination li a {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    color: #a0a0a0;
}
.blog-pagination li a i {
    font-size: 12px;
}
.blog-pagination li a:hover,
.blog-pagination li.active a,
.blog-pagination li a:focus {
    color: #ff6666;
}
.widget {
    padding: 2rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .search {
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    border-right: none;
}
.widget .search-btn {
    position: relative;
    width: 40px;
    line-height: 39px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    background: #ff6666;
    cursor: pointer;
}
.recent-post {
    margin-bottom: .5rem;
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post img {
    width: 80px;
    height: 75px;
    margin-right: 15px;
}
.recent-post .text a {
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}
.recent-post .text .date {
    font-size: 12px;
}
.blog-category li {
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    font-size: .8rem;
}
.blog-tags li {
    display: inline-block;
    margin-bottom: 6px;
}
.blog-tags li a {
    padding: 6px 15px;
    background: #666666;
    ;
    font-size: 13px;
    color: #FFFFFF;
}
.blog-tags li a:hover,
.blog-tags li a:focus {
    background: #ff6666;
    color: #FFFFFF;
}
.hover-effect {
    position: relative;
    overflow: hidden;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* blog detail */
.blog-detail-item blockquote {
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 15px;
    border-left: 5px solid #eee;
}
.blog-detail-item .blog-share {
    margin: 0;
    display: inline-block;
    float: right;
}
.blog-detail-item .blog-share li {
    display: inline-block;
}
.blog-detail-item .blog-share li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    text-align: center;
    color: #a9a9a9;
}
.blog-detail-tag {
    padding: 15px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 3rem 0;
    color: #969696;
}
.blog-detail-tag a {
    margin: 0 3px;
}
.blog-detail-tag .btn.btn-transparent-gray {
    color: #a6a6a6;
    border: 1px solid #ededed;
}
.blog-detail-tag .btn.btn-transparent-gray:hover,
.blog-detail-tag .btn.btn-transparent-gray:focus {
    color: #FFFFFF;
}
.blog-detail-nav {
    margin-top: 2rem;
    position: relative;
    display: flow-root;
}
.blog-detail-item .date {
    color: #a6a6a6;
}
.blog-comment {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-comment .avatar {
    width: 110px;
    margin-right: 20px
}
.blog-comment .comment-text {
    vertical-align: top;
}
.blog-comment .date {
    font-size: 12px;
    margin-bottom: .5rem;
    color: #b3aeae;
}
.blog-comment li {
    padding: 50px 0;
    border-bottom: 1px solid #ededed;
    position: relative
}
.blog-comment>li:first-child {
    padding-top: 0
}
.blog-comment li:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.blog-comment li ul.child-comment {
    margin-left: 40px;
    list-style: none
}
.blog-comment li ul.child-comment li {
    border: none;
    padding-bottom: 0;
    border-top: 1px solid #ededed;
    margin-top: 50px
}
.main-color {
    color: #ff6666;
}
.btn-pink {
    background: #ff6666;
    padding: 10px 30px;
    color: #FFFFFF;
    border: 2px solid #ff6666;
}
.btn-pink:hover {
    background: #ffffff;
    color: #ff6666;
    border: 2px solid #ff6666;
}
.btn-blue {
    background: #00bcd4;
    padding: 10px 30px;
    color: #FFFFFF;
    border: 2px solid #00bcd4;
}
.btn-blue:hover {
    background: #ffffff;
    color: #00bcd4;
    border: 2px solid #00bcd4;
}
.btn-transparent {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #ffffff;
}
.btn-transparent:hover {
    background: #ffffff;
    color: #ff6666;
    border: none;
}
.btn-gray {
    background: #666666;
    color: #FFFFFF;
    border: 2px solid #666666;
}
.btn-transparent-gray {
    color: #666666;
    background: transparent;
    border: 2px solid #666666;
}
.btn-transparent-gray:hover,
.btn-transparent-gray:focus {
    color: #FFFFFF;
    background-color: #666666;
}
.btn-transparent-gray {
    color: #666666;
    background: transparent;
    border: 2px solid #666666;
}
.btn-transparent-pink {
    color: #ff6666;
    background: transparent;
    border: 2px solid #ff6666;
}
.btn-transparent-pink:hover,
.btn-transparent-pink:focus {
    color: #FFFFFF;
    background-color: #ff6666;
}
.comment-form .form-control {
    border-radius: 0;
}
.comment-form .form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.comment-form textarea {
    margin-bottom: 1.2rem;
    resize: none;
}
.bg-3 {
    background: url(../img/bg-img3.jpg) no-repeat;
    background-size: cover;
    height: 500px;
}
.bg-2 {
    background: url(../img/bg-2.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}
/*===================================
               Loader
 ====================================*/
#loader {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999;
    background-color: #ffffff;
}
.load-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6666;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #ff6666;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #ff6666;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #ff6666;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.map {
    height: 500px;
    width: 100%;
}
/* ===================================
       Media Queries
   ====================================== */
@media screen and (min-width: 1410px) {
    #banner-main .tp-parallax-wrap {
        margin-left: -90px !important;
    }
    .index-6 .tp-leftarrow {
        top: 48%!important;
        left: 92.4%!important;
    }
    .index-6 .tp-rightarrow {
        top: 41%!important;
        left: 97.7%!important;
    }
}
@media screen and (min-width: 1899px) {
    #banner-main .tp-parallax-wrap {
        margin-left: -280px !important;
    }
    .index-6 .tp-rightarrow {
        top: 42%!important;
        left: 98.2%!important;
    }
    .index-6 .tp-leftarrow {
        top: 48%!important;
        left: 94.2%!important;
    }
    .tp-rightarrow {
        top: 95%!important;
        left: 98.1%!important;
    }
    .tp-leftarrow {
        top: 95%!important;
        left: 92.3%!important;
    }
}
@media screen and (max-width: 1024px) {
    .static-nav li {
        margin-left: 15px;
    }
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }
    .index-2 .verticle-text {
        display: none;
    }
    .index-4 .verticle-text {
        display: none;
    }
    .index-6 .verticle-text {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .filters {
        margin-bottom: 1rem;
    }
    .counters {
        display: block!important;
        float: none;
        left: 0;
        margin: 0 auto;
    }
    .ist-counter {
        display: block!important;
        float: none;
    }
    .divider {
        display: none !important;
    }
    .col-lg-3:not(:last-child) .counters {
        margin-bottom: 3rem;
    }
    .col-lg-3:not(:last-child) .ist-counter {
        margin-bottom: 3rem;
    }
    .price-body .price-list {
        display: flex;
    }
    .price-list li {
        display: block;
        float: none;
        min-width: 100%;
        font-size: 11px;
    }
    .price-list li.price-button a {
        width: auto;
        padding: 8px 30px;
        display: inline-block;
        position: relative;
        margin-top: 0;
    }
    .price-list li.price {
        font-size: 35px;
        line-height: 40px;
    }
    .price-list li.chart img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .portfolio-next {
        right: 0;
        text-align: center;
        line-height: 46px;
        top: 23%;
        background-color: black;
        width: 4%;
        height: 55%;
    }
    .portfolio-perv {
        left: auto;
        right: 0;
        background-color: black;
        text-align: center;
        line-height: 40px;
        top: 78%;
        width: 4%;
        height: 50%;
    }
    .header-icon {
        display: none;
    }
    #owl-client .owl-prev {
        width: 24px;
    }
    #owl-client .owl-next {
        width: 30px;
    }
    body {
        margin: 0;
    }
    .static-nav {
        display: none;
    }
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }
    .index-2 .header-icon {
        display: none;
    }
    .index-2 .verticle-text {
        display: none;
    }
    .index-4 .header-icon {
        display: none;
    }
    .index-4 .verticle-text {
        display: none;
    }
    .index-6 .header-icon {
        display: none;
    }
    .index-6 .verticle-text {
        display: none;
    }
    .index-3 .header-icon {
        display: none;
    }
    .index-3 .verticle-text {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .navbar-top .logo {
        max-width: 130px;
    }
    .slider-text {
        text-transform: capitalize;
        padding: 7rem 0 2.5rem;
        font-size: 2rem;
        line-height: 40px;
        text-align: center;
    }
    .slider {
        display: block;
        max-width: 100%;
        padding-right: 0;
        text-align: center;
        margin: 0 auto;
    }
    .port-detail-mid {
        margin-bottom: -7px;
    }
    .img-detail {
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        line-height: 1;
        background: rgba(10, 10, 10, 0.6);
        padding: .5rem .8rem;
    }
    .img-detail-icon {
        display: none;
        position: absolute;
        top: -26px;
        left: -40px;
        width: 7px;
        color: #b4b3b3;
        transform: translateX(188px);
    }
    .description-sup {
        font-size: 8px;
        line-height: 14px;
    }
    .description-sub {
        font-size: 7px;
        line-height: 10px;
    }
    .description-headig {
        font-size: 9px;
    }
    .port-line {
        display: none;
    }
    .hiking {
        font-size: 14px;
    }
    .details-prev-next {
        padding-right: 0px;
    }
    .outdoor {
        font-size: 14px;
    }
    .big-popup {
        display: none;
    }
    .sub-pad {
        display: none;
    }
    .portfolio-next {
        right: 0;
        text-align: center;
        line-height: 14px;
        top: 69%;
        background-color: black;
        width: 4%;
        height: 55%;
    }
    .portfolio-next i {
        font-size: 5px;
    }
    .swiper-button-prev i {
        font-size: 5px;
    }
    .portfolio-perv {
        left: auto;
        right: 0;
        background-color: black;
        text-align: center;
        line-height: 9px;
        top: 125%;
        width: 4%;
        height: 50%;
    }
    .price {
        padding: 30px 10px 0px 10px;
    }
    .price-dol {
        line-height: 0;
        margin: 20px 0;
    }
    .price-list li.price-dol {
        font-size: 20px;
    }
    .price-head {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        margin: 0px 0px 20px 0px;
    }
    .price-head {
        padding-bottom: 20px!important;
    }
    .main-heading {
        margin: 20px 0px;
    }
    .price-list {
        margin-bottom: 0;
    }
    .relax {
        font-size: 0.9rem;
        letter-spacing: 3px;
    }
    .static-text {
        letter-spacing: 5px;
        top: 42%;
    }
    .by {
        letter-spacing: 1px;
        color: white;
        font-size: 10px;
        padding-right: 58px;
        text-align: right;
        display: block;
        width: 100%;
    }
    .filters button {
        color: #000000;
        background-color: transparent;
        margin-right: 0px;
        font-size: 11px;
        cursor: pointer;
    }
    .map-img {
        height: 400px;
        margin-bottom: 20px;
    }
    .ico-res:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .about-text p {
        margin-bottom: 0;
    }
    section {
        padding-top: 2.5rem;
        padding-left: 0px;
        padding-right: 0px;
    }
    .counters .number {
        font-size: 2rem;
    }
    .counters-line {
        display: none;
    }
    .counters-line-last {
        display: none;
    }
    .ist-counter .number {
        font-size: 2rem;
    }
    .ist-counter {
        margin-bottom: 20px;
    }
    .blog-box h4 {
        padding: 0;
        border-left: none;
    }
    .side-menu .btn-close {
        right: 10px;
    }
    .map-adress {
        top: 0px;
        left: 0px;
    }
    .map-adress-details {
        padding: 9px;
    }
    .services-align {
        margin-bottom: 1rem;
    }
    .small-font {
        font-size: 1.2rem
    }
    .services-align-last {
        margin-bottom: 48px;
    }
    .verticle-text {
        display: none;
    }
    #owl-client .owl-prev {
        width: 26px;
    }
    #owl-client .owl-next {
        width: 26px;
    }
    .static-nav {
        display: none;
    }
    .classic-box h2 {
        font-size: 1.5rem;
    }
    .index-2 .navbar {
        padding: 0.5rem 1rem;
    }
    .index-2 .header-appear .navbar {
        padding: 0.5rem 1rem;
    }
    .index-3 .navbar {
        padding: 0.5rem 1rem;
    }
    .index-3 .header-appear .navbar {
        padding: 0.5rem 1rem;
    }
    .index-2 .header-icon {
        display: none;
    }
    .index-2 .verticle-text {
        display: none;
    }
    .index-2 .top {
        display: none;
    }
    .top {
        display: none;
    }
    .index-4 .header-icon {
        display: none;
    }
    .index-4 .verticle-text {
        display: none;
    }
    .index-4 .top {
        display: none;
    }
    .index-6 .header-icon {
        display: none;
    }
    .index-6 .verticle-text {
        display: none;
    }
    .index-6 .top {
        display: none;
    }
    .index-3 .header-icon {
        display: none;
    }
    .index-3 .top {
        display: none;
    }
    .blog-detail-tag {
        text-align: center;
    }
    .blog-detail-item .blog-share {
        text-align: center;
        display: block;
        float: none;
        margin-top: .7rem;
    }
    .gallery-thumbs .swiper-slide img {
        width: 100%;
        height: 27px;
    }
    .fancybox-close-small {
        left: 86%;
        width: 45px;
        height: 44px;
    }
    .margin-4rem-bottom {
        margin-bottom: 0.5rem;
    }
    .blog {
        text-align: center;
    }
    .blog .navbar-brand {
        text-align: left;
    }
    .page-title {
        padding: 12rem 0 1rem;
    }
}