/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Imports
# common
# Animations
# Main Menu
# SideMenu 
# Banner One 
	## Banner One Home Two
	## Banner Three 
# Search Popup 
# Footer
# Contact One
	## Contact Two
# Mailchimp One
# Blog One
	## Blog One Carousel
	## Blog Grid
	## Blog Standard
	## Blog Two
	## Blog Details
	## Comments
# Sidebar
# Page Header
# Brand One
# Error Page
# Portfolio One
	## Portfolio Two
	## Portfolio Grid
	## Portfolio Column
	## Portfolio Carousel
	## Portfolio Details
# Testimonials One
	## Testimonials One Carousel
# Team One
# FAQ One
# Pricing One
	## Pricing Two
# Call to Action One
# Video One
# Service One
	## Service Details
	## Service Two
	## Service Three
# About One
	## About Two
	## About Three
# History One
# Step One
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/


/* Template Variables */


/* font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif; */

:root {
    --thm-font: 'Roboto', sans-serif;
    --heading-font: 'Poppins', sans-serif;
    --thm-base: #f56c6c;
    --thm-base-rgb: 255, 188, 69;
    --thm-primary: #f56c6c;
    --thm-primary-rgb: 255, 89, 89;
    --thm-black: #162f62;
    --thm-black-rgb: 22, 47, 98;
}

body {
    font-family: var(--thm-font);
    font-size: 16px!important;
    line-height: 40px!important;
    color: #8a919e;
}

[dir=rtl] .thm__owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/* block title */

.block-title {
    margin-bottom: 56px;
}

.block-title p {
    margin: 0;
    margin-bottom: 28px;
}

.block-title p span {
    display: inline-block;
    border-radius: 17.5px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.17);
    padding: 1.5px 29px;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--heading-font);
}

.block-title p.color-2 span {
    background-image: linear-gradient(90deg, #61d8ff 0%, #6168ff 100%);
}

.block-title h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}

.block-title h3 span {
    font-weight: 500;
}


/* thm btn */

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(90deg, #ffbc45 0%, #f56c6c 51%, #ffbc45 100%);
    transition: all 500ms ease;
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
    border-radius: 27.5px;
    border-bottom-left-radius: 0;
    padding: 11.5px 45.5px;
    font-family: var(--heading-font);
}

.thm-btn:hover {
    background-position: right;
    color: #f56c6c;
}


/* default owl nav styles */

.thm__owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thm__owl-carousel.owl-theme .owl-nav .owl-next,
.thm__owl-carousel.owl-theme .owl-nav .owl-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    position: relative;
    transition: 500ms ease;
    transition: 500ms;
    border: none;
    outline: none;
    box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, 0.2);
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--thm-base);
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-]::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #9c9da5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 500ms ease;
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-prev]::after {
    content: "\f104";
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-]:hover::after {
    color: #fff;
}

.thm__owl-carousel.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
}


/* Cursor*/

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    transform: rotate(45deg);
}


/* bootstrap select */

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #f4f4f4;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-black);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 20px;
    color: var(--thm-black);
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-black);
    color: #fff;
    cursor: pointer;
}

.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(90deg, #f56c6c 0%, #f56c6c 51%, #c30f0f 100%)!important;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 990;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
}

@media (max-width: 480px) {
    .scroll-to-top {
        width: 40px;
        height: 40px;
    }
}

.scroll-to-top i {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: all 0.4s ease;
}

@media (max-width: 480px) {
    .scroll-to-top i {
        font-size: 14px;
        line-height: 40px;
    }
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

.post-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-pagination a {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, 0.2);
}

.post-pagination a.active,
.post-pagination a:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #e96624 0%, #f74923 51%, #f56c6c 100%)!important;
}

.post-pagination a+a {
    margin-left: 10px;
}

.post-pagination a.active {
    cursor: auto;
}

.post-pagination__prev,
.post-pagination__next {
    border: none !important;
    background-color: transparent !important;
    text-decoration: underline;
    color: var(--thm-black) !important;
    text-transform: uppercase;
    font-size: 14px !important;
}


/* datepicker */

.datepicker-dropdown {
    min-width: 300px;
}

.datepicker-dropdown table {
    width: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: var(--thm-black);
    background-image: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: var(--thm-base);
    background-image: none;
}


/* preloader */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid var(--thm-base);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


/* section shapes */

[class*=section__bg-shape-] {
    position: absolute;
}

.section__bg-shape-1 {
    top: 19%;
    left: 49%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.section__bg-shape-2 {
    left: 10%;
    bottom: -10%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.section__bg-shape-3 {
    top: 49%;
    right: 15%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

[class*=section__bubble-] {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.section__bubble-1 {
    width: 12px;
    height: 12px;
    border: 3px solid #f3c14a;
    top: 30%;
    left: 10%;
}

.section__bubble-2 {
    width: 8px;
    height: 8px;
    background-color: #9b6dfc;
    top: 60%;
    left: 20%;
}

.section__bubble-3 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    left: 10%;
}

.section__bubble-4 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    left: 20%;
}

.section__bubble-5 {
    width: 12px;
    height: 12px;
    border: 3px solid #ff5b59;
    top: 30%;
    right: 10%;
}

.section__bubble-6 {
    width: 8px;
    height: 8px;
    background-color: #437efa;
    top: 60%;
    right: 20%;
}

.section__bubble-7 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    right: 10%;
}

.section__bubble-8 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    right: 20%;
}


/*-------------------------------------------------------------- 
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

@keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

@-webkit-keyframes slideBgImage {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

@keyframes slideBgImage {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    100% {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    100% {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 25px
    }
}

@-webkit-keyframes shapeMover {
    0%,
    100% {
        transform: perspective(600px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(600px) rotate(-10deg) translateZ(50px) translateY(50px) translateX(50px);
    }
}

@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(600px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(600px) rotate(-10deg) translateZ(50px) translateY(50px) translateX(50px);
    }
}

@-webkit-keyframes globeRotate {
    8% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        transform: perspective(200px) rotateY(360deg);
    }
}

@keyframes globeRotate {
    8% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        transform: perspective(200px) rotateY(360deg);
    }
}

@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }
    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }
    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }
    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }
    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }
    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }
    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

@-webkit-keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@-webkit-keyframes service_hexagon {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-100px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-100px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        transform: translateX(-430px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-430px);
    }
}

@keyframes float-bob {
    0% {
        transform: translateX(-430px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-430px);
    }
}

@-webkit-keyframes banner4Shake {
    0% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 2deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
}

@keyframes banner4Shake {
    0% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 2deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
}


/*-------------------------------------------------------------- 
# Main Menu
--------------------------------------------------------------*/

.main-nav-one {
    z-index: 91;
    position: fixed;
    padding-top: 20px;
    left: 0;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 20px;
}

@media(max-width: 790px) {
    .main-nav-one {
        padding-top: 1px!important;
        padding-bottom: 1px!important;
    }
}

@media(max-width: 1520px) {
    .main-nav-one {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 1270px) {
    .main-nav-one {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.main-nav-one .inner-container {
    display: flex;
    align-items: center;
}

.main-nav-one .side-menu__toggler {
    display: none;
}

.main-nav-one .logo-box {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 145px;
}

.main-nav-one .inner-container .logo-box {
    margin-right: 75px!important;
}

@media(max-width: 790px) {
    .main-nav-one .inner-container .logo-box {
        margin-right: 15px!important;
    }
}

.main-nav-one .inner-container .main-nav__search {
    margin-right: 30px;
    position: relative;
    top: 5px;
    font-size: 30px!important;
}

@media(max-width: 1520px) {
    .main-nav-one .logo-box {
        margin-right: 50px;
    }
}

.main-nav-one .main-nav__main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav-one .dropdown-btn {
    display: none;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box {
    display: flex;
    align-items: center;
}

.main-nav-one .main-nav__navigation-box>li {
    padding: 11.5px 0;
}

.main-nav-one .main-nav__navigation-box>li+li {
    margin-left: 44px;
}

.main-nav-one .main-nav__navigation-box>li>a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    font-family: var(--heading-font);
    transition: all 500ms ease;
}

.main-nav-one .main-nav__navigation-box>li.current>a {
    /* color: var(--thm-base); */
    color: #e55514;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    border-radius: 17.5px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgb(51 57 178 / 17%);
    padding: 1.5px 18px;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 16px;
    font-family: var(--heading-font);
}

.main-nav-one .main-nav__navigation-box>li:hover>a {
    /* color: var(--thm-base); */
    color: #e55514;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    border-radius: 17.5px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgb(51 57 178 / 17%);
    padding: 1.5px 10px;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--heading-font);
}

.main-nav-one .main-nav__navigation-box>li.dropdown>a::after {
    content: "\f107";
    font-weight: 400;
    margin-left: 10px;
    font-family: 'Font Awesome 5 Pro';
}

.main-nav-one .main-nav__navigation-box>li.current>a::before,
.main-nav-one .main-nav__navigation-box>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: left center;
}

.main-nav-one .main-nav__navigation-box>li.curren::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #e55514;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}


/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
    display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
    position: absolute;
    width: 210px;
    background-color: #fff;
    border-top: 2px solid var(--thm-primary);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
    position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a {
    position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a::after {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
    border-top: 1px solid rgba(var(--thm-black-rgb), 0.15);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    font-family: var(--thm-font);
    word-break: break-all;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
    color: #fff;
    background-color: var(--thm-base);
}


/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
    top: 100%;
    left: 0;
    transform: perspective(300px) scaleY(0) translateZ(30px);
    visibility: hidden;
    opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
    transform: perspective(300px) scaleY(1) translateZ(0);
    visibility: visible;
    opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
    top: 0;
    left: 100%;
    transform: perspective(300px) scaleX(0);
    visibility: hidden;
    opacity: 0;
    transform-origin: left;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
    transform: perspective(300px) scaleX(1);
    visibility: visible;
    opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
    display: none;
}


/* Right Side */

.main-nav-one .main-nav__right {
    margin-left: auto;
}

.main-nav-one .main-nav__search {
    color: #fff;
    font-size: 30px;
    transition: all 500ms ease;
    margin-right: 50px;
}

.main-nav-one .main-nav__search:hover {
    color: var(--thm-base);
}

.main-nav-one__btn {
    background-image: none;
    background-color: #fff;
    color: var(--thm-black);
    overflow: hidden;
    position: relative;
}

.main-nav-one__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #ffbc45 0%, #f56c6c 51%, #ffbc45 100%);
    border-radius: 27.5px;
    border-bottom-left-radius: 0;
    background-size: 200% auto;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms ease;
}

.main-nav-one__btn:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom;
}

.main-nav-one__btn span {
    position: relative;
}


/* stricked menu */

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--thm-black);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: translateY(-110%);
    transition: all 0.4s ease;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    transform: translateY(0%);
}

.main-nav-one.stricked-menu .main-nav__navigation-box>li {
    padding: 22.5px 0;
}


/* main nav home three */

.main-nav-one__home-three .main-nav__navigation-box>li>a {
    color: #162f62;
}

@media(max-width: 1915px) {
    .main-nav-one__home-three .main-nav__navigation-box>li:last-child>a {
        color: #fff;
    }
}

@media(max-width: 1740px) {
    .main-nav-one__home-three .main-nav__navigation-box>li:nth-child(5)>a {
        color: #fff;
    }
}

@media(max-width: 1635px) {
    .main-nav-one__home-three .main-nav__navigation-box>li:nth-child(4)>a {
        color: #fff;
    }
}

@media(max-width: 1555px) {
    .main-nav-one__home-three .main-nav__navigation-box>li:nth-child(3)>a {
        color: #fff;
    }
}

.main-nav-one__home-three .logo-box {
    margin-right: 70px;
}

.main-nav-one__home-three.stricked-menu {
    background-color: #fff;
}

.main-nav-one__home-three.stricked-menu .main-nav__navigation-box>li>a {
    color: var(--thm-black) !important;
}

.main-nav-one__home-three.stricked-menu .main-nav__navigation-box>li>a:hover,
.main-nav-one__home-three.stricked-menu .main-nav__navigation-box>li.current>a {
    color: var(--thm-base) !important;
}

.main-nav-one__home-three.stricked-menu .main-nav-one__btn {
    background-color: var(--thm-black);
    color: #fff;
}


/*-------------------------------------------------------------- 
# SideMenu 
--------------------------------------------------------------*/

.side-menu__block {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 0.7s ease;
}

.side-menu__block.active {
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}

.side-menu__block-inner {
    position: relative;
    width: 300px;
    margin-left: auto;
    height: 100vh;
    /* background-color: var(--thm-black); */
    z-index: 999999;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: space-between;
    background-image: url(../images/menu_bg.png);
    background-size: cover;
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9999999;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    transition: all 500ms ease;
}

.side-menu__close-btn:hover {
    color: var(--thm-base);
}

.mobile-nav__container {
    margin: 40px 0;
    /* border-top: 1px solid rgba(var(--thm-base-rgb), 0.3); */
    /* border-bottom: 1px solid rgba(var(--thm-base-rgb), 0.3); */
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    display: none;
}

.mobile-nav__container li.dropdown {
    position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(0);
    transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    transform: rotate(90deg);
    background: #ffffff;
    color: var(--thm-black);
}

.mobile-nav__container li+li {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.mobile-nav__container li>ul {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.mobile-nav__container li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    font-family: var(--heading-font);
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 3px solid transparent;
    transition: all 500ms ease;
    position: relative;
}

.mobile-nav__container li a:hover {
    background-color: #f56c6c;
    color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    border-color: var(--thm-primary);
    background-color: #f56c6c;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(90deg, #ffbc45 0%, #f56c6c 51%, #ffbc45 100%);
    transition: all 500ms ease;
    box-shadow: 0px 30px 50px 0px rgb(25 71 174 / 10%);
    border-radius: 27.5px;
    border-bottom-left-radius: 0;
    padding: 11.5px 45.5px;
    font-family: var(--heading-font);
    width: 100%;
}

.mobile-nav__container .navigation-box__right {
    border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.side-menu__logo {
    padding-left: 30px;
}

.side-menu__block__copy {
    color: #93969b;
    font-family: var(--thm-font);
    font-size: 15px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.side-menu__block__copy a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
    color: var(--thm-base);
}

.side-menu__social {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-menu__social a {
    color: #93969b;
    font-size: 14px;
    transition: all 500ms ease;
}

.side-menu__social a:hover {
    color: var(--thm-base);
}

.side-menu__social a+a {
    margin-left: 10px;
}


/*-------------------------------------------------------------- 
# Banner One 
--------------------------------------------------------------*/

.banner-one {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #1459BA;
    background-image: url(../images/bg-banner-home6.png); */
    background: url(../images/first_banner.jpg) no-repeat scroll center 0/cover;
    z-index: 10;
}

.shape {
    overflow: hidden;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: -1;
}

.seo-about .shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape-top,
.shape-top-2 {
    top: -1px;
    fill: #0049B1;
}

#banner-one-snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class*=banner-one__bg-shape-] {
    position: absolute;
}

.banner-one__bg-shape-1 {
    top: 10%;
    right: 60%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one__bg-shape-2 {
    top: 15%;
    right: 40%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one__bg-shape-3 {
    top: 25%;
    right: 13%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.banner-one__bg-shape-4 {
    top: 42%;
    right: 40%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.banner-one__bg-shape-5 {
    right: -40px;
    top: 30%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one .container {
    position: relative;
    z-index: 10;
    padding-top: 135px;
    padding-bottom: 50px;
}

.banner-one__image {
    width: 643px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -142px;
}

@media(max-width: 1440px) {
    .banner-one__image {
        right: 0;
    }
}

[class*=banner-one__image-] {
    position: absolute;
}

.octf-btn-third {
    background-color: #fff;
}

.banner-one__image-1 {
    bottom: 0;
    right: 100px;
    z-index: 0;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.banner-one__image-2 {
    bottom: 35px;
    right: 150px;
    z-index: 1;
}

.banner-one__image-3 {
    bottom: 0px;
    right: 35px;
}

.banner-one__image-4 {
    bottom: 0px;
    left: 140px;
}

.banner-one__image-5 {
    bottom: 0px;
    left: 0;
}

.banner-one__content h3 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 75px;
    font-weight: bold;
    margin-bottom: 26px;
}

.banner-one__content p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 42px;
}

.banner-one__form {
    width: 100%;
    max-width: 600px;
    height: 70px;
    background-color: #fff;
    border-radius: 35px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner-one__form-box {
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% - 169px);
    max-width: calc(100% - 169px);
}

.banner-one__form-box input {
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    outline: none;
    height: 30px;
    padding-left: 20px;
}

.banner-one__form-box input+input {
    border-left: 1px solid #dee0e5;
}

.banner-one__form .thm-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}


/*-------------------------------------------------------------- 
## Banner One Home Two
--------------------------------------------------------------*/

.banner-one__home-two {
    background-image: url(../images/shapes/banner-bg-2-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

[class*=banner-one__home-two__bg-shape-] {
    position: absolute;
}

.banner-one__home-two__bg-shape-1 {
    top: 105px;
    right: 30%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one__home-two__bg-shape-2 {
    top: 50px;
    right: -7%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one__home-two__bg-shape-3 {
    bottom: 35%;
    right: 17%;
    z-index: 11;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.banner-one__home-two__bg-shape-4 {
    left: 10%;
    top: 37%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.banner-one__home-two__bg-shape-5 {
    bottom: 20%;
    left: 65px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one__home-two .container {
    padding-top: 195px;
    padding-bottom: 452px;
}

.banner-one__home-two .banner-one__form {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.banner-one__home-two .banner-one__content h3 {
    margin: 0;
    margin-bottom: 45px;
}

.banner-one__home-two .banner-one__images {
    position: absolute;
    bottom: -95px;
    left: 0;
    width: 100%;
}

[class*=banner-one__images-] {
    position: absolute;
}

.banner-one__images-1 {
    bottom: 0;
    right: 50px;
    z-index: 2;
}

.banner-one__images-2 {
    bottom: 0;
    right: 0;
}

.banner-one__images-3 {
    bottom: 0;
    left: 510px;
}

.banner-one__images-4 {
    bottom: 0;
    left: 340px;
}

.banner-one__images-5 {
    bottom: 0;
    left: 125px;
}

.banner-one__images-6 {
    bottom: 0;
    left: 0;
}


/*-------------------------------------------------------------- 
## Banner Three 
--------------------------------------------------------------*/

.banner-two {
    padding-top: 335px;
    padding-bottom: 370px;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/shapes/banner-bg-3-1.png);
}

[class*=banner-two__bg-shape-] {
    position: absolute;
}

.banner-two__bg-shape-1 {
    top: 1%;
    right: 30%;
}

.banner-two__bg-shape-2 {
    top: 0;
    right: 0;
}

.banner-two__bg-shape-3 {
    top: 8%;
    right: 20%;
}

.banner-two__bg-shape-4 {
    top: 220px;
    left: 190px;
}

.banner-two__bg-shape-5 {
    bottom: 4%;
    left: 33%;
}

.banner-two__bg-shape-6 {
    bottom: -770px;
    left: 0;
}

.banner-two .container {
    position: relative;
}

.banner-two__moc {
    position: absolute;
    top: -140px;
    right: -65px;
    transition: all .4s ease;
    -webkit-animation-name: banner4Shake;
    animation-name: banner4Shake;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.banner-two__content h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 26px;
    background-image: -webkit-linear-gradient(left, #fff, #fe5b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-two__content h3 span {
    font-weight: 500;
}

.banner-two__content p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 42px;
    /* background-image: -webkit-linear-gradient(left, #fff, #212529);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.banner-two__btn-block {
    display: flex;
    align-items: center;
}

.banner-two__btn-block .thm-btn:nth-child(2) {
    margin-left: 20px;
    background-image: linear-gradient(90deg, #e96624 0%, #f74923 51%, #f56c6c 100%)!important;
    ;
}


/*-------------------------------------------------------------- 
# Search Popup 
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: transform 0.7s ease;
}

.search-popup.active {
    transform-origin: top center;
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: var(--thm-black);
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}

.search-popup__form ::-webkit-input-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form ::-moz-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form :-ms-input-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form ::-ms-input-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form ::placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--thm-black);
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--thm-black);
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: var(--thm-black);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: var(--thm-base);
    color: #fff;
}


/*-------------------------------------------------------------- 
# Footer
--------------------------------------------------------------*/

.site-footer {
    padding-top: 179px;
    background-image: url(../images/shapes/footer-bg-1-1.png);
    /* background-position: bottom center; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[class*=site-footer__bg-shape-] {
    position: absolute;
}

.site-footer__bg-shape-1 {
    top: 24%;
    left: 11%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.site-footer__bg-shape-2 {
    bottom: 32%;
    right: 3%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.site-footer__bg-shape-3 {
    bottom: 26%;
    left: 38%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.site-footer__bg-shape-4 {
    top: 17%;
    right: 20%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.site-footer .container {
    position: relative;
}

.site-footer__upper {
    /* padding-bottom: 80px; */
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer-widget p {
    margin: 0;
    color: #cdd2e2;
    font-size: 16px;
    line-height: 30px;
}

.footer-widget p a {
    color: inherit;
    transition: all 500ms ease;
}

.footer-widget p a:hover {
    color: var(--thm-base);
}

.footer-widget__links-list {
    margin: 0;
}

.footer-widget__links-list li {
    line-height: 1em;
}

.footer-widget__links-list li+li {
    margin-top: 25px;
}

.footer-widget__links-list li a {
    color: #cdd2e2;
    font-size: 16px;
    line-height: 1em;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    color: var(--thm-base);
}

.footer-widget__social {
    display: flex;
    align-items: center;
}

.footer-widget__social a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
    box-shadow: none;
    position: relative;
}

.footer-widget__social a::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 500ms ease;
    background-image: linear-gradient(-48deg, #ffbc45 0%, #f56c6c 100%);
}

.footer-widget__social a:hover::before {
    transform: scale(1);
}

.footer-widget__social a+a {
    margin-left: 15px;
}

.footer-widget__social a i {
    position: relative;
}

.footer-widget__contact .footer-widget__title,
.footer-widget__about .footer-widget__title {
    margin-bottom: 36px;
}

.footer-widget__about p {
    margin-bottom: 29px;
}

.footer-widget__contact p+p {
    margin-top: 12px;
}

[class*=footer-widget__links__] .footer-widget__title {
    margin-bottom: 41px;
}

@media(min-width: 1200px) {
    .footer-widget__links__2,
    .footer-widget__links__1 {
        padding-left: 100px;
    }
    .footer-widget__contact {
        padding-left: 60px;
    }
}

.site-footer__bottom {
    /* background-color: #002a7a; */
}

.site-footer__bottom .container {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer__bottom p {
    margin: 0;
    font-size: 14px;
    color: #cdd2e2;
}

.site-footer__bottom-menu {
    margin: 0;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li+li {
    margin-left: 46px;
}

.site-footer__bottom-menu li a {
    font-size: 16px;
    color: #cdd2e2;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: #fff;
}

.site-footer__home-three .site-footer__bottom {
    background-color: #0e001c;
}

.site-footer__home-three {
    padding-top: 0;
    background-image: none;
}

.site-footer__home-three .site-footer__upper {
    background-image: url(../images/shapes/footer-bg-2-1.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.site-footer__home-three .footer-widget__links-list li a:hover {
    color: #ff8b4f;
}


/*-------------------------------------------------------------- 
# Contact One
--------------------------------------------------------------*/

.contact-one {
    position: relative;
    z-index: 20;
    margin-bottom: -220px;
}

@media (min-width: 1200px) {
    .contact-one .container {
        max-width: 700px;
    }
}

.contact-one .inner-container {
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px -20px 50px 0px rgba(25, 71, 174, 0.1);
}

[class*=contact-one__shape-] {
    position: absolute;
}

.contact-one__shape-1 {
    top: 0;
    left: calc(50% - 261px);
}

.contact-one__shape-2 {
    right: 72%;
    bottom: 40px;
    z-index: -1;
}

.contact-one__shape-3 {
    left: 85%;
    bottom: 40px;
    z-index: -1;
}

.contact-one__form {
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}

.contact-one .block-title {
    position: relative;
}

.contact-one .block-title h3 {
    font-size: 23px;
    line-height: 1em;
}

.contact-one__form textarea,
.contact-one__form .bootstrap-select>.dropdown-toggle,
.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    border-radius: 0;
    margin-bottom: 16px;
    color: #8a919e;
}

.contact-one__form textarea {
    height: 95px;
}

.contact-one__form ::-webkit-input-placeholder {
    opacity: 1;
    color: #8a919e;
}

.contact-one__form ::-moz-placeholder {
    opacity: 1;
    color: #8a919e;
}

.contact-one__form :-ms-input-placeholder {
    opacity: 1;
    color: #8a919e;
}

.contact-one__form ::-ms-input-placeholder {
    opacity: 1;
    color: #8a919e;
}

.contact-one__form ::placeholder {
    opacity: 1;
    color: #8a919e;
}

.contact-one__btn {
    margin-top: 34px;
}

.contact-map__block {
    padding-bottom: 50px;
}

.google-map__contact-page {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    border: none;
    outline: none;
    display: block;
}


/*-------------------------------------------------------------- 
## Contact Two
--------------------------------------------------------------*/

.contact-two {
    position: relative;
    padding-top: 170px;
}

.contact-two .container {
    position: relative;
}

[class*=contact-two__bg-shape-] {
    position: absolute;
}

.contact-two__bg-shape-1 {
    top: 19%;
    left: 49%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.contact-two__bg-shape-2 {
    left: 10%;
    bottom: -10%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.contact-two__bg-shape-3 {
    top: 49%;
    right: 15%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

[class*=contact-two__bubble-] {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.contact-two__bubble-1 {
    width: 12px;
    height: 12px;
    border: 3px solid #f3c14a;
    top: 30%;
    left: 10%;
}

.contact-two__bubble-2 {
    width: 8px;
    height: 8px;
    background-color: #9b6dfc;
    top: 60%;
    left: 20%;
}

.contact-two__bubble-3 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    left: 10%;
}

.contact-two__bubble-4 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    left: 20%;
}

.contact-two__bubble-5 {
    width: 12px;
    height: 12px;
    border: 3px solid #ff5b59;
    top: 30%;
    right: 10%;
}

.contact-two__bubble-6 {
    width: 8px;
    height: 8px;
    background-color: #437efa;
    top: 60%;
    right: 20%;
}

.contact-two__bubble-7 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    right: 10%;
}

.contact-two__bubble-8 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    right: 20%;
}

.contact-two .contact-one__form {
    padding: 0;
}

.contact-two__info-single {
    display: flex;
}

.contact-two__info-single+.contact-two__info-single {
    margin-top: 31px;
}

.contact-two__info h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 52px;
}

.contact-two__info-icon i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    /* background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%); */
    color: #f8f9fa;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    box-shadow: 0px 20px 30px 0px #17a2b8;
    top: 5px;
    background-image: linear-gradient(-45deg, rgb(230, 80, 91) 0%, rgb(178, 0, 0) 100%);
}


/* 
.contact-two__info-single:nth-child(1) .contact-two__info-icon i {
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
}

.contact-two__info-single:nth-child(2) .contact-two__info-icon i {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

.contact-two__info-single:nth-child(3) .contact-two__info-icon i {
    background-image: linear-gradient(-45deg, #ff90ca 0%, #d52176 100%);
} */

.contact-two__info-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    /* color: #f56c6c; */
    margin-bottom: 7px;
    background-image: linear-gradient(90deg, #e96624 0%, #f74923 51%, #f56c6c 100%)!important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color {
    background-image: linear-gradient(90deg, #e96624 0%, #f74923 51%, #f56c6c 100%)!important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-two__info-content p {
    margin: 0;
    color: #8a919e;
    font-size: 16px;
    line-height: 30px;
}

.contact-two__info-content p a {
    color: inherit;
    transition: all 500ms ease;
}

.contact-two__info-content p a:hover {
    color: var(--thm-black);
}

.contact-two__form-wrap {
    background-color: #fff;
    border-radius: 11px;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    box-shadow: 0px 20px 50px 0px rgba(25, 71, 174, 0.1);
}

.contact-two__form-wrap h3 {
    margin: 0;
    color: var(--thm-black);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 23px;
}

.contact-two .contact-one__btn {
    margin: 0;
    margin-top: 14px;
}


/*-------------------------------------------------------------- 
# Mailchimp One
--------------------------------------------------------------*/

.mailchimp-one {
    position: relative;
    z-index: 20;
    margin-bottom: -220px;
}

.mailchimp-one .inner-container {
    border-radius: 10px;
    box-shadow: 0px -20px 50px 0px rgba(25, 71, 174, 0.1);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

[class*=mailchimp-one__bg-shape-],
[class*=mailchimp-one__moc-] {
    position: absolute;
}

.mailchimp-one__moc-1 {
    bottom: 0;
    left: 0;
}

.mailchimp-one__moc-2 {
    right: -80px;
    bottom: -10px;
}

.mailchimp-one__bg-shape-1 {
    top: 70px;
    left: 70px;
}

.mailchimp-one__bg-shape-2 {
    top: 120px;
    right: 120px;
}

.mailchimp-one__form {
    width: 100%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 35px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.17);
}

.mailchimp-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: none;
    outline: none;
    width: 100%;
    height: 70px;
    padding-left: 30px;
    font-size: 16px;
    border-radius: 35px;
    color: #9b9fa6;
    font-family: var(--heading-font);
}

.mailchimp-one__form ::-webkit-input-placeholder {
    opacity: 1;
    color: #9b9fa6;
}

.mailchimp-one__form ::-moz-placeholder {
    opacity: 1;
    color: #9b9fa6;
}

.mailchimp-one__form :-ms-input-placeholder {
    opacity: 1;
    color: #9b9fa6;
}

.mailchimp-one__form ::-ms-input-placeholder {
    opacity: 1;
    color: #9b9fa6;
}

.mailchimp-one__form ::placeholder {
    opacity: 1;
    color: #9b9fa6;
}

.mailchimp-one__btn {
    padding: 9px 45.5px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}


/*-------------------------------------------------------------- 
# Blog One
--------------------------------------------------------------*/

.blog-one {
    padding-top: 170px;
    padding-bottom: 170px;
}

.blog-one__single {
    box-shadow: 0px 20px 40px 0px rgba(25, 71, 174, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog-one__image {
    overflow: hidden;
    position: relative;
    background-color: var(--thm-black);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.blog-one__image>img {
    width: 100%;
    transform: scale(1.01);
    opacity: 1;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
    opacity: 0.4;
    transform: scale(1.05);
}

.blog-one__image>a {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary);
    font-size: 23px;
    position: absolute;
    top: calc(50% - 32.5px);
    left: calc(50% - 32.5px);
    opacity: 0;
    transform: perspective(100px) translateZ(30px) rotate(45deg);
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.blog-one__image>a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.blog-one__single:hover .blog-one__image>a {
    opacity: 1;
    transform: perspective(100px) translateZ(0px) rotate(0deg);
    transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.blog-one__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-top: 26px;
}

.blog-one__btn {
    background-image: none;
    background-color: #fff;
    color: var(--thm-black);
    padding: 6.5px 32.5px;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.15);
    position: relative;
}

.blog-one__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    border-radius: 27.5px;
    border-bottom-left-radius: 0;
    background-size: 200% auto;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms ease;
}

.blog-one__btn:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom;
}

.blog-one__btn span {
    position: relative;
}

.blog-one__content h3 {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 21px;
    color: var(--thm-black);
}

.blog-one__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-one__content h3 a:hover {
    color: var(--thm-base);
}

.blog-one__meta {
    display: flex;
    align-items: center;
}

.blog-one__meta a,
.blog-one__meta span {
    font-size: 16px;
    color: #8a919e;
    transition: all 500ms ease;
}

.blog-one__meta a:hover {
    color: var(--thm-black);
}

.blog-one__meta span {
    margin-left: 9px;
    margin-right: 9px;
}

.blog-one__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
}

.blog-one__top .block-title {
    margin-bottom: 0;
}

.blog-one__home-one {
    padding-top: 0;
}


/*-------------------------------------------------------------- 
## Blog One Carousel
--------------------------------------------------------------*/

.blog-one__carousel .owl-stage-outer {
    overflow: visible;
}

.blog-one__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.blog-one__carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blog-one__carousel-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.blog-one__carousel-btn-left,
.blog-one__carousel-btn-right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.15);
    border-radius: 50%;
    font-size: 30px;
    color: #e5e5e5;
    position: relative;
    transition: all 500ms ease;
}

.blog-one__carousel-btn-left::before,
.blog-one__carousel-btn-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #e96624 0%, #f74923 51%, #f56c6c 100%)!important;
    transform: scale(0);
    transition: transform 500ms ease;
}

.blog-one__carousel-btn-left:hover::before,
.blog-one__carousel-btn-right:hover::before {
    transform: scale(1);
}

.blog-one__carousel-btn-left i,
.blog-one__carousel-btn-right i {
    position: relative;
    z-index: 10;
}

.blog-one__carousel-btn-left:hover,
.blog-one__carousel-btn-right:hover {
    color: #fff;
}

.blog-one__carousel-btn-left {
    margin-right: 20px;
}


/*-------------------------------------------------------------- 
## Blog Grid
--------------------------------------------------------------*/

.blog-grid {
    padding-top: 30px;
    padding-bottom: 60px;
}

.blog-grid .high-gutters {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-grid .high-gutters>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-grid .blog-one__single {
    margin-bottom: 40px;
}


/*-------------------------------------------------------------- 
## Blog Standard
--------------------------------------------------------------*/

.blog-standard {
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
}

.blog-standard .container {
    position: relative;
}


/*-------------------------------------------------------------- 
## Blog Two
--------------------------------------------------------------*/

.blog-two {
    padding-top: 170px;
    padding-bottom: 170px;
}

.blog-two__single {
    margin-bottom: 70px;
}

.blog-two__image {
    overflow: hidden;
    position: relative;
    background-color: var(--thm-black);
    border-radius: 10px;
}

.blog-two__image>img {
    width: 100%;
    transform: scale(1.01);
    opacity: 1;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-two__single:hover .blog-two__image>img {
    opacity: 0.4;
    transform: scale(1.05);
}

.blog-two__image>a {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary);
    font-size: 23px;
    position: absolute;
    top: calc(50% - 32.5px);
    left: calc(50% - 32.5px);
    opacity: 0;
    transform: perspective(100px) translateZ(30px) rotate(45deg);
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.blog-two__image>a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.blog-two__single:hover .blog-two__image>a {
    opacity: 1;
    transform: perspective(100px) translateZ(0px) rotate(0deg);
    transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.blog-two__meta {
    display: flex;
    align-items: center;
    margin-top: 31px;
    margin-bottom: 8px;
}

.blog-two__meta a,
.blog-two__meta span {
    font-size: 16px;
    color: #8a919e;
    transition: all 500ms ease;
}

.blog-two__meta a:hover {
    color: var(--thm-black);
}

.blog-two__meta span {
    margin-left: 9px;
    margin-right: 9px;
}

.blog-two__content h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 13px;
    color: var(--thm-black);
}

.blog-two__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-two__content h3 a:hover {
    color: var(--thm-base);
}

.blog-two__content p {
    margin: 0;
    color: #8a919e;
    margin-bottom: 18px;
}

.blog-two__btn {
    background-image: none;
    background-color: #fff;
    color: var(--thm-black);
    padding: 9px 42.5px;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.15);
    position: relative;
}

.blog-two__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #ffbc45 0%, #f56c6c 51%, #ffbc45 100%);
    border-radius: 27.5px;
    border-bottom-left-radius: 0;
    background-size: 200% auto;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms ease;
}

.blog-two__btn:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom;
}

.blog-two__btn span {
    position: relative;
}


/*-------------------------------------------------------------- 
## Blog Details
--------------------------------------------------------------*/

.blog-details__main h3 {
    margin: 0;
    font-size: 40px;
    line-height: 55px;
    color: var(--thm-black);
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-details__main p {
    margin: 0;
}

.blog-details__main p+p {
    margin-top: 35px;
}

.blog-details__main img {
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-details__main .blog-two__meta {
    margin-top: 0;
}

.blog-details__main h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--thm-black);
}

.blog-details__main blockquote {
    margin: 0;
    border-radius: 10px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 55px;
    margin-top: 55px;
    box-shadow: 0px 10px 30px 0px rgba(25, 71, 174, 0.1);
}

.blog-details__main blockquote p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: var(--thm-black);
    font-style: italic;
    font-weight: 500;
}

.blog-details__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details__tags a {
    border: 1px solid #e5e5e5;
    color: #8a919e;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 10px;
    position: relative;
    padding: 0 22.75px;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    color: #fff;
    background-color: var(--thm-base);
    border-color: var(--thm-base);
}

.blog-details__tags span {
    font-weight: 600;
    font-size: 22px;
    color: var(--thm-black);
    font-family: var(--heading-font);
}

.blog-details .contact-one__form {
    padding-left: 0;
    padding-right: 0;
}

.blog-details__social {
    display: flex;
    align-items: center;
}

.blog-details__social a {
    color: #8a919e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    position: relative;
    transition: all 500ms ease;
}

.blog-details__social a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 500ms ease;
    background-image: linear-gradient(-48deg, #ffbc45 0%, #f56c6c 100%);
}

.blog-details__social a:hover::before {
    transform: scale(1);
}

.blog-details__social a:hover {
    color: #fff;
}

.blog-details__social a+a {
    margin-left: 15px;
}

.blog-details__social a i {
    position: relative;
}

.blog-details__meta {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-post__navigations {
    border-top: 1px solid rgba(var(--thm-black-rgb), 0.1);
    border-bottom: 1px solid rgba(var(--thm-black-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.blog-post__navigations>a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.blog-post__navigations>a:hover {
    color: var(--thm-base);
}

.blog-post__navigations>a i {
    margin-left: 20px;
    font-size: 22px;
}

.blog-post__navigations-left {
    flex-direction: row-reverse;
}

.blog-post__navigations-left i {
    margin-left: 0 !important;
    margin-right: 20px;
}


/*-------------------------------------------------------------- 
## Comments
--------------------------------------------------------------*/

.comment-one {
    margin-bottom: 80px;
    margin-top: 100px;
}

.comment-one__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 50px;
}

.comment-one__single {
    display: flex;
}

.comment-one__single+.comment-one__single {
    margin-top: 40px;
}

.comment-one__image {
    width: 80px;
}

.comment-one__image>img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
}

.comment-one__content {
    padding-left: 30px;
    position: relative;
}

.comment-one__content h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--thm-black);
}

.comment-one__content .comment-one__date {
    font-size: 16px;
    color: #8a919e;
}

.comment-one__content p {
    margin: 0;
    margin-top: 20px;
    color: #8a919e;
}

.comment-one__btn {
    background-image: none;
    background-color: #fff;
    color: var(--thm-black);
    padding: 4px 28.5px;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.15);
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #ffbc45 0%, #f56c6c 51%, #ffbc45 100%);
    border-radius: 27.5px;
    border-bottom-left-radius: 0;
    background-size: 200% auto;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms ease;
}

.comment-one__btn:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom;
}

.comment-one__btn span {
    position: relative;
}

.blog-details .contact-one__btn {
    margin-top: 0;
    margin-top: 14px;
}


/*-------------------------------------------------------------- 
# Sidebar
--------------------------------------------------------------*/

.sidebar {
    margin-top: 80px;
}

@media(min-width: 992px) {
    .sidebar__right {
        padding-left: 40px;
        margin-top: 0;
    }
    .sidebar__left {
        padding-right: 40px;
        margin-top: 0;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 50px;
}

.sidebar__search-form {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.15);
}

.sidebar__search-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    color: #8a919e;
    font-size: 16px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    opacity: 1;
    color: #8a919e;
}

.sidebar__search-form ::-moz-placeholder {
    opacity: 1;
    color: #8a919e;
}

.sidebar__search-form :-ms-input-placeholder {
    opacity: 1;
    color: #8a919e;
}

.sidebar__search-form ::-ms-input-placeholder {
    opacity: 1;
    color: #8a919e;
}

.sidebar__search-form ::placeholder {
    opacity: 1;
    color: #8a919e;
}

.sidebar__search-btn {
    border: none;
    outline: none;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.sidebar__post-content {
    width: calc(100% - 80px);
}

.sidebar__post-content h3 {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    color: var(--thm-black);
}

.sidebar__post-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-base);
}

.sidebar__post-content span {
    font-size: 16px;
    color: #8a919e;
}

.sidebar__single .list-unstyled {
    margin-bottom: 0;
}

.sidebar__post-single {
    display: flex;
    flex-wrap: wrap;
}

.sidebar__post-single+.sidebar__post-single {
    border-top: 1px solid rgba(var(--thm-black-rgb), .1);
    padding-top: 18px;
    margin-top: 13px;
}

.sidebar__post-image {
    border-radius: 10px;
    overflow: hidden;
}

.sidebar__post-image>img {
    width: 80px;
}

.sidebar__post-content {
    padding-left: 20px;
}

.sidebar__tags-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}

.sidebar__tags-wrapper a {
    border: 1px solid #e5e5e5;
    color: #8a919e;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    padding: 0 22.75px;
    transition: all 500ms ease;
}

.sidebar__tags-wrapper a:hover {
    color: #fff;
    background-color: var(--thm-base);
    border-color: var(--thm-base);
}

.sidebar__archive-list li,
.sidebar__category-list li {
    position: relative;
}

.sidebar__archive-list li::before,
.sidebar__category-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #61d8ff 0%, #6168ff 100%);
    transform: scale(1, 0);
    border-radius: 30px;
    transition: transform 500ms ease;
    transform-origin: top;
}

.sidebar__category-list li.active::before,
.sidebar__archive-list li:hover::before,
.sidebar__category-list li:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom;
}

.sidebar__archive-list li+li,
.sidebar__category-list li+li {
    margin-top: 15px;
}

.sidebar__category-list li a,
.sidebar__archive-list li a {
    display: block;
    border: 1px solid #e5e5e5;
    line-height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-black);
    font-family: var(--heading-font);
    position: relative;
    transition: all 500ms ease;
}

.sidebar__category-list li.active a,
.sidebar__category-list li a:hover,
.sidebar__archive-list li a:hover {
    color: #fff;
}

.sidebar__archive-list li a span {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    justify-content: center;
    color: var(--thm-black);
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    transition: all 500ms ease;
}

.sidebar__archive-list li a:hover span {
    color: #fff;
}

.sidebar__category-list li a {
    position: relative;
}

.sidebar__category-list li a::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-black);
    transition: all 500ms ease;
}

.sidebar__category-list li.active a::before,
.sidebar__category-list li:hover a::before {
    color: #fff;
}

.sidebar__brouchers .sidebar__category-list li a::before {
    display: none;
}

.sidebar__brouchers .sidebar__category-list li a>i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-base);
    transition: all 500ms ease;
}

.sidebar__brouchers .sidebar__category-list li a:hover>i {
    color: #fff;
}

.sidebar__brouchers .sidebar__category-list li::before {
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
}

.sidebar__contact {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f4f6ff;
    border-radius: 10px;
}

.sidebar__contact-list {
    margin-top: -5px;
}

.sidebar__contact-list li {
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    line-height: 30px;
    color: var(--thm-black);
}

.sidebar__contact-list li+li {
    margin-top: 5px;
}

.sidebar__contact-list li a {
    color: inherit;
}

.sidebar__contact-list li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 19px;
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar__contact-list li:nth-child(2) i {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.sidebar__contact-list li:nth-child(3) i {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}


/*-------------------------------------------------------------- 
# Page Header
--------------------------------------------------------------*/

.page-header {
    background-image: url(../images/shapes/page-header-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 147px;
    padding-top: 219px;
    position: relative;
}

#header-snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[class*=page-header__bg-shape-] {
    position: absolute;
}

.page-header__bg-shape-1 {
    bottom: 15%;
    left: 22%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.page-header__bg-shape-2 {
    top: 20%;
    right: 23%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.page-header__bg-shape-3 {
    top: 28%;
    left: 10%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.page-header__bg-shape-4 {
    right: 10%;
    top: 30%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.page-header .container {
    position: relative;
}

.page-header h2 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.thm-breadcrumb {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thm-breadcrumb li {
    display: flex;
    align-items: center;
    line-height: 1em;
    font-size: 16px;
    color: #fff;
}

.thm-breadcrumb li:not(:last-of-type)::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1em;
    margin-left: 12px;
    margin-right: 12px;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    display: flex;
    align-items: center;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    font-family: var(--heading-font);
}


/*-------------------------------------------------------------- 
# Brand One
--------------------------------------------------------------*/

.brand-one {
    padding-top: 170px;
    padding-bottom: 170px;
}

.brand-one__pricing-page {
    padding-top: 130px;
}

.brand-one__home-three,
.brand-one__service-page {
    padding-top: 0;
}


/*-------------------------------------------------------------- 
# Error Page
--------------------------------------------------------------*/

.error-404 {
    padding-top: 123px;
    position: relative;
}

[class*=error-404__bg-shape-] {
    position: absolute;
}

.error-404__bg-shape-1 {
    top: 19%;
    left: 49%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.error-404__bg-shape-2 {
    left: 10%;
    bottom: -10%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.error-404__bg-shape-3 {
    top: 49%;
    right: 15%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform .4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

[class*=error-404__bubble-] {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.error-404__bubble-1 {
    width: 12px;
    height: 12px;
    border: 3px solid #f3c14a;
    top: 30%;
    left: 10%;
}

.error-404__bubble-2 {
    width: 8px;
    height: 8px;
    background-color: #9b6dfc;
    top: 60%;
    left: 20%;
}

.error-404__bubble-3 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    left: 10%;
}

.error-404__bubble-4 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    left: 20%;
}

.error-404__bubble-5 {
    width: 12px;
    height: 12px;
    border: 3px solid #ff5b59;
    top: 30%;
    right: 10%;
}

.error-404__bubble-6 {
    width: 8px;
    height: 8px;
    background-color: #437efa;
    top: 60%;
    right: 20%;
}

.error-404__bubble-7 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    right: 10%;
}

.error-404__bubble-8 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    right: 20%;
}

.error-404 h3 {
    margin: 0;
    line-height: 1em;
    color: var(--thm-black);
    font-size: 200px;
    font-weight: bold;
}

.error-404 h4 {
    font-size: 40px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 50px;
    margin-top: 5px;
}


/*-------------------------------------------------------------- 
# Portfolio One
--------------------------------------------------------------*/

.portfolio-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.portfolio-filter li {
    display: flex;
    align-items: center;
}

.portfolio-filter li span {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
    font-family: var(--heading-font);
    line-height: 30px;
    display: block;
    border-radius: 15px;
    padding: 0 25px;
    translate: all 500ms ease;
    cursor: pointer;
}

.portfolio-filter li.active span {
    color: #fff;
    background-image: linear-gradient(90deg, #ea490a 0%, #b54b4b 100%);
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
}

.portfolio-one__single {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0px 30px 60px 0px rgba(25, 71, 174, 0.1);
}

.portfolio-one__image {
    overflow: hidden;
    position: relative;
    background-color: var(--thm-black);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.portfolio-one__image>img {
    width: 100%;
    transform: scale(1.01);
    opacity: 1;
    transition: opacity 500ms ease, transform 500ms ease;
}

.portfolio-one__single:hover .portfolio-one__image>img {
    opacity: 0.4;
    transform: scale(1.05);
}

.portfolio-one__image>a {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary);
    font-size: 23px;
    position: absolute;
    top: calc(50% - 32.5px);
    left: calc(50% - 32.5px);
    opacity: 0;
    transform: perspective(100px) translateZ(30px) rotate(45deg);
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.portfolio-one__image>a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.portfolio-one__single:hover .portfolio-one__image>a {
    opacity: 1;
    transform: perspective(100px) translateZ(0px) rotate(0deg);
    transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.portfolio-one__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 26px;
    padding-bottom: 20px;
}

.portfolio-one__content h3 {
    color: var(--thm-black);
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
}

.portfolio-one__content h3 a {
    color: inherit;
}

.portfolio-one__content p {
    margin: 0;
    color: #8a919e;
    font-size: 16px;
}


/*-------------------------------------------------------------- 
## Portfolio Two
--------------------------------------------------------------*/

.portfolio-two__single {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.portfolio-two__image {
    overflow: hidden;
    position: relative;
    background-color: var(--thm-black);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.portfolio-two__image>img {
    width: 100%;
    transform: scale(1.01);
    opacity: 1;
    transition: opacity 500ms ease, transform 500ms ease;
}

.portfolio-two__single:hover .portfolio-two__image>img {
    opacity: 0.4;
    transform: scale(1.05);
}

.portfolio-two__image>a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary);
    font-size: 20px;
    position: absolute;
    top: calc(25% - 22.5px);
    left: calc(50% - 22.5px);
    opacity: 0;
    transform: perspective(100px) translateZ(30px) rotate(45deg);
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.portfolio-two__image>a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.portfolio-two__single:hover .portfolio-two__image>a {
    opacity: 1;
    transform: perspective(100px) translateZ(0px) rotate(0deg);
    transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.portfolio-two__content {
    position: absolute;
    width: calc(100% - 40px);
    background-color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    border-radius: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
    transform: perspective(400px) rotateX(90deg);
    transition: transform 500ms linear;
}

.portfolio-two__single:hover .portfolio-two__content {
    transform: perspective(400px) rotateX(0deg);
}

.portfolio-two__content h3 {
    color: var(--thm-black);
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.portfolio-two__content h3 a {
    color: inherit;
}

.portfolio-two__content p {
    margin: 0;
    color: #8a919e;
    font-size: 16px;
}


/*-------------------------------------------------------------- 
## Portfolio Grid
--------------------------------------------------------------*/

.portfolio-grid {
    padding-top: 170px;
}

.portfolio-grid .row.high-gutters {
    margin-left: -20px;
    margin-right: -20px;
}

.portfolio-grid .row.high-gutters>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.portfolio-grid__more-btn {
    margin-top: 30px;
}


/*-------------------------------------------------------------- 
## Portfolio Column
--------------------------------------------------------------*/

.portfolio-column__more-btn {
    margin-top: 40px;
}

.portfolio-column {
    padding-top: 170px;
}


/*-------------------------------------------------------------- 
## Portfolio Carousel
--------------------------------------------------------------*/

.portfolio-related {
    padding-top: 170px;
    padding-bottom: 170px;
}

.portfolio-grid__carousel .portfolio-one__single {
    margin-bottom: 0;
}

.portfolio-grid__carousel .owl-stage-outer {
    overflow: visible;
}

.portfolio-grid__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.portfolio-grid__carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.portfolio-grid__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}


/*-------------------------------------------------------------- 
## Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 170px;
}

.portfolio-details__image img {
    border-radius: 10px;
    max-width: 100%;
}

.portfolio-details__content h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: var(--thm-black);
    margin-top: 65px;
    margin-bottom: 20px;
}

.portfolio-details__content p {
    margin: 0;
}

.portfolio-details__content p+p {
    margin-top: 35px;
}

.portfolio-details__content .row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.portfolio-details__content img {
    border-radius: 10px;
}

.portfolio-details__info {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 29px;
    position: relative;
    z-index: 10;
    margin-top: -115px;
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
}

.portfolio-details__info h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 20px;
}

.portfolio-details__info-single {
    display: flex;
    align-items: flex-start;
}

.portfolio-details__info-single+.portfolio-details__info-single {
    margin-top: 30px;
}

.portfolio-details__info-title {
    width: 135px;
    display: flex;
    align-items: center;
}

.portfolio-details__info-title i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 15px;
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
}

.portfolio-details__info-single:nth-child(2) .portfolio-details__info-title i {
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
}

.portfolio-details__info-single:nth-child(3) .portfolio-details__info-title i {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

.portfolio-details__info-single:nth-child(4) .portfolio-details__info-title i {
    background-image: linear-gradient(-45deg, #ff90ca 0%, #d52176 100%);
}

.portfolio-details__info-title span {
    font-family: var(--heading-font);
    color: var(--thm-black);
    font-weight: 500;
    font-size: 16px;
}

.portfolio-details__info-text p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #8a919e;
}

.portfolio-details__info-text p a {
    color: inherit;
    transition: all 500ms ease;
}

.portfolio-details__info-text p a:hover {
    color: var(--thm-black);
}

.portfolio-details__info-text {
    padding-left: 15px;
    padding-top: 5px;
}

.portfolio-details .blog-post__navigations {
    margin-top: 50px;
}


/*-------------------------------------------------------------- 
# Testimonials One
--------------------------------------------------------------*/

.testimonials-one {
    padding-top: 170px;
    padding-bottom: 95px;
    position: relative;
}

.testimonials-one .container {
    position: relative;
}

.testimonials-one .block-title {
    margin-bottom: 100px;
}

.testimonials-one__single {
    position: relative;
    margin-bottom: 85px;
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    border-radius: 10px;
}

.testimonials-one__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90px;
    border-radius: 50%;
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
    box-shadow: 0px 20px 30px 0px rgba(95, 45, 164, 0.2);
    height: 90px;
    position: relative;
    top: -45px;
    margin-bottom: -45px;
}

.testimonials-one__single h3 {
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.testimonials-one__single h3::before {
    content: '';
    width: 15px;
    height: 2px;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.testimonials-one__single p {
    margin: 0;
    font-size: 17px;
    line-height: 32px;
    color: var(--thm-black);
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 30px;
}

.testimonials-one [class*=col-]:nth-child(2) .testimonials-one__icon {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.testimonials-one [class*=col-]:nth-child(3) .testimonials-one__icon {
    background-image: linear-gradient(-45deg, #69f3ca 0%, #00c78c 100%);
}

.testimonials-one [class*=col-]:nth-child(4) .testimonials-one__icon {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

@media(min-width: 1200px) {
    .testimonials-one .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 1495px;
        margin-left: auto;
        margin-right: 50px;
    }
}

@media(min-width: 1921px) {
    .testimonials-one .container {
        margin-right: auto;
    }
}

@media(max-width: 1550px) {
    .testimonials-one .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1200px;
    }
}

.testimonials-one__home-three {
    padding-top: 0;
}


/*-------------------------------------------------------------- 
## Testimonials One Carousel
--------------------------------------------------------------*/

.testimonials-one__carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-one__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.testimonials-one__carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonials-one__carousel .owl-item img {
    width: auto;
}

.testimonials-one .owl-item:nth-child(2) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(5) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(8) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(11) .testimonials-one__icon {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.testimonials-one .owl-item:nth-child(3) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(6) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(9) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(12) .testimonials-one__icon {
    background-image: linear-gradient(-45deg, #69f3ca 0%, #00c78c 100%);
}

.testimonials-one .owl-item:nth-child(4) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(7) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(10) .testimonials-one__icon,
.testimonials-one .owl-item:nth-child(13) .testimonials-one__icon {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}


/*-------------------------------------------------------------- 
# Team One
--------------------------------------------------------------*/

.team-one {
    padding-top: 170px;
    position: relative;
}

.team-one .container {
    position: relative;
}

.team-one .row.high-gutters {
    margin-left: -20px;
    margin-right: -20px;
}

.team-one .row.high-gutters>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.team-one .block-title {
    margin-bottom: 26px;
}

.team-one__single {
    text-align: center;
    margin-top: 30px;
}

.team-one__content h3 {
    margin: 0;
    color: var(--thm-black);
    line-height: 1em;
    font-size: 22px;
    font-weight: 600;
    margin-top: 55px;
}

.team-one__content p {
    color: #8a919e;
    line-height: 1em;
    font-size: 17px;
    margin: 0;
    margin-top: 15px;
}

.team-one__image {
    border-radius: 10px;
    position: relative;
    background-color: var(--thm-black);
}

.team-one__image>img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.team-one__image:hover>img {
    opacity: 0.8;
}

.team-one__social {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    z-index: 10;
}

.team-one__social a {
    border-radius: 50%;
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 24px;
    color: #c2c6cd;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.17);
}

.team-one__social-hover,
.team-one__social-normal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.team-one__social-hover {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__social-hover {
    opacity: 1;
    visibility: visible;
}

.team-one__social-normal a {
    color: #fff;
    position: relative;
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

.team-one__social-hover a i,
.team-one__social-hover a {
    position: relative;
    transition: all 500ms ease;
}

.team-one__social-hover a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    border-radius: 50%;
    transition: transform 500ms ease;
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

.team-one__social-hover a:hover::before {
    transform: scale(1);
}

.team-one__social-hover a:hover i {
    color: #fff;
}

.team-one__social-hover a+a {
    margin-left: 10px;
}

.team-one [class*=col-]:nth-child(2) .team-one__social-hover a::before,
.team-one [class*=col-]:nth-child(2) .team-one__social-normal a {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.team-one [class*=col-]:nth-child(3) .team-one__social-hover a::before,
.team-one [class*=col-]:nth-child(3) .team-one__social-normal a {
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
}

.team-one [class*=col-]:nth-child(4) .team-one__social-hover a::before,
.team-one [class*=col-]:nth-child(4) .team-one__social-normal a {
    background-image: linear-gradient(-45deg, #ffdb72 0%, #edb200 100%);
}

.team-one [class*=col-]:nth-child(5) .team-one__social-hover a::before,
.team-one [class*=col-]:nth-child(5) .team-one__social-normal a {
    background-image: linear-gradient(-45deg, #50e1b6 0%, #40bd98 60%);
}

.team-one [class*=col-]:nth-child(6) .team-one__social-hover a::before,
.team-one [class*=col-]:nth-child(6) .team-one__social-normal a {
    background-image: linear-gradient(-45deg, #ff93c2 0%, #ff2d88 60%);
}

.team-one__about-1 .team-one__bg-shape-1 {
    position: absolute;
    top: 40%;
    left: 0;
}

.team-one__home-two {
    padding-top: 170px;
}


/*-------------------------------------------------------------- 
# FAQ One
--------------------------------------------------------------*/

.faq-one {
    padding-top: 170px;
}

.faq-one__form-wrap .contact-two__form-wrap,
.faq-one__form-wrap .contact-one__form {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.faq-one__form-wrap .contact-one__form {
    margin-right: 20px;
}

.faq-one__form-wrap .block-title {
    margin-bottom: 36px;
}

.faq-one__form-wrap .contact-one__btn {
    margin-top: 14px;
}

.faq-one__form-image {
    position: relative;
    display: inline-block;
    left: 110px;
}

.faq-one__form-image img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: -80px;
    top: -290px;
}

#address_1::before {
    content: "\f1ad"!important;
}

#car_1::before {
    content: "\f239"!important;
}

#tel_1::before {
    content: "\f095"!important;
}

.faq-one {
    background-image: url(../images/shapes/faq-one-bg-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.faq-one .accrodion+.accrodion {
    margin-top: 40px;
}

.faq-one .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-black);
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 70px;
    line-height: 40px;
}

.faq-one .accrodion-title h4::before {
    content: '\f309';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
    transition: transform 500ms ease;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}

.faq-one .accrodion:nth-child(2) .accrodion-title h4::before {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.faq-one .accrodion:nth-child(3) .accrodion-title h4::before {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

.faq-one .accrodion:nth-child(4) .accrodion-title h4::before {
    background-image: linear-gradient(-45deg, #ff90ca 0%, #d52176 100%);
}

.faq-one .accrodion.active .accrodion-title h4::before {
    transform-origin: top;
    transform: rotate(180deg) translateY(-50%);
}

.faq-one .accrodion-content p {
    margin: 0;
    font-size: 17px;
    line-height: 32px;
    color: #8a919e;
}

.faq-one .accrodion-content {
    padding-left: 70px;
    margin-bottom: -10px;
}

.faq-one .row.high-gutters {
    margin-left: -27px;
    margin-right: -27px;
}

.faq-one .row.high-gutters>[class*=col-] {
    padding-left: 27px;
    padding-right: 27px;
}

.faq-one__home-three {
    background-image: none;
    padding-top: 0;
}

.faq-one__home-three .my-auto {
    padding-left: 40px;
}

.faq-one__home-three .faq-one__form-image {
    left: auto;
}


/*-------------------------------------------------------------- 
# Pricing One
--------------------------------------------------------------*/

.pricing-one {
    padding-top: 10px;
    /* padding-bottom: 130px; */
    position: relative;
}

.pricing-one .row.high-gutters {
    margin-left: -20px;
    margin-right: -20px;
}

.pricing-one .row.high-gutters>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.pricing-one__single {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
    border-radius: 16px;
    padding-top: 43px;
    padding-bottom: 75px;
}

.pricing-one__btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: all 500ms ease;
    transform: translateY(0%) translateX(-50%);
}

.pricing-one__single:hover .pricing-one__btn {
    opacity: 1;
    transform: translateY(50%) translateX(-50%);
}

.pricing-one__single h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--thm-black);
    position: relative;
    z-index: 10;
    transition: all 500ms ease;
}

.pricing-one__list {
    margin: 0;
    margin-top: 28px;
    position: relative;
    z-index: 10;
}

.pricing-one__list li {
    margin: 0;
    font-size: 16px;
    color: var(--thm-black);
    line-height: 27px;
    transition: all 500ms ease;
}

.pricing-one__list li+li {
    margin-top: 7px;
}

.pricing-one__list li.disabled {
    color: #8a919e;
}

.pricing-one__single p {
    margin: 0;
    font-size: 35px;
    line-height: 1em;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--thm-black);
    margin-top: 30px;
    position: relative;
    z-index: 10;
    transition: all 500ms ease;
}

.pricing-one__icon {
    width: 290px;
    height: 224px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.pricing-one__icon img {
    position: relative;
}

.pricing-one__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-image: url(../images/shapes/pricing-icon-shape-1-1.png); */
    transition: all 500ms ease;
}

.pricing-one__home-three {
    padding-top: 0;
}


/*-------------------------------------------------------------- 
## Pricing Two
--------------------------------------------------------------*/

.pricing-two {
    padding-bottom: 0;
    padding-top: 0px;
}

.pricing-two .pricing-one__btn {
    padding-left: 40.5px;
    padding-right: 40.5px;
}

.pricing-two .pricing-one__single {
    box-shadow: none;
    position: relative;
}

.pricing-two .pricing-one__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(0, 1);
    transform-origin: right;
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
    transition: transform 500ms ease;
}

.pricing-two [class*=col-]:nth-child(3) .pricing-one__single::before,
.pricing-two .pricing-one__single:hover::before {
    transform-origin: left;
    transform: scale(1, 1);
}

.pricing-two [class*=col-]:nth-child(even) .pricing-one__single {
    border: 1px solid #f2f2f2;
}

.pricing-two .pricing-one__icon {
    width: 150px;
    height: 157px;
}

.pricing-two .pricing-one__icon::before {
    opacity: 1;
    background-image: url(../images/shapes/pricing-icon-shape-2-1.png);
}

.pricing-two .pricing-one__single:hover .pricing-one__icon::before {
    background-image: url(../images/shapes/pricing-icon-shape-2-1-hover.png);
}

.pricing-two [class*=col-]:nth-child(3) .pricing-one__single h3,
.pricing-two .pricing-one__single:hover h3,
.pricing-two [class*=col-]:nth-child(3) .pricing-one__single p,
.pricing-two .pricing-one__single:hover p,
.pricing-two [class*=col-]:nth-child(3) .pricing-one__list li,
.pricing-two .pricing-one__single:hover .pricing-one__list li {
    color: #fff;
}

.pricing-two .pricing-one__single:hover .pricing-one__list li.disabled {
    color: #fff;
    opacity: 0.8;
}


/*-------------------------------------------------------------- 
# Call to Action One
--------------------------------------------------------------*/

.cta-one {
    background-image: url(../images/shapes/cta-bg-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cta-one .container {
    text-align: center;
    position: relative;
    padding-top: 146.5px;
    padding-bottom: 146.5px;
}

.cta-one .particles-snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-one h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 47px;
}

.cta-one h3 span {
    font-weight: 500;
}

[class*=cta-one__bg-shape-] {
    position: absolute;
}

.cta-one__bg-shape-1 {
    top: 15%;
    left: 5%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cta-one__bg-shape-2 {
    bottom: 32%;
    right: 3%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cta-one__bg-shape-3 {
    bottom: 10%;
    left: 25%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.cta-one__bg-shape-4 {
    top: 0%;
    right: 10%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.cta-one__about-one .container {
    padding-top: 140px;
    padding-bottom: 409px;
}

.cta-one__home-one {
    background-position: center center;
    background-size: cover;
    padding-top: 186.5px;
    padding-bottom: 186.5px;
    background-image: url(../images/shapes/cta-bg-2-2.png);
}

.cta-one__home-one .container {
    padding-top: 0;
    padding-bottom: 0;
}

.cta-one__home-one .cta-one__bg-shape-3 {
    bottom: 29%;
}

.cta-one__home-one .cta-one__bg-shape-4 {
    top: 10%;
}


/*-------------------------------------------------------------- 
# Video One
--------------------------------------------------------------*/

.video-one__box {
    width: 100%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 10px;
    padding-top: 195px;
    padding-bottom: 195px;
    position: relative;
    margin-top: -255px;
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
}

.video-one__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 0.3;
    transition: all 500ms ease;
    background-color: #000;
}

.video-one__box .video-popup {
    font-size: 80px;
    position: relative;
    color: #fff;
}

.video-one__box:hover::before {
    opacity: 0.7;
}


/*-------------------------------------------------------------- 
# Service One
--------------------------------------------------------------*/

.service-one {
    padding-top: 60px;
    padding-bottom: 120px;
}

.service-one .row.high-gutters {
    margin-left: -25px;
    margin-right: -25px;
}

.service-one .row.high-gutters>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.service-one__single {
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
    border-radius: 18px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    padding-top: 37px;
    padding-bottom: 37px;
    align-items: center;
}

.service-one__icon-inner {
    width: 130px;
    height: 131px;
    background-image: url(../images/shapes/service-s-1-1.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

[class*=col-]:nth-child(2) .service-one__icon-inner {
    background-image: url(../images/shapes/service-s-1-2.png);
}

[class*=col-]:nth-child(3) .service-one__icon-inner {
    background-image: url(../images/shapes/service-s-1-3.png);
}

[class*=col-]:nth-child(4) .service-one__icon-inner {
    background-image: url(../images/shapes/service-s-1-4.png);
}

.service-one__content {
    padding-left: 30px;
}

.service-one__content h3 {
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 14px;
}

.service-one__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.service-one__content h3 a:hover {
    color: var(--thm-base);
}

.service-one__content p {
    margin: 0;
    color: #8a919e;
    font-size: 17px;
    line-height: 32px;
}

.service-one__home-two {
    position: relative;
}

.service-one__home-two__bg-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service-one__home-two .container {
    position: relative;
}

.service-one__home-three {
    background-repeat: no-repeat;
    background-image: url(../images/shapes/service-1-bg-3-1.png);
    background-position: top center;
}

.service-one__home-three .block-title h3 {
    color: #fff;
}

.service-one__home-three .block-title p {
    display: inline-block;
    border-radius: 17.5px;
    border-bottom-left-radius: 0;
    background-color: #4c0d79;
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.17);
}

.service-one__home-three {
    position: relative;
}

.service-one__home-three .container {
    position: relative;
}

[class*=service-one__home-three__bg-] {
    position: absolute;
}

.service-one__home-three__bg-1 {
    top: 2%;
    left: 30%;
}

.service-one__home-three__bg-2 {
    top: 6%;
    left: 38%;
}

.service-one__home-three__bg-3 {
    top: 10%;
    right: 15%;
}


/*-------------------------------------------------------------- 
## Service Details
--------------------------------------------------------------*/

.service-details {
    padding-top: 170px;
    padding-bottom: 170px;
}

.service-details__content p {
    margin: 0;
}

.service-details__image {
    margin-bottom: 50px;
}

.service-details__image>img {
    width: 100%;
    border-radius: 10px;
}

.service-details__content h3 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    color: var(--thm-black);
}

.service-details__content img {
    border-radius: 10px;
    max-width: 100%;
}

.service-details__main p {
    margin: 0;
}

.service-details__main p+p {
    margin-top: 35px;
}

.service-details__content img {
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-details__list {
    margin-top: 25px;
}

.service-details__list li {
    position: relative;
    padding-left: 35px;
}

.service-details__list li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 19px;
    background-image: linear-gradient(-45deg, #e8a489 0%, #fa0909 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-details__list li:nth-child(2) i {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.service-details__list li:nth-child(3) i {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}


/*-------------------------------------------------------------- 
## Service Two
--------------------------------------------------------------*/

.service-two {
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
}

.service-two .container {
    position: relative;
}

.service-two .block-title {
    margin-bottom: 0;
}

.service-two__main {
    padding-right: 175px;
}

.service-two__main>p {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 36px;
}

.service-two__box-wrap {
    margin-top: -40px;
}

.service-two__box-wrap>.row {
    margin-left: -20px;
    margin-right: -20px;
}

.service-two__box-wrap>.row>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.service-two__box {
    box-shadow: 0px 30px 50px 0px rgba(25, 71, 174, 0.1);
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 35px;
}

.service-two__box:hover .service-two__box-circle {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.service-two__box-icon {
    width: 160px;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url(../images/shapes/service-2-bg-shape-1-1.png);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    justify-content: center;
}

.service-two__box-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation: service_hexagon 3s infinite linear;
    animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.service-two__box-circle::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/shapes/service-2-circle-1-2.png);
    position: absolute;
    top: 25px;
    left: 10px;
}

.service-two__box-circle::after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-image: url(../images/shapes/service-2-circle-1-1.png);
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.service-two__box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: var(--thm-black);
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-two__box h3 a {
    color: inherit;
}

.service-two__box p {
    margin: 0;
    color: #8a919e;
    font-size: 17px;
    line-height: 32px;
}

.service-two__home-two__bg-1 {
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
}

.service-two__home-three {
    padding-top: 0;
}

.service-two__home-three .service-two__main {
    position: relative;
    left: 100px;
}


/*-------------------------------------------------------------- 
## Service Three
--------------------------------------------------------------*/

.service-three {
    padding-top: 100px;
    padding-bottom: 130px;
    position: relative;
}

.service-three [class*=section__bubble-] {
    z-index: 10;
}

.service-three .container {
    position: relative;
}

.service-three .row.high-gutters {
    margin-left: -20px;
    margin-right: -20px;
}

.service-three .row.high-gutters [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.service-three__single {
    margin-bottom: 40px;
    text-align: center;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 65px;
    transition: all 500ms ease;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
}

.high-gutters .col-lg-4:nth-child(1) .service-three__single {
    /* background-color: #E5F9FF; */
    background-image: url(../images/bot-service-1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.high-gutters .col-lg-4:nth-child(1) .service-three__single::before {
    background-image: url(../images/top-service-1.png);
    background-position: top center;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

.high-gutters .col-lg-4:nth-child(2) .service-three__single {
    background-image: url(../images/bot-service-2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.high-gutters .col-lg-4:nth-child(2) .service-three__single::before {
    background-image: url(../images/top-service-2.png);
    background-position: top center;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

.high-gutters .col-lg-4:nth-child(3) .service-three__single {
    background-image: url(../images/bot-service-3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.high-gutters .col-lg-4:nth-child(3) .service-three__single::before {
    background-image: url(../images/top-service-3.png)!important;
    background-position: top center;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

#service-one-gutters .service-one__single:hover {
    box-shadow: 0px 10px 35px 0px #e55514;
    background-color: #faf6f3!important;
    -webkit-box-shadow: 35px 30px 65px 0px rgb(2 156 236 / 30%);
    -moz-box-shadow: 35px 30px 65px 0px rgba(2, 156, 236, 0.3);
}

#service-one-gutters .col-lg-6 .service-one__single::after {
    background: url('../images/bg2-box.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    bottom: 50px;
    right: 25px;
}

#service-one-gutters .col-lg-6 .service-one__single::before {
    background: url('../images/bg1-box2.png');
    background-position: top left;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-repeat: no-repeat;
    top: 0;
    left: 25px;
}

.service-three__single:hover {
    box-shadow: 0px 10px 35px 0px #e55514;
    background-color: #FFF3E9!important;
}

.service-three__single:hover .service-three__single-circle {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.service-three__icon {
    width: 179px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* background-image: url(../images/shapes/service-3-bg-shape-1-1.png); */
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    position: relative;
}

.service-three__single-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation: service_hexagon 3s infinite linear;
    animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.service-three__single-circle::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/shapes/service-2-circle-1-2.png);
    position: absolute;
    top: 25px;
    left: 10px;
}

.service-three__single-circle::after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-image: url(../images/shapes/service-2-circle-1-1.png);
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.service-three__single h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: var(--thm-black);
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-three__single h3 a {
    color: inherit;
}

.service-three__single p {
    margin: 0;
    color: #8a919e;
    font-size: 17px;
    line-height: 32px;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
}

.service-three__single .thm-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(30%) translateX(-50%);
    opacity: 0;
    transition: transform 500ms ease, opacity 500ms ease, background 500ms ease;
}

.service-three__single:hover .thm-btn {
    opacity: 1;
    transform: translateY(-20%) translateX(-50%);
}


/*-------------------------------------------------------------- 
# About One
--------------------------------------------------------------*/

.about-one {
    padding-bottom: 170px;
    position: relative;
}

.about-one .container {
    position: relative;
}

.about-one__content .block-title {
    margin-bottom: 27px;
}

.about-one__content>p {
    margin: 0;
    font-size: 17px;
    line-height: 32px;
}

.about-one__image {
    position: relative;
    left: 50px;
    top: 100px;
}

.about-one__box-wrapper {
    margin-top: 56px;
}

.about-one__box {
    display: flex;
}

.about-one__box+.about-one__box {
    margin-top: 32px;
}

.about-one__box-content {
    padding-left: 30px;
}

.about-one__box-content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 600;
}

.about-one__box-content p {
    margin: 0;
    color: #8a919e;
    font-size: 17px;
    line-height: 32px;
}

.about-one__box-icon i {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    top: -6px;
    background-image: linear-gradient(-45deg, #dc88ff 0%, #fd4d0d 100%);
}

.about-one__box:nth-child(2) .about-one__box-icon i {
    background-image: linear-gradient(-45deg, #ffbc45 0%, #f56c6c 100%);
}

.about-one__box:nth-child(3) .about-one__box-icon i {
    background-image: linear-gradient(-45deg, #61d8ff 0%, #6168ff 100%);
}

.about-one__home-two {
    padding-top: 170px;
}

.about-one__home-two .about-one__image {
    top: 10px;
}


/*-------------------------------------------------------------- 
## About Two
--------------------------------------------------------------*/

.about-two {
    position: relative;
    padding-bottom: 170px!important;
}

[class*=about-two__bg-shape-] {
    position: absolute;
}

.about-two__bg-shape-1 {
    top: -65px;
    left: 0;
}

.about-two__bg-shape-2 {
    left: 0;
    top: 0;
}

.about-two .container {
    position: relative;
}

.about-two__images {
    position: relative;
    width: 728px;
    height: 514px;
    right: 180px;
    top: 20px;
}

[class*=about-two__image-] {
    position: absolute;
}

.about-two__image-1 {
    right: 0;
    bottom: 0;
    z-index: 1;
}

.about-two__image-2 {
    bottom: 0;
    left: calc(50% - 235.5px);
}

.about-two__image-3 {
    left: 0;
    bottom: 0;
}

.about-two__content {
    padding-left: 10px;
}

.about-two__content .block-title {
    margin-bottom: 30px;
}

.about-two__content>p {
    margin: 0;
    margin-bottom: 40px;
}

.about-two__counter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-two__counter {
    width: 125px;
    text-align: center;
}

.about-two__count {
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #fa0479;
    border-radius: 50%;
    font-size: 34px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--thm-black);
}

.about-two__counter:nth-child(2) .about-two__count {
    border-color: #6168ff;
}

.about-two__counter:nth-child(3) .about-two__count {
    border-color: #ffaf48;
}

.about-two__count b {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.about-two__counter h3 {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
}


/*-------------------------------------------------------------- 
## About Three
--------------------------------------------------------------*/

.about-three {
    position: relative;
    padding-bottom: 170px;
}

[class*=about-three__bg-image-] {
    position: absolute;
}

.about-three__bg-image-1 {
    top: -115px;
    right: 0;
}

.about-three__bg-image-2 {
    right: 50px;
    top: 0;
}

.about-three .container {
    position: relative;
}

.about-three__content {
    padding-right: 50px;
}

.about-three__content .block-title {
    margin-bottom: 30px;
}

.about-three__content>p {
    margin: 0;
    margin-bottom: 40px;
}

.about-three__progress+.about-three__progress {
    margin-top: 35px;
}

.about-three__progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-three__progress-top h3 {
    margin: 0;
    font-family: var(--thm-font);
    font-size: 17px;
    line-height: 1em;
    color: #909297;
}

.about-three__progress-top p {
    margin: 0;
    font-family: var(--thm-font);
    line-height: 1em;
    font-size: 17px;
    color: #7a2cfd;
}

.about-three__progress-bar {
    width: 100%;
    height: 6px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.about-three__progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7a2cfd;
}

.about-three__progress:nth-child(2) .about-three__progress-bar span {
    background-color: #f8c75e;
}

.about-three__progress:nth-child(3) .about-three__progress-bar span {
    background-color: #50e1b6;
}

.about-three__progress:nth-child(2) .about-three__progress-top p {
    color: #f8c75e;
}

.about-three__progress:nth-child(3) .about-three__progress-top p {
    color: #50e1b6;
}

.about-three__images {
    width: 747px;
    height: 471px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-left: 35px;
}

[class*=about-three__image-] {
    position: absolute;
}

.about-three__image-1 {
    bottom: 0;
    left: 0;
    z-index: 1;
}

.about-three__image-2 {
    bottom: 0;
    right: 85px;
    z-index: 2;
}

.about-three__image-3 {
    position: relative;
}

.about-three-home-two__bg-image-1 {
    position: absolute;
    top: -85px;
    left: 0;
}

.about-three__home-two__images {
    position: relative;
    right: 200px;
}


/*-------------------------------------------------------------- 
# History One
--------------------------------------------------------------*/

.history-one {
    padding-bottom: 230px;
}

.history-one .row:nth-child(odd) {
    flex-direction: row-reverse;
}

@media(min-width: 1200px) {
    .history-one .container {
        max-width: 920px;
    }
}

.history-one__row-wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
}

.history-one__row-wrap::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: var(--thm-black);
    opacity: 0.1;
    transform: translateX(-.5px);
}

.history-one__row-circle::before,
.history-one__row-circle::after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: linear-gradient(90deg, rgb(255, 188, 69) 0%, rgb(255, 89, 89) 100%);
    box-shadow: 0px 20px 30px 0px rgba(199, 75, 51, 0.15);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.history-one__row-circle::before {
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.history-one__row-circle::after {
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}

.history-one .row {
    margin-left: -70px;
    margin-right: -70px;
}

.history-one .row+.row {
    margin-top: 30px;
}

.history-one .row>[class*=col-] {
    padding-left: 70px;
    padding-right: 70px;
}

.history-one .my-auto {
    width: 100%;
}

.history-one__box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 15px 50px 0px rgba(25, 71, 174, 0.1);
}

.history-one__content {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    padding-top: 35px;
    padding-bottom: 25px;
}

.history-one__content::before {
    content: '';
    height: 50px;
    width: 3px;
    position: absolute;
    top: 35px;
    left: 0;
    background-image: linear-gradient(0deg, rgb(209, 126, 255) 0%, rgb(150, 72, 255) 60%);
}

.history-one .row:nth-child(odd) .history-one__content::before {
    background-image: linear-gradient(0deg, rgb(97, 202, 255) 0%, rgb(97, 130, 255) 60%);
}

.history-one__content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 12px;
}

.history-one__content p {
    margin: 0;
}

.history-one__date h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    position: relative;
}

.history-one__date h3::before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    background-image: linear-gradient(0deg, rgb(209, 126, 255) 0%, rgb(150, 72, 255) 60%);
}

.history-one .row:nth-child(odd) .history-one__date h3 {
    text-align: right;
}

.history-one .row:nth-child(odd) .history-one__date h3::before {
    left: auto;
    right: -75px;
    background-image: linear-gradient(0deg, rgb(97, 202, 255) 0%, rgb(97, 130, 255) 60%);
}

.history-one__image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.history-one__image>img {
    width: 100%;
}


/*-------------------------------------------------------------- 
# Step One
--------------------------------------------------------------*/

.step-one {
    padding-top: 250px;
    position: relative;
}

[class*=step-one__bg-image-] {
    position: absolute;
}

.step-one__bg-image-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.step-one .container {
    position: relative;
}

.step-one .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step-one__line {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.step-one__single {
    width: 150px;
    text-align: center;
    position: relative;
}

.step-one__arrow {
    position: absolute;
    right: -90px;
    font-size: 30px;
    color: #f96969;
}

.step-one__single:nth-child(2) .step-one__arrow {
    top: 17px;
    transform: rotate(-15deg);
}

.step-one__single:nth-child(3) .step-one__arrow {
    top: 88px;
    transform: rotate(25deg);
}

.step-one__single:nth-child(4) .step-one__arrow {
    top: 55px;
    transform: rotate(-15deg);
}

.step-one__single:last-child .step-one__arrow {
    display: none;
}

.step-one__single:nth-child(even) {
    position: relative;
    top: 90px;
}

.step-one__count {
    width: 150px;
    height: 150px;
    background-color: #8e55ee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.step-one__count:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #8e55ee;
    transform: rotate(45deg);
    border-radius: 77.5px 77px 0px 77.5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 30px 50px 0px rgba(248, 199, 94, 0.2);
}

.step-one__single:nth-child(2) .step-one__count::before {
    background-color: #f8c75e;
}

.step-one__single:nth-child(3) .step-one__count::before {
    background-color: #50e1b6;
}

.step-one__single:nth-child(4) .step-one__count::before {
    background-color: #f96969;
}

.step-one__single:nth-child(2) .step-one__count {
    background-color: #f8c75e;
}

.step-one__count span {
    position: relative;
}

.step-one__single h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--thm-black);
    margin-top: 55px;
}

.step-one__single h3 a {
    color: inherit;
}

.step-one__home-two {
    padding-bottom: 200px;
}

.step-one__home-two .step-one__single:nth-child(even) {
    top: auto;
}

.step-one__home-two .step-one__count:before {
    display: none;
}

.step-one__home-two .step-one__single h3 {
    margin-top: 30px;
}

.step-one__home-two .step-one__single .step-one__count {
    background-color: #fff;
    background-image: linear-gradient(180deg, #8e55ee 0%, rgb(142, 85, 238, .14) 100%);
}

.step-one__home-two .step-one__single:nth-child(2) .step-one__count {
    background-image: linear-gradient(180deg, rgb(248, 199, 94) 0%, rgba(248, 199, 94, 0.14902) 100%);
}

.step-one__home-two .step-one__single:nth-child(3) .step-one__count {
    background-image: linear-gradient(180deg, rgb(80, 225, 182) 0%, rgba(80, 225, 182, 0.14902) 100%);
}

.step-one__home-two .step-one__single:nth-child(4) .step-one__count {
    background-image: linear-gradient(180deg, rgb(249, 105, 105) 0%, rgba(249, 105, 105, 0.14902) 100%);
}

.step-one__home-two .step-one__count b {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    bottom: 15px;
}

.logo-box img,
.side-menu__logo img {
    height: 38px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/* #button Group
================================================== */

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn:visited {
    color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
    color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
    box-shadow: none;
}

.octf-btn.octf-btn-white {
    background: #ffffff;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    color: #fe4c1c;
}

.octf-btn.octf-btn-white i {
    background: #fe4c1c;
    color: #ffffff;
}

.octf-btn.octf-btn-white:visited,
.octf-btn.octf-btn-white:hover,
.octf-btn.octf-btn-white:focus {
    color: #fe4c1c;
}

.octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, 0.5);
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

.octf-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.octf-btn-icon i {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn-primary {
    background: #fe4c1c;
}

.octf-btn-primary.octf-btn {
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn-primary.octf-btn-icon {
    box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn-primary:hover,
.octf-btn-primary:focus {
    box-shadow: none;
}


/* 
.octf-btn-secondary,
.octf-btn-secondary i {
    background-image: linear-gradient(90deg, #e55514 0%, #f56c6c 51%, #f56c6c 100%)!important;
}

.octf-btn-secondary.octf-btn {
    box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
}

.octf-btn-secondary.octf-btn-icon {
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
}

.octf-btn-secondary.octf-btn-white {
    color: #e55514;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-secondary.octf-btn-white:visited,
.octf-btn-secondary.octf-btn-white:hover,
.octf-btn-secondary.octf-btn-white:focus {
    color: #e55514;
}

.octf-btn-secondary.octf-btn-white i {
    background: #e55514;
}

.octf-btn-secondary:hover,
.octf-btn-secondary:focus {
    box-shadow: none;
}

.octf-btn-third {
    background: #0160e7;
} */


/* 
.octf-btn-third.octf-btn {
    box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
}

.octf-btn-third.octf-btn-icon {
    box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
}

.octf-btn-third i {
    color: #0160e7;
}

.octf-btn-third.octf-btn-white {
    color: #0160e7;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-third.octf-btn-white:visited,
.octf-btn-third.octf-btn-white:hover,
.octf-btn-third.octf-btn-white:focus {
    color: #0160e7;
}

.octf-btn-third.octf-btn-white i {
    background: #0160e7;
}

.octf-btn-third:hover,
.octf-btn-third:focus {
    box-shadow: none;
} */


/* .octf-btn-no-icon i,
.awesome-icon span i {
    display: none;
} */

.btn-readmore a {
    font-family: "Red Hat Display", sans-serif;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body {
    font-family: "Noto Sans JP", sans-serif!important;
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-line-chart:before {
    content: "\f201";
}

.el-form-item__label {
    margin-bottom: 0;
}

.el-form-item__label:before,
.el-checkbox:before {
    content: '必須'!important;
    color: #fff!important;
    margin-right: 4px!important;
    background-color: #f56c6c !important;
    padding: 3px 5px !important;
    border-radius: 3px !important;
    margin-right: 10px !important;
}

label[for=fax]:before,
label[for=companyName]:before,
label[for=departmentName]:before,
label[for=positionName]:before,
label[for=address]:before {
    opacity: 0;
    display: none;
}

.NXT_contact_step_body .is-process {
    color: #f56c6c !important;
}

.octf-btn-third {
    background: #f56c6c !important;
}

.octf-btn-third i {
    color: #f56c6c!important;
}

.el-checkbox__label {
    vertical-align: -1px;
}

.el-step__head.is-finish {
    color: #f56c6c!important;
}

.el-step.is-simple .el-step__head {
    font-size: 18px!important;
}

.el-step__title.is-finish {
    color: #f56c6c!important;
}

.flaticon-right-arrow-1:before {
    content: "→";
}

.octf-btn-secondary {
    background: #e55514;
}

.octf-btn-secondary i {
    color: #e55514!important;
}

.octf-btn-secondary .flaticon-right-arrow-1:before {
    content: "→";
    color: #fff;
}

.octf-btn-icon i {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    margin-left: 0px;
}

@media (max-width: 850px) {
    .el-form--label-top .el-form-item__label {
        padding-bottom: 0;
    }
}

.el-input {
    --el-input-focus-border: #f56c6c!important;
}

.el-select .el-input__inner:focus {
    border-color: #f56c6c!important;
}

.el-select-dropdown__item.selected {
    color: #f56c6c!important;
}

.el-select {
    width: 100%;
}

.NXT_contact_body {
    padding-top: 0;
    width: 100%;
}

.NXT_contact_h2 {
    font-size: 22px;
    font-weight: bold;
}

.NXT_contact_h5 {
    font-size: 14px;
}

.NXT_contact_step_body {
    margin: 0 auto;
}

.NXT_contact_form_body {
    margin: 0 auto;
}

.NXT_contact_form_body {
    margin-top: 15px;
    padding-bottom: 10px;
}

.NXT_contact_form_3 {
    display: flex;
}

.NXT_contact_form_- {
    padding: 0 5px;
}

.NXT_contact_form_agree_content_title {
    cursor: pointer;
    display: inline-block;
}

.NXT_contact_form_agree_content {
    text-align: left;
    padding: 20px;
    height: 230px;
    overflow: auto;
    border: 1px solid #ccc;
}

.NXT_contact_form_agree_content::-webkit-scrollbar-track-piece {
    background: #eee;
}

.NXT_contact_form_agree_content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.NXT_contact_form_agree_content::-webkit-scrollbar-thumb {
    height: 40px;
    border-radius: 4px;
    background-color: #f56c6c;
}

.NXT_contact_form_agree_content::-webkit-scrollbar-thumb:hover {
    background-color: #b3df9e;
}

.NXT_contact_form_agree_content h5 {
    font-size: 16px;
    font-weight: bold;
}

.NXT_contact_form_check_body {
    margin: 40px auto 100px auto;
}

.NXT_contact_form_check_table {
    width: 100%;
    margin-bottom: 60px;
}

.NXT_contact_form_check_table td {
    padding: 10px;
    /* border: 1px solid #ccc; */
    min-width: 160px;
    padding: 8px 8px;
    border: 1px solid #f4f4f4;
}

.reinfo_back {
    display: inline-block;
    min-width: 130px;
    height: 45px;
    color: #6a6969;
    font: 500 15px 'Poppins', sans-serif;
    text-align: center;
    background: #bec3bf61;
    line-height: 45px;
    border-radius: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.reinfo_back:hover {
    box-shadow: 2.5px 4.33px 15px 0 rgba(99, 238, 7, 0.15);
    background-color: #6ba051;
}

.NXT_contact_form_check_title {
    width: 25%;
    background-color: #f56c6c;
    color: #fff;
}

.NXT_contact_form_send_ok_body {
    margin: 60px auto 100px auto;
}

.NXT_contact_form_send_ok_ico {
    font-size: 66px;
    padding-bottom: 20px;
    color: #f56c6c;
}

.NXT_contact_text {
    margin: 20px auto;
}

.NXT_contact_text a {
    color: #f56c6c;
}

.el-backtop {
    background-image: -moz-linear-gradient(0deg, #7bc979 0%, #f56c6c 100%);
    background-image: -webkit-linear-gradient(0deg, #7bc979 0%, #f56c6c 100%);
    background-image: -ms-linear-gradient(0deg, #7bc979 0%, #f56c6c 100%);
    color: #fff!important;
    box-shadow: 2.5px 4.33px 15px 0 rgba(65, 136, 6, 0.4);
    z-index: 99;
}

.el-backtop:hover,
.el-backtop:focus {
    background-image: -moz-linear-gradient(0deg, #7bc979 0%, #8fd39f 100%);
    background-image: -webkit-linear-gradient(0deg, #7bc979 0%, #8fd39f 100%);
    background-image: -ms-linear-gradient(0deg, #7bc979 0%, #8fd39f 100%);
    color: #fff;
    box-shadow: 2.5px 4.33px 15px 0 rgba(65, 136, 6, 0.4);
}

.reinfo_btn:hover {
    color: #fff!important;
    box-shadow: 2.5px 4.33px 15px 0 #f56c6c!important;
    background-color: #f56c6c!important;
}

.NXT_contact_tite_img_body {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 30px;
    min-height: calc(100vw * 0.1562);
    max-height: 597px;
}

.NXT_contact_tite_img {
    max-width: 100%;
}

.phone_input_item {
    width: 33%;
}

.NXT_contact_form_check_content.type_content {
    white-space: pre-wrap;
}

@media (max-width: 1400px) {
    .NXT_contact_tite_img_body {
        padding-top: 50px;
    }
}

.home_img_right {
    margin-right: 40px;
}

.flex_pc {
    display: block!important;
}

.flex_phone,
#contact_current {
    display: none!important;
}

.row-line {
    margin-top: 100px;
}

.margin-top-about {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .NXT_contact_form_body {
        padding-bottom: 10px;
    }
    .row-line {
        margin-top: 50px;
    }
    .flex_pc {
        display: none!important;
    }
    .flex_phone,
    #contact_current {
        display: block!important;
    }
    .NXT_contact_body {
        margin-top: 20px;
    }
    .NXT_contact_h2 {
        font-size: 22px;
    }
    .banner-one .container {
        padding-top: 30px!important;
    }
    .banner-one__image img {
        width: 90%!important;
    }
    .hero_slider .signle_slider:nth-child(2) img {
        width: 76%!important;
    }
    .banner-one__image {
        right: -142px!important;
    }
    .banner-one .container {
        padding-bottom: 8px!important;
    }
    .octf-btn-icon {
        /* padding: 5px 5px 5px 5px!important; */
    }
    .home_img_right {
        margin-right: 16px;
    }
    .about-three__image-1 {
        display: none;
    }
    .about-three__images {
        width: 90%!important;
        height: 90%!important;
    }
    .about-two__images {
        height: 330px!important;
    }
    .about-one__box-content h3 {
        /* margin-left: 65px!important;
        margin-top: -65px!important; */
        padding-bottom: 20px!important;
    }
    .site-footer__upper {
        padding-bottom: 20px;
    }
    .service-one__icon-inner {
        width: 200%!important;
        background-position: center!important;
    }
    #service-one__icon-inner1,
    #service-one__icon-inner2 {
        width: 160%!important;
        background-position: center!important;
    }
    .site-footer__bg-shape-1 {
        width: 90%!important;
    }
    .about-two {
        padding-bottom: 40px!important;
    }
    .margin-top-about {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .about-one__image {
        margin-top: 15px!important;
    }
    .text-phone-center {
        text-align: center!important;
    }
    .faq-one__home-three .my-auto {
        padding-left: 0px;
    }
}

.fot_icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-size: 16px; */
    background-image: linear-gradient(-45deg, #e55514 0%, #8035ff 100%);
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    box-shadow: 0px 20px 30px 0px rgb(199 75 51 / 15%);
    top: 5px;
    float: left;
    margin-top: -6px;
}

.tc {
    text-align: center;
}

input[type=button] {
    padding: 0 10px;
}

input[type=button]:hover,
.NXT_btn:hover {
    box-shadow: 2.5px 4.33px 15px 0 rgba(99, 238, 7, 0.15);
    background-color: #f56c6c;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #f56c6c!important;
    border-color: #f56c6c!important;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    background-color: #f56c6c!important;
    border-color: #f56c6c!important;
}

.el-checkbox__inner:hover {
    border-color: #f56c6c!important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #f56c6c!important;
}

.checkbox__label:hover {
    color: #f56c6c!important;
}

.cantact_box_margin_top {
    margin-top: 25px;
}

#banner_content .col-lg-3 {
    -ms-flex: 0 0 35%!important;
    flex: 0 0 35%!important;
    max-width: 35%!important;
}

#banner_content .col-lg-9 {
    -ms-flex: 0 0 65%!important;
    flex: 0 0 65%!important;
    max-width: 65%!important;
}

@media (max-width: 767px) {
    #banner_content .col-lg-3 {
        -ms-flex: 0 !important;
        flex: 0 !important;
        max-width: 100% !important;
    }
    #banner_content .col-lg-9 {
        -ms-flex: 0 !important;
        flex: 0 !important;
        max-width: 100% !important;
    }
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #f56c6c!important;
    background: #f56c6c!important;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #f56c6c!important;
}

.el-radio {
    --el-radio-input-height: 20px!important;
    --el-radio-input-width: 20px!important;
}

.el-radio-group {
    display: inline-block!important;
    line-height: inherit!important;
    vertical-align: inherit!important;
}

.el-radio__inner::after {
    width: 10px!important;
    height: 10px!important;
}

.el-checkbox__inner {
    height: 20px!important;
    width: 20px!important;
    --el-checkbox-input-height: 20px!important;
    --el-checkbox-input-width: 20px!important;
}

.el-checkbox__inner::after {
    height: 11px!important;
    left: 7px!important;
}

img.footerlogo {
    height: 65px;
}

.access_margin_v1 {
    margin-bottom: 20px;
}

.access_margin_v2 {
    margin-bottom: 10px;
}

.NXT_item_form_check_table {
    background: #f1f1f1;
}

.NXT_item_form_title {
    background: #f56c6c;
    text-align: center;
    color: white;
    font-weight: 550;
    font-size: 10px;
}

.NXT_item_form_content_title {
    background: #d8d8d8;
    font-weight: 500;
    color: #595959;
    text-align: center;
    font-size: 10px;
}

.NXT_item_form_content {
    background: #f1f1f1;
    text-align: center;
    color: #595959;
    font-size: 10px;
}

.NXT_item_form_content_v1 {
    background: #f1f1f1;
    text-align: center;
    color: #595959;
    font-size: 10px;
}

.NXT_item_form_check_table td {
    padding: 3px;
    border: 1px solid #ccc;
}

.el-step__line-inner {
    opacity: 0!important;
    display: none!important;
}

.el-icon-s-promotion,
.el-icon-phone {
    font-size: 18px !important;
}

.NXT_recruit_tite_img_body {
    padding-top: 80px;
    text-align: center;
}

.NXT_recruit_body {
    padding-top: 0px;
}

.NXT_recruit_h2 {
    font-size: 22px;
    font-weight: bold;
}

.NXT_recruit_h5 {
    font-size: 14px;
}

.NXT_recruit_h4 {
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #202020;
    margin-bottom: 30px;
}

.NXT_recruit_sm_title {
    font-weight: bold;
    line-height: 32px;
}

.NXT_recruit_sm_content {
    line-height: 32px;
}

.NXT_recruit_box {
    padding-bottom: 80px;
}

.NXT_recruit_tite_img {
    max-width: 100%;
}

.NXT_recruit_top_menu_body {
    border-radius: 5px;
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    min-height: 300px;
    text-align: center;
    padding: 0 26px;
    margin-bottom: 20px;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}

.NXT_recruit_top_menu_body:not(.active):hover {
    transform: translateY(-10px);
}

.NXT_recruit_top_menu_body.active {
    background-image: url(../images/recruit.png);
    color: #fff;
    cursor: default;
    background-size: cover;
}

.NXT_recruit_h6_big {
    font-size: 18px;
}

.NXT_recruit_h6_sm {
    font-size: 14px;
}

.NXT_recruit_top_menu_img {
    width: 100%;
    height: auto;
}

.NXT_recruit_top_menu_text {
    text-align: left;
    font-size: 14px;
    padding-top: 20px;
    line-height: 28px;
}

.NXT_recruit_table,
.NXT_recruit_step_table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%)
}

.NXT_recruit_table td,
.NXT_recruit_step_table td {
    line-height: 32px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    min-width: 74px;
    padding: 8px 8px;
    border: 1px solid #f4f4f4;
}

.NXT_recruit_table tr:hover {
    background-color: #f0f9eb;
}

.NXT_recruit_title_td,
.NXT_recruit_step {
    text-align: center;
    background-image: linear-gradient(90deg, #f56c6c 0%, #f56c6c 51%, #f56c6c 100%)!important;
    color: #fff;
}

.NXT_recruit_step {
    border-right: none !important;
}

.NXT_recruit_step_dec {
    border-left: none !important;
}

.NXT_recruit_content_body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.NXT_recruit_step_body {
    margin-top: 30px;
}

.NXT_recruit_step_title {
    width: 35%;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #f56c6c;
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 240px;
    position: relative;
    z-index: 2;
    background-size: cover;
}

.NXT_recruit_step_content {
    width: 100%;
    border-radius: 20px;
    /* color: #367ce4; */
    text-align: center;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    margin-top: -20px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
}

.NXT_recruit_window_body {
    /* border: 2px solid #367ce4; */
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.NXT_recruit_window_title {
    font-size: 14px;
    text-align: center;
    background-image: linear-gradient(90deg, #f56c6c 0%, #f56c6c 51%, #f56c6c 100%)!important;
    padding: 10px 15px;
    color: #fff;
    background-size: cover;
    border-radius: 8px;
}

.NXT_recruit_window_content {
    padding: 15px;
    min-height: 135px;
    line-height: 32px;
}

.NXT_recruit_window_content a {
    color: #f56c6c;
}

@media (max-width: 1200px) {
    .NXT_recruit_top_menu_row {
        display: none;
    }
    .NXT_recruit_top_menu_body {
        min-height: auto;
    }
    .NXT_recruit_h2 {
        font-size: 22px;
    }
    .NXT_recruit_window_body {
        margin-bottom: 20px;
    }
    .NXT_recruit_window_body:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 1000px) {
    .NXT_recruit_top_menu_row {
        display: none;
    }
    .NXT_recruit_top_menu_body {
        min-height: auto;
    }
    .NXT_recruit_h2 {
        font-size: 18px;
    }
    .NXT_recruit_window_body {
        margin-bottom: 20px;
    }
    .NXT_recruit_window_body:last-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .NXT_recruit_body {
        padding-top: 0px;
    }
    .NXT_recruit_box {
        padding-bottom: 30px;
    }
    .NXT_recruit_tite_img_body {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .NXT_recruit_body {
        margin-top: 20px;
    }
}

.post_content h2 {
    font-weight: 700;
    border-left: 5px solid #f56c6c;
    padding-left: 16px;
    margin-bottom: 1rem;
    color: #f56c6c;
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post_content {
    margin-left: 15px;
    margin-right: 15px;
}

div.col-lg-4 .pricing-one__single:hover {
    box-shadow: 0px 10px 30px 0px rgba(51, 57, 178, 0.17);
    /* background-image: linear-gradient(90deg, #61d8ffa6 0%, #ffbc4596 51%, #61d8ff6b 100%); */
    background-image: linear-gradient(90deg, #f56c6c 0%, #f56c6c 51%, #c30f0f 100%)!important;
    color: #fff!important;
    background-blend-mode: lighten;
}

div.col-lg-4 .pricing-one__single:hover .pricing-one__list li {
    color: #fff!important;
}

.pricing-one__single::after {
    background: url(../images/bg2-box.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    bottom: 0px;
    right: 0px;
}

.service-one__single::before {
    background: url(../images/bg1-box2.png);
    background-position: top left;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-repeat: no-repeat;
    top: 0;
    left: 25px;
}


/*コラムウェーブ*/

.banner-background-01 {
    width: 997px;
    height: 85px;
    background: url(../images/banner_001.png) repeat-x;
    _background: url(../images/banner_001.png) repeat-x;
    position: absolute;
    top: 371px;
    width: 400%;
    left: -236px;
    z-index: 4;
    animation: wave1 25s linear .4s infinite normal;
    -moz-animation: wave1 25s linear .4s infinite normal;
    -webkit-animation: wave1 25s linear .4s infinite normal;
    -o-animation: wave1 25s linear .4s infinite normal;
}

.banner-background-02 {
    width: 1009px;
    height: 100px;
    background: url(../images/banner_001.png) repeat-x;
    _background: 0 0;
    position: absolute;
    top: 382px;
    width: 400%;
    left: 0;
    z-index: 3;
    animation: wave2 60s linear .4s infinite normal;
    -moz-animation: wave2 60s linear .4s infinite normal;
    -webkit-animation: wave2 60s linear .4s infinite normal;
    -o-animation: wave2 60s linear .4s infinite normal
}

.banner-home-01 {
    width: 997px;
    height: 85px;
    background: url(../images/banner_001.png) repeat-x;
    _background: url(../images/banner_001.png) repeat-x;
    position: absolute;
    top: 701px;
    width: 400%;
    left: -236px;
    z-index: 4;
    animation: wave1 25s linear .4s infinite normal;
    -moz-animation: wave1 25s linear .4s infinite normal;
    -webkit-animation: wave1 25s linear .4s infinite normal;
    -o-animation: wave1 25s linear .4s infinite normal;
}

.banner-home-02 {
    width: 1009px;
    height: 100px;
    background: url(../images/banner_001.png) repeat-x;
    _background: 0 0;
    position: absolute;
    top: 686px;
    width: 400%;
    left: 0;
    z-index: 3;
    animation: wave2 60s linear .4s infinite normal;
    -moz-animation: wave2 60s linear .4s infinite normal;
    -webkit-animation: wave2 60s linear .4s infinite normal;
    -o-animation: wave2 60s linear .4s infinite normal
}

@-webkit-keyframes wave1 {
    from {
        left: -236px
    }
    to {
        left: -1233px
    }
}

@-moz-keyframes wave1 {
    from {
        left: -236px
    }
    to {
        left: -1233px
    }
}

@-o-keyframes wave1 {
    from {
        left: -236px
    }
    to {
        left: -1233px
    }
}

@keyframes wave1 {
    from {
        left: -236px
    }
    to {
        left: -1233px
    }
}

@-webkit-keyframes wave2 {
    from {
        left: 0
    }
    to {
        left: -1009px
    }
}

@-moz-keyframes wave2 {
    from {
        left: 0
    }
    to {
        left: -1009px
    }
}

@-o-keyframes wave2 {
    from {
        left: 0
    }
    to {
        left: -1009px
    }
}

@keyframes wave2 {
    from {
        left: 0
    }
    to {
        left: -1009px
    }
}


/*コラムウェーブ*/

.footer-widget__contact i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-size: 16px; */
    background-image: linear-gradient(-45deg, #e55514 0%, #8035ff 100%);
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    box-shadow: 0px 20px 30px 0px rgb(199 75 51 / 15%);
    top: 5px;
    float: left;
}

@media (max-width: 790px) {
    .sm_no_show {
        display: none!important;
    }
    .pb10 {
        padding-bottom: 15px!important;
    }
    .page-header {
        padding-top: 119px!important;
    }
    .banner-background-02 {
        top: 282px !important;
    }
    .banner-background-01 {
        top: 271px !important;
    }
    .service-one {
        padding-top: 30px !important;
    }
    .pdf-View {
        height: 265px !important;
    }
}

.pdf-View {
    height: 750px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / 15%);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 8px;
}

.pdf-View iframe {
    border-radius: 8px;
}

.post_content a {
    color: #8A919D!important;
}


/*******************************
        TABLE OF CONTENT
********************************

01. ROW
02. HEADINGS
03. BUTTON
04. ICONS
05. ICONS BOX
66. LIST
07. GALLERY
08. COUNTER
09. TEAM
10. ACTION BOX
11. TESTIMONIAL
12. PRICING TABLE
13. OWL CAROUSEL
14. REVOLUTION SLIDER
15. HERO SLIDER
16. PARALLAX MOUSE
17. HALF BACKGROUND
18. TEXT-BOX
19. PROJECT WRAP
20. ADIVANCE IMAGE
21. CONTACT FORM
22. GMAP

/**** ROW ****/

.row-service {
    position: relative;
}

.row-service .cbr-headings .heading {
    max-width: 80%;
}

.row-service .cbr-text {
    padding-right: 30px;
}

.row-service .shape-image-1 {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: -1;
}

.row-about {
    position: relative;
}

.row-about .about-bg {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
}

.row-about .about-bg img {
    position: absolute;
    right: 80px;
    top: 0;
}

.row-about .shape-image-2 {
    position: absolute;
    right: 50px;
    bottom: 160px;
    z-index: -1;
}

.row-about .shape-image-7 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.row-about .cbr-text-box {
    margin-top: -125px;
}

.row-what-we-do {
    position: relative;
}

.row-what-we-do .shape-image-3 {
    position: absolute;
    left: 38px;
    bottom: 100px;
    z-index: -1;
}

.row-gallery {
    position: relative;
}

.row-gallery .shape-image-4 {
    position: absolute;
    right: -260px;
    top: 330px;
    z-index: -1;
}

.row-gallery .shape-image-6 {
    position: absolute;
    right: -100px;
    top: -130px;
    z-index: -1;
}

.row-team {
    position: relative;
}

.row-team .shape-image-5 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.row-pricing-table {
    position: relative;
}

.row-pricing-table .shape-image-9 {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: -1;
}

.row-counter .cbr-headings .heading {
    max-width: 85%;
    margin: 0 auto;
}

.row-pricing-table {
    position: relative;
}

.row-trusted {
    background: url(../imgs/parallax-1.jpg) center center;
    background-size: cover;
    position: relative;
}

.row-trusted .cbr-icon {
    left: 50%;
    top: 50%;
}

.row-certified-1 {
    background: url(../imgs/parallax-2.jpg) center center;
    background-size: cover;
    position: relative;
}

.row-certified-1 .heading {
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: -2px;
    font-size: 60px;
}

.row-certified-2 {
    background: url(../imgs/parallax-3.jpg) center center;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 1230px) {
    .row-testimonials .image-shape,
    .row-service .shape-image-1,
    .row-about .shape-image-2,
    .row-about .shape-image-7,
    .row-what-we-do .shape-image-3 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .row-service .cbr-headings .heading,
    .row-counter .heading {
        max-width: 100% !important;
    }
    .row-about .cbr-text-box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .row-about .about-bg {
        display: none;
    }
    .row-gallery .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .row-certified-2 .heading {
        text-align: center;
    }
    .row-certified-2 .heading,
    .row-certified-1 .heading {
        font-size: 48px;
    }
}


/**** HEADINGS ****/

.cbr-slider-heading {
    font-family: "Poppins";
    letter-spacing: -1px;
}

.cbr-headings .heading>span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.cbr-headings .heading>span:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: red;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.cbr-headings.style-1 .heading {
    font-size: 40px;
    line-height: 44px;
}

.cbr-headings.style-1 .heading>span:before {
    bottom: 4px;
}

.cbr-headings.style-2 .pre-heading {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #a09db9;
    letter-spacing: 2px;
}

.cbr-headings.style-2 .heading {
    font-size: 36px;
    line-height: 44px;
}

.cbr-headings.style-2 .sub-heading {
    margin-top: 30px;
    margin-bottom: 0;
}

.cbr-headings.style-3 .heading {
    font-size: 48px;
    line-height: 56px;
}

.cbr-headings.style-3 .heading>span:before {
    bottom: 7px;
}

.cbr-headings.style-4 .heading {
    font-size: 60px;
    margin-bottom: 30px;
}

.cbr-headings.style-5 .heading {
    font-size: 30px;
    margin-bottom: 35px;
}

.cbr-headings.style-6 .heading {
    max-width: 800px;
    font-size: 60px;
}

@media only screen and (max-width: 1230px) {
    .cbr-headings.style-4 .heading {
        font-size: 48px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .cbr-headings.style-1 .heading,
    .cbr-headings.style-3 .heading,
    .cbr-headings.style-4 .heading {
        font-size: 36px;
        line-height: 38px;
    }
    .cbr-headings.style-1 .heading>span:before,
    .cbr-headings.style-3 .heading>span:before,
    .cbr-headings.style-4 .heading>span:before {
        bottom: 2px;
    }
    .cbr-headings.style-6 .heading {
        font-size: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .cbr-headings.style-2 .pre-heading {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 8px;
    }
}


/**** BUTTON ****/

.cbr-button,
.cbr-button span {
    display: inline-block;
    text-decoration: none;
    color: inherit
}

.cbr-button {
    padding: 14px 57px;
    background: #fff;
    position: relative;
    z-index: 3;
    border-radius: 30px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}

.cbr-button span {
    font-family: "Poppins";
    position: relative;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    font-weight: 600;
}

.cbr-button:before,
.cbr-button:after {
    content: "";
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
    opacity: 0.4;
}

.cbr-button:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #fff;
    opacity: 1;
}

.cbr-button:hover:before,
.cbr-button:hover:after {
    width: 100%;
}

.cbr-button:hover:after {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.cbr-button:hover span {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.small-button {
    padding: 15px 72px;
    border-radius: 0;
}

.slider-button .cbr-button {
    padding: 12px 48px;
}


/* Out line*/

.cbr-button.out-line-1px {
    border: 1px solid transparent
}

.cbr-button.out-line-2px {
    border: 2px solid transparent
}

.cbr-button.out-line-3px {
    border: 3px solid transparent
}


/* Button light*/

.cbr-button.button-light {
    background: #fff;
    border-color: #d5d4e4;
}

.cbr-button.button-light:before,
.button-light:after {
    background: #4568dc;
    background: -webkit-linear-gradient(to right, #b06ab3, #4568dc);
    background: linear-gradient(to right, #b06ab3, #4568dc);
}

.cbr-button.button-light span {
    color: #7973ad;
}

.cbr-button.button-light:hover span {
    color: #fff;
    border-color: transparent;
}


/* Button has background 1*/

.cbr-button.button-has-bg-1 {
    background: #e44d26;
    background: -webkit-linear-gradient(to right, #f16529, #e44d26);
    background: linear-gradient(to right, #f16529, #e44d26);
}

.cbr-button.button-has-bg-1 span {
    color: #fff;
}

.cbr-button.button-has-bg-1:hover span {
    color: #7973ad;
}

.cbr-button.button-has-bg-1:hover {
    border-color: #d5d4e4;
}


/* Button has background 2*/

.cbr-button.button-has-bg-2 {
    background-color: #ff4745;
}

.cbr-button.button-has-bg-2 span {
    color: #fff;
}

.cbr-button.button-has-bg-2:hover span {
    color: #272063;
}

.cbr-button.button-has-bg-2:hover {
    border-color: #ff4745;
}

.cbr-button.button-has-bg-2:before {
    background: #fff;
}


/* Button has background 3*/

.cbr-button.button-has-bg-3 {
    background-color: #512da8;
}

.cbr-button.button-has-bg-3 span {
    color: #fff;
}

.cbr-button.button-has-bg-3:hover {
    border-color: #512da8;
}

.cbr-button.button-has-bg-3:hover span {
    color: #ff4745;
}

@media only screen and (max-width: 767px) {
    .cbr-button {
        padding: 11px 47px !important;
    }
}


/**** ICONS ****/

.cbr-icon {
    display: inline-block;
    border-radius: 50%;
    padding: 0 3px;
}

.cbr-icon .icon {
    text-align: center;
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 16px;
    line-height: 90px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Style-1 */

.cbr-icon.style-1 {
    color: #fff;
    z-index: 1;
}

.cbr-icon.style-1 .icon {
    color: #ff4745;
    font-size: 25px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.cbr-icon.style-1:hover .icon {
    color: #512da8;
}

.cbr-icon.style-1:hover:after {
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.cbr-icon.style-1,
.cbr-icon.style-1:after,
.cbr-icon.style-1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.cbr-icon.style-1.pos-right {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .cbr-icon.style-1.pos-right {
        display: none;
    }
}

.cbr-icon.style-1 .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    color: #ff4745;
    z-index: 1;
    font-size: 20px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
}

.cbr-icon.style-1:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.cbr-icon.style-1:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


/* Style-3 */

.cbr-icon.style-3 .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #9290a3;
    background-color: #f3f6f8;
    border-radius: 50%;
}

.cbr-icon.style-3 .icon:hover {
    background-color: #ff4745;
    color: #fff;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 80px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 80px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/**** ICONS BOX ****/

.cbr-icon-box .heading {
    margin-bottom: 0;
}

.cbr-icon-box .heading a:hover {
    color: #ff4745;
}

.cbr-icon-box .desc {
    margin: 0;
}

.cbr-icon-box .elm-btn .simple-link,
.cbr-icon-box .elm-btn .simple-link-2 {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    color: #a09db9;
}

.cbr-icon-box .elm-btn .simple-link:hover,
.cbr-icon-box .elm-btn .simple-link-2:hover {
    color: #272063;
}

.cbr-icon-box .elm-btn .simple-link-2 {
    position: relative;
}

.cbr-icon-box .elm-btn .simple-link-2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: #272063;
    -webkit-transition: all ease 0.45s;
    -moz-transition: all ease 0.45s;
    transition: all ease 0.45s;
}

.cbr-icon-box .elm-btn .simple-link-2:hover:before {
    width: 100%;
}

.cbr-icon-box .elm-btn .simple-link-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #a09db9;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-icon-box .elm-btn .simple-link-2:hover:after {
    width: 0;
}

.cbr-icon-box .icon-wrap {
    position: relative;
    line-height: normal;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-icon-box .icon-wrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-icon-box:hover .icon-wrap:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.cbr-icon-box.simple .icon-wrap {
    color: #1c63b8;
}


/* Has sep */

.cbr-icon-box.has-sep:before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e9e9e9;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cbr-icon-box.has-sep:after {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #e9e9e9;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}


/* Icon top */

.cbr-icon-box.icon-top .heading {
    margin-top: 20px;
}

.cbr-icon-box.icon-top.align-center {
    text-align: center;
}

.cbr-icon-box.icon-top.align-center .icon-wrap,
.cbr-icon-box.icon-top.align-center .image-wrap {
    margin: 0 auto;
}

.cbr-icon-box.icon-top.align-right {
    text-align: right;
}

.cbr-icon-box.icon-top.align-right .icon-wrap,
.cbr-icon-box.icon-top.align-right .image-wrap {
    margin: 0;
}


/* Icon left */

.cbr-icon-box.icon-left {
    position: relative;
}

.cbr-icon-box.icon-left .icon-wrap,
.cbr-icon-box.icon-left .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

.cbr-icon-box.icon-left .desc>span {
    display: block;
}


/* Icon left 2 */

.cbr-icon-box.icon-left-2 {
    position: relative;
}

.cbr-icon-box.icon-left-2 .icon-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cbr-icon-box.icon-left-2 .desc>span {
    display: block;
}


/* Icon right */

.cbr-icon-box.icon-right {
    position: relative;
}

.cbr-icon-box.icon-right .icon-wrap,
.cbr-icon-box.icon-right .image-wrap {
    position: absolute;
    right: 0;
    top: 4px;
}

.cbr-icon-box.icon-right .heading,
.cbr-icon-box.icon-right .desc,
.cbr-icon-box.icon-right .elm-btn {
    text-align: right
}

.cbr-icon-box.icon-right .desc>span {
    display: block;
}


/* Icon has width */

.cbr-icon-box.has-width .icon-wrap {
    text-align: center;
    display: inline-block;
}

.cbr-icon-box.has-width.w50 .icon-wrap {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
}

.cbr-icon-box.has-width.w55 .icon-wrap {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 55px;
}

.cbr-icon-box.has-width.w60 .icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
}

.cbr-icon-box.has-width.w65 .icon-wrap {
    width: 65px;
    height: 65px;
    font-size: 35px;
    line-height: 65px;
}

.cbr-icon-box.has-width.w70 .icon-wrap {
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 75px;
}

.cbr-icon-box.has-width.w75 .icon-wrap {
    width: 75px;
    height: 75px;
    font-size: 38px;
    line-height: 75px;
}

.cbr-icon-box.has-width.w80 .icon-wrap {
    width: 80px;
    height: 80px;
    font-size: 38px;
    line-height: 80px;
}

.cbr-icon-box.has-width.w85 .icon-wrap {
    width: 85px;
    height: 85px;
    font-size: 40px;
    line-height: 85px;
}

.cbr-icon-box.has-width.w90 .icon-wrap {
    width: 90px;
    height: 90px;
    font-size: 40px;
    line-height: 90px;
}

.cbr-icon-box.has-width.w95 .icon-wrap {
    width: 95px;
    height: 95px;
    font-size: 40px;
    line-height: 95px;
}

.cbr-icon-box.has-width.w100 .icon-wrap {
    width: 100px;
    height: 100px;
    font-size: 45px;
    line-height: 100px;
}

.cbr-icon-box.has-width.w105 .icon-wrap {
    width: 105px;
    height: 105px;
    font-size: 45px;
    line-height: 105px;
}

.cbr-icon-box.has-width.w110 .icon-wrap {
    width: 110px;
    height: 110px;
    font-size: 45px;
    line-height: 110px;
}

.cbr-icon-box.has-width.w115 .icon-wrap {
    width: 115px;
    height: 115px;
    font-size: 50px;
    line-height: 115px;
}

.cbr-icon-box.has-width.w120 .icon-wrap {
    width: 120px;
    height: 120px;
    font-size: 50px;
    line-height: 120px;
}

.cbr-icon-box.has-width.w125 .icon-wrap {
    width: 125px;
    height: 125px;
    font-size: 50px;
    line-height: 125px;
}

.cbr-icon-box.has-width.w130 .icon-wrap {
    width: 130px;
    height: 130px;
    font-size: 50px;
    line-height: 130px;
}


/* Icon rounded */

.cbr-icon-box.rounded-1 .icon-wrap,
.cbr-icon-box.rounded-1 .icon-wrap:after {
    border-radius: 1px;
}

.cbr-icon-box.rounded-2 .icon-wrap,
.cbr-icon-box.rounded-2 .icon-wrap:after {
    border-radius: 2px;
}

.cbr-icon-box.rounded-3 .icon-wrap,
.cbr-icon-box.rounded-3 .icon-wrap:after {
    border-radius: 3px;
}

.cbr-icon-box.rounded-5 .icon-wrap,
.cbr-icon-box.rounded-5 .icon-wrap:after {
    border-radius: 5px;
}

.cbr-icon-box.rounded-10 .icon-wrap,
.cbr-icon-box.rounded-10 .icon-wrap:after {
    border-radius: 10px;
}

.cbr-icon-box.rounded-100 .icon-wrap,
.cbr-icon-box.rounded-100 .icon-wrap:after {
    border-radius: 100px;
}


/* Accent background effect */

.cbr-icon-box.bg-accent .icon-wrap {
    background-color: #512da8;
    color: #fff;
    z-index: 1;
}

.cbr-icon-box.bg-accent:hover .icon-wrap {
    background-color: #272063 !important;
}

.cbr-icon-box.bg-accent .icon-wrap:after {
    background-color: #272063;
}

.cbr-icon-box.bg-accent:hover .icon-wrap:after {
    border: 2px solid #272063;
    background-color: #272063;
    z-index: -1;
}


/* Accent background effect 2 */

.cbr-icon-box.bg-accent-2 .icon-wrap {
    background-color: #ff4745;
    color: #fff;
    z-index: 1;
}

.cbr-icon-box.bg-accent-2:hover .icon-wrap {
    background-color: #fa2e2c !important;
}

.cbr-icon-box.bg-accent-2 .icon-wrap:after {
    background-color: #fa2e2c;
}

.cbr-icon-box.bg-accent-2:hover .icon-wrap:after {
    border: 2px solid #fa2e2c;
    background-color: #fa2e2c;
    z-index: -1;
}


/* Style 1 */

.cbr-icon-box.style-1 .icon-wrap {
    font-size: 55px;
    color: #ff4745;
}

.cbr-icon-box.style-1 .icon-wrap:before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f3f6f8;
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: -1;
}

.cbr-icon-box.style-1 .heading {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 9px;
}

.cbr-icon-box.style-1 .heading,
.cbr-icon-box.style-1 .desc,
.cbr-icon-box.style-1 .elm-btn {
    padding-left: 75px;
    padding-right: 27px;
}

.cbr-icon-box.style-1:hover .icon-wrap {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    transform: translate(-2px, -2px);
}

.cbr-icon-box.style-1:hover .elm-btn a {
    color: #272063;
}


/* Style 2 */

.icon-box.style-2 {
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
}

.cbr-icon-box.style-2 .icon-wrap {
    font-size: 80px;
    color: #ff4745;
    float: left;
}

.cbr-icon-box.style-2 .heading {
    font-size: 26px;
    line-height: 32px;
    margin: 21px 0 12px 105px;
}

.cbr-icon-box.style-2 .desc {
    margin: 20px 0 18px;
    padding-right: 33px;
}

.cbr-icon-box.style-2:hover .icon-wrap {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    transform: translate(-2px, -2px);
}

.cbr-icon-box.style-2:hover .simple-link-2 {
    color: #272063;
}

.cbr-icon-box.style-2:hover .simple-link-2:before {
    width: 100%;
    z-index: 2;
}


/* Style 3 */

.cbr-icon-box.style-3 {
    padding: 0 40px;
    background-color: #fff;
    position: relative;
}

.cbr-icon-box.style-3 .heading {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.cbr-icon-box.style-3 .desc {
    line-height: 30px;
    margin-bottom: 20px;
}

.cbr-icon-box.style-4.cbr-icon-box.has-width.w80 .icon-wrap {
    font-size: 22px;
}

.cbr-icon-box.style-4 .heading {
    padding-left: 118px;
    font-size: 24px;
    margin-top: 3px;
    margin-bottom: 16px;
}

.cbr-icon-box.style-4 .desc {
    padding-left: 118px;
}

@media only screen and (max-width: 991px) {
    .cbr-icon-box.style-2 .icon-wrap {
        font-size: 60px;
    }
    .cbr-icon-box.icon-left.style-2 .icon-wrap {
        top: 15px;
    }
    .cbr-icon-box.style-2 .heading {
        font-size: 22px;
        line-height: 28px;
        margin-left: 85px;
    }
    .cbr-icon-box.style-2 .desc {
        margin: 17px 0 0 0;
    }
    .cbr-icon-box.style-3:before,
    .cbr-icon-box.style-3:after {
        content: "";
        background-color: transparent;
    }
}


/**** LIST ****/

.cbr-list>div {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 30px;
}

.cbr-list>div>span {
    position: relative;
    display: block;
}

.cbr-list .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cbr-list>div {
    padding: 0;
    margin-bottom: 22px;
}

.cbr-list>div>span {
    padding-left: 55px;
}

.cbr-list.style-1 .icon {
    color: #fff;
    background-color: #272063;
}

.cbr-list.style-2 .icon {
    color: #272063;
    background-color: #eaebfb;
}

.cbr-list.style-3 .icon {
    color: #272063;
    background-color: transparent;
    font-size: 22px;
}


/**** GALLERY ****/

#gallery-filter {
    text-align: center;
    margin-bottom: 50px;
}

#gallery-filter .grid-item .thumb {
    display: inline-block;
    line-height: 130px;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-bottom: 10px;
}

#gallery-filter .grid-item .thumb img {
    vertical-align: middle;
}

#gallery-filter .cbp-filter-item {
    border-bottom: 3px solid #eaf0f3;
    padding: 3px 12px;
    float: left;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
}

#gallery-filter .cbp-filter-item:first-child {
    padding-left: 0;
}

#gallery-filter .cbp-filter-item:last-child {
    padding-right: 0;
}

#gallery-filter .cbp-filter-item span {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    color: #a09db9;
    position: relative;
}

#gallery-filter .cbp-filter-item span:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #f83600;
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: all 0.35s;
}

#gallery-filter .inner {
    display: inline-block;
}

#gallery-filter .cbp-filter-item.cbp-filter-item-active span:before,
#gallery-filter .cbp-filter-item:hover span:before {
    width: 100%;
}


/* Style 1 */

.gallery-box {
    position: relative;
}

.gallery-box.style-1:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box.style-1 .hover-dir .overlay,
.gallery-box.style-1 .hover-dir img {
    display: block;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.gallery-box.style-1 .hover-dir .overlay {
    overflow: hidden;
}

.gallery-box.style-1 .hover-dir .popup-image {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.gallery-box.style-1 .hover-dir .icon-wrap {
    position: absolute;
    background: rgba(39, 32, 99, 0.8);
    width: 100%;
    height: 100%;
}

.gallery-box.style-1 .hover-dir .icon-wrap i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 45px;
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}


/* Style 2 */

.gallery-box.style-2 {
    overflow: hidden;
}

.gallery-box.style-2 .hover-effect {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    background: rgba(248, 54, 0, 0);
    transition: all 0.3s;
}

.gallery-box.style-2 .hover-effect .text-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.gallery-box.style-2:hover .hover-effect {
    background: rgba(248, 54, 0, 0.8);
    top: 0;
}

.gallery-box.style-2 .hover-effect .text-wrap h2 {
    font-size: 26px;
    margin: 10px 0;
}

.gallery-box.style-2 .hover-effect .text-wrap .plus-icon {
    font-size: 30px;
}

.gallery-box.style-2 .hover-effect .text-wrap .plus-icon,
.gallery-box.style-2 .hover-effect .text-wrap h2,
.gallery-box.style-2 .hover-effect .text-wrap .cat {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 0.3s;
}

.gallery-box.style-2 .hover-effect .text-wrap .plus-icon {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery-box.style-2 .hover-effect .text-wrap h2 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery-box.style-2 .hover-effect .text-wrap .cat {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery-box.style-2:hover .hover-effect .text-wrap .plus-icon,
.gallery-box.style-2:hover .hover-effect .text-wrap h2,
.gallery-box.style-2:hover .hover-effect .text-wrap .cat {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gallery-box.style-2 .hover-effect .text-wrap h2 a:hover {
    color: #272063;
}

@media only screen and (max-width: 991px) {
    #gallery-filter {
        margin-bottom: 30px;
    }
}


/**** COUNTER ****/

.cbr-counter .number-wrap {
    font-weight: 400;
    color: #ff4745;
    font-size: 90px;
    line-height: 90px;
    margin-top: 3px;
}

.cbr-counter .heading {
    font-family: "Rubik";
    color: #272063;
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
    font-weight: 400;
    max-width: 76%;
    margin: 0 auto;
}

.cbr-counter .prefix,
.cbr-counter .suffix {
    color: #ff4745;
}

.cbr-counter .number {
    letter-spacing: 1px;
    font-family: "Poppins";
}

.cbr-counter .number,
.cbr-counter .heading {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .cbr-counter .number-wrap {
        font-size: 64px;
        margin: 0;
    }
    .cbr-counter .heading {
        font-size: 22px;
        padding-top: 0;
    }
}


/**** TEAM ****/

.row-team {
    position: relative;
}

.cbr-team .thumb {
    overflow: hidden;
    width: 100%;
}

.cbr-team .thumb img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-team .socials {
    list-style: none;
    margin: 0;
}

.cbr-team .info-wrap {
    text-align: center;
    margin-top: 27px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-team .name {
    font-size: 20px;
    margin-bottom: 8px;
}

.cbr-team .position {
    font-size: 14px;
    color: #9290a3;
}

.cbr-team .name,
.cbr-team .position {
    z-index: 3;
    position: relative;
}

.cbr-team .thumb:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 200px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 5px;
}

.cbr-team .team-item:hover .thumb:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbr-team .socials {
    width: 100%;
    text-align: center;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: -58px;
    margin-top: 17px;
}

.cbr-team .socials li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.cbr-team .socials li a {
    color: #9290a3;
    background-color: #f3f6f8;
    font-size: 15px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cbr-team .socials li a:hover {
    background-color: #ff4745;
    color: #fff;
}

.cbr-team .team-item:hover .socials li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbr-team .team-item:hover .socials li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cbr-team .team-item:hover .socials li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cbr-team .team-item:hover .socials li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cbr-team .team-item:hover .info-wrap {
    transform: translate3d(0, -107px, 0);
}

.cbr-team .team-item:hover .thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/**** ACTION BOX ****/


/* Style-1 */

.cbr-action-box.style-1 {
    border: 10px solid #f3f6f8;
    padding: 60px 50px;
}

.cbr-action-box.style-1 .form-wrap {
    padding-top: 23px;
}

.cbr-action-box.style-1 .form-wrap .search-form {
    position: relative;
    padding-right: 25px;
}

.cbr-action-box.style-1 .form-wrap .search-form .search-field {
    background-color: transparent;
    border: 0;
    padding-right: 48px;
    margin-bottom: 0;
    padding: 16px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.cbr-action-box.style-1 .form-wrap .search-form .submit-butn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 21px 58px;
    border-radius: 30px;
}


/* Style-2 */

.cbr-action-box.style-2 {
    background-color: #512da8;
    padding: 0 100px;
}

.cbr-action-box.style-2 .text-wrap {
    float: left;
    max-width: 430px;
}

.cbr-action-box.style-2 .button {
    float: right;
    float: right;
    padding-top: 35px;
}

@media only screen and (max-width: 991px) {
    .cbr-action-box.style-2 {
        padding: 0 50px;
        text-align: center;
    }
    .cbr-action-box.style-2 .text-wrap {
        max-width: 100%;
    }
    .cbr-action-box.style-2 .text-wrap,
    .cbr-action-box.style-2 .button {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .cbr-action-box.style-1 {
        text-align: center;
        padding: 50px 30px;
    }
    .cbr-action-box.style-1 .form-wrap .search-form {
        padding: 0;
    }
    .cbr-action-box.style-1 .form-wrap .search-form input::placeholder {
        text-align: center;
    }
    .cbr-action-box.style-1 .form-wrap .search-form .site-button .cbr-button {
        position: relative;
        margin-top: 40px;
    }
    .cbr-action-box.style-1 .form-wrap .search-form .submit-butn {
        padding: 19px 50px !important;
    }
}


/**** TESTIMONIAL ****/

.row-testimonials {
    position: relative;
}

.cbr-testimonials .text-wrap {
    overflow: hidden;
}

.cbr-testimonials .text-wrap p {
    font-family: "rubik";
    font-size: 20px;
    line-height: 40px;
    color: #272063;
    margin: 0 0 23px;
}

.cbr-testimonials .name cite {
    color: #ff4745;
    font-weight: 500;
}

.cbr-testimonials .name cite span {
    font-size: 14px;
    color: #a09db9;
    font-weight: normal;
}


/* Style-1 */

.cbr-testimonials.style-1 blockquote {
    max-width: 712px;
    margin: 0 auto;
    padding: 63px 50px;
    margin: 10px 0 10px;
    border: transparent;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75)
}

.cbr-testimonials.style-1 .thumb {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}


/* Style-2 */

.cbr-testimonials.style-2 blockquote {
    font-style: normal;
    background: unset;
    padding: 50px 45px 60px;
    border: transparent;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-testimonials.style-2 .item {
    padding: 18px;
}

.cbr-testimonials.style-2 .inner {
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
}

.cbr-testimonials.style-2 .text {
    font-size: 16px;
    line-height: 32px;
    color: #9b97bf;
    margin: 0 0 33px;
}

.cbr-testimonials.style-2 .name {
    font-family: "Rubik";
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.cbr-testimonials.style-2 .position {
    font-size: 14px;
    color: #a09db9;
}

.cbr-testimonials.style-2 .thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    margin-top: -8px;
}

.row-testimonials .image-shape.testimonial-1 img {
    position: absolute;
    top: -14px;
    left: 167px;
    -webkit-animation: anim2 ease-in-out 2s infinite alternate;
    -moz-animation: anim2 ease-in-out 2s infinite alternate;
}

.row-testimonials .image-shape.testimonial-2 img {
    position: absolute;
    top: 215px;
    left: 5px;
    -webkit-animation: anim2 ease-in-out 2.5s infinite alternate;
    -moz-animation: anim2 ease-in-out 2.5s infinite alternate;
}

.row-testimonials .image-shape.testimonial-3 img {
    position: absolute;
    bottom: 40px;
    left: 180px;
    -webkit-animation: anim2 ease-in-out 2s infinite alternate;
    -moz-animation: anim2 ease-in-out 2s infinite alternate;
}

.row-testimonials .image-shape.testimonial-4 img {
    position: absolute;
    top: -25px;
    right: 240px;
    -webkit-animation: anim2 ease-in-out 2s infinite alternate;
    -moz-animation: anim2 ease-in-out 2s infinite alternate;
}

.row-testimonials .image-shape.testimonial-5 img {
    position: absolute;
    top: 120px;
    right: 5px;
    -webkit-animation: anim2 ease-in-out 2.5s infinite alternate;
    -moz-animation: anim2 ease-in-out 2.5s infinite alternate;
}

.row-testimonials .image-shape.testimonial-6 img {
    position: absolute;
    bottom: 80px;
    right: 170px;
    -webkit-animation: anim2 ease-in-out 2s infinite alternate;
    -moz-animation: anim2 ease-in-out 2s infinite alternate;
}

@media only screen and (max-width: 767px) {
    .cbr-testimonials.style-1 .thumb {
        display: inline-block;
        float: none;
        margin-bottom: 15px;
    }
    .cbr-testimonials.style-1 blockquote {
        padding: 65px 20px;
        text-align: center;
    }
}

@-webkit-keyframes anim2 {
    from {
        -webkit-transform: scale(0.8) rotate(0deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

@-moz-keyframes anim2 {
    from {
        -webkit-transform: scale(0.8) rotate(0deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0deg)
    }
}


/**** PRICING TABLE ****/

.cbr-price-table {
    text-align: center;
}

.cbr-price-table.bg-white {
    background-color: #fff;
}

.cbr-price-table.has-border .price-table-features {
    border: 2px solid #efefef;
    border-top: 0;
}

.cbr-price-table.has-shadow {
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
}

.cbr-price-table .price-table-date {
    font-size: 22px;
    line-height: 22px;
    color: #666;
    margin-bottom: 23px;
}

.cbr-price-table .price-table-name .title {
    font-size: 30px;
    color: #222;
    font-weight: 500;
}

.cbr-price-table .price-table-price {
    padding-top: 78px;
}

.cbr-price-table .price-table-price .figure {
    font-family: "Rubik";
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #512da8;
}

.cbr-price-table .price-table-features {
    padding: 26px 30px 70px 30px;
}

.cbr-price-table .price-table-features span {
    font-size: 16px;
    letter-spacing: 0;
    color: #666;
}

.cbr-price-table .price-table-features ul {
    list-style: none;
    margin: 0;
}

.cbr-price-table .price-table-features ul li {
    padding: 4px 0;
}

.cbr-price-table .price-table-features ul li:before {
    font-family: "Fontawesome";
    margin-right: 5px;
}

.cbr-price-table .price-table-features ul li.features:before {
    content: "\f00c";
}

.cbr-price-table .price-table-features ul li.features-disabled:before {
    content: "\f2d4";
}

.cbr-price-table .price-table-features .price-table-button {
    padding-top: 40px;
}

.cbr-price-table .price-table-features .cbr-button {
    border-radius: 6px;
    padding: 8px 33px;
}

.cbr-price-table .price-table-features .cbr-button span {
    font-size: 14px;
}

.cbr-price-table .price-table-features .cbr-button.button-light span {
    color: #816aba;
}

.cbr-price-table .price-table-features .cbr-button.button-light:hover span {
    color: #fff;
}

.cbr-price-table .price-table-features .cbr-button.button-has-bg-2 span {
    color: #fff;
}

.cbr-price-table .price-table-features .cbr-button.button-has-bg-2:hover span {
    color: #816aba;
}

.cbr-price-table.has-shape {
    background-image: url(../imgs/pricing.png);
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .cbr-price-table .price-table-price {
        padding-top: 52px;
    }
    .cbr-price-table .price-table-features {
        padding: 18px 20px 37px 20px;
    }
    .cbr-price-table .price-table-date {
        margin-bottom: 22px;
    }
    .cbr-price-table .price-table-name .title {
        font-size: 22px;
    }
}


/**** OWL CAROUSEL ****/

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
    opacity: 0;
}

.has-bullets .owl-theme .owl-dots {
    display: block;
    padding-top: 50px;
}

.has-bullets.bullet45 .owl-theme .owl-dots {
    padding-top: 45px;
}

.has-bullets.bullet40 .owl-theme .owl-dots {
    padding-top: 40px;
}

.has-bullets.bullet35 .owl-theme .owl-dots {
    padding-top: 35px;
}

.has-bullets.bullet30 .owl-theme .owl-dots {
    padding-top: 30px;
}

.has-bullets.bullet25 .owl-theme .owl-dots {
    padding-top: 25px;
}

.has-bullets.bullet20 .owl-theme .owl-dots {
    padding-top: 20px;
}

.has-bullets.bullet15 .owl-theme .owl-dots {
    padding-top: 15px;
}

.has-bullets.bullet10 .owl-theme .owl-dots {
    padding-top: 10px;
}

.has-arrows .owl-theme .owl-nav {
    display: block;
}

.has-arrows .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
}

.has-arrows .owl-theme .owl-nav .owl-next {
    right: 0;
}


/* Arrows Top */

.has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'] {
    right: 46px;
}

.has-arrows.arrow-top .owl-theme .owl-nav .owl-next {
    right: 0;
}

.has-arrows.arrow-top.arrow20 .owl-theme .owl-nav [class*='owl-'] {
    top: -60px;
}

.has-arrows.arrow-top.arrow25 .owl-theme .owl-nav [class*='owl-'] {
    top: -65px;
}

.has-arrows.arrow-top.arrow30 .owl-theme .owl-nav [class*='owl-'] {
    top: -70px;
}

.has-arrows.arrow-top.arrow35 .owl-theme .owl-nav [class*='owl-'] {
    top: -75px;
}

.has-arrows.arrow-top.arrow40 .owl-theme .owl-nav [class*='owl-'] {
    top: -80px;
}

.has-arrows.arrow-top.arrow45 .owl-theme .owl-nav [class*='owl-'] {
    top: -85px;
}

.has-arrows.arrow-top.arrow50 .owl-theme .owl-nav [class*='owl-'] {
    top: -90px;
}

.has-arrows.arrow-top.arrow55 .owl-theme .owl-nav [class*='owl-'] {
    top: -95px;
}

.has-arrows.arrow-top.arrow60 .owl-theme .owl-nav [class*='owl-'] {
    top: -100px;
}

.has-arrows.arrow-top.arrow65 .owl-theme .owl-nav [class*='owl-'] {
    top: -105px;
}

.has-arrows.arrow-top.arrow70 .owl-theme .owl-nav [class*='owl-'] {
    top: -110px;
}


/* Arrows Center */

.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
    top: 50%;
}

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav [class*='owl-'] {
    left: 40px;
}

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav [class*='owl-'] {
    left: 35px;
}

.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 35px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav [class*='owl-'] {
    left: 30px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav [class*='owl-'] {
    left: 25px;
}

.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 25px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav [class*='owl-'] {
    left: 20px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav [class*='owl-'] {
    left: 15px;
}

.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 15px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav [class*='owl-'] {
    left: 10px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.has-arrows.arrow-center.offset0i .owl-theme .owl-nav [class*='owl-'] {
    left: 0px;
}

.has-arrows.arrow-center.offset0i .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav [class*='owl-'] {
    left: -20px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

.has-arrows.arrow-center.offset0o .owl-theme .owl-nav [class*='owl-'] {
    left: -40px;
}

.has-arrows.arrow-center.offset0o .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -40px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav [class*='owl-'] {
    left: -50px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.has-arrows.arrow-center.offset15 .owl-theme .owl-nav [class*='owl-'] {
    left: -55px;
}

.has-arrows.arrow-center.offset15 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -55px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav [class*='owl-'] {
    left: -60px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -60px;
}

.has-arrows.arrow-center.offset25 .owl-theme .owl-nav [class*='owl-'] {
    left: -65px;
}

.has-arrows.arrow-center.offset25 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -65px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav [class*='owl-'] {
    left: -70px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -70px;
}

.has-arrows.arrow-center.offset35 .owl-theme .owl-nav [class*='owl-'] {
    left: -75px;
}

.has-arrows.arrow-center.offset35 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -75px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav [class*='owl-'] {
    left: -80px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -80px;
}

.has-arrows.arrow-center.offset-v-150 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -140px;
}

.has-arrows.arrow-center.offset-v-140 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -130px;
}

.has-arrows.arrow-center.offset-v-130 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -120px;
}

.has-arrows.arrow-center.offset-v-120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -110px;
}

.has-arrows.arrow-center.offset-v-110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -100px;
}

.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -90px;
}

.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -80px;
}

.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -70px;
}

.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -60px;
}

.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -50px;
}

.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -40px;
}

.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -30px;
}

.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -20px;
}

.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -10px;
}

.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -20px;
}

.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 0px;
}

.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 10px;
}

.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 20px;
}

.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 30px;
}

.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 40px;
}

.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 50px;
}

.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 60px;
}

.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 70px;
}

.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 80px;
}

.has-arrows.arrow-center.offset-v110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 90px;
}

.has-arrows.arrow-center.offset-v120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 100px;
}

.has-arrows.arrow-center.offset-v130 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 110px;
}

.has-arrows.arrow-center.offset-v140 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 120px;
}

.has-arrows.arrow-center.offset-v150 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 130px;
}


/* Arrows */

.owl-theme .owl-nav [class*=owl-] {
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.owl-theme .owl-nav [class*=owl-]:after {
    font-size: 40px;
    line-height: 40px;
    content: "\e686";
    font-family: "Pe-icon-7-stroke";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-nav .owl-next:after {
    content: "\e684";
    color: #272063;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ff4745;
}

.owl-theme .owl-nav [class*=owl-]:hover:after {
    color: #fff;
}

.owl-theme .owl-nav [class*="owl-"].disabled {
    cursor: default;
}

@media only screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        display: none !important;
    }
}


/* Bullets style */

.has-bullets.style-1 .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 5px 5px;
    background: #efeafc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.has-bullets.style-1 .owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    height: 5px;
    background-color: #ff4745;
}

.has-bullets.style-2 .owl-theme .owl-dots .owl-dot span {
    width: 120px;
    height: 4px;
    margin: 0;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.has-bullets.style-2 .owl-theme .owl-dots .owl-dot.active span {
    background-color: #512da8;
}


/* Arrows & Bullets Circle */

.arrow-circle .owl-theme .owl-nav [class*="owl-"],
.bullet-circle .owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
}

@media only screen and (max-width: 1230px) {
    .has-bullets.style-2 .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 6px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .has-bullets.style-2 .owl-theme .owl-dots .owl-dot span {
        width: 40px;
        height: 6px;
    }
}


/**** REVOLUTION SLIDER ****/

.tparrows.custom {
    background-color: #f4f4f4;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.tparrows.custom:hover {
    background-color: #ff4745;
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\f104";
    font-family: "Fontawesome";
    font-size: 22px;
    line-height: 45px;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\f105";
}

.tp-bullets.custom .tp-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: border 0.3s, background 0.3s;
    transition: border 0.3s, background 0.3s;
}

.tp-bullets.custom .tp-bullet.selected {
    border: 2px solid #512da8;
}

.tp-bannertimer {
    display: none;
}


/**** HERO SLIDER ****/

#hero-slider {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center;
    background-size: cover;
}

#hero-slider .slide-content .shape-bg {
    position: absolute;
    left: 0;
    top: -330px;
}

#hero-slider .slide-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hero-slider .slide-content .sub-heading {
    font-family: "Poppins";
    font-size: 20px;
    color: #7874a1;
    font-weight: 400;
    letter-spacing: -0.5px
}

#hero-slider .typing_content h2 {
    font-size: 70px;
}

#hero-slider .slider {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-size: cover;
}

#hero-slider .localvideo {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#hero-slider .typed-strings {
    display: none;
}

#hero-slider .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

#hero-slider .slider-description {
    position: relative;
    z-index: 999999999;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/**** PARALLAX MOUSE ****/

.parallax-mouse {
    position: absolute;
    transition: 100ms all;
    display: block;
}

.parallax-mouse img {
    width: 100%;
    height: auto;
}

.parallax-mouse.parallax-right,
.parallax-mouse.parallax-left {
    display: block;
    margin: 0 auto;
    z-index: -1
}

.parallax-left.shape-parallax-1 {
    left: 100px;
    top: 100px;
}

.parallax-left.shape-parallax-2 {
    left: 400px;
    bottom: -150px;
}

.parallax-left.shape-parallax-3 {
    left: 150px;
    bottom: -300px;
}

.parallax-right.shape-parallax-4 {
    right: 0;
    top: 0;
    margin-right: 70px;
    margin-top: -70px;
}

@media only screen and (max-width: 1440px) {
    .parallax-mouse img {
        width: 80%;
        height: auto;
    }
}


/**** HALF BACKGROUND ****/

.half-background-1 {
    background: url(../imgs/about-bg-1.png) right top;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 700px;
}

.half-background-2 {
    background: url(../imgs/about-agency-2.png) center top;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 830px;
}


/**** ALERT-BOX  ****/

.cbr-alert.success {
    padding: 8px 20px;
    position: relative;
    margin-bottom: 20px;
}

.main-banner .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 450px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    z-index: -1;
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes diagonal-slide {
    from {
        top: 0;
        left: 0;
        animation-timing-function: linear
    }
    20% {
        top: -5px;
        left: -5px;
        animation-timing-function: linear
    }
    40% {
        top: 5px;
        left: -5px;
        animation-timing-function: linear
    }
    60% {
        top: 5px;
        left: 5px;
        animation-timing-function: linear
    }
    80% {
        top: -5px;
        left: 5px;
        animation-timing-function: linear
    }
    to {
        top: 0;
        left: 0;
        animation-timing-function: linear
    }
}

.cbr-alert .remove {
    position: absolute;
    right: 14px;
    top: 0px;
    top: 7px;
}

.cbr-alert .remove:hover {
    opacity: 0.7;
}

.cbr-alert.success {
    background-color: #a7e35f;
    color: #608a26;
}

.cbr-alert.error {
    background-color: #eb7b7c;
    color: #a7202e;
}


/**** TEXT-BOX  ****/

.cbr-text-box {
    padding: 57px 50px;
}

.cbr-text-box .title {
    font-size: 24px;
    margin: 0 0 27px;
}

.cbr-text-box .desc {
    font-size: 14px;
    line-height: 28px;
}

.cbr-text-box.has-background {
    background-color: #512da8;
}

.cbr-text-box.has-image {
    background: url(../imgs/work-1.jpg);
    background-size: cover;
}


/**** PROJECT WRAP  ****/

.portfolio-details .infor-wrap ul li {
    list-style: none;
}

.portfolio-details .infor-wrap li h5 {
    margin-bottom: 32px;
    font-family: "Rubik";
    font-weight: 500;
    letter-spacing: 0;
}


/**** ADIVANCE IMAGE  ****/

.cbr-adv-image .thumb img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cbr-adv-image .thumb:hover img {
    opacity: 0.7;
}


/**** CONTACT FORM ****/

.cbr-contact-form .form-control-wrap {
    position: relative;
    display: block;
}

.cbr-contact-form .form-control-wrap label {
    color: #272063;
    margin-bottom: 5px;
}

.cbr-contact-form .form-control-wrap label.error {
    position: absolute;
    right: 15px;
    top: 43px;
    color: #e82727;
    font-size: 13px;
}

.cbr-contact-form {
    max-width: 680px;
}

.cbr-contact-form .form-control-wrap.your-name,
.cbr-contact-form .form-control-wrap.your-email,
.cbr-contact-form .form-control-wrap.your-phone,
.cbr-contact-form .form-control-wrap.your-subject {
    width: 48%;
    float: left;
    margin-bottom: 35px;
}

.cbr-contact-form .form-control-wrap.your-name,
.cbr-contact-form .form-control-wrap.your-phone {
    margin-right: 4%;
}

.cbr-contact-form .form-control-wrap.your-message {
    clear: both;
}

.cbr-contact-form .form-control-wrap.your-message textarea {
    height: 133px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .cbr-contact-form .form-control-wrap.your-name,
    .cbr-contact-form .form-control-wrap.your-email,
    .cbr-contact-form .form-control-wrap.your-phone,
    .cbr-contact-form .form-control-wrap.your-subject {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
}


/**** GMAP ****/

.cbr-gmap {
    height: 700px;
}

@media only screen and (max-width: 991px) {
    .cbr-gmap {
        height: 400px;
    }
}


/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.rtl {
    direction: rtl;
}

@font-face {
    font-family: 'revicons';
    src: url('../fonts/revicons/revicons90c6.eot?5510888');
    src: url('../fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'), url('../fonts/revicons/revicons90c6.woff?5510888') format('woff'), url('../fonts/revicons/revicons90c6.ttf?5510888') format('truetype'), url('../fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
    content: '\e802';
}


/* 'î ‚' */

.revicon-pencil-1:before {
    content: '\e831';
}


/* 'î ±' */

.revicon-picture-1:before {
    content: '\e803';
}


/* 'î ƒ' */

.revicon-cancel:before {
    content: '\e80a';
}


/* 'î Š' */

.revicon-info-circled:before {
    content: '\e80f';
}


/* 'î ' */

.revicon-trash:before {
    content: '\e801';
}


/* 'î ' */

.revicon-left-dir:before {
    content: '\e817';
}


/* 'î —' */

.revicon-right-dir:before {
    content: '\e818';
}


/* 'î ˜' */

.revicon-down-open:before {
    content: '\e83b';
}


/* 'î »' */

.revicon-left-open:before {
    content: '\e819';
}


/* 'î ™' */

.revicon-right-open:before {
    content: '\e81a';
}


/* 'î š' */

.revicon-angle-left:before {
    content: '\e820';
}


/* 'î  ' */

.revicon-angle-right:before {
    content: '\e81d';
}


/* 'î ' */

.revicon-left-big:before {
    content: '\e81f';
}


/* 'î Ÿ' */

.revicon-right-big:before {
    content: '\e81e';
}


/* 'î ž' */

.revicon-magic:before {
    content: '\e807';
}


/* 'î ‡' */

.revicon-picture:before {
    content: '\e800';
}


/* 'î €' */

.revicon-export:before {
    content: '\e80b';
}


/* 'î ‹' */

.revicon-cog:before {
    content: '\e832';
}


/* 'î ²' */

.revicon-login:before {
    content: '\e833';
}


/* 'î ³' */

.revicon-logout:before {
    content: '\e834';
}


/* 'î ´' */

.revicon-video:before {
    content: '\e805';
}


/* 'î …' */

.revicon-arrow-combo:before {
    content: '\e827';
}


/* 'î §' */

.revicon-left-open-1:before {
    content: '\e82a';
}


/* 'î ª' */

.revicon-right-open-1:before {
    content: '\e82b';
}


/* 'î «' */

.revicon-left-open-mini:before {
    content: '\e822';
}


/* 'î ¢' */

.revicon-right-open-mini:before {
    content: '\e823';
}


/* 'î £' */

.revicon-left-open-big:before {
    content: '\e824';
}


/* 'î ¤' */

.revicon-right-open-big:before {
    content: '\e825';
}


/* 'î ¥' */

.revicon-left:before {
    content: '\e836';
}


/* 'î ¶' */

.revicon-right:before {
    content: '\e826';
}


/* 'î ¦' */

.revicon-ccw:before {
    content: '\e808';
}


/* 'î ˆ' */

.revicon-arrows-ccw:before {
    content: '\e806';
}


/* 'î †' */

.revicon-palette:before {
    content: '\e829';
}


/* 'î ©' */

.revicon-list-add:before {
    content: '\e80c';
}


/* 'î Œ' */

.revicon-doc:before {
    content: '\e809';
}


/* 'î ‰' */

.revicon-left-open-outline:before {
    content: '\e82e';
}


/* 'î ®' */

.revicon-left-open-2:before {
    content: '\e82c';
}


/* 'î ¬' */

.revicon-right-open-outline:before {
    content: '\e82f';
}


/* 'î ¯' */

.revicon-right-open-2:before {
    content: '\e82d';
}


/* 'î ­' */

.revicon-equalizer:before {
    content: '\e83a';
}


/* 'î º' */

.revicon-layers-alt:before {
    content: '\e804';
}


/* 'î „' */

.revicon-popup:before {
    content: '\e828';
}


/* 'î ¨' */


/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

.tp-overflow-hidden {
    overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none;
}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.rev_slider>ul,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    list-style: none !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
    top: 0px;
    left: 0px;
}

.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    visibility: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}

.tp-caption .rs-untoggled-content {
    display: block;
}

.tp-caption .rs-toggled-content {
    display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0;
}

.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}


/* CAROUSEL FUNCTIONS */

.tp-carousel-wrapper {
    cursor: url(openhand.123), move;
}

.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.123), move;
}


/* ADDED FOR SLIDELINK MANAGEMENT */

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
    max-width: none !important
}


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.rev_slider_wrapper {
    width: 100%;
}

.fullscreen-container {
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    /*pointer-events:none;*/
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/

.noFilterClass {
    filter: none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0;
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.videoisplaying .html5vid .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out !important;
    -moz-transition: opacity 300ms ease-out !important;
    -o-transition: opacity 300ms ease-out !important;
    transition: opacity 300ms ease-out !important;
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button {
    display: none !important;
}

.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important;
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important;
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
}

.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important;
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: inline-block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.tp-caption:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.fullscreenvideo .fullscreenvideo audio {
    object-fit: contain !important;
}

.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo audio {
    object-fit: cover !important;
}

.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important;
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(0, 0, 0)), color-stop(1, rgb(50, 50, 50)));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none;
}

.tp-video-button:hover {
    cursor: pointer;
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
    vertical-align: middle;
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5;
}

.rs-background-video-layer video::-webkit-media-controls {
    display: none !important;
}

.rs-background-video-layer audio::-webkit-media-controls {
    display: none !important;
}

.tp-audio-html5 .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}


/********************************
	-	DOTTED OVERLAYS	-
*********************************/

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.png)
}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.tp-shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tp-shadow5 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    -moz-border-radius: 100px / 20px;
    border-radius: 100px / 20px;
}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}

.tp-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
}

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
    background-position: bottom, 15px 11px
}


/*	BUTTON COLORS	*/

.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    -moz-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68
}

.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212
}

.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
    background-color: #ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    -moz-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00
}

.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    -moz-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222
}

.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    -moz-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555
}


/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900;
}

.rev-btn.rev-withicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important;
}


/* REV BUTTONS MEDIUM */

.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px;
}

.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0px;
}

.rev-btn.rev-medium.rev-hiddenicon i {
    font-size: 14px;
    top: 0px;
}


/* REV BUTTONS SMALL */

.rev-btn.rev-small,
.rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px;
}

.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0px;
}

.rev-btn.rev-small.rev-hiddenicon i {
    font-size: 12px;
    top: 0px;
}


/* ROUNDING OPTIONS */

.rev-maxround {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.rev-minround {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* BURGER BUTTON */

.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    tap-highlight-color: transparent;
    cursor: pointer;
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
    margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-white span {
    background: #fff;
}

.rev-burger.revb-whitenoborder {
    border: 0;
}

.rev-burger.revb-whitenoborder span {
    background: #fff;
}

.rev-burger.revb-darknoborder {
    border: 0;
}

.rev-burger.revb-darknoborder span {
    background: #333;
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}

.rev-burger.revb-whitefull span {
    background: #333;
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}

.rev-burger.revb-darkfull span {
    background: #fff;
}


/* SCROLL DOWN BUTTON */

@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #ffffff;
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none;
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
    border-color: #333;
}

.rev-scroll-btn.revs-dark span {
    background: #333;
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr {
    border-radius: 3px;
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1;
}

.rev-sbutton-red {
    background-color: #DD4B39;
}


/************************************
-	TP BANNER TIMER		-
*************************************/

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    /*background:url(../assets/timer.png);*/
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px
}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}


/*  CAPTION SLIDELINK   **/

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.png) repeat
}

.tp-shape {
    width: 100%;
    height: 100%;
}


/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring {
    display: inline-block
}

.tp-caption .rs-starring .star-rating {
    float: none;
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
    display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    font-size: 1em !important;
    font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(../assets/loader.gif) no-repeat center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
    background: url(../assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
    }
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}


/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff;
}

.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    height: 5px;
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}

.tparrows:hover {
    background: #000;
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.tparrows.tp-leftarrow:before {
    content: '\e824';
}

.tparrows.tp-rightarrow:before {
    content: '\e825';
}


/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {
    left: 0 !important
}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}


/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important;
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}

.letter-spacing-0 {
    letter-spacing: 0 !important;
}

.letter-spacing-05px {
    letter-spacing: 0.5px !important;
}

.letter-spacing-1px {
    letter-spacing: 1px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.letter-spacing-3px {
    letter-spacing: 3px !important;
}

.letter-spacing-4px {
    letter-spacing: 4px !important;
}

.letter-spacing-5px {
    letter-spacing: 5px !important;
}

.letter-spacing-6px {
    letter-spacing: 6px !important;
}

.letter-spacing-7px {
    letter-spacing: 7px !important;
}

.letter-spacing-8px {
    letter-spacing: 8px !important;
}

.letter-spacing-9px {
    letter-spacing: 9px !important;
}

.letter-spacing-10px {
    letter-spacing: 10px !important;
}

.font-size-6 {
    font-size: 6px !important;
}

.font-size-7 {
    font-size: 7px !important;
}

.font-size-8 {
    font-size: 8px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-34 {
    font-size: 34px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-42 {
    font-size: 42px !important;
}

.font-size-43 {
    font-size: 43px !important;
}

.font-size-44 {
    font-size: 44px !important;
}

.font-size-45 {
    font-size: 45px !important;
}

.font-size-46 {
    font-size: 46px !important;
}

.font-size-47 {
    font-size: 47px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-49 {
    font-size: 49px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.font-size-51 {
    font-size: 51px !important;
}

.font-size-52 {
    font-size: 52px !important;
}

.font-size-53 {
    font-size: 53px !important;
}

.font-size-54 {
    font-size: 54px !important;
}

.font-size-55 {
    font-size: 55px !important;
}

.font-size-56 {
    font-size: 56px !important;
}

.font-size-57 {
    font-size: 57px !important;
}

.font-size-58 {
    font-size: 58px !important;
}

.font-size-59 {
    font-size: 59px !important;
}

.font-size-60 {
    font-size: 60px !important;
}

.font-size-61 {
    font-size: 61px !important;
}

.font-size-62 {
    font-size: 62px !important;
}

.font-size-63 {
    font-size: 63px !important;
}

.font-size-64 {
    font-size: 64px !important;
}

.font-size-65 {
    font-size: 65px !important;
}

.font-size-66 {
    font-size: 66px !important;
}

.font-size-67 {
    font-size: 67px !important;
}

.font-size-68 {
    font-size: 68px !important;
}

.font-size-69 {
    font-size: 69px !important;
}

.font-size-70 {
    font-size: 70px !important;
}

.font-size-71 {
    font-size: 71px !important;
}

.font-size-72 {
    font-size: 72px !important;
}

.font-size-73 {
    font-size: 73px !important;
}

.font-size-74 {
    font-size: 74px !important;
}

.font-size-75 {
    font-size: 75px !important;
}

.font-size-76 {
    font-size: 76px !important;
}

.font-size-77 {
    font-size: 77px !important;
}

.font-size-78 {
    font-size: 78px !important;
}

.font-size-79 {
    font-size: 79px !important;
}

.font-size-80 {
    font-size: 80px !important;
}

.font-size-6 {
    line-height: 6px !important;
}

.line-height-7 {
    line-height: 7px !important;
}

.line-height-8 {
    line-height: 8px !important;
}

.line-height-9 {
    line-height: 9px !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-11 {
    line-height: 11px !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-13 {
    line-height: 13px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-15 {
    line-height: 15px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-17 {
    line-height: 17px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-19 {
    line-height: 19px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.line-height-34 {
    line-height: 34px !important;
}

.line-height-36 {
    line-height: 36px !important;
}

.line-height-38 {
    line-height: 38px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.line-height-42 {
    line-height: 42px !important;
}

.line-height-43 {
    line-height: 43px !important;
}

.line-height-44 {
    line-height: 44px !important;
}

.line-height-45 {
    line-height: 45px !important;
}

.line-height-46 {
    line-height: 46px !important;
}

.line-height-47 {
    line-height: 47px !important;
}

.line-height-48 {
    line-height: 48px !important;
}

.line-height-49 {
    line-height: 49px !important;
}

.line-height-50 {
    line-height: 50px !important;
}

.line-height-51 {
    line-height: 51px !important;
}

.line-height-52 {
    line-height: 52px !important;
}

.line-height-53 {
    line-height: 53px !important;
}

.line-height-54 {
    line-height: 54px !important;
}

.line-height-55 {
    line-height: 55px !important;
}

.line-height-56 {
    line-height: 56px !important;
}

.line-height-57 {
    line-height: 57px !important;
}

.line-height-58 {
    line-height: 58px !important;
}

.line-height-59 {
    line-height: 59px !important;
}

.line-height-60 {
    line-height: 60px !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-95 {
    margin-top: 95px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-85 {
    margin-right: 85px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.margin-right-95 {
    margin-right: 95px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-left-95 {
    margin-left: 95px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-left-103 {
    margin-left: 103px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-top-60 {
    padding-right: 60px !important;
}

.padding-top-65 {
    padding-right: 65px !important;
}

.padding-top-70 {
    padding-right: 70px !important;
}

.padding-top-75 {
    padding-right: 75px !important;
}

.padding-top-80 {
    padding-right: 80px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.padding-right-55 {
    padding-right: 55px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-right-65 {
    padding-right: 65px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.padding-right-75 {
    padding-right: 75px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.padding-right-85 {
    padding-right: 85px !important;
}

.padding-right-90 {
    padding-right: 90px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-55 {
    padding-left: 55px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-65 {
    padding-left: 65px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-left-75 {
    padding-left: 75px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-left-85 {
    padding-left: 85px !important;
}

.padding-left-90 {
    padding-left: 90px !important;
}

.padding-left-95 {
    padding-left: 95px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.max-width-50 {
    max-width: 50% !important;
}

.max-width-60 {
    max-width: 60% !important;
}

.max-width-70 {
    max-width: 70% !important;
}

.max-width-80 {
    max-width: 80% !important;
}

.max-width-90 {
    max-width: 90% !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


/* Clearfix */

.cbr-container:before,
.cbr-container:after,
.clearfix:after,
.cbr-container:after {
    content: "";
    clear: both;
    display: table;
}

.hero_slider .slick-dots {
    bottom: -10px;
    z-index: 99;
}

.hero_slider .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #fe4c1c;
}

.hero_slider .slick-dots li button {
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.hero_slider .slick-dots .slick-active {
    background: #fe4c1c;
}

.hero_slider .slick-dots .slick-active button:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.302;
    margin-top: -5px;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.project_v1 .project_button {
    margin-bottom: 45px;
}

.project_v1 .project_button .project_btn {
    background: transparent;
    border: none;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    color: #011a3e;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_v1 .project_button .project_btn {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .project_v1 .project_button .project_btn {
        margin-bottom: 15px;
    }
}

.project_v1 .project_button .project_btn.active_btn {
    box-shadow: 4px 6.928px 15px 0 rgba(65, 136, 6, 0.4);
    background-image: -moz-linear-gradient(180deg, #189a36 0%, #ffbc26 100%);
    background-image: -webkit-linear-gradient(180deg, #189a36 0%, #ffbc26 100%);
    background-image: -ms-linear-gradient(180deg, #189a36 0%, #ffbc26 100%);
    padding: 8px 25px;
    color: #fff;
    border-radius: 30px;
}

.project_v1 .projects_slider_content .single_project {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.project_v1 .projects_slider_content .slick-dots {
    bottom: -35px;
}

.project_v1 .projects_slider_content .slick-dots li {
    width: 15px;
    height: 5px;
    background: #f2f2f2;
    border-radius: 8px;
}

.project_v1 .projects_slider_content .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 5px;
}

.project_v1 .projects_slider_content .slick-dots .slick-active {
    background: #189a36;
}

.project_v1 .grid_item {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.site-header {
    background: #fff;
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    /* position: relative; */
    /* z-index: 10; */
    color: #8a919e!important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
}

.site-header .main-nav__navigation-box>li>a {
    color: var(--thm-black)!important;
}

.service-one__icon-inner img {
    height: 150px;
}


/*-------------------------------------------------------------- 
# History One
--------------------------------------------------------------*/

.history-one {
    padding-bottom: 60px;
    padding-top: 50px
}

.history-one .row:nth-child(odd) {
    flex-direction: row-reverse;
}

@media(min-width: 1200px) {
    .history-one .container {
        max-width: 920px;
    }
}

.history-one__row-wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
}

.history-one__row-wrap::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: var(--thm-black);
    opacity: 0.1;
    transform: translateX(-.5px);
}

.history-one__row-circle::before,
.history-one__row-circle::after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: linear-gradient(90deg, rgb(255, 188, 69) 0%, rgb(255, 89, 89) 100%);
    box-shadow: 0px 20px 30px 0px rgba(199, 75, 51, 0.15);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.history-one__row-circle::before {
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.history-one__row-circle::after {
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}

.history-one .row {
    margin-left: -70px;
    margin-right: -70px;
}

.history-one .row+.row {
    margin-top: 30px;
}

.history-one .row>[class*=col-] {
    padding-left: 70px;
    padding-right: 70px;
}

.history-one .my-auto {
    width: 100%;
}

.history-one__box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 15px 50px 0px rgba(25, 71, 174, 0.1);
}

.history-one__content {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    padding-top: 35px;
    padding-bottom: 25px;
}

.history-one__content::before {
    content: '';
    height: 50px;
    width: 3px;
    position: absolute;
    top: 35px;
    left: 0;
    background-image: linear-gradient(0deg, rgb(209, 126, 255) 0%, rgb(150, 72, 255) 60%);
}

.history-one .row:nth-child(odd) .history-one__content::before {
    background-image: linear-gradient(0deg, rgb(97, 202, 255) 0%, rgb(97, 130, 255) 60%);
}

.history-one__content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 12px;
}

.history-one__content p {
    margin: 0;
}

.history-one__date h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    position: relative;
}

.history-one__date h3::before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    background-image: linear-gradient(0deg, rgb(209, 126, 255) 0%, rgb(150, 72, 255) 60%);
}

.history-one .row:nth-child(odd) .history-one__date h3 {
    text-align: right;
}

.history-one .row:nth-child(odd) .history-one__date h3::before {
    left: auto;
    right: -75px;
    background-image: linear-gradient(0deg, rgb(97, 202, 255) 0%, rgb(97, 130, 255) 60%);
}

.history-one__image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.history-one__image>img {
    width: 100%;
}

p {
    line-height: 40px;
    /* font-size: 16px; */
}


/* Treker */

@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');

/*
    ����߶�ģ�壺http://www.bootstrapmb.com
  font-family: 'Poppins', sans-serif;
  font-family: 'Corinthia', cursive;
  font-family: 'Prata', serif;
*/

@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('odometer-theme-default.css');

/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================

  Global Settings

====================================================================

 ***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #2E2E2E;
    line-height: 1.70em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1DC5CE;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ul li,
ol,
ol li {
    list-style: none;
    margin: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    background: none;
    color: #03030f;
    line-height: 1.33em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #03030f;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

input,
button,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

p {
    position: relative;
    line-height: 1.70em;
    margin-bottom: 20px;
}

.text {
    position: relative;
    line-height: 1.70em;
    margin-bottom: 0px;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.theme-btn {
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 30px;
    padding: 11px 25px 11px;
    color: #1DC5CE;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: none;
    border: 1px solid #1DC5CE;
    border-radius: 6px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one span {
    position: relative;
    display: block;
    z-index: 1;
}

.btn-style-one i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 12px;
    line-height: 30px;
    z-index: 1;
}

.btn-style-one i.fa,
.btn-style-one i.far {
    position: relative;
    top: 1px;
    padding-left: 18px;
    font-size: 18px;
}

.btn-style-one i img {
    position: relative;
    max-height: 12px;
}

.btn-style-one:hover {
    color: #ffffff;
    background: #1DC5CE;
    border-color: #1DC5CE;
}

.btn-style-one:hover i img {
    -webkit-filter: brightness(10);
    -ms-filter: brightness(10);
    -moz-filter: brightness(10);
}

.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 30px;
    padding: 11px 25px 11px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #1DC5CE;
    border: 1px solid #1DC5CE;
    border-radius: 6px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two span {
    position: relative;
    display: block;
    z-index: 1;
}

.btn-style-two i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 12px;
    line-height: 30px;
    z-index: 1;
}

.btn-style-two i.fa,
.btn-style-two i.far {
    position: relative;
    top: 1px;
    padding-left: 18px;
    font-size: 18px;
}

.btn-style-two i img {
    position: relative;
    max-height: 12px;
}

.btn-style-two:hover {
    color: #1DC5CE;
    background: none;
    border-color: #1DC5CE;
}

.btn-style-two i img {
    -webkit-filter: brightness(10);
    -ms-filter: brightness(10);
    -moz-filter: brightness(10);
}

.btn-style-two:hover i img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}

.theme-btn .icon-left {
    padding-right: 10px;
}

.theme-btn .icon-right {
    padding-left: 10px;
}

.theme_color {
    color: #1DC5CE;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.ex-bold-font {
    font-weight: 800;
}

.heavy-font {
    font-weight: 900;
}

.bg-lightgrey {
    background-color: #f6f7f8;
}

.no-bg {
    background: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.grey-color {
    color: #333333 !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 52px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 52px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    background: #1DC5CE;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 10px;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #1DC5CE;
}


/*** 

====================================================================
  Default Form Style
====================================================================

***/

form {
    position: relative;
}


/* Default Form Style */

.default-form {
    position: relative;
}

form .form-group {
    position: relative;
    margin-bottom: 20px;
}

form .row {
    margin: 0 -15px;
}

form .row .form-group {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

form .field-inner {
    position: relative;
    display: block;
}

form .field-inner .alt-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
    color: #1DC5CE;
    z-index: 1;
    pointer-events: none;
}

form .form-group .field-label {
    position: relative;
    display: block;
    color: #03030f;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

form .form-group .e-label {
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: #101010;
    line-height: 30px;
    font-weight: 500;
    padding: 11px 20px;
    padding-right: 48px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-group textarea {
    height: 150px;
    padding-top: 20px;
    resize: none;
}

form .form-group select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}

form .form-group select option {
    line-height: 30px;
    padding-left: 20px;
    text-indent: 20px;
    cursor: pointer;
}

form .form-group input[type="submit"],
form .form-group button {
    display: inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: #1DC5CE;
}

form ::-webkit-input-placeholder {
    color: #656363;
}

form ::-moz-input-placeholder {
    color: #656363;
}

form ::-ms-input-placeholder {
    color: #656363;
}

form label.error {
    color: #ff0000;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-top: 7px;
    line-height: 24px;
}

.check-block {
    position: relative;
    margin-bottom: 15px;
}

.check-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.check-block label {
    position: relative;
    display: block;
    line-height: 28px;
    padding-left: 34px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

.check-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    background: #ffffff;
    border: 1px solid #1DC5CE;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.check-block input:checked+label:before {
    content: '';
    background: #1DC5CE;
    color: #ffffff;
}

.check-block input:checked+label:after {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
}

.radio-block {
    position: relative;
    margin-bottom: 15px;
}

.radio-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.radio-block label {
    position: relative;
    display: block;
    line-height: 28px;
    padding-left: 30px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

.radio-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #1DC5CE;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.radio-block label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #1DC5CE;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}

.radio-block input:checked+label:after {
    opacity: 1;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    padding: 11px 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #585f5f;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 6px;
    right: 0px;
    text-indent: 0px;
    color: #999999;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'simple-line-icons';
    content: "\e604";
    position: absolute;
    right: 0px;
    top: 0px !important;
    width: 15px;
    height: 30px;
    display: block;
    color: #1DC5CE;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-selectmenu-menu {
    min-width: 150px;
    max-height: 200px;
    overflow-y: auto;
}

.ui-widget.ui-widget-content {
    border: 1px solid #1DC5CE;
    border-top: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    padding: 0;
}

.ui-menu .ui-menu-item {
    font-size: 16px;
    border-bottom: 1px solid #1DC5CE;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 18px !important;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #252525;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #1DC5CE;
    margin: 0;
}

.site-form form .form-group {
    margin-bottom: 30px;
}

.site-form form .form-group .field-inner {
    position: relative;
}

.site-form form .form-group .field-inner .alt-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: #1DC5CE;
    font-size: 18px;
    line-height: 30px;
    pointer-events: none;
}

.site-form form .form-group .f-label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.site-form form .form-group .f-label i {
    color: #1DC5CE;
    font-style: normal;
}

.site-form form .form-group input[type="text"],
.site-form form .form-group input[type="email"],
.site-form form .form-group input[type="password"],
.site-form form .form-group input[type="url"],
.site-form form .form-group input[type="number"],
.site-form form .form-group input[type="file"],
.site-form form .form-group input[type="range"],
.site-form form .form-group select,
.site-form form .form-group textarea {
    height: 58px;
    line-height: 26px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #10221B;
    font-weight: 500;
    background: #ffffff;
}

.site-form form .form-group textarea {
    height: 170px;
}

.site-form form .form-group select option {
    text-indent: 20px;
}

.site-form form .form-group input[type="text"]:focus,
.site-form form .form-group input[type="email"]:focus,
.site-form form .form-group input[type="password"]:focus,
.site-form form .form-group input[type="url"]:focus,
.site-form form .form-group input[type="number"]:focus,
.site-form form .form-group input[type="file"]:focus,
.site-form form .form-group input[type="range"]:focus,
.site-form form .form-group select:focus,
.site-form form .form-group textarea:focus {
    border-color: #1DC5CE;
}


/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    background: none;
    min-height: 100px;
    font-family: 'Poppins', sans-serif;
    z-index: 999;
}

.main-header.alternate {
    position: relative;
    min-height: 126px;
}

.main-header .auto-container {
    max-width: 1700px;
    padding: 0 20px;
}

.header-top {
    position: relative;
    padding: 15px 0;
    background: #1DC5CE;
    color: #ffffff;
}

.header-top .top-left {
    position: relative;
    float: left;
    line-height: 30px;
}

.header-top .top-left .info {
    position: relative;
}

.header-top .top-left .info li {
    position: relative;
    float: left;
    padding-left: 28px;
    margin-right: 60px;
    line-height: 30px;
    font-size: 14px;
}

.header-top .top-left .info li:last-child {
    margin-right: 0;
}

.header-top .top-left .info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    line-height: 30px;
    font-size: 16px;
}

.header-top .top-left .info li a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.header-top .top-left .info li a:hover {
    text-decoration: underline;
}

.header-top .top-right {
    position: relative;
    float: right;
    line-height: 30px;
}

.header-top .top-right .lang-box {
    position: relative;
    float: left;
    z-index: 10;
}

.main-header .lang-box .lang-btn {
    position: relative;
    display: block;
    padding: 3px 0;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
}

.main-header .lang-box .lang-btn .img {
    position: relative;
    top: 4px;
    float: left;
}

.main-header .lang-box .lang-btn .txt {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
}

.main-header .lang-box .lang-btn .icon {
    position: relative;
    float: left;
    top: -2px;
    font-size: 14px;
    margin-left: 8px;
    line-height: 24px;
    font-weight: 700;
}

.main-header .lang-box .lang-list {
    position: absolute;
    left: 0px;
    top: 145%;
    width: 130px;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
}

.main-header .lang-box .lang-list:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -20px;
    right: 0px;
    height: 20px;
}

.main-header .lang-box:hover .lang-list {
    opacity: 1;
    visibility: visible;
}

.main-header .lang-box .lang-list li {
    position: relative;
    float: none;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .lang-box .lang-list li:last-child {
    border-bottom: none;
}

.main-header .lang-box .lang-list li a {
    position: relative;
    display: block;
    line-height: 20px;
    color: #2E2E2E;
    padding: 5px 10px;
}

.main-header .lang-box .lang-list li a:hover {
    color: #1DC5CE;
}

.header-top .top-right .login {
    position: relative;
    float: left;
    margin-left: 60px;
    padding-left: 26px;
    line-height: 30px;
    font-size: 14px;
}

.header-top .top-right .login .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    line-height: 30px;
    font-size: 16px;
}

.header-top .top-right .login a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.header-top .top-right .login a:hover {
    text-decoration: underline;
}

.main-header .header-upper {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: none;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-style-two .header-upper {
    top: 0;
}

.header-style-two .auto-container {
    max-width: 1600px;
}

.fixed-header .header-upper {
    position: fixed;
    top: 0;
    background: #ffffff;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.visible-search .main-header .header-upper {
    background: #ffffff;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .main-box {
    position: relative;
    padding: 0px;
}

.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 30px 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 5;
}

.fixed-header .main-box .logo-box {}

.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    height: 66px;
    z-index: 1;
}

.main-header .nav-box {
    position: relative;
    float: right;
}

.main-header .header-upper .links-box {
    position: relative;
    float: left;
    padding-top: 41px;
    margin-left: 60px;
}

.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-left: 40px;
}

.main-header .search-btn {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 44px;
}

.main-header .search-btn:hover {
    color: #1DC5CE;
}

.main-header .fav-btn {
    position: relative;
    padding-top: 7px;
}

.main-header .fav-btn a {
    position: relative;
    display: block;
    width: 36px;
    line-height: 30px;
    color: #10221B;
}

.main-header .fav-btn .icon {
    position: relative;
    font-size: 20px;
    line-height: 30px;
}

.main-header .fav-btn .count {
    position: absolute;
    right: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    background: #1DC5CE;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 50%;
}

.main-header .cart-btn {
    position: relative;
    background: #EAF6F6;
    font-size: 14px;
    border: 2px solid #ffffff;
    border-radius: 4px;
}

.main-header .cart-btn a {
    position: relative;
    display: block;
    color: #10221B;
    line-height: 30px;
    padding: 5px 20px;
}

.header-style-two .cart-btn {
    background: none;
    border-color: rgba(0, 0, 0, 0);
}

.header-style-two .cart-btn a {
    padding-right: 0;
    padding-left: 0;
    background: none;
}

.main-header .cart-btn .cart-info {
    position: relative;
    float: left;
}

.main-header .cart-btn .icon {
    font-size: 16px;
    padding-right: 10px;
}

.main-header .cart-btn .amount {
    position: relative;
    float: left;
    color: #1DC5CE;
    padding-left: 18px;
    margin-left: 17px;
}

.main-header .cart-btn .amount:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    bottom: 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 14px 0px 0;
    margin-top: 15px;
    margin-left: 20px;
    display: none;
}

.main-header .nav-toggler button {
    position: relative;
    width: 30px;
    height: 44px;
    line-height: 24px;
    padding: 5px 0px;
    background: none;
    color: #e1e1e1;
    font-size: 16px;
    margin: 0px;
    border-radius: 0px;
    outline: none !important;
}

.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
}

.main-header .nav-outer {
    position: relative;
    float: left;
}

.main-menu {
    position: relative;
    display: block;
    padding: 0px 0px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}

.main-menu .navigation {
    position: relative;
    z-index: 1;
}

.main-menu .navigation>li {
    position: relative;
    display: block;
    float: left;
    padding: 30px 0px;
    margin-left: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #10221B;
    padding: 18px 0px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/icons/logo-icon.svg) center top no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #1DC5CE;
    text-decoration: none;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 260px;
    padding: 15px 10px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #2E2E2E;
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
    color: #1DC5CE;
    background: rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .search-box {
    position: absolute;
    left: 0;
    top: 130%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .main-header .search-box {
    opacity: 1;
    visibility: visible;
    top: 110%;
}

.visible-search .header-style-three .search-box {
    top: 140%;
}

.main-header .search-box .inner-box {
    position: relative;
    display: block;
    padding: 20px 25px;
    background: #ffffff;
    border-top: 5px solid #1DC5CE;
    border-radius: 0px;
}

.main-header .search-box .form-box {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.main-header .search-box .s-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    z-index: 1;
}

.main-header .search-box .s-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}

.main-header .search-box .form-group {
    margin: 0;
}

.main-header .search-box form input {
    height: 44px;
    line-height: 34px;
    padding: 5px 0;
    background: none;
    border: none;
    width: 100%;
    font-size: 20px;
    box-shadow: none;
}

.search-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .search-backdrop {
    opacity: 1;
    visibility: visible;
}

body.visible-search {
    overflow-y: hidden;
}


/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
    overflow-y: hidden;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    padding-top: 60px;
    color: #101010;
    border-right: 4px solid #1DC5CE;
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

.hidden-bar .hidden-bar-closer {
    display: none;
}

.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hidden-bar .nav-logo-box {
    position: relative;
    padding: 10px 25px 20px;
    margin-bottom: 20px;
}

.hidden-bar .nav-logo-box img {
    max-height: 60px;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0px;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: -5px;
    top: 0px;
    padding: 14px 20px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.25px;
}

.hidden-bar-wrapper {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 20px 0px 35px;
    overflow-x: hidden;
}

.hidden-bar .side-menu {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    font-family: 'Poppins', sans-serif;
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.hidden-bar .side-menu ul li a {
    position: relative;
    color: #8E8E8E;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px 30px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: #1DC5CE;
}

.hidden-bar .side-menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 10px;
}

.hidden-bar .side-menu ul li ul li a {
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 11px;
    right: 0;
    background: none;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    height: 24px;
    width: 20px;
    line-height: 24px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    z-index: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.hidden-bar .side-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0;
}

.hidden-bar .side-menu ul li a {
    display: block;
    vertical-align: top;
    padding: 12px 30px 12px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
    text-transform: capitalize;
}

.hidden-bar .side-menu ul li ul li a {
    font-size: 14px;
    font-weight: 500;
}

.hidden-bar .side-menu ul li .btn-expander {
    top: 9px;
    right: 15px;
    font-weight: 700;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 800;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.hidden-bar .side-menu ul li ul {
    padding: 0px 0px;
}

.hidden-bar .side-menu ul li ul li ul {
    padding: 0px 0px;
    margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li {
    margin-bottom: 0px;
}

.hidden-bar .side-menu ul li ul li:last-child {
    margin-bottom: 0;
}

.hidden-bar .links-box {
    position: relative;
    display: block;
    padding: 30px 25px;
}

.hidden-bar .links-box .link {
    position: relative;
    margin-top: 15px;
}

.hidden-bar .links-box .link .theme-btn {
    display: block;
}


/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
    position: relative;
    padding: 0 0;
    background: #f9fcff;
}

.banner-section .auto-container {
    max-width: 1700px;
    padding: 0 20px;
}

.banner-section .banner-container {
    position: relative;
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-section .slide-item {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.banner-section .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.banner-section .slide-item .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    padding: 200px 0px 50px;
    height: 1080px;
    z-index: 10;
}

.banner-section .slide-item .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 5;
}

.banner-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 750px;
    width: 100%;
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .slide-item .inner {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -o-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms;
}

.banner-section .slide-item h2 {
    position: relative;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    color: #10221B;
    text-transform: capitalize;
    line-height: 1.20em;
    margin: 0px 0px;
}

.banner-section .slide-item h1 {
    position: relative;
    font-weight: 700;
    font-size: 150px;
    color: #10221B;
    text-transform: capitalize;
    line-height: 1.20em;
    margin: 0px 0px;
}

.banner-section .slide-item .bg-image {
    position: absolute;
    left: -100px;
    top: -25px;
}

.banner-section .slide-item .text {
    position: relative;
    display: block;
    padding-top: 20px;
    max-width: 680px;
}

.banner-section .slide-item .links-box {
    position: relative;
    display: block;
    padding-top: 70px;
}

.banner-section .slide-item .links-box .link {
    position: relative;
    float: left;
    margin-right: 50px;
}

.banner-section .slide-item .links-box .link:last-child {
    margin-right: 0;
}

.banner-section .slide-item .links-box .link .ripple,
.banner-section .slide-item .links-box .link .ripple:before,
.banner-section .slide-item .links-box .link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 197, 206, .6);
    -moz-box-shadow: 0 0 0 0 rgba(29, 197, 206, .6);
    -ms-box-shadow: 0 0 0 0 rgba(29, 197, 206, .6);
    -o-box-shadow: 0 0 0 0 rgba(29, 197, 206, .6);
    box-shadow: 0 0 0 0 rgba(29, 197, 206, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section .slide-item .links-box .link .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-section .slide-item .links-box .link .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

.banner-section .slide-item .banner-image {
    position: absolute;
    left: 800px;
    top: 210px;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .slide-item .banner-image .image {
    position: relative;
}

.banner-section .slide-item .banner-image .image img {
    position: relative;
    height: 780px;
    width: auto;
    max-width: none;
}

.banner-section .slide-item .circle-orange {
    position: absolute;
    bottom: 150px;
    left: 55%;
    margin-left: -40px;
    width: 24px;
    height: 24px;
    background: #fbbeac;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 0;
}

.banner-section .slide-item .circle-blue {
    position: absolute;
    bottom: 100px;
    left: 55%;
    margin-left: 0px;
    width: 60px;
    height: 60px;
    background: #96d9f7;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 0;
}


/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-two {
    position: relative;
    padding: 0 0;
    background: #f9fcff;
}

.banner-two .floated-icon {
    position: absolute;
}

.banner-two .floated-icon.left {
    left: 35px;
    bottom: 230px;
}

.banner-two .floated-icon.right {
    right: 120px;
    bottom: 45px;
}

.banner-two .auto-container {
    max-width: 1700px;
    padding: 0 20px;
}

.banner-two .banner-container {
    position: relative;
}

.banner-two .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-two .slide-item {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.banner-two .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.banner-two .slide-item .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    padding: 170px 0px 60px;
    height: 1080px;
    z-index: 10;
}

.banner-two .slide-item .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: top;
    z-index: 5;
}

.banner-two .slide-item .inner {
    position: relative;
    float: right;
    display: block;
    max-width: 750px;
    padding-top: 250px;
    width: 100%;
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-two .slide-item .inner {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -o-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms;
}

.banner-two .slide-item h2 {
    position: relative;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    color: #10221B;
    text-transform: capitalize;
    line-height: 1.20em;
    margin: 0px 0px;
}

.banner-two .slide-item h1 {
    position: relative;
    font-weight: 700;
    font-size: 140px;
    color: #10221B;
    text-transform: capitalize;
    line-height: 1.20em;
    margin: 0px 0px;
}

.banner-two .slide-item .bg-image-1 {
    position: absolute;
    right: 0px;
    top: 45px;
}

.banner-two .slide-item .bg-image-1 img {
    max-width: none;
}

.banner-two .slide-item .bg-image-2 {
    position: absolute;
    right: 770px;
    top: 140px;
}

.banner-two .slide-item .bg-image-2 img {
    max-width: none;
}

.banner-two .slide-item .text {
    position: relative;
    display: block;
    padding-top: 20px;
}

.banner-two .slide-item .links-box {
    position: relative;
    display: block;
    padding-top: 70px;
}

.banner-two .slide-item .links-box .link {
    position: relative;
    float: left;
    margin-right: 30px;
}

.banner-two .slide-item .links-box .link:last-child {
    margin-right: 0;
}

.banner-two .slide-item .banner-image {
    position: absolute;
    right: 950px;
    top: 170px;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-two .slide-item .banner-image .image {
    position: relative;
}

.banner-two .slide-item .banner-image .image img {
    position: relative;
    height: 840px;
    width: auto;
    max-width: none;
}


/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box {
    position: relative;
    margin-bottom: 60px;
}

.title-box.centered {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 60px;
}

.title-box .subtitle {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    font-family: 'Corinthia', cursive;
    font-weight: 700;
    color: #1DC5CE;
    margin: 0 0 30px;
}

.title-box h2 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0;
}

.title-box h2 span {
    position: relative;
    z-index: 1;
}

.title-box h2 .bg-vector {
    position: absolute;
    left: 0;
    top: 10px;
    width: 287px;
    height: 44px;
    background: url(../images/icons/title-vector.svg) no-repeat;
    z-index: 0;
    -webkit-animation: shape-animation 3s infinite;
    animation: shape-animation 3s infinite;
}

@keyframes shape-animation {
    0% {
        width: 0;
    }
    15% {
        width: 95%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 95%;
        opacity: 0;
    }
    to {
        width: 0;
        opacity: 0;
    }
}

@keyframes shape-animation-2 {
    0% {
        width: 0;
    }
    15% {
        width: 125%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 125%;
        opacity: 0;
    }
    to {
        width: 0;
        opacity: 0;
    }
}

.title-box.centered h2 .bg-vector {
    position: absolute;
    left: 0;
    top: 14px;
    width: 342px;
    height: 44px;
    background: url(../images/icons/title-vector-2.svg) center top no-repeat;
    z-index: 0;
}

.title-box.centered h2 .bg-vector {
    left: 50%;
    transform: translateX(-50%);
}

.title-box .text {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-top: 30px;
}


/*** 

====================================================================
  About Us Section
====================================================================

***/

.about-us {
    position: relative;
    padding: 120px 0px 95px;
}

.about-us .text-col {
    position: relative;
    margin-bottom: 30px;
    order: 12;
}

.about-us .text-col .title-box {
    margin-bottom: 30px;
}

.about-us .text-col .inner {
    position: relative;
    display: block;
    padding-top: 70px;
}

.about-us .text-col .lower-box {
    position: relative;
    padding: 22px 20px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.15);
}

.about-us .text-col .lower-inner {
    position: relative;
    min-height: 112px;
    padding-top: 4px;
    padding-right: 180px;
}

.about-us .text-col .image-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 148px;
    border-radius: 4px;
}

.about-us .text-col .image-box img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.about-us .text-col .image-box .overlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 4px;
}

.about-us .text-col .image-box .overlink .icon {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    text-align: center;
    font-size: 16px;
    line-height: 62px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.about-us .text-col .image-box .overlink:hover {
    opacity: 0.70;
}

.about-us .text-col .lower-inner ul li {
    position: relative;
    padding-left: 41px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 12px;
}

.about-us .text-col .lower-inner ul li:last-child {
    margin-bottom: 0;
}

.about-us .text-col .lower-inner ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #1DC5CE;
    background: rgba(29, 197, 206, 0.15);
    border-radius: 50%;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.about-us .text-col .lower-inner ul li:hover::before {
    transform: rotateY(360deg);
}

.about-us .image-col {
    position: relative;
    margin-bottom: 50px;
    order: 0;
}

.about-us .image-col .inner {
    position: relative;
    display: block;
    min-height: 0;
}

.about-us .image-col .bg-image {
    position: absolute;
    top: 35px;
    right: 80px;
}

.about-us .image-col .bg-image img {
    max-width: none;
}

.about-us .image-col .image-box {
    position: relative;
}

.about-us .floated-icon.right {
    position: absolute;
    right: -30px;
    bottom: 125px;
}


/*** 

====================================================================
  Popular Section
====================================================================

***/

.popular-section {
    position: relative;
    padding: 120px 0px;
}

.popular-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.popular-section.style-two .bg-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #10221B;
    opacity: 0.70;
}

.popular-section .title-box {
    max-width: 500px;
}

.popular-section.style-two .subtitle,
.popular-section.style-two h2 {
    color: #ffffff;
}

.popular-section .content-box {}

.trek-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .trek-block-one {
    margin-bottom: 0;
}

.trek-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px 30px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
}

.trek-block-one .image-box {
    position: relative;
    margin-bottom: 30px;
}

.trek-block-one .image-box .price {
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 20px;
    padding: 10px 15px;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}

.trek-block-one .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 8px;
    overflow: hidden;
}

.trek-block-one .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 8px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.trek-block-one .inner-box:hover .image img {
    opacity: 0.75;
    transform: scale(1.05, 1.05);
}

.trek-block-one .info {
    position: relative;
    padding: 14px 10px 14px 16px;
    line-height: 30px;
    margin: -29px 20px 0px;
    background: #EAF6F6;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    border-radius: 4px;
}

.trek-block-one .info .icon {
    position: relative;
    padding-right: 5px;
}

.trek-block-one h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    margin-bottom: 20px;
}

.trek-block-one h4 a {
    color: #10221B;
}

.trek-block-one h4 a:hover {
    color: #1DC5CE;
}

.trek-block-one .ratings {
    position: relative;
    line-height: 20px;
}

.trek-block-one .ratings .stars {
    position: relative;
    float: left;
}

.trek-block-one .ratings .stars i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    color: #FC8F00;
}

.trek-block-one .ratings .stars i.empty {
    color: #BFBFBF;
}

.trek-block-one .ratings .rev {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-left: 38px;
}

.trek-block-one .ratings .rev a {
    color: #505050;
}

.trek-block-one .ratings .rev a:hover {
    color: #1DC5CE;
}

.trek-block-one .lower-content .text {
    position: relative;
    padding-top: 30px;
}

.trek-block-one .bottom-box {
    position: relative;
    padding-top: 28px;
    margin-top: 30px;
    border-top: 1px dashed #CFCFCF;
}

.trek-block-one .bottom-box .more-link {
    position: relative;
    float: left;
}

.trek-block-one .bottom-box .more-link a {
    color: #10221B;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
}

.trek-block-one .bottom-box .more-link i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 26px;
    z-index: 1;
}

.trek-block-one .bottom-box .more-link i img {
    position: relative;
    top: -1px;
    max-height: 12px;
    -webkit-filter: brightness(0);
    -ms-filter: brightness(0);
    -moz-filter: brightness(0);
}

.trek-block-one .bottom-box .more-link a:hover i img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}

.trek-block-one .bottom-box .more-link a:hover {
    color: #1DC5CE;
}

.trek-block-one .bottom-box .video-link {
    position: relative;
    float: right;
}

.trek-block-one .bottom-box .video-link a {
    color: #7D7D7D;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 26px;
}

.trek-block-one .bottom-box .video-link a:hover {
    color: #1DC5CE;
}

.popular-section .owl-theme .owl-nav {
    display: none;
}

.popular-section .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.popular-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.popular-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 28px;
    height: 7px;
    background: none;
    border: 1px solid #ffffff;
    margin: 0 2.5px;
    border-radius: 5px;
}

.popular-section.style-two .owl-theme .owl-dots .owl-dot span {
    border-color: #1DC5CE;
}

.popular-section .owl-theme .owl-dots .owl-dot.active span {
    width: 42px;
    border-color: #ffffff;
    background: #ffffff;
}

.popular-section.style-two .owl-theme .owl-dots .owl-dot.active span {
    border-color: #1DC5CE;
    background: #1DC5CE;
}


/*** 

====================================================================
  Why Section
====================================================================

***/

.why-section {
    position: relative;
    padding: 120px 0px 90px;
}

.why-section.extra-padd {
    padding-top: 210px;
}

.why-section .floated-icon {
    position: absolute;
}

.why-section .floated-icon.left {
    left: 35px;
    bottom: 112px;
}

.why-section .floated-icon.right {
    right: 30px;
    top: 120px;
}

.why-section .left-col {
    position: relative;
    order: 0;
}

.why-section .right-col {
    position: relative;
    order: 12;
}

.why-section .image-col {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.why-section .image-col .inner {
    position: relative;
    display: block;
    padding-top: 30px;
}

.why-block {
    position: relative;
    margin-bottom: 30px;
}

.why-block .inner-box {
    position: relative;
    display: block;
}

.why-block .icon-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.why-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.why-block h4 {
    position: relative;
    color: #10221B;
    font-weight: 700;
    margin-bottom: 12px;
}

.why-block .text {
    position: relative;
}


/*** 

====================================================================
  Trending Destinations Section
====================================================================

***/

.trending-destinations {
    position: relative;
    padding: 120px 0px 90px;
    background: #F9FCFF;
}

.trending-destinations .gallery-box {
    position: relative;
}

.dest-block-one {
    position: relative;
    margin-bottom: 30px;
}

.dest-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.dest-block-one .image-box {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.dest-block-one .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dest-block-one .inner-box:hover img {
    transform: scale(1.05, 1.05);
}

.dest-block-one .hvr-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 197, 206, 0.35);
    border-radius: 8px;
    z-index: 10;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
}

.dest-block-one:hover .hvr-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.dest-block-one .hvr-box .cap-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

.dest-block-one .hvr-box .cap-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 6px;
}

.dest-block-one .hvr-box h4 {
    position: relative;
    float: left;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 36px;
    padding: 5px 0px;
}

.dest-block-one .hvr-box h4 a {
    color: #10221B;
}

.dest-block-one .hvr-box h4 a:hover {
    text-decoration: underline;
}

.dest-block-one .hvr-box .tour-count {
    position: relative;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    line-height: 26px;
    padding: 10px 24px;
    font-weight: 500;
    color: #ffffff;
    background: #1DC5CE;
    border-radius: 23px;
}

.dest-block-one .alt-hvr {
    text-align: center;
}

.dest-block-one .alt-hvr h4 {
    float: none;
}

.dest-block-one .alt-hvr .tour-count {
    float: none;
    margin-left: 0;
    margin-top: 10px;
}


/*** 

====================================================================
  Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding: 120px 0px;
}

.products-section.related-prod {
    background: #F3F7FA;
    background: -webkit-linear-gradient(top, #F3F7FA 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #F3F7FA 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(top, #F3F7FA 0%, #FFFFFF 100%);
}

.products-page .title-box {
    max-width: 900px;
}

.products-section .floated-icon {
    position: absolute;
}

.products-section .floated-icon.left {
    left: 35px;
    bottom: 300px;
}

.products-section.related-prod .floated-icon.left {
    left: 100px;
    bottom: auto;
    top: 180px;
}

.products-page .floated-icon.left {
    left: 35px;
    bottom: 50%;
}

.products-section .floated-icon.right {
    right: 30px;
    top: 200px;
}

.products-page .floated-icon.right-2 {
    right: 100px;
    bottom: 220px;
}

.prod-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .prod-block {
    margin-bottom: 0;
}

.prod-block .inner-box {
    position: relative;
    display: block;
}

.prod-block .image-box {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.prod-block .image-box .image {
    position: relative;
    display: block;
    border-radius: 6px;
}

.prod-block .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 6px;
}

.prod-block .lower-box {
    position: relative;
    display: block;
    padding: 20px 0 0;
}

.prod-block h5 {
    position: relative;
    color: #10221B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.prod-block h5 a {
    color: #10221B;
}

.prod-block h5 a:hover {
    color: #1DC5CE;
    text-decoration: underline;
}

.prod-block .price {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1DC5CE;
    line-height: 1.2em;
}

.prod-block .hvr-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    background: rgba(29, 197, 206, 0.35);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    background-position: center center;
}

.prod-block:hover .hvr-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.prod-block .hvr-box .hvr-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    z-index: 1;
}

.prod-block .hvr-box .hvr-content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.prod-block .hvr-box .link {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.prod-block .hvr-box .link:last-child {
    margin-bottom: 0;
}

.prod-block .hvr-box .link .theme-btn {
    position: relative;
    display: inline-block;
    min-width: 172px;
    line-height: 30px;
    padding: 12px 15px;
    font-weight: 500;
    color: #1DC5CE;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 12px 20px 0 rgba(29, 197, 206, 0.22);
}

.prod-block .hvr-box .link .theme-btn i {
    position: relative;
    padding-right: 10px;
}

.prod-block .hvr-box .link .theme-btn:hover {
    color: #ffffff;
    background: #1DC5CE;
}

.prod-block .add-fav {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 38px;
    height: 38px;
    z-index: 2;
}

.prod-block .add-fav a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 20px;
    color: #1DC5CE;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.prod-block .add-fav a:hover {
    color: #ffffff;
    background: #1DC5CE;
}

.products-section .see-more-link {
    position: relative;
    text-align: center;
    padding-top: 50px;
}

.products-section .owl-theme .owl-nav {
    display: none;
}

.products-section .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.products-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.products-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 28px;
    height: 7px;
    background: none;
    border: 1px solid #1DC5CE;
    margin: 0 2.5px;
    border-radius: 5px;
}

.products-section .owl-theme .owl-dots .owl-dot.active span {
    width: 42px;
    border-color: #1DC5CE;
    background: #1DC5CE;
}

.products-section .filters-row {
    position: relative;
    min-height: 50px;
    padding-right: 220px;
}

.products-section .filters-row .cat-links {
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.products-section .filters-row .cat-links ul li {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
}

.products-section .filters-row .cat-links ul li a {
    position: relative;
    display: block;
    padding: 13px 28px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #10221B;
    background: none;
    border-radius: 28px 28px;
    min-width: 82px;
    cursor: pointer;
}

.products-section .filters-row .cat-links ul li a.active {
    color: #ffffff;
    background: #1DC5CE;
}

.products-section .filters-row .sort-by {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    width: 200px;
    padding: 1px 0;
    margin-bottom: 40px;
}

.products-section .results-info {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.drop-list-one {
    position: relative;
    display: block;
    width: 100%;
}

.drop-list-one .dropdown-outer {
    position: relative;
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    color: #101010;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 20px;
    background: #F5F7F7;
}

.drop-list-one .btn-box:before {
    content: "\e604";
    font-family: 'simple-line-icons';
    position: absolute;
    right: 20px;
    top: 13px;
    height: 30px;
    display: block;
    color: #1DC5CE;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    z-index: 5;
}

.drop-list-one .btn-box::after {
    display: none;
}

.drop-list-one .dropdown-menu {
    top: 100%;
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    background: #F5F7F7;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: none;
    transform: none;
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border: none;
    padding: 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.drop-list-one .dropdown-menu li:last-child {}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    line-height: 26px;
    color: #10221B;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    padding: 8px 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.drop-list-one .dropdown-menu li:hover>a {
    color: #ffffff;
    background: #1DC5CE;
}


/*** 

====================================================================
  Group Travel Section
====================================================================

***/

.group-travel {
    position: relative;
    padding: 120px 0px 80px;
}

.group-travel .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.group-travel .content-box {}

.travel-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .travel-block-one {
    margin-bottom: 0;
}

.group-travel .content-box .row {
    margin: 0 -20px;
}

.group-travel .content-box .row .travel-block-one {
    padding: 0 20px;
    margin-bottom: 40px;
}

.travel-block-one .inner-box {
    position: relative;
    display: block;
    padding-left: 92px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.travel-block-one.alternate .inner-box {
    padding-right: 92px;
    padding-left: 0;
}

.travel-block-one .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 100%;
    background: #1DC5CE;
}

.travel-block-one.alternate .title {
    left: auto;
    right: 0;
}

.travel-block-one .title h4 {
    position: absolute;
    left: 65px;
    bottom: 0px;
    width: 364px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.travel-block-one.alternate .title h4 {}

.travel-block-one .content {
    position: relative;
    display: block;
    text-align: center;
    padding: 35px 30px;
    min-height: 372px;
}

.travel-block-one .price {
    position: relative;
    color: #1DC5CE;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding-top: 25px;
    border-top: 1px dashed #DBDBDB;
    margin-top: 25px;
}

.travel-block-one .info {
    position: relative;
    line-height: 24px;
    margin: 0 0px;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}

.travel-block-one .info .icon {
    position: relative;
    padding-right: 5px;
}

.travel-block-one h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    margin-bottom: 20px;
}

.travel-block-one h4 a {
    color: #10221B;
}

.travel-block-one h4 a:hover {
    color: #1DC5CE;
}

.travel-block-one .content .text {
    position: relative;
    margin-top: 20px;
}

.travel-block-one .link-box {
    position: relative;
    padding-top: 40px;
}


/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-one {
    position: relative;
    padding: 120px 0px;
}

.testimonials-one .floated-icon {
    position: absolute;
}

.testimonials-one .floated-icon.left {
    left: 160px;
    top: 180px;
}

.testimonials-one .floated-icon.right {
    right: 60px;
    bottom: 120px;
}

.testimonials-one .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.testimonials-one .carousel-box {}

.testi-block {
    position: relative;
    margin-bottom: 30px;
}

.testi-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 10px;
}

.testi-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #10221B;
    opacity: 0.70;
    border-radius: 10px;
}

.testi-block .over-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 60px 30px;
    width: 100%;
}

.testi-block .over-box .over-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
    padding: 13px 0px;
}

.testi-block .over-box .over-title a {
    color: #ffffff;
}

.testi-block .over-box .over-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    border-top: 1px solid #ffffff;
}

.testi-block .over-box .over-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    border-bottom: 1px solid #ffffff;
}

.owl-theme .testi-block {
    margin-bottom: 0;
}

.testi-block .inner-box {
    position: relative;
    display: block;
    margin-top: 40px;
    min-height: 332px;
    padding: 45px 40px 32px;
    background: #ffffff;
    border: 1px solid #1DC5CE;
    border-radius: 10px;
}

.testi-block.alternate .inner-box {
    border: none;
}

.testi-block .icon {
    position: relative;
}

.testi-block .icon img {
    max-width: 48px;
    max-height: 35px;
}

.testi-block .image {
    position: absolute;
    top: -38px;
    right: 28px;
    width: 94px;
    height: 132px;
    border-radius: 47px;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testi-block .image img {
    position: relative;
    width: 94px;
    height: 132px;
    border-radius: 47px;
}

.testi-block .inner-box:hover .image {
    transform: rotateY(180deg);
}

.testi-block .text {
    position: relative;
    margin-top: 25px;
}

.testi-block .info {
    position: relative;
    margin-top: 15px;
}

.testi-block .info .name {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 7px;
}

.testi-block .info .designation {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.testi-block .info .rating {
    position: relative;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #FFA200;
}

.testi-block .info .rating i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.testi-block .info .rating i:last-child {
    margin-right: 0;
}

.testimonials-one .owl-theme .owl-dots {
    display: none;
}

.testimonials-one .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: -120px;
    width: 100%;
    height: 0;
}

.testimonials-one .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    font-size: 26px;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    border-radius: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-one .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    font-size: 26px;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    border-radius: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-one .owl-theme .owl-nav .owl-next:hover,
.testimonials-one .owl-theme .owl-nav .owl-prev:hover {
    background: rgba(29, 197, 206, 0.30);
    color: #ffffff;
}


/*** 

====================================================================
  Sponsors Section
====================================================================

***/

.sponsors-one {
    position: relative;
    padding: 120px 0px;
}

.sponsors-one.style-two {
    background: #F9FCFF;
}

.sponsors-one.style-two .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 30% bottom;
}

.sponsors-one .carousel-box {}

.sponsors-one .owl-theme .owl-stage-outer {
    overflow: visible;
}

.sponsor-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .sponsor-block {
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .active .sponsor-block {
    opacity: 1;
    visibility: visible;
}

.sponsor-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sponsor-block .inner-box:hover {
    box-shadow: 0 15px 30px 0 rgba(29, 197, 206, 0.20);
}

.sponsor-block .image {
    position: relative;
    display: block;
    padding: 20px 20px;
    line-height: 230px;
    border: 1px dashed #E2E2E2;
    border-radius: 10px;
}

.sponsor-block .image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.sponsors-one .owl-theme .owl-nav,
.sponsors-one .owl-theme .owl-dots {
    display: none;
}


/*** 

====================================================================
  News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #F9FCFF;
}

.news-section.style-two {
    background: none;
}

.news-section .floated-icon {
    position: absolute;
}

.news-section .floated-icon.left {
    left: 42px;
    top: 150px;
}

.news-section .floated-icon.right {
    right: 25px;
    bottom: 115px;
}

.news-section .content-box {}

.news-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .news-block-one {
    margin-bottom: 0;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    min-height: 100%;
}

.news-block-one .image-box {
    position: relative;
}

.news-block-one .image-box .play-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.news-block-one .image-box .play-link a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(29, 197, 206, 0.80);
    color: #ffffff;
    font-size: 36px;
    border-radius: 50%;
}

.news-block-one .image-box .cat {
    position: absolute;
    left: 30px;
    top: 30px;
    line-height: 20px;
    padding: 10px 15px;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
}

.news-block-one .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 10px;
    overflow: hidden;
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.04, 1.04);
}

.news-block-one .image-box .image img {
    position: relative;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image img {
    opacity: 0.75;
}

.news-block-one .lower-content {
    position: relative;
    display: block;
    padding: 30px 20px 32px 30px;
    background: #ffffff;
    margin-top: 30px;
    border: 1px solid #1DC5CE;
    border-radius: 10px;
}

.news-block-one.alternate .lower-content {
    margin-top: 0;
    margin-bottom: 30px;
}

.news-block-one.no-image .lower-content {
    margin-top: 0;
    margin-bottom: 0;
}

.news-block-one .info {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #7D7D7D;
    margin-bottom: 21px;
}

.news-block-one .info .icon {
    position: relative;
    padding-right: 5px;
}

.news-block-one h4 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #10221B;
    line-height: 1.35em;
    margin-bottom: 21px;
}

.news-block-one h4 a {
    color: #10221B;
}

.news-block-one h4 a:hover {
    color: #1DC5CE;
}

.news-block-one .lower-content .text {
    position: relative;
    padding-right: 10px;
}


/*** 

====================================================================
  Newsletter Section
====================================================================

***/

.subscribe-section {
    position: relative;
    padding: 70px 0px 120px;
}

.subscribe-section .content-box {
    position: relative;
    display: block;
    padding: 100px 60px 0px 50px;
    background: #1DC5CE;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(29, 197, 206, 0.25);
}

.subscribe-section .content-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.subscribe-section .image-col {
    position: relative;
    margin-bottom: 50px;
}

.subscribe-section .image-col .inner {
    position: relative;
    display: block;
}

.subscribe-section .text-col {
    position: relative;
    margin-bottom: 50px;
}

.subscribe-section .text-col .inner {
    position: relative;
    display: block;
    padding-top: 20px;
}

.subscribe-section .title {
    position: relative;
    margin-bottom: 25px;
}

.subscribe-section .title .subtitle {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    font-family: 'Corinthia', cursive;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
}

.subscribe-section .title h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0;
}

.subscribe-section .title h2 span {
    position: relative;
    z-index: 1;
}

.subscribe-section .title .text {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-top: 20px;
}

.subscribe-section form .form-group input {
    height: 88px;
    line-height: 30px;
    padding: 27px 200px 27px 70px;
    font-weight: 400;
    background: #ffffff;
    border-radius: 10px;
}

.subscribe-section form .form-group .field-inner {
    position: relative;
}

.subscribe-section form .form-group .alt-icon {
    position: absolute;
    left: 25px;
    top: 29px;
    line-height: 30px;
    width: 30px;
    color: #1DC5CE;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0;
    z-index: 1;
    pointer-events: none;
}

.subscribe-section form .theme-btn {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 174px;
    line-height: 30px;
    padding: 12px 20px;
    border: none;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #F9FCFF;
    color: #505050;
    padding: 162px 0 0;
}

.main-footer .floated-icon {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -120px;
}

.main-footer .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.main-footer .info-section {
    position: relative;
}

.main-footer .info-section .info-column,
.main-footer .info-section .footer-column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .info-section .footer-logo {
    position: relative;
    margin-bottom: 30px;
    margin-top: -42px;
}

.main-footer .info-section h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-footer .info-block {
    margin-bottom: 30px;
}

.main-footer .info-block ul {
    position: relative;
    max-width: 200px;
}

.main-footer .info-block ul li {
    line-height: 30px;
}

.main-footer .info-block ul li:last-child {
    margin-bottom: 0;
}

.main-footer .info-block ul li a {
    color: #505050;
}

.main-footer .info-block ul li a:hover {
    text-decoration: underline;
}

.main-footer ul,
.main-footer ul li {
    list-style: none;
    margin: 0;
}

.main-footer h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 400;
    color: #ffffff;
}

.main-footer .footer-gallery {
    position: relative;
    padding-top: 5px;
}

.main-footer .footer-gallery .inner {
    position: relative;
    margin: 0 -5px;
}

.main-footer .footer-gallery .image-block {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.main-footer .footer-gallery .image {
    position: relative;
    display: block;
    background: #101010;
    border-radius: 4px;
    overflow: hidden;
}

.main-footer .footer-gallery .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .footer-gallery .image-block:hover .image img {
    opacity: 0.70;
}

.main-footer .lower-section {
    position: relative;
    padding: 10px 0 0;
}

.main-footer .lower-section .content-box {
    position: relative;
    padding: 60px 60px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(29, 197, 206, 0.16);
}

.main-footer .lower-section .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .lower-section h6 {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.main-footer .lower-section h6:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-bottom: 2px solid #1DC5CE;
}

.main-footer .lower-section .links {
    position: relative;
}

.main-footer .lower-section .links li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.main-footer .lower-section .links li:last-child {
    margin-bottom: 0;
}

.main-footer .lower-section .links li a {
    position: relative;
    color: #505050;
    line-height: 24px;
}

.main-footer .lower-section .links li a:hover {
    color: #1DC5CE;
    text-decoration: underline;
}

.main-footer .f-bottom {
    position: relative;
    padding: 0 0;
}

.main-footer .f-bottom .inner {
    position: relative;
    padding: 35px 0 100px;
}

.main-footer .f-bottom .social-links {
    position: relative;
    float: left;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.main-footer .social-links li:last-child {
    margin-right: 0;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .social-links li a:hover {
    background: #1DC5CE;
    color: #ffffff;
}

.main-footer .copyright {
    position: relative;
    float: right;
    font-size: 14px;
    color: #505050;
    line-height: 28px;
}

.main-footer .copyright a {
    position: relative;
    color: #ffffff;
}

.main-footer .copyright a:hover {
    text-decoration: underline;
}

.main-footer .bottom-links {
    position: relative;
    float: right;
}

.main-footer .bottom-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.main-footer .bottom-links li:last-child {
    margin-right: 0;
}

.main-footer .bottom-links li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .bottom-links li a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
  Why Section
====================================================================

***/

.why-two {
    position: relative;
    padding: 120px 0px 90px;
}

.why-two .floated-icon {
    position: absolute;
}

.why-two .floated-icon.left {
    left: 35px;
    bottom: 112px;
}

.why-two .floated-icon.right {
    right: 30px;
    top: 120px;
}

.why-block-two {
    position: relative;
    margin-bottom: 30px;
}

.why-block-two .inner-box {
    position: relative;
    display: block;
    padding: 50px 50px 42px 50px;
    background: #ffffff;
    min-height: 100%;
    border: 1px dashed rgba(29, 197, 206, 0.50);
    border-radius: 10px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.why-block-two .inner-box:hover {
    box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.20);
}

.why-block-two .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.why-block-two .icon-box {
    position: relative;
    line-height: 44px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.why-block-two .icon-box img {
    max-height: 44px;
}

.why-block-two h4 {
    position: relative;
    color: #10221B;
    font-weight: 700;
    margin-bottom: 12px;
}

.why-block-two .text {
    position: relative;
}


/*** 

====================================================================
  About Us Section
====================================================================

***/

.about-two {
    position: relative;
}

.about-two .bg-layer {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: repeat;
    background-position: left top;
    background-color: #1DC5CE;
}

.about-two .floated-icon.left {
    position: absolute;
    left: 15px;
    bottom: 120px;
}

.about-two .text-col {
    position: relative;
}

.about-two .text-col .title-box {
    margin-bottom: 30px;
}

.about-two .text-col .inner {
    position: relative;
    display: block;
    padding: 120px 20px 120px 0px;
}

.about-two .text-col .lower-box {
    position: relative;
    padding: 22px 20px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.15);
}

.about-two .text-col .lower-inner {
    position: relative;
    min-height: 112px;
    padding-top: 4px;
    padding-right: 180px;
}

.about-two .text-col .image-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 148px;
    border-radius: 4px;
}

.about-two .text-col .image-box img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.about-two .text-col .image-box .overlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 4px;
}

.about-two .text-col .image-box .overlink .icon {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    text-align: center;
    font-size: 16px;
    line-height: 62px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.about-two .text-col .image-box .overlink:hover {
    opacity: 0.70;
}

.about-two .text-col .lower-inner ul li {
    position: relative;
    padding-left: 41px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 12px;
}

.about-two .text-col .lower-inner ul li:last-child {
    margin-bottom: 0;
}

.about-two .text-col .lower-inner ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #1DC5CE;
    background: rgba(29, 197, 206, 0.15);
    border-radius: 50%;
}

.about-two .image-col {
    position: relative;
}

.about-two .image-col .inner {
    position: relative;
    display: block;
    padding: 40px 0 40px 20px;
    min-height: 100%;
}

.about-two .image-col .image {
    position: relative;
}

.about-two .image-col .image img {
    max-width: none;
    max-height: 655px;
}


/*** 

====================================================================
  Trending Destinations Section
====================================================================

***/

.trending-two {
    position: relative;
    padding: 120px 0px 0px;
}

.trending-two .carousel-box {
    position: relative;
}

.trending-two .carousel-box:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 2000px;
    background: #ffffff;
    z-index: 10;
}

.dest-block-two {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .dest-block-two {
    margin-bottom: 0;
}

.trending-two .carousel-box .owl-theme .owl-stage-outer {
    overflow: visible;
}

.dest-block-two .inner-box {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.dest-block-two .image-box {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.dest-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
}

.dest-block-two .hvr-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 197, 206, 0.35);
    border-radius: 8px;
    z-index: 10;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
}

.dest-block-two:hover .hvr-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.dest-block-two .hvr-box .cap-box {
    position: absolute;
    left: 20px;
    bottom: 60px;
    right: 20px;
    text-align: center;
}

.dest-block-two .hvr-box .cap-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 6px;
}

.dest-block-two .hvr-box h4 {
    position: relative;
    float: left;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 36px;
    padding: 5px 0px;
}

.dest-block-two .hvr-box h4 a {
    color: #10221B;
}

.dest-block-two .hvr-box h4 a:hover {
    text-decoration: underline;
}

.dest-block-two .hvr-box .tour-count {
    position: relative;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    line-height: 26px;
    padding: 10px 24px;
    font-weight: 500;
    color: #ffffff;
    background: #1DC5CE;
    border-radius: 23px;
}

.dest-block-two .alt-hvr {
    text-align: center;
}

.dest-block-two .alt-hvr h4 {
    float: none;
}

.dest-block-two .alt-hvr .tour-count {
    float: none;
    margin-left: 0;
    margin-top: 10px;
}

.trending-two .owl-theme .owl-dots {
    display: none;
}

.trending-two .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -116px;
}

.trending-two .owl-theme .owl-nav .owl-prev,
.trending-two .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    font-size: 26px;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    border-radius: 28px;
}

.trending-two .owl-theme .owl-nav .owl-next:hover,
.trending-two .owl-theme .owl-nav .owl-prev:hover {
    background: rgba(29, 197, 206, 0.30);
}


/*** 

====================================================================
  Footer Two
====================================================================

***/

.footer-two {
    position: relative;
    background: #F9FCFF;
    color: #505050;
    padding: 0 0;
}

.footer-two .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.footer-two .upper-section {
    position: relative;
    padding: 150px 0 0;
}

.footer-two .upper-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.footer-two .upper-section .footer-logo {
    position: relative;
    margin-bottom: 30px;
    margin-top: -42px;
}

.footer-two .info-block {
    margin-bottom: 30px;
}

.footer-two .info-block ul {
    position: relative;
    max-width: 300px;
}

.footer-two .info-block ul li {
    line-height: 26px;
    margin-bottom: 30px;
}

.footer-two .info-block ul li:last-child {
    margin-bottom: 0;
}

.footer-two .info-block ul li a {
    color: #505050;
}

.footer-two .info-block ul li a:hover {
    text-decoration: underline;
}

.footer-two ul,
.footer-two ul li {
    list-style: none;
    margin: 0;
}

.footer-two .upper-section {
    position: relative;
    padding: 140px 0 0;
}

.footer-two .upper-section .big-column {
    position: relative;
    padding-left: 50px;
}

.footer-two .upper-section .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.footer-two .upper-section h6 {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.footer-two .upper-section h6:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-bottom: 2px solid #1DC5CE;
}

.footer-two .upper-section .links {
    position: relative;
}

.footer-two .upper-section .links li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.footer-two .upper-section .links li:last-child {
    margin-bottom: 0;
}

.footer-two .upper-section .links li a {
    position: relative;
    color: #505050;
    line-height: 24px;
}

.footer-two .upper-section .links li a:hover {
    color: #1DC5CE;
    text-decoration: underline;
}

.footer-two .upper-section .social-links {
    position: relative;
    padding-top: 30px;
}

.footer-two .upper-section .social-links ul {
    position: relative;
}

.footer-two .upper-section .social-links ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.footer-two .upper-section .social-links ul li:last-child {
    margin-right: 0;
}

.footer-two .upper-section .social-links ul li a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-two .upper-section .social-links ul li a:hover {
    background: #1DC5CE;
    color: #ffffff;
}

.footer-two .f-bottom {
    position: relative;
    padding: 0 0;
    background: #10221B;
}

.footer-two .f-bottom .inner {
    position: relative;
    padding: 15px 0;
    text-align: center;
}

.footer-two .f-bottom .copyright {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ffffff;
    line-height: 30px;
}

.footer-two .f-bottom .copyright a {
    position: relative;
    color: #ffffff;
}

.footer-two .f-bottom .copyright a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-two {
    position: relative;
    padding: 120px 0px;
}

.testimonials-two .auto-container {
    max-width: 830px;
}

.testimonials-two .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.testimonials-two .carousel-box {
    position: relative;
}

.testimonials-two .carousel-box .slider-box {
    position: relative;
}

.testi-block-two {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .testi-block-two {
    margin-bottom: 0;
}

.testi-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.testi-block-two .icon {
    position: relative;
}

.testi-block-two .icon img {
    max-width: 62px;
    max-height: 55px;
}

.testi-block-two .info {
    position: relative;
    margin-top: 22px;
}

.testi-block-two .info .name {
    font-size: 20px;
    font-weight: 700;
    color: #10221B;
    line-height: 1.2em;
}

.testi-block-two .text {
    position: relative;
    font-size: 20px;
    line-height: 1.65em;
    margin-top: 12px;
}

.testimonials-two .pagers-box {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.testimonials-two .pagers-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    border-bottom: 2px solid #1DC5CE;
}

.testimonials-two .pagers-box .pager-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    background: #ffffff;
}

.testimonials-two .pagers-box .pager-one .pager-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -20px;
    width: 68px;
    height: 68px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials-two .pagers-box .pager-one .pager-item.active {
    border-color: #1DC5CE;
    z-index: 1;
}

.testimonials-two .pagers-box .pager-one .pager-item img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonials-two .bx-controls {
    position: absolute;
    left: 50%;
    margin-left: -225px;
    bottom: -45px;
    width: 450px;
    max-width: 100%;
}

.testimonials-two .bx-controls .bx-prev {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 36px;
    color: #1DC5CE;
}

.testimonials-two .bx-controls .bx-next {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    font-size: 36px;
    color: #1DC5CE;
}


/*** 

====================================================================
  Page Info
====================================================================

***/

.page-info {
    position: relative;
    padding: 30px 0px;
    border-top: 1px dashed #CBCBCB;
}

.page-info .links {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #10221B;
}

.page-info .links a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #10221B;
}

.page-info .links i {
    font-size: 14px;
}

.page-info .links a:hover,
.page-info .links .current {
    color: #1DC5CE;
}


/*** 

====================================================================
  Inner Banner Section
====================================================================

***/

.inner-banner {
    position: relative;
    padding: 250px 0px 140px;
}

.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.inner-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-banner .image-layer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: url(../images/background/banner-pattern.png) bottom center repeat-x;
    height: 39px;
    z-index: 1;
    background-repeat: repeat-x;
    animation: 80s linear 0s infinite normal none running slide;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 3000px 0;
    }
}

.inner-banner .content-box {
    position: relative;
    text-align: center;
}

.inner-banner .content-box h2 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-banner .bread-crumb {
    position: relative;
    line-height: 24px;
    padding-left: 44px;
}

.inner-banner .bread-crumb .icon-home {
    position: absolute;
    left: -44px;
    top: 0px;
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background: #1DC5CE;
    color: #ffffff;
    border-radius: 50%;
}

.inner-banner .bread-crumb ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 5px 0;
    text-transform: capitalize;
    margin-right: 22px;
    color: #ffffff;
}

.inner-banner .bread-crumb ul li:last-child {
    margin-right: 0;
}

.inner-banner .bread-crumb ul li:after {
    content: '\f0da';
    position: absolute;
    right: -24px;
    top: 6px;
    width: 22px;
    text-align: center;
    font-weight: 700;
    font-family: 'Font Awesome 6 Pro';
}

.inner-banner .bread-crumb ul li:last-child:after {
    display: none;
}

.inner-banner .bread-crumb ul li a {
    position: relative;
    color: #ffffff;
}

.inner-banner .bread-crumb ul li a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
  About Us Section
====================================================================

***/

.about-three {
    position: relative;
    padding: 120px 0px 90px;
}

.about-three .floated-icon.right {
    position: absolute;
    right: 0px;
    bottom: 100px;
}

.about-three .text-col {
    position: relative;
    margin-bottom: 30px;
    order: 12;
}

.about-three .text-col .inner {
    position: relative;
    display: block;
    padding-top: 40px;
}

.about-three .text-col h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.about-three .text-col .upper-text {
    position: relative;
    margin-bottom: 30px;
}

.about-three .text-col .f-blocks {
    position: relative;
    margin: 0 -30px;
}

.about-three .text-col .f-blocks .f-block {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 30px;
}

.about-three .text-col .f-block:nth-child(1):after {
    content: '';
    position: absolute;
    right: 15px;
    top: 14px;
    height: 36px;
    border-left: 1px dashed #001111;
}

.about-three .text-col .f-block .inner-box {
    position: relative;
    min-height: 60px;
    padding-left: 75px;
    padding-right: 25px;
}

.about-three .text-col .f-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.about-three .text-col .f-block h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.about-three .text-col .quote-box {
    position: relative;
}

.about-three .text-col .quote-box .quote {
    position: relative;
    padding: 30px 30px;
    background: #F9FCFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.70em;
    font-style: italic;
    border-radius: 0px;
    margin-bottom: 35px;
}

.about-three .text-col .quote-box .quote-info {
    position: relative;
    padding-left: 80px;
    min-height: 65px;
}

.about-three .text-col .quote-box .quote-info .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.about-three .text-col .quote-box .quote-info .image img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.about-three .text-col .quote-box .quote-info .info {
    position: relative;
    float: left;
    padding-top: 7px;
}

.about-three .text-col .quote-box .quote-info .info .name {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.about-three .text-col .quote-box .quote-info .info .designation {
    position: relative;
    display: block;
    font-size: 14px;
    color: #1DC5CE;
    line-height: 1.5em;
}

.about-three .text-col .quote-box .quote-info .signature {
    position: relative;
    top: -3px;
    float: left;
    margin-left: 25px;
}

.about-three .image-col {
    position: relative;
    margin-bottom: 30px;
    order: 0;
}

.about-three .image-col .inner {
    position: relative;
    display: block;
    margin-left: -70px;
    padding-right: 15px;
    min-height: 0;
}

.about-three .image-col .bg-image {
    position: absolute;
    top: 35px;
    right: 80px;
}

.about-three .image-col .bg-image img {
    max-width: none;
}

.about-three .image-col .image-box {
    position: relative;
}


/*** 

====================================================================
  Facts Section
====================================================================

***/

.facts-section {
    position: relative;
    padding: 120px 0px 210px;
    margin-bottom: 90px;
}

.facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.facts-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.0);
}

.facts-section .content-box {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.facts-section .content-box .video-btn {
    position: relative;
    margin-bottom: 60px;
}

.facts-section .content-box .video-btn a:hover {
    opacity: 0.70;
}

.facts-section .content-box .subtitle {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-transform: none;
    font-family: 'Corinthia', cursive;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px;
}

.facts-section .content-box h2 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    margin: 0 0;
}

.facts-section .content-box h2 span {
    position: relative;
    z-index: 1;
}

.facts-section .facts-box {
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 100%;
    z-index: 1;
}

.facts-section .facts-box .inner-box {
    position: relative;
    display: block;
    padding: 34px 20px 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.20);
}

.facts-section .facts-box .fact-block {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}

.facts-section .facts-box .fact-block .inner {
    position: relative;
    display: block;
}

.facts-section .facts-box .fact-block .inner:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 15px;
    height: 30px;
    border-left: 1px dashed #1DC5CE;
}

.facts-section .facts-box .fact-block:last-child .inner:after {
    display: none;
}

.facts-section .facts-box .fact-block .count {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    background: #1DC5CE;
    color: #ffffff;
    margin: 0 auto 18px;
    border-radius: 50%;
}

.facts-section .facts-box .fact-block .fact-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}


/*** 

====================================================================
  Features Section
====================================================================

***/

.features-section {
    position: relative;
    padding: 120px 0px 225px;
    margin-bottom: 170px;
}

.features-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.features-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.0);
}

.features-section .upper-box {
    position: relative;
    text-align: center;
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    display: block;
    max-width: 220px;
    margin: 0 auto;
}

.feature-block .icon-box {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.feature-block .inner-box:hover .icon-box {
    transform: rotateY(180deg);
}

.feature-block h5 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 12px;
}

.feature-block .text {
    position: relative;
    color: #ffffff;
}

.features-section .carousel-box {
    position: absolute;
    left: 0;
    bottom: -170px;
    width: 100%;
    z-index: 1;
}

.features-section .carousel-box .inner-box {
    position: relative;
    display: block;
    padding: 60px 60px 60px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.20);
}

.features-section .slide-item {
    position: relative;
}

.features-section .slide-item .inner {
    position: relative;
    padding-left: 165px;
    min-height: 96px;
}

.features-section .slide-item .left-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
}

.features-section .slide-item .left-image .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
    height: 96px;
    border: 4px solid #BFD145;
    border-radius: 50%;
    overflow: hidden;
}

.features-section .slide-item .left-image .image img {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.features-section .slide-item .left-image .icon {
    position: absolute;
    left: 0;
    top: 17px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: #1DC5CE;
    color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.features-section .slide-item .left-image .icon img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.features-section .slide-item .rating {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}

.features-section .slide-item .rating i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    color: #FFC107;
}

.features-section .slide-item .text {
    position: relative;
    font-size: 20px;
    line-height: 1.6em;
}

.features-section .slide-item .info {
    position: relative;
    padding-top: 30px;
}

.features-section .slide-item .info .name {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.features-section .slide-item .info .designation {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #1DC5CE;
    line-height: 1.5em;
}

.features-section .owl-theme .owl-dots {
    display: none;
}

.features-section .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.features-section .owl-theme .owl-nav .owl-next,
.features-section .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    color: #1DC5CE;
    font-size: 30px;
    line-height: 30px;
}

.features-section .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -6px;
    width: 40px;
    height: 40px;
    background: #1DC5CE;
    opacity: 0.0;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features-section .owl-theme .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    right: -20px;
    top: -6px;
    width: 40px;
    height: 40px;
    background: #1DC5CE;
    opacity: 0.0;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features-section .owl-theme .owl-nav .owl-prev:hover:before,
.features-section .owl-theme .owl-nav .owl-next:hover:before {
    opacity: 0.10;
}


/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 120px 0px;
}

.team-section.alternate-2 {
    background: #F3F7FA;
    background: -webkit-linear-gradient(top, #F3F7FA 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #F3F7FA 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(top, #F3F7FA 0%, #FFFFFF 100%);
}

.team-section .floated-icon {
    position: absolute;
}

.team-section .floated-icon.left {
    left: 70px;
    bottom: 36%;
}

.team-section .floated-icon.right {
    right: 100px;
    top: 30%;
}

.team-section.team-page .floated-icon.right {
    right: 100px;
    top: 70px;
}

.team-section.team-page .floated-icon.left {
    left: 80px;
    top: 62%;
}

.team-section.alternate-2 .floated-icon.right {
    right: 5%;
    top: 70%;
}

.team-section.alternate-2 .floated-icon.left {
    left: 100px;
    top: 200px;
}

.team-section .carousel-box {}

.team-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .team-block-one {
    margin: 0 15px;
    margin-bottom: 15px;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 0px;
    border-radius: 8px 8px 0 0;
}

.team-block-one .image-box {
    position: relative;
}

.team-block-one .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.team-block-one .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-block-one .inner-box:hover .image img {
    -webkit-filter: grayscale(100%);
    transform: scale(1.05, 1.05);
}

.team-block-one .lower-box {
    position: relative;
    display: block;
    padding: 30px 100px 30px 30px;
    min-height: 120px;
    background: #ffffff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0 0 8px 8px;
}

.team-block-one h4 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    color: #10221B;
    margin-bottom: 0;
}

.team-block-one h4 a {
    color: #10221B;
}

.team-block-one h4 a:hover {
    color: #1DC5CE;
}

.team-block-one .designation {
    position: relative;
    color: #505050;
    margin-top: 5px;
}

.team-block-one .phone {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
}

.team-block-one .phone {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
}

.team-block-one .call-btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: #001111;
    font-size: 24px;
    border-radius: 3px;
}

.team-block-one .call-btn img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.team-block-one .call-btn:hover {
    background: #1DC5CE;
}

.team-section .owl-theme .owl-nav {
    display: none;
}

.team-section .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 45px;
}

.team-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 28px;
    height: 7px;
    background: none;
    border: 1px solid #1DC5CE;
    margin: 0 2.5px;
    border-radius: 5px;
}

.team-section .owl-theme .owl-dots .owl-dot.active span {
    width: 42px;
    border-color: #1DC5CE;
    background: #1DC5CE;
}

.team-section .load-more {
    position: relative;
    text-align: center;
    margin-top: 30px;
}


/*** 

====================================================================
  Trekking Section
====================================================================

***/

.trekking-section {
    position: relative;
    padding: 120px 0px 120px;
}

.trekking-section .floated-icon {
    position: absolute;
}

.trekking-section .floated-icon.left {
    left: 40px;
    top: 45%;
}

.trekking-section .floated-icon.right {
    right: 100px;
    top: 20%;
}

.trekking-section .floated-icon.right-2 {
    right: 100px;
    bottom: 230px;
}

.trekking-section .title-box {
    max-width: 880px;
    margin-bottom: 40px;
}

.trekking-section .title-box h2 {
    text-transform: none;
}

.mixitup-gallery {
    position: relative;
}

.mixitup-gallery .mix {
    display: none;
}

.mixitup-gallery .gallery-filters {
    position: relative;
    padding-bottom: 40px;
}

.mixitup-gallery .filter-tabs {
    position: relative;
    text-align: center;
}

.mixitup-gallery .filter-tabs li {
    position: relative;
    display: inline-block;
    padding: 13px 28px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #10221B;
    background: none;
    border-radius: 28px 28px;
    cursor: pointer;
    margin: 0 0px 20px;
}

.mixitup-gallery .filter-tabs li.active {
    color: #ffffff;
    background: #1DC5CE;
}

.trek-block-one.style-two .inner-box {
    background: #F3F7FA;
    border-color: #E8E8E8;
}

.trek-block-one.style-two .info {
    background: #1DC5CE;
    color: #ffffff;
}

.trekking-section .load-more {
    position: relative;
    text-align: center;
    margin-top: 30px;
}


/*** 

====================================================================
  FAQ Section
====================================================================

***/

.faq-one {
    position: relative;
    padding: 10px 0px 10px;
}

.faq-one.alternate {
    background: #F3F7FA;
    padding-top: 100px;
    padding-bottom: 90px;
}

.faq-one.tracking-page {
    padding-top: 100px;
    padding-bottom: 90px;
}

.faq-one .title-box {
    max-width: none;
}

.faq-one .floated-icon.left {
    position: absolute;
    left: 100px;
    top: 110px;
}

.faq-one .floated-icon.right {
    position: absolute;
    right: 100px;
    bottom: 110px;
}

.faq-one .text-col {
    position: relative;
    margin-bottom: 30px;
}

.faq-one .text-col .inner {
    position: relative;
    display: block;
}

.faq-one .accordion-box {
    position: relative;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    border-radius: 8px;
    margin: 0;
}

.faq-one .accordion-box ::marker {
    display: none;
}

.faq-one .accordion-box .block {
    position: relative;
    list-style: none;
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

.faq-one .accordion-box .block:last-child {
    border-bottom: none;
}

.faq-one .accordion-box .block.active-block {}

.faq-one .accordion-box .block .acc-btn {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
    cursor: pointer;
    padding: 30px 90px 30px 30px;
}

.faq-one .accordion-box .block.active-block .acc-btn {}

.faq-one .accordion-box .block .acc-btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-one .accordion-box .block .acc-btn.active i {
    background: #8A8A8A;
    transform: rotate(180deg);
}

.faq-one .accordion-box .block .acc-content {
    position: relative;
    width: 100%;
    display: none;
}

.faq-one .accordion-box .active-block .acc-content {
    display: block;
}

.faq-one .accordion-box .block .content {
    position: relative;
    padding: 0 30px 30px 30px;
}

.faq-one .accordion-box .block .content .text {
    display: block;
    line-height: 1.70em;
    margin: 0;
    font-size: 16px;
}

.faq-one .image-col {
    position: relative;
    margin-bottom: 30px;
}

.faq-one .image-col .inner {
    position: relative;
    display: block;
}


/*** 

====================================================================
  Activities Section
====================================================================

***/

.actvity-section {
    position: relative;
    padding: 120px 0px 120px;
}

.actvity-section .title-box {
    max-width: 880px;
}

.actvity-section .load-more {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.activity-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .activity-block-one {
    margin-bottom: 0;
}

.activity-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 0;
    border-radius: 8px;
}

.activity-block-one .image-box {
    position: relative;
}

.activity-block-one .image-box .price {
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 20px;
    padding: 10px 15px;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}

.activity-block-one .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.activity-block-one .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.activity-block-one .inner-box:hover .image img {
    opacity: 0.75;
}

.activity-block-one .image-box .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 20px 18px;
    line-height: 30px;
}

.activity-block-one .image-box .info div {
    position: relative;
}

.activity-block-one .image-box .info:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.30);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #10221B 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #10221B 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #10221B 100%);
}

.activity-block-one .image-box .info .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    line-height: 30px;
    padding-right: 10px;
}

.activity-block-one .image-box .info .icon img {
    width: auto;
    height: 24px;
}

.activity-block-one .lower-content {
    position: relative;
    display: block;
    padding: 20px 20px 20px;
    border: 1px solid #E8E8E8;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.activity-block-one h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    margin-bottom: 20px;
}

.activity-block-one h4 a {
    color: #10221B;
}

.activity-block-one h4 a:hover {
    color: #1DC5CE;
}

.activity-block-one .ratings {
    position: relative;
    line-height: 20px;
}

.activity-block-one .ratings .stars {
    position: relative;
    float: left;
}

.activity-block-one .ratings .stars i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    color: #FC8F00;
}

.activity-block-one .ratings .stars i.empty {
    color: #BFBFBF;
}

.activity-block-one .ratings .rev {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}

.activity-block-one .ratings .rev a {
    color: #505050;
}

.activity-block-one .ratings .rev a:hover {
    color: #1DC5CE;
}

.activity-block-one .lower-content .text {
    position: relative;
    padding-top: 20px;
}

.activity-block-one .bottom-box {
    position: relative;
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px dashed #DEDEDE;
}

.activity-block-one .bottom-box .more-link {
    position: relative;
    float: left;
}

.activity-block-one .bottom-box .more-link a {
    color: #10221B;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
}

.activity-block-one .bottom-box .more-link i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 26px;
    z-index: 1;
}

.activity-block-one .bottom-box .more-link i img {
    position: relative;
    top: -1px;
    max-height: 12px;
    -webkit-filter: brightness(0);
    -ms-filter: brightness(0);
    -moz-filter: brightness(0);
}

.activity-block-one .bottom-box .more-link a:hover i img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}

.activity-block-one .bottom-box .more-link a:hover {
    color: #1DC5CE;
}

.activity-block-one .bottom-box .fav-link {
    position: relative;
    float: right;
}

.activity-block-one .bottom-box .fav-link a {
    color: #7D7D7D;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 26px;
}

.activity-block-one .bottom-box .fav-link a:hover {
    color: #1DC5CE;
}


/*** 

====================================================================
  Destination Tours Section
====================================================================

***/

.dest-tours {
    position: relative;
    padding: 120px 0px 120px;
}

.dest-tours .floated-icon {
    position: absolute;
}

.dest-tours .floated-icon.left {
    left: 100px;
    bottom: 45%;
}

.dest-tours .floated-icon.right {
    right: 100px;
    top: 70px;
}

.dest-tours .title-box {
    max-width: 900px;
}

.dest-tours .load-more {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.tour-block-one {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .tour-block-one {
    margin-bottom: 0;
}

.tour-block-one .inner-box {
    position: relative;
    display: block;
    background: #F3F7FA;
    border: 1px solid #E8E8E8;
    padding: 20px 20px;
    border-radius: 8px;
}

.tour-block-one .image-box {
    position: relative;
}

.tour-block-one .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 8px 8px;
    overflow: hidden;
}

.tour-block-one .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 8px 8px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tour-block-one .inner-box:hover .image img {
    opacity: 0.75;
}

.tour-block-one .lower-content {
    position: relative;
    display: block;
    padding: 25px 0px 0px;
}

.tour-block-one .lower-content .price {
    position: absolute;
    right: 0px;
    top: 26px;
    line-height: 30px;
    border: 1px solid #1DC5CE;
    min-width: 66px;
    text-align: center;
    color: #1DC5CE;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
}

.tour-block-one h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    margin-bottom: 20px;
}

.tour-block-one h4 a {
    color: #10221B;
}

.tour-block-one h4 a:hover {
    color: #1DC5CE;
}

.tour-block-one .ratings {
    position: relative;
    line-height: 20px;
}

.tour-block-one .ratings .stars {
    position: relative;
    float: left;
}

.tour-block-one .ratings .stars i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    color: #FC8F00;
}

.tour-block-one .ratings .stars i.empty {
    color: #BFBFBF;
}

.tour-block-one .ratings .rev {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}

.tour-block-one .ratings .rev a {
    color: #505050;
}

.tour-block-one .ratings .rev a:hover {
    color: #1DC5CE;
}

.tour-block-one .lower-content .text {
    position: relative;
    padding-top: 28px;
}

.tour-block-one .bottom-box {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #CFCFCF;
}

.tour-block-one .info {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    border-radius: 4px;
}

.tour-block-one .info .icon {
    position: relative;
    padding-right: 5px;
}


/*** 

====================================================================
  Destinations Section
====================================================================

***/

.dest-section {
    position: relative;
    padding: 120px 0px 120px;
}

.dest-section .floated-icon {
    position: absolute;
}

.dest-section .floated-icon.left {
    left: 100px;
    bottom: 45%;
}

.dest-section .floated-icon.right {
    right: 100px;
    top: 70px;
}

.dest-section .title-box {
    max-width: 900px;
    margin-bottom: 40px;
}

.dest-section .load-more {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.trend-block-one {
    position: relative;
    margin-bottom: 50px;
}

.owl-theme .trend-block-one {
    margin-bottom: 0;
}

.trend-block-one .inner-box {
    position: relative;
    display: block;
    background: #101010;
    padding: 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.trend-block-one .image-box {
    position: relative;
}

.trend-block-one .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 8px 8px;
    overflow: hidden;
}

.trend-block-one .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 8px 8px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trend-block-one .inner-box:hover .image img {
    opacity: 0.75;
}

.trend-block-one .count {
    position: absolute;
    left: 30px;
    top: 30px;
    min-width: 90px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #1DC5CE;
    border-radius: 21px;
}

.trend-block-one .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 20px 30px 30px;
    line-height: 30px;
}

.trend-block-one .title h4 {
    position: relative;
    float: left;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    margin: 10px 0;
}

.trend-block-one .title h4 a {
    color: #ffffff;
}

.trend-block-one .title .more-link {
    position: relative;
    float: right;
}

.trend-block-one .title .more-link a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.trend-block-one .title .more-link a:hover {
    color: #ffffff;
    border-color: #1DC5CE;
    background: #1DC5CE;
}

.trend-block-one .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, 0.30);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #10221B 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #10221B 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #10221B 100%);
}


/*** 

====================================================================
  Team Member Section
====================================================================

***/

.team-single {
    position: relative;
    padding: 120px 0px 90px;
}

.team-single .floated-icon {
    position: absolute;
}

.team-single .floated-icon.left {
    left: 10%;
    top: 60px;
}

.team-single .floated-icon.right {
    right: 70px;
    top: 70px;
}

.team-single .image-col {
    position: relative;
    margin-bottom: 30px;
}

.team-single .image-col .inner {
    position: relative;
    display: block;
    padding-right: 40px;
}

.team-single .image-col .image {
    position: relative;
    display: block;
    border-radius: 8px;
}

.team-single .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
}

.team-single .content-col {
    position: relative;
    margin-bottom: 30px;
}

.team-single .content-col .inner {
    position: relative;
    display: block;
    padding-top: 7px;
}

.team-single .social-links {
    position: relative;
    padding-top: 40px;
}

.team-single .member-info {
    position: relative;
}

.team-single .member-info .name {
    font-weight: 600;
    margin-bottom: 0;
}

.team-single .member-info .designation {
    position: relative;
    margin-top: 5px;
    color: #1DC5CE;
    line-height: 1.5em;
}

.team-single .member-about {
    position: relative;
    margin-top: 30px;
}

.team-single .member-about h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

.team-single .member-contact {
    position: relative;
    margin-top: 35px;
    padding-bottom: 25px;
}

.team-single .member-contact .phone,
.team-single .member-contact .email {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
}

.team-single .member-contact .phone .icon,
.team-single .member-contact .email .icon {
    position: relative;
    top: -2px;
    padding-right: 12px;
}

.team-single .member-contact .phone a,
.team-single .member-contact .email a {
    position: relative;
    color: #7D7D7D;
    font-weight: 400;
}

.team-single .member-contact .phone a:hover,
.team-single .member-contact .email a:hover {
    color: #1DC5CE;
}

.team-single .member-quote {
    position: relative;
    display: block;
    padding: 27px 105px 27px 30px;
    background: #F3F7FA;
}

.team-single .member-quote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-left: 3px solid #1DC5CE;
}

.team-single .member-quote .icon {
    position: absolute;
    right: 10px;
    top: 26px;
    opacity: 0.10;
}

.team-single .member-quote .quote {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #10221B;
    line-height: 1.85em;
    font-style: italic;
    text-decoration: underline;
}

.team-single .social-links ul {
    position: relative;
}

.team-single .social-links ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.team-single .social-links ul li:last-child {
    margin-right: 0;
}

.team-single .social-links ul li a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-single .social-links ul li a:hover {
    background: #1DC5CE;
    color: #ffffff;
}


/*  Sheraz Code */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.packages-banner {
    position: relative;
    background-size: cover;
    background-position: center top;
    padding-bottom: 30px;
}

.packages-banner.style-two {
    min-height: 580px;
}

.packages-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    height: 40%;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, rgba(0, 0, 0, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.packages-banner.style-two:before {
    display: none;
}

.packages-banner .banner-list {
    position: relative;
    padding-top: 520px;
    z-index: 2;
}

.packages-banner .banner-list li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    display: inline-block;
}

.packages-banner .banner-list li .icon {
    position: relative;
    margin-right: 15px;
}

.packages-banner .banner-list li:last-child {
    padding: 5px 12px;
    border-radius: 3px;
    background-color: #1DC5CE;
}


/* Package Detail Section */

.package-detail-section {
    position: relative;
    padding: 80px 0px 100px;
}

.package-detail-section .upper-box {
    position: relative;
}

.package-detail-section .upper-box h4 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.package-detail-section .upper-box .price {
    position: relative;
    color: #31c8d0;
    font-size: 24px;
    font-weight: 700;
}

.package-detail-section .upper-box .price span {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #10221B;
}

.package-info-box {
    position: relative;
    margin-top: 15px;
    padding: 30px 50px;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #f3f7fa;
}

.package-info-block {
    position: relative;
}

.package-info-block .inner-box {
    position: relative;
    padding-left: 90px;
    color: #505050;
    padding-top: 5px;
    min-height: 65px;
}

.package-info-block .inner-box:before {
    position: absolute;
    content: '';
    right: -60px;
    top: 13px;
    width: 1px;
    height: 45px;
    background-color: #DEDEDE;
}

.package-info-block:last-child .inner-box:before {
    display: none;
}

.package-info-block .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    background-color: #d3f0f4;
}

.package-info-block .inner-box strong {
    position: relative;
    font-weight: 600;
    color: #10221B;
    display: block;
    margin-bottom: 4px;
}


/* Rating Box */

.package-detail-section .rating-box {
    position: relative;
    padding: 15px 0px;
    margin-bottom: 30px;
    border-top: 1px dashed #CBCBCB;
    border-bottom: 1px dashed #CBCBCB;
}

.package-detail-section .rating-box {
    position: relative;
}

.package-detail-section .rating-box .rating {
    position: relative;
    color: #505050;
    font-size: 14px;
}

.package-detail-section .rating-box .fa {
    position: relative;
    color: #ffc107;
    font-size: 13px;
}

.package-detail-section .rating-box .post-info {
    position: relative;
}

.package-detail-section .rating-box .post-info li {
    position: relative;
    margin-left: 15px;
    color: #10221B;
    font-size: 14px;
    margin-left: 20px;
    padding-left: 30px;
    display: inline-block;
}

.package-detail-section .rating-box .post-info li .icon {
    position: absolute;
    left: 0px;
}

.package-detail-section .content-column {
    position: relative;
}

.package-detail-section .content-column h5 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.package-detail-section .content-column p {
    position: relative;
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.package-detail-section .content-column .feature-box {
    position: relative;
    margin-top: 30px;
    padding: 35px 0px 32px;
    border-top: 1px dashed #CBCBCB;
    border-bottom: 1px dashed #CBCBCB;
}

.package-detail-section .content-column .feature-box h5 {
    margin-bottom: 35px;
}

.package-detail-section .content-column .feature-list {
    position: relative;
}

.package-detail-section .content-column .feature-list li {
    position: relative;
    padding-left: 32px;
    color: #2E2E2E;
    font-size: 16px;
    margin-bottom: 15px;
}

.package-detail-section .content-column .feature-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/check-icon.png);
}

.package-detail-section .content-column .feature-list li:last-child {
    margin-bottom: 0px;
}


/* Facility Box */

.package-detail-section .facility-box {
    position: relative;
    margin-top: 35px;
}

.package-detail-section .facility-box h5 {
    margin-bottom: 40px;
}

.package-detail-section .facility-box .facility-option {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #505050;
    margin-bottom: 35px;
}

.package-detail-section .facility-box .facility-option .icon {
    position: absolute;
    left: 0px;
}

.package-detail-section .itinerary-box {
    position: relative;
    padding: 30px 0px 30px;
    border-top: 1px dashed #CBCBCB;
    border-bottom: 1px dashed #CBCBCB;
}

.package-detail-section .itinerary-box .days-outer {
    position: relative;
}

.package-detail-section .day-box {
    position: relative;
    margin-bottom: 20px;
}

.package-detail-section .day-box:last-child {
    margin-bottom: 0px;
}

.package-detail-section .day-box .title {
    position: relative;
    color: #505050;
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
}

.package-detail-section .day-box .title:before {
    position: absolute;
    content: '\f017';
    left: 0px;
    top: 1px;
    color: #1DC5CE;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Font Awesome 6 Pro';
}

.package-detail-section .day-box .day-text {
    position: relative;
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    padding-left: 35px;
}

.package-detail-section .day-box .day-text:before {
    position: absolute;
    content: '';
    left: 8px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #DEDEDE;
}

.package-detail-section .day-box:nth-child(2n+0) .title:before {
    color: #8A8A8A;
}

.package-detail-section .day-box:last-child .day-text:before {
    display: none;
}

.package-detail-section .gallery-box {
    position: relative;
    padding: 30px 0px 35px;
    border-bottom: 1px dashed #CBCBCB;
}

.package-detail-section .gallery-box h5 {
    margin-bottom: 30px;
}

.package-detail-section .gallery-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.package-detail-section .gallery-box .owl-dots {
    display: none;
}

.package-detail-section .gallery-box .owl-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin-top: -25px;
}

.package-detail-section .gallery-box .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #000000;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.40);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.package-detail-section .gallery-box .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #000000;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.40);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.package-detail-section .gallery-box .owl-nav .owl-prev:hover,
.package-detail-section .gallery-box .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.package-detail-section .map-box {
    position: relative;
    padding-top: 35px;
}

.package-detail-section .map-box h5 {
    margin-bottom: 35px;
}

.package-detail-section .map-box iframe {
    position: relative;
    width: 100%;
    height: 370px;
}

.package-detail-section .sidebar-column {
    position: relative;
}

.package-detail-section .sidebar-column .inner-column {
    position: relative;
    padding: 40px 30px 1px;
    border-radius: 10px;
    background-color: #f3f7fa;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h5 {
    position: relative;
    color: #000000;
    font-weight: 700;
}

.sidebar-title h5:before {
    position: absolute;
    content: '';
    left: -30px;
    top: 5px;
    width: 3px;
    height: 18px;
    background-color: #2ec5ce;
}

.booking-widget {
    position: relative;
    border-radius: 8px;
    padding: 35px 22px 15px;
    background-color: #1db4bc;
    background-size: cover;
}

.booking-widget:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 5px;
    width: 3px;
    height: 18px;
    background-color: #2ec5ce;
}

.booking-widget:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    border-radius: 8px;
    background-color: #2ec5ce;
}

.booking-widget h5 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.booking-widget .booking-form input {
    height: 60px !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.60) !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.booking-widget .booking-form .icon {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 2;
    font-size: 20px;
    color: #ffffff;
}

.booking-widget .booking-form input::placeholder,
.booking-widget .booking-form textarea::placeholder {
    color: #ffffff !important;
}

.booking-widget .booking-form input:focus::placeholder {
    color: #10221B !important;
}

.booking-widget .booking-form input:focus {
    color: #10221B !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

.booking-widget .booking-form input:focus+.icon {
    color: #1db4bc;
}

.booking-widget .booking-form .send-btn {
    position: relative;
    padding: 14px 24px;
    color: #ffffff !important;
    border-radius: 6px !important;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.booking-widget .booking-form .send-btn i {
    position: relative;
    font-style: normal;
    margin-left: 5px;
    top: 1px;
}

.booking-widget .booking-form .send-btn:hover {
    color: #10221B !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}


/*quantity spinner*/

.quantity-spinner {
    position: relative;
    display: block;
    width: 120px;
}

.booking-widget .booking-form .item-quantity {
    position: absolute;
    right: 12px;
    top: 11px;
}

.booking-widget .booking-form .quantity-spinner input {
    position: relative;
    display: block;
    width: 32px;
    line-height: 24px;
    padding: 9px 10px;
    margin: 0px 44px;
    font-weight: 500;
    height: 42px !important;
    border: 0px !important;
    text-align: center;
    background: none !important;
}

.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    line-height: 18px;
    padding: 10px 10px;
    text-align: center;
    background: none;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    z-index: 1;
}

.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    line-height: 18px;
    padding: 10px 10px;
    text-align: center;
    background: none;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    z-index: 1;
}


/* Follow Widget */

.follow-widget .social-list {
    position: relative;
}

.follow-widget .social-list li {
    position: relative;
    padding: 25px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
}

.follow-widget .social-list li .icon {
    position: relative;
    width: 46px;
    height: 46px;
    color: #ffffff;
    border-radius: 6px;
    line-height: 46px;
    font-size: 20px;
    display: inline-block;
    margin-right: 25px;
    background-color: #0643d1;
}

.follow-widget .social-list li strong {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #10221B;
    margin-right: 25px;
}

.follow-widget .social-list li.twitter .icon {
    background-color: #0e8fe5;
}

.follow-widget .social-list li.youtube .icon {
    background-color: #f10000;
}

.follow-widget .social-list li.linkedin .icon {
    background-color: #00669f;
}

.follow-widget .social-list li:last-child {
    margin-bottom: 0px;
}


/* Sidebar Category List */

.sidebar-category-list {
    position: relative;
}

.sidebar-category-list li {
    position: relative;
    z-index: 1;
    padding: 37px 25px;
    border-radius: 6px;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-size: cover;
    margin-bottom: 15px;
}

.sidebar-category-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.60;
    background-color: #1D1D1D;
}

.sidebar-category-list li .txt {
    position: relative;
    z-index: 2;
}

.sidebar-category-list li .number {
    position: absolute;
    right: 30px;
    top: 27px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #1dc5ce;
    z-index: 2;
}

.sidebar-category-list li:last-child {
    margin-bottom: 0px;
}


/* Buy Treker Widget */

.buy-treker-widget .widget-content {
    position: relative;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    padding: 50px 15px 35px;
    background-size: cover;
}

.buy-treker-widget .logo {
    position: relative;
}

.buy-treker-widget .widget-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/background/pattern-layer.png) no-repeat;
    background-size: cover;
}

.buy-treker-widget .text {
    position: relative;
    color: #ffffff;
    line-height: 35px;
    font-size: 20px;
    font-family: 'Prata', serif;
    margin-top: 45px;
}

.buy-treker-widget .buy-now {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 34px;
    border-radius: 3px;
    border-radius: 6px;
    margin-top: 80px;
    text-transform: uppercase;
    background-color: #1dc5ce;
}

.buy-treker-widget .buy-now:hover {
    color: #1dc5ce;
    background-color: #ffffff;
}


/*** 

====================================================================
  News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 120px 0px 110px;
    background: #F3F7FA;
    background: -webkit-linear-gradient(to bottom, #F3F7FA 0%, #ffffff 100%);
    background: -moz-linear-gradient(to bottom, #F3F7FA 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #F3F7FA 0%, #ffffff 100%);
}

.news-section-two.tours-page .title-box {
    max-width: 880px;
}

.news-section-two .floated-icon {
    position: absolute;
}

.news-section-two .floated-icon.left {
    left: 42px;
    top: 150px;
}

.news-section-two .floated-icon.right {
    right: 25px;
    bottom: 115px;
}

.news-section-two .content-box {
    position: relative;
}

.news-section-two .owl-theme .owl-nav {
    display: none;
}

.news-section-two .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.news-section-two .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.news-section-two .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 28px;
    height: 7px;
    background: none;
    border: 1px solid #1dc5ce;
    margin: 0 2.5px;
    border-radius: 5px;
}

.news-section-two .owl-theme .owl-dots .owl-dot.active span {
    width: 42px;
    border-color: #1dc5ce;
    background: #1dc5ce;
}

.news-section-two .trek-block-one .inner-box {
    background-color: #f3f7fa;
}

.news-section-two .trek-block-one .info {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
}


/* Package Info Box Two */

.package-info-box-two {
    position: relative;
    margin-top: 15px;
    padding: 32px 50px;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #f3f7fa;
}

.package-info-block-two {
    position: relative;
}

.package-info-block-two .inner-box {
    position: relative;
    padding-left: 50px;
    color: #505050;
}

.package-info-block-two .inner-box:before {
    position: absolute;
    content: '';
    right: -35px;
    top: 8px;
    width: 1px;
    height: 20px;
    background-color: #DEDEDE;
}

.package-info-block-two:last-child .inner-box:before {
    display: none;
}

.package-info-block-two .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #d3f0f4;
}

.package-info-box.style-two .package-info-block .inner-box:before {
    right: -40px;
}

.package-info-box.style-two .package-info-block .inner-box {
    padding-left: 85px;
}


/* Facility Box Two */

.facility-box-two {
    position: relative;
    color: #505050;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 28px 15px 25px;
    background-color: #f3f7fa;
}

.facility-box-two .icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.faq-one .accordion-box {
    position: relative;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    border-radius: 8px;
    margin: 0;
}

.faq-one .accordion-box ::marker {
    display: none;
}

.faq-one .accordion-box .block {
    position: relative;
    list-style: none;
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

.faq-one .accordion-box .block:last-child {
    border-bottom: none;
}

.faq-one .accordion-box .block.active-block {}

.faq-one .accordion-box .block .acc-btn {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
    cursor: pointer;
    padding: 30px 90px 30px 30px;
}

.faq-one .accordion-box .block.active-block .acc-btn {}

.faq-one .accordion-box .block .acc-btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-one .accordion-box .block .acc-btn.active i {
    background: #8A8A8A;
    transform: rotate(180deg);
}

.faq-one .accordion-box .block .acc-content {
    position: relative;
    width: 100%;
    display: none;
}

.faq-one .accordion-box .active-block .acc-content {
    display: block;
}

.faq-one .accordion-box .block .content {
    position: relative;
    padding: 0 30px 30px 30px;
}

.faq-one .accordion-box .block .content .text {
    display: block;
    line-height: 1.70em;
    margin: 0;
    font-size: 16px;
}

.faq-one .image-col {
    position: relative;
    margin-bottom: 30px;
}

.faq-one .image-col .inner {
    position: relative;
    display: block;
}

.faq-one.style-two .accordion-box .block.active-block .acc-btn {
    border-bottom: 1px solid #DEDEDE;
}

.faq-one.style-two .accordion-box .block.active-block {
    border-bottom: 0px;
}

.faq-one.style-two .accordion-box .block .content {
    padding: 35px 30px 30px;
}

.faq-one.style-three {
    padding-top: 100px;
    padding-bottom: 90px;
}

.faq-one .accordion-box .block .bold-text {
    position: relative;
    color: #10221B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.faq-one .faq-gallery {
    position: relative;
    margin-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #DEDEDE;
}

.faq-one .faq-gallery .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.faq-one .faq-gallery .image img {
    position: relative;
    width: 100%;
    display: block;
}

.faq-one .map-boxed {
    position: relative;
    display: block;
    border-radius: 6px;
    text-align: center;
    padding: 40px 0px;
    border: 2px solid #1DC5CE;
}

.faq-one .map-boxed .icon {
    position: relative;
    color: #1DC5CE;
    font-size: 54px;
    line-height: 1em;
}

.faq-one .map-boxed h6 {
    position: relative;
    display: block;
    color: #1DC5CE;
    font-weight: 500;
    margin-top: 30px;
    line-height: 28px;
    margin-bottom: 0px;
}


/* Faq Tabs */

.faq-tabs {
    position: relative;
}

.faq-tabs .tab-btns {
    position: relative;
    margin-bottom: 25px;
}

.faq-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    font-weight: 500;
    margin-right: 25px;
    font-size: 16px;
    color: #505050;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    padding-bottom: 15px;
    transition: all 500ms ease;
}

.faq-tabs .tab-btns .tab-btn:hover,
.faq-tabs .tab-btns .tab-btn.active-btn {}

.faq-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: #1DC5CE;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-tabs .tab-btns .tab-btn:hover::before,
.faq-tabs .tab-btns .tab-btn.active-btn::before {
    width: 70%;
}

.faq-tabs .tabs-content {
    position: relative;
}

.faq-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.faq-tabs .tabs-content .tab.active-tab {
    display: block;
}

.faq-tabs .hotel-info {
    position: relative;
    min-height: 116px;
    padding-left: 145px;
    padding-top: 15px;
    margin-top: 30px;
}

.faq-tabs .hotel-info .hotel-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 116px;
    overflow: hidden;
    border-radius: 10px;
}

.faq-tabs .hotel-info .hotel-name {
    position: relative;
    font-weight: 600;
    color: #505050;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-tabs .hotel-info .list {
    position: relative;
}

.faq-tabs .hotel-info .list li {
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    color: #1DC5CE;
    display: inline-block;
}

.faq-tabs .hotel-info .list li span {
    position: relative;
    display: block;
    color: #8A8A8A;
    font-weight: 500;
}


/* Activity Block Two */

.activity-block-two {
    position: relative;
    margin-bottom: 30px;
}

.activity-block-two .inner-box {
    position: relative;
    display: block;
    padding: 0 0;
    border-radius: 8px;
    background: #f9fcff;
}

.activity-block-two .image-box {
    position: relative;
}

.activity-block-two .price {
    position: absolute;
    right: 20px;
    top: 30px;
    line-height: 20px;
    padding: 12px 10px 8px;
    border: 2px solid #1DC5CE;
    color: #1DC5CE;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}

.activity-block-two .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.activity-block-two .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.activity-block-two .inner-box:hover .image img {
    opacity: 0.75;
}

.activity-block-two .lower-content {
    position: relative;
    display: block;
    padding: 30px 20px 20px;
    border: 1px solid #E8E8E8;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.activity-block-two h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    margin-bottom: 20px;
}

.activity-block-two h4 a {
    color: #10221B;
}

.activity-block-two h4 a:hover {
    color: #1DC5CE;
}

.activity-block-two .ratings {
    position: relative;
    line-height: 20px;
}

.activity-block-two .ratings .stars {
    position: relative;
    float: left;
}

.activity-block-two .ratings .stars i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    color: #FC8F00;
}

.activity-block-two .ratings .stars i.empty {
    color: #BFBFBF;
}

.activity-block-two .ratings .rev {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}

.activity-block-two .ratings .rev a {
    color: #505050;
}

.activity-block-two .ratings .rev a:hover {
    color: #1DC5CE;
}

.activity-block-two .lower-content .text {
    position: relative;
    padding-top: 20px;
    line-height: 28px;
}

.activity-block-two .bottom-box {
    position: relative;
    padding-top: 18px;
    margin-top: 20px;
    border-top: 1px dashed #CFCFCF;
}

.activity-block-two .bottom-box li {
    position: relative;
    color: #505050;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
    border-right: 1px solid #7D7D7D;
}

.activity-block-two .bottom-box li .icon {
    position: relative;
    margin-right: 5px;
}

.activity-block-two .bottom-box li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}


/*Search Box Widget*/

.sidebar-column .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar-column .search-box .form-group input[type="text"],
.sidebar-column .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #DCDCDC;
    background-color: #ffffff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 58px;
    color: #8A8A8A;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar-column .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 22px;
    color: #707070;
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.sidebar-column .search-box .form-group input[type="text"]:focus,
.sidebar-column .search-box .form-group input[type="search"]:focus {}


/* Post Widget */

.popular-posts .post {
    position: relative;
    min-height: 85px;
    margin-bottom: 20px;
    padding-left: 110px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #C7C7C7;
}

.popular-posts .post:last-child {
    margin-bottom: 0;
    border-bottom: 0px;
    min-height: auto;
}

.popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 96px;
    border-radius: 5px;
    overflow: hidden;
}

.popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.30);
}

.popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1;
}

.popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.popular-posts .post .text {
    position: relative;
    top: 0px;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #505050;
    line-height: 28px;
    text-transform: capitalize;
}

.popular-posts .post .text a {
    color: #505050;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.popular-posts .post a:hover {
    color: #1dc5ce;
}

.popular-posts .post-info {
    position: relative;
    font-size: 15px;
    color: #7D7D7D;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 20px;
}

.popular-posts .post-info:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #39ccd4;
}


/*** 

====================================================================
  Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .blog-grid .news-block-one:nth-child(2n+0) .lower-content {
    margin-top: 0px;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-column .inner-column {
    position: relative;
    padding: 40px 30px 1px;
    border-radius: 10px;
    background-color: #f3f7fa;
}


/*** 

====================================================================
  Styled Pagination
====================================================================

***/

.sidebar-page-container .blog-grid .styled-pagination {
    margin-top: 40px;
}

.sidebar-page-container .blog-classic .styled-pagination {
    margin-top: 55px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 42px;
    width: 42px;
    min-width: 42px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    color: #505050;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border: 1px solid #DEDEDE;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: auto;
    border: 0px;
    font-weight: 600;
    padding-top: 2px;
    font-size: 18px;
    color: rgba(16, 34, 27, 0.60);
    text-transform: uppercase;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #1dc5ce;
    background-color: #1dc5ce;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    background: none;
    color: #1dc5ce;
}


/* News Block Two */

.news-block-two {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #CBCBCB;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    min-height: 100%;
}

.news-block-two .image-box {
    position: relative;
}

.news-block-two .image-box .image {
    position: relative;
    background: #101010;
    border-radius: 10px;
    overflow: hidden;
}

.news-block-two .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block-two .inner-box:hover .image img {
    opacity: 0.75;
}

.news-block-two .lower-content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.news-block-two .info {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #7D7D7D;
    margin-bottom: 15px;
}

.news-block-two .info .icon {
    position: relative;
    padding-right: 5px;
}

.news-block-two .category {
    position: relative;
    padding-left: 22px;
}

.news-block-two .category:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #1DC5CE;
}

.news-block-two h4 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #10221B;
    line-height: 1.35em;
    margin-top: 15px;
    margin-bottom: 0px;
}

.news-block-two h4 a {
    color: #10221B;
}

.news-block-two h4 a:hover {
    color: #1DC5CE;
}

.news-block-two .lower-content .text {
    position: relative;
    line-height: 28px;
    color: #2E2E2E;
    padding-right: 10px;
    margin-bottom: 30px;
}

.news-block-two .inner-box .overlay-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    padding: 30px 30px;
    border-radius: 8px;
    background-color: #ffffff;
}

.news-block-two .inner-box .read-more {
    position: relative;
    color: #1DC5CE;
    padding: 13px 25px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #1DC5CE;
    display: inline-block;
}

.news-block-two .inner-box .read-more .fa {
    position: relative;
    margin-left: 5px;
    top: 1px;
}

.news-block-two .inner-box .read-more:hover {
    color: #ffffff;
    border-color: #1DC5CE;
    background-color: #1DC5CE;
}

.news-detail {
    position: relative;
}

.news-detail .inner-box {
    position: relative;
}

.news-detail .inner-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.news-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-detail .lower-content {
    position: relative;
    padding-top: 30px;
}

.news-detail .lower-content .info {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #7D7D7D;
    margin-bottom: 15px;
}

.news-block-two .info .icon {
    position: relative;
    padding-right: 5px;
}

.news-detail .lower-content h4 {
    color: #10221B;
    font-weight: 700;
    text-transform: uppercase;
}

.news-detail .lower-content p {
    position: relative;
    color: #505050;
    line-height: 28px;
    margin-bottom: 20px;
}

.news-detail .lower-content .feature-list {
    position: relative;
    margin-bottom: 25px;
}

.news-detail .lower-content .feature-list li {
    position: relative;
    padding-left: 32px;
    color: #2E2E2E;
    font-size: 16px;
    margin-bottom: 15px;
}

.news-detail .lower-content .feature-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/check-icon.png);
}

.news-detail .lower-content .feature-list li:last-child {
    margin-bottom: 0px;
}

.news-detail .lower-content .gallery-box {
    position: relative;
    margin-top: 30px;
}

.news-detail .lower-content .gallery-box .column {
    margin-bottom: 30px;
}

.news-detail .lower-content blockquote {
    position: relative;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #f3f7fa;
    padding: 25px 30px 22px 35px;
}

.news-detail .lower-content blockquote span {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    font-style: normal;
    margin-top: 10px;
    text-transform: uppercase;
}

.news-detail .lower-content blockquote span:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 7px;
    height: 7px;
    background-color: #1dc5ce;
}

.news-detail .lower-content blockquote .quote-icon {
    position: absolute;
    right: 50px;
    top: 35px;
}

.news-detail .post-share-options {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #C7C7C7;
}

.news-detail .post-share-options .tags {
    position: relative;
}

.news-detail .post-share-options .tags .tag {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    margin-right: 15px;
}

.news-detail .post-share-options .tags a {
    position: relative;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #1dc5ce;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-detail .post-share-options .tags a:hover {
    background-color: #1dc5ce;
    color: #ffffff;
}


/* Author Box */

.blog-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 40px 50px 40px;
    background-color: #f3f7fa;
}

.blog-author-box .author-inner {
    position: relative;
    padding-top: 10px;
    padding-left: 150px;
}

.blog-author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-author-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-author-box .name {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #10221B;
}

.blog-author-box .text {
    color: #505050;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-author-box .social-icons {
    position: absolute;
    right: 0px;
    top: 5px;
}

.blog-author-box .social-icons li {
    position: relative;
    margin-left: 3px;
    display: inline-block;
}

.blog-author-box .social-icons li a {
    position: relative;
    width: 28px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: rgba(29, 197, 206, 0.40);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(29, 197, 206, 0.40);
}

.blog-author-box .social-icons li a:hover {
    color: #ffffff;
    border-color: #1DC5CE;
    background-color: #1DC5CE;
}

.news-detail .more-posts {
    position: relative;
    padding-bottom: 35px;
    border-bottom: 1px dashed #C7C7C7;
}

.news-detail .more-posts a {
    position: relative;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 4px;
    margin-right: 10px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid rgba(29, 197, 206, 0.50);
}

.news-detail .more-posts a:hover {
    color: #ffffff;
    border-color: #1DC5CE;
    background-color: #1DC5CE;
}

.news-detail .more-posts .grid-icon {
    position: absolute;
    left: 50%;
    top: -5px;
    color: #1dc5ce;
    font-size: 36px;
    display: inline-block;
    transform: translateX(-50%);
}

.news-detail .carousel-box {
    position: relative;
    padding-top: 30px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #C7C7C7;
}

.news-detail .carousel-box .owl-dots {
    display: none;
}

.news-detail .carousel-box .owl-nav {
    position: absolute;
    right: 0px;
    top: -50px;
}

.news-detail .carousel-box .owl-nav .owl-prev,
.news-detail .carousel-box .owl-nav .owl-next {
    color: #1dc5ce;
    font-size: 24px;
    margin-left: 30px;
    display: inline-block;
}

.news-detail .carousel-box h5 {
    display: block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.news-detail .carousel-box .image-column {
    position: relative;
}

.news-detail .carousel-box .image-column .inner-column {
    position: relative;
}

.news-detail .carousel-box .image-column .image {
    position: relative;
}

.news-detail .carousel-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-detail .carousel-box .content-column {
    position: relative;
}

.news-detail .carousel-box .content-column .inner-column {
    position: relative;
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px dashed #1dc5ce;
    min-height: 100%;
}

.news-detail .carousel-box .info {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #7D7D7D;
    margin-bottom: 21px;
}

.news-detail .carousel-box .info .icon {
    position: relative;
    padding-right: 5px;
}

.news-detail .carousel-box h4 {
    position: relative;
    font-weight: 700;
    color: #10221B;
    line-height: 1.35em;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.news-detail .carousel-box h4 a {
    color: #10221B;
}

.news-detail .carousel-box h4 a:hover {
    color: #1DC5CE;
}

.news-detail .carousel-box .text {
    position: relative;
    padding-right: 10px;
}


/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #C7C7C7;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h5 {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 16px;
    font-weight: 600;
    color: #10221B;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #7D7D7D;
    display: inline-block;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    color: #1DC5CE;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #000000;
}


/*** 

====================================================================
  Comment Form
====================================================================

***/

.comment-form .form-group {
    margin-bottom: 5px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 0px;
    color: #505050;
    height: 54px;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    border-bottom: 2px solid rgba(29, 197, 206, 0.30);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: rgba(29, 197, 206, 0.80);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 25px;
    color: #505050;
    height: 140px;
    font-size: 16px;
    resize: none;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    border-bottom: 2px solid rgba(29, 197, 206, 0.30);
}


/*** 

====================================================================
  Terms Section
====================================================================

***/

.terms-section {
    position: relative;
    padding: 120px 0px 60px;
}

.terms-section .text-col {
    position: relative;
}

.terms-section .term-block {
    position: relative;
    margin-bottom: 60px;
}

.terms-section .term-block .inner {
    position: relative;
    display: block;
}

.terms-section .term-block .title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 30px;
}

.terms-section .term-block .title h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0;
}

.terms-section .term-block .text {
    position: relative;
}


/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faq-two {
    position: relative;
    padding: 120px 0px 60px;
}

.faq-two .floated-icon {
    position: absolute;
}

.faq-two .floated-icon.left {
    left: 100px;
    top: 240px;
}

.faq-two .floated-icon.right {
    right: 90px;
    bottom: 230px;
}

.faq-two .title-box {
    max-width: 880px;
    margin-bottom: 40px;
}

.faq-two .text-col {
    position: relative;
}

.faq-two .faq-block {
    position: relative;
    margin-bottom: 60px;
}

.faq-two .faq-block .inner {
    position: relative;
    display: block;
}

.faq-two .faq-block .title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 30px;
}

.faq-two .faq-block .title h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0;
}

.faq-two .faq-block .text {
    position: relative;
}

.faq-two .tabs-box {
    position: relative;
}

.faq-two .tabs-box .tab-buttons {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.faq-two .tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    min-width: 82px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #10221B;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.0);
    border-radius: 30px 30px;
    margin: 0 0px 20px;
    cursor: pointer;
}

.faq-two .tabs-box .tab-buttons .tab-btn.active-btn {
    color: #1DC5CE;
    border-color: #1DC5CE;
}

.faq-two .tabs-box .tabs-content {
    position: relative;
}

.faq-two .tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.faq-two .tabs-box .tabs-content .active-tab {
    display: block;
}


/*** 

====================================================================
  Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 120px 0px 0px;
}

.gallery-section .title-box {
    margin-bottom: 40px;
}

.gallery-section .mixitup-gallery .filter-tabs li {
    border: 1px solid transparent;
    line-height: 28px;
}

.gallery-section .mixitup-gallery .filter-tabs li.active {
    border-color: #1DC5CE;
    color: #1DC5CE;
    background: none;
}

.gallery-section .outer-container {
    position: relative;
    padding: 0 20px;
}

.gallery-section .floated-icon {
    position: absolute;
    right: 100px;
    top: 70px;
}

.gallery-section .title-box {
    max-width: 900px;
}

.gallery-section .load-more {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.gallery-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .gallery-block {
    margin-bottom: 0;
}

.gallery-section .row {
    margin: 0 -10px;
}

.gallery-section .row .gallery-block {
    padding: 0 10px;
    margin-bottom: 20px;
}

.gallery-block .inner-box {
    position: relative;
    display: block;
    background: #101010;
    padding: 0 0;
    overflow: hidden;
}

.gallery-block .image-box {
    position: relative;
    text-align: center;
}

.gallery-block .image-box .image {
    position: relative;
    background: #101010;
    overflow: hidden;
}

.gallery-block .inner-box:hover .image-box .image:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block .image-box .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001111;
    z-index: 1;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
}

.gallery-block .inner-box:hover .image-box .image:before {
    opacity: 0.40;
}

.gallery-block .image-box .image img {
    position: relative;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block .inner-box:hover .image img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.gallery-block .inner-box:hover .zoom-btn {
    top: 50%;
    transition-delay: 300ms;
}

.gallery-block .zoom-btn {
    position: absolute;
    left: 50%;
    top: 60%;
    margin: -40px 0 0 -40px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}

.gallery-block .inner-box:hover .zoom-btn {
    opacity: 1;
}

.gallery-block .zoom-btn .icon {
    position: relative;
    display: block;
}


/*** 

====================================================================
  404 Section
====================================================================

***/

.error-page {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.error-page .not-found {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 140px 0px 170px;
    overflow-y: auto;
}

.error-page .image-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.not-found .auto-container {
    max-width: 900px;
}

.not-found .not-found-inner {
    position: relative;
    display: block;
    text-align: center;
}

.not-found .cloud {
    position: absolute;
}

.not-found .cloud-left {
    position: absolute;
    left: 10%;
    top: 240px;
    width: 190px;
}

.not-found .cloud-right {
    position: absolute;
    right: 10%;
    top: 240px;
    width: 210px;
}

.not-found .image-box {
    position: relative;
    margin-bottom: 60px;
}

.not-found h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}

.not-found .text {
    max-width: 740px;
    margin: 0 auto;
}

.not-found .link-box {
    position: relative;
    padding-top: 40px;
}


/*** 

====================================================================
  Booking Section
====================================================================

***/

.booking-section {
    position: relative;
    padding: 120px 0px 120px;
}

.booking-section .floated-icon {
    position: absolute;
}

.booking-section .floated-icon.left {
    left: 100px;
    top: 100px;
}

.booking-section .floated-icon.right {
    right: 90px;
    bottom: 120px;
}

.booking-section .title-box {
    max-width: 670px;
    margin-bottom: 60px;
}

.booking-section .title-box h2 {
    text-transform: none;
}

.booking-section .booking-form {
    position: relative;
    padding: 40px 40px 15px;
    background: #F3F7FA;
}

.booking-section .booking-form h6 {
    margin-bottom: 30px;
    color: #1DC5CE;
    font-weight: 600;
}

.booking-section .booking-form .rates {
    position: relative;
    padding-top: 20px;
}

.booking-section .booking-form .rates .rate-block {
    position: relative;
    display: inline-block;
    color: #10221B;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: top;
    margin-right: 50px;
}

.booking-section .booking-form .rates .rate-block .price {
    color: #7d7d7d;
}


/*** 

====================================================================
  Login Section
====================================================================

***/

.login-section {
    position: relative;
    padding: 120px 0px;
}

.login-section .auto-container {
    max-width: 720px;
}

.login-section .login-form {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    padding: 40px 40px 10px;
    background: #F3F7FA;
}

.login-section .login-form h5 {
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 700;
}

.login-section .login-form .remember {
    position: relative;
    float: left;
}

.login-section .login-form .check-block {
    margin-bottom: 0;
}

.login-section .login-form .forgot-pass {
    position: relative;
    float: right;
    line-height: 28px;
}

.login-section .login-form .forgot-pass a {
    position: relative;
    color: #505050;
}

.login-section .login-form .forgot-pass a:hover {
    text-decoration: underline;
}

.login-section .lower-link {
    position: relative;
    text-align: center;
    line-height: 1.70em;
    margin-top: 60px;
}

.login-section .lower-link a {
    color: #1DC5CE;
    text-decoration: underline;
}


/*** 

====================================================================
  Signup Section
====================================================================

***/

.signup-section {
    position: relative;
    padding: 120px 0px;
}

.signup-section .auto-container {
    max-width: 720px;
}

.signup-section .signup-form {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    padding: 40px 40px 10px;
    background: #F3F7FA;
}

.signup-section .signup-form h5 {
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 700;
}

.signup-section .lower-link {
    position: relative;
    text-align: center;
    line-height: 1.70em;
    margin-top: 60px;
}

.signup-section .lower-link a {
    color: #1DC5CE;
    text-decoration: underline;
}


/*** 

====================================================================
  Reset Password Section
====================================================================

***/

.reset-section {
    position: relative;
    padding: 120px 0px;
}

.reset-section .auto-container {
    max-width: 720px;
}

.reset-section .reset-form {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    padding: 40px 40px 10px;
    background: #F3F7FA;
}

.reset-section .reset-form h5 {
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 700;
}

.reset-section .lower-link {
    position: relative;
    text-align: center;
    line-height: 1.70em;
    margin-top: 60px;
}

.reset-section .lower-link a {
    color: #1DC5CE;
    text-decoration: underline;
}

.reset-section .invalid-alert {
    position: relative;
    display: block;
    font-weight: 500;
    color: #1DC5CE;
    padding: 15px 20px;
    line-height: 24px;
    background: #D3F0F4;
}

.reset-section .invalid-alert i {
    font-size: 18px;
    padding-right: 15px;
}


/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 120px 0px 0px;
}

.contact-section .floated-icon {
    position: absolute;
}

.contact-section .floated-icon.right {
    right: 70px;
    top: 120px;
}

.contact-section .floated-icon.right-2 {
    right: 90px;
    bottom: 250px;
}

.contact-section .title-box {
    max-width: 670px;
    margin-bottom: 60px;
}

.contact-section .title-box h2 {
    text-transform: none;
}

.contact-section .contact-form {
    position: relative;
    padding: 40px 40px 15px;
    background: #F3F7FA;
}

.contact-section .info-section {
    position: relative;
    margin-bottom: 90px;
}

.info-section .info-block {
    position: relative;
    margin-bottom: 30px;
}

.info-section .info-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 30px;
    background: #ffffff;
    border: 1px dashed #1DC5CE;
    min-height: 100%;
    border-radius: 8px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-section .info-block .inner-box:hover {
    box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.20);
}

.info-section .info-block .map-icon {
    position: relative;
    margin-bottom: 30px;
}

.info-section .info-block h5 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-section .info-block .address {
    position: relative;
    margin-bottom: 20px;
}

.info-section .info-block .phone {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #1DC5CE;
    line-height: 24px;
}

.info-section .info-block .phone a {
    color: #1DC5CE;
    text-decoration: underline;
}


/*** 

====================================================================
  Find Us Section
====================================================================

***/

.find-us {
    position: relative;
    padding: 120px 0px 100px;
}

.find-us .title-box {
    max-width: 670px;
    margin-bottom: 80px;
}

.find-us .title-box h2 {
    text-transform: none;
}

.find-us .floated-icon.left {
    position: absolute;
    left: 10%;
    top: 150px;
}

.find-us .floated-icon.right {
    position: absolute;
    right: 80px;
    bottom: 110px;
}

.find-us .text-col {
    position: relative;
    margin-bottom: 30px;
}

.find-us .text-col .inner {
    position: relative;
    display: block;
}

.find-us .accordion-box {
    position: relative;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    border-radius: 8px;
    margin: 0;
}

.find-us .accordion-box ::marker {
    display: none;
}

.find-us .accordion-box .block {
    position: relative;
    list-style: none;
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

.find-us .accordion-box .block:last-child {
    border-bottom: none;
}

.find-us .accordion-box .block.active-block {}

.find-us .accordion-box .block .acc-btn {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
    cursor: pointer;
    padding: 30px 90px 30px 30px;
}

.find-us .accordion-box .block.active-block .acc-btn {}

.find-us .accordion-box .block .acc-btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #1DC5CE;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.find-us .accordion-box .block .acc-btn.active i {
    background: #8A8A8A;
    transform: rotate(180deg);
}

.find-us .accordion-box .block .acc-content {
    position: relative;
    width: 100%;
    display: none;
}

.find-us .accordion-box .active-block .acc-content {
    display: block;
}

.find-us .accordion-box .block .content {
    position: relative;
    padding: 0 30px 30px 30px;
}

.find-us .accordion-box .block .content .text {
    display: block;
    line-height: 1.70em;
    margin: 0;
    font-size: 16px;
}

.find-us .map-col {
    position: relative;
    margin-bottom: 30px;
}

.find-us .map-col .inner {
    position: relative;
    display: block;
    padding-top: 90px;
}

.find-us .map-col .map {
    position: relative;
    display: block;
}

.find-us .map-col .map .map-image {
    position: relative;
    display: block;
}

.find-us .map-col .map .map-image svg {
    position: relative;
    display: block;
    width: 100%;
}

.find-us .map-col .map .loc-point {
    position: absolute;
    width: 50px;
    height: 60px;
    z-index: 1;
}

.find-us .map-col .map .loc-point:hover {
    z-index: 2;
}

.find-us .map-col .map .loc-1 {
    left: 16%;
    top: 0%;
}

.find-us .map-col .map .loc-2 {
    left: 16%;
    top: 40%;
}

.find-us .map-col .map .loc-3 {
    left: 52%;
    top: 40%;
}

.find-us .map-col .map .loc-4 {
    left: 80%;
    top: 5%;
}

.find-us .map-col .map .loc-point .loc-icon {
    position: absolute;
    width: 44px;
    height: 60px;
}

.find-us .map-col .map .loc-point .loc-icon img {
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.find-us .map-col .map .loc-point:hover .loc-icon img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.find-us .map-col .map .loc-point .loc-popup {
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 100%;
    width: 200px;
    padding: 20px 16px;
    font-size: 14px;
    color: #505050;
    line-height: 25px;
    background: #ffffff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.find-us .map-col .map .loc-point:hover .loc-popup {
    opacity: 1;
    visibility: visible;
}

.find-us .map-col .map .loc-point .text {
    font-size: 14px;
}

.find-us .map-col .map .loc-point .link {
    position: relative;
    font-weight: 500;
}

.find-us .map-col .map .loc-point .link a {
    color: #1DC5CE;
    text-decoration: underline;
}

.map-section {
    position: relative;
}

.map-section .map-box {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background: #f0f0f0;
}

.map-section .map-box iframe,
.map-section .map-box .map-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}


/** product-details **/

.product-details {
    position: relative;
    padding: 120px 0px 60px 0px;
}

.product-details .basic-details {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 55px;
}

.product-details .basic-details .image-column {
    position: relative;
    margin-bottom: 40px;
}

.product-details .basic-details .image-column .inner {
    position: relative;
    display: block;
}

.product-details .basic-details .carousel-box {
    position: relative;
    padding-left: 100px;
}

.product-details .basic-details .carousel-box .slider-box {
    position: relative;
}

.product-details .basic-details .carousel-box .slider-box .slide-block .image {
    position: relative;
    display: block;
}

.product-details .basic-details .carousel-box .slider-box .slide-block .image img {
    display: block;
    width: 100%;
}

.product-details .basic-details .carousel-box .slider-box .slide-block .zoom-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.product-details .basic-details .carousel-box .slider-box .bx-controls {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    max-width: 100%;
}

.product-details .basic-details .carousel-box .slider-box .bx-controls .bx-prev {
    position: absolute;
    left: 15px;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #505050;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.product-details .basic-details .carousel-box .slider-box .bx-controls .bx-next {
    position: absolute;
    right: 15px;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #505050;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.product-details .basic-details .carousel-box .pagers-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}

.product-details .basic-details .carousel-box .pagers-box .pager-item {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.product-details .basic-details .carousel-box .pagers-box .pager-item img {
    display: block;
    width: 70px;
    height: 70px;
}

.product-details .basic-details .carousel-box .pagers-box .pager-item.active img {
    -webkit-filter: grayscale(100%);
}

.product-details .content-column {
    position: relative;
    margin-bottom: 40px;
}

.product-details .product-details-content {
    position: relative;
}

.product-details .product-details-content .avail {
    position: relative;
    margin-bottom: 15px;
}

.product-details .product-details-content .avail span {
    position: relative;
    display: inline-block;
    padding: 5px 14px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #1DC5CE;
    border-radius: 15px;
}

.product-details .product-details-content h4 {
    position: relative;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.product-details .product-details-content .rating-box {
    position: relative;
    font-size: 15px;
    color: #FC8F00;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.product-details .product-details-content .rating-box li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    color: #FC8F00;
    font-size: 15px;
    margin-right: 4px;
}

.product-details .product-details-content .rating-box li .empty {
    color: #BFBFBF;
}

.product-details .product-details-content .rating-box li:last-child {
    margin-right: 0px;
}

.product-details .product-details-content .reviews {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #505050;
    line-height: 24px;
    vertical-align: top;
    margin-left: 10px;
}

.product-details .product-details-content .reviews a {
    position: relative;
    font-size: 14px;
    color: #505050;
    font-weight: 500;
    line-height: 24px;
}

.product-details .product-details-content .item-price {
    position: relative;
    display: block;
    margin: 15px 0px 25px 0px;
}

.product-details .product-details-content .item-price span {
    position: relative;
    font-size: 24px;
    color: #1DC5CE;
    line-height: 30px;
    font-weight: 700;
}

.product-details .product-details-content .text {
    position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #CBCBCB;
}

.product-details .basic-details .color-range {
    position: relative;
    margin-bottom: 28px;
}

.product-details .basic-details .color-range .c-title {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #10221B;
}

.product-details .basic-details .color-range .colors {
    position: relative;
    float: left;
    margin-top: 7px;
    margin-left: 15px;
}

.product-details .basic-details .color-range .clr {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: none;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.product-details .basic-details .color-range .clr:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #8F1818;
    border-radius: 50%;
    opacity: 0;
}

.product-details .basic-details .color-range .clr:hover,
.product-details .basic-details .color-range .clr:active,
.product-details .basic-details .color-range .clr:focus {
    transform: scale(1.2);
}

.product-details .basic-details .color-range .clr-one {
    background: #8F1818;
}

.product-details .basic-details .color-range .clr-two {
    background: #A45A3F;
}

.product-details .basic-details .color-range .clr-three {
    background: #F7A56F;
}

.product-details .basic-details .color-range .clr-four {
    background: #CBB487;
}

.cart-section .quantity-box {
    position: relative;
    display: inline-block;
    min-width: 140px;
    margin: 0 auto;
}

.quantity-box .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 140px;
    width: 100%;
    float: left;
    padding: 0px 45px;
}

.quantity-box .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 144px;
    width: 100%;
    height: 50px;
}

.quantity-box .item-quantity input.qty-spinner {
    line-height: 44px;
    height: 44px;
    width: 50px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
    border: none;
    border-radius: 0;
}

.quantity-box .item-quantity input.qty-spinner:focus {
    background: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    position: absolute;
    height: 44px;
    width: 44px;
    background: #F5F7F7;
    padding: 6px 0px !important;
    line-height: 30px;
    left: -40px;
    top: -44px;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    position: absolute;
    height: 44px;
    width: 40px;
    background: #F5F7F7;
    padding: 6px 0px !important;
    line-height: 30px;
    right: -40px;
    top: -44px;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    margin-top: 0px;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: #0c2957;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: #0c2957;
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
    left: 14px;
    font-size: inherit !important;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.product-details .product-details-content .other-options .link-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.product-details .product-details-content .other-options .quantity-box {
    position: relative;
    float: left;
    top: 6.5px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 50px;
}

.product-details .product-details-content .other-options .link-box .btn-style-two {
    padding: 11px 25px;
    border-radius: 6px;
}

.product-details .product-details-content .other-options .link-box .btn-style-two i {
    padding-left: 0;
}

.product-details .product-details-content .other-options .link-box .add-wishlist {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding: 13px 0 11px;
    color: #10221B;
    font-weight: 500;
    background: none;
    margin-left: 15px;
}

.product-details .product-details-content .other-options .link-box .add-wishlist:hover {
    color: #1DC5CE;
}

.product-details .product-details-content .other-options .link-box .add-wishlist i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 18px;
    padding-right: 0px;
}

.product-details .product-details-content .other-options {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #CBCBCB;
}

.product-details .product-details-content .product-cat {
    position: relative;
    line-height: 28px;
    margin-bottom: 7px;
}

.product-details .product-details-content .product-cat strong {
    position: relative;
    color: #10221B;
    font-size: 16px;
    font-weight: 500;
}

.product-details .product-details-content .product-cat a {
    position: relative;
    color: #8A8A8A;
    font-size: 14px;
}

.product-details .product-description .tabs-box {
    position: relative;
}

.product-details .product-description .tabs-box .tabs-content {
    position: relative;
}

.product-details .product-description .tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.product-details .product-description .tabs-box .tabs-content .active-tab {
    display: block;
}

.product-details .product-description .tab-btn-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.product-details .product-description .tab-btn-box .tab-btns {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.product-details .product-description .tab-btn-box .tab-btns:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #E8E8E8;
    left: 25px;
    right: 25px;
    bottom: 0;
}

.product-details .product-description .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #505050;
    border-bottom: 3px solid rgba(0, 0, 0, 0.0);
    text-align: center;
    padding: 0 0 10px;
    line-height: 24px;
    margin: 0px 25px;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
}

.product-details .product-description .tab-btn-box .tab-btns li.active-btn,
.product-details .product-description .tab-btn-box .tab-btns li:hover {
    color: #505050;
    border-color: #1DC5CE;
}

.product-details .product-description .tabs-content .text-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #10221B;
}

.product-details .product-description .tabs-content .text-content p {
    position: relative;
    font-size: 16px;
    margin-bottom: 40px;
}

.product-details .product-description .tabs-content .text-content ul li {
    position: relative;
    padding-left: 36px;
    color: #2E2E2E;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}

.product-details .product-description .tabs-content .text-content ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/check-icon.png);
}

.news-detail .lower-content .feature-list li:last-child {
    margin-bottom: 0px;
}

.product-details .product-description .customer-comment {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 60px;
}

.product-details .product-description .tabs-content .customer-comment .comment {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0 0 0 90px;
}

.product-details .product-description .tabs-content .customer-comment .comment .customer-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.product-details .product-description .tabs-content .customer-comment .comment .customer-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-details .product-description .tabs-content .customer-comment .comment .info {
    position: relative;
    margin-bottom: 0px;
}

.product-details .product-description .tabs-content .customer-comment .comment .info h6 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.product-details .product-description .tabs-content .customer-comment .comment .info span {
    position: relative;
    display: inline-block;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

.product-details .product-description .tabs-content .customer-comment .comment .rating {
    position: relative;
    color: #FC8F00;
    margin-bottom: 16px;
}

.product-details .product-description .tabs-content .customer-comment .comment .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    float: left;
    margin-right: 4px;
}

.product-details .product-description .tabs-content .customer-comment .comment .rating li .empty {
    color: #BFBFBF;
}

.product-details .product-description .tabs-content .customer-comment .comment p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.product-details .product-description .reply-box {
    position: relative;
}

.product-details .product-description .reply-box h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 35px;
}

.product-details .product-description .reply-inner {
    position: relative;
    display: block;
    background: #F3F7FA;
    padding: 40px 40px 10px 40px;
}

.product-details .product-description .tabs-content textarea {
    height: 220px;
}

.product-details .product-description .reply-box .add-rating {
    position: relative;
    font-size: 16px;
    color: #BFBFBF;
}

.product-details .product-description .reply-box .add-rating i {
    position: relative;
    margin-right: 4px;
}

.product-details .product-description .reply-box .add-rating:hover {
    color: #1DC5CE;
}

.product-details .product-description {
    position: relative;
    margin-bottom: 60px;
}

.product-details .related-product {
    position: relative;
}

.product-details .related-product h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #132728;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 45px;
}


/*** 

====================================================================
  Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    padding: 120px 0px;
}

.cart-section .cart-outer {
    position: relative;
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.cart-section .table-box {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 730px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
}

.cart-table thead tr th {
    font-size: 16px;
    color: #25283a;
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px dashed #CBCBCB;
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 0px;
}

.cart-table tbody tr {
    border-bottom: 1px dashed #CBCBCB;
}

.cart-table tbody tr:last-child {
    border-bottom: 0;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 20px 20px 20px 20px;
    min-width: 50px;
    text-align: center;
}

.cart-table tbody tr td.prod-column {
    padding-left: 0;
}

.cart-table tbody tr td.price {
    font-size: 16px;
    font-weight: 500;
    color: #8A8A8A;
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 17px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 200px;
    padding-left: 270px;
    padding-top: 90px;
    text-align: left;
    min-width: 250px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 200px;
    left: 0px;
    top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
    border-radius: 0;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #8A8A8A;
}

.cart-table tbody tr td.remove {
    position: relative;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 26px;
    color: #93949d;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove {
    text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
    color: #3cc88f;
    border-color: #3cc88f;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}


/*=== Counper Outer ===*/

.cart-section .coupon-outer {
    position: relative;
    border-top: 1px dashed #CBCBCB;
}

.cart-section .coupon-outer .content-box {
    position: relative;
    padding: 20px 0px 20px;
}

.cart-section .coupon-outer .link-box {}

.cart-section .coupon-outer .cart-btn {
    min-width: 150px;
    cursor: pointer;
    padding: 13px 30px;
    line-height: 30px;
    color: #101010;
    font-weight: 500;
    background: #F3F7FA;
    border-radius: 6px;
    cursor: pointer;
}

.cart-section .coupon-outer .cart-btn:hover {
    background: #1DC5CE;
    color: #ffffff;
}

.cart-section .apply-coupon {
    position: relative;
    float: left;
    max-width: 70%;
}

.cart-section .link-box {
    position: relative;
    float: right;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
}

.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 12px 30px;
    line-height: 30px;
    cursor: pointer;
}

.cart-section .apply-coupon .form-group input {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #8a8d91;
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, 0.0);
    height: 56px;
    width: 180px;
    background: #F3F7FA;
    margin-right: 20px;
    border-radius: 6px;
}

.cart-section .apply-coupon .form-group input[type="text"]:focus {
    border-color: #1DC5CE;
}

.cart-section .totals-column {
    position: relative;
}

.cart-section .totals-column .inner {
    position: relative;
    max-width: 370px;
    float: right;
    padding: 20px 20px;
    border: 1px dashed #F3F7FA;
    background: #F3F7FA;
    width: 100%;
}

.cart-total {
    position: relative;
}

.cart-total .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 26px;
}

.cart-section .totals-table {
    position: relative;
    border-radius: 3px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #25283a;
    text-align: right;
}

.cart-section .totals-table .col strong {
    font-weight: 500;
    font-size: 16px;
}

.cart-section .totals-table .col-title {
    text-align: left;
}

.cart-section .totals-table li {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 15px;
}

.cart-section .totals-table li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    padding-top: 15px;
    border-bottom: none;
}

.cart-section .totals-table li .total-price {
    color: #10221B;
}

.cart-section .totals-table .theme-btn .btn-title {}

.cart-section .totals-table .theme-btn {
    position: relative;
    cursor: pointer;
}


/*** 

====================================================================
  Wishlist Section style
====================================================================

***/

.wishlist-section {
    position: relative;
    padding: 120px 0px;
}

.wishlist-section .wishlist-outer {
    position: relative;
}

.wishlist-section .table-outer {
    position: relative;
    width: 100%;
}

.wishlist-section .table-box {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.wishlist-section .wishlist-table {
    width: 100%;
    min-width: 700px;
}

.wishlist-table figure {
    margin-bottom: 0;
}

.wishlist-table tbody tr {
    border-top: 1px dashed #CBCBCB;
}

.wishlist-table tbody tr:last-child {
    border-bottom: 0;
}

.wishlist-table tbody tr td {
    line-height: 24px;
    padding: 20px 20px 20px 20px;
    min-width: 50px;
}

.wishlist-table tbody tr td.image-column {
    padding-left: 0;
    width: 280px;
}

.wishlist-table tbody tr td.avail {
    padding-right: 0;
    width: 280px;
}

.wishlist-table tbody tr .prod-column h4 {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-bottom: 10px;
}

.wishlist-table tbody tr .prod-column .price {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-bottom: 10px;
}

.wishlist-table tbody tr .prod-column .price span {
    color: #1DC5CE;
}

.wishlist-table tbody tr .prod-column .date {
    font-size: 18px;
    color: #7D7D7D;
    font-weight: 400;
}

.wishlist-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 200px;
    padding-left: 250px;
    padding-top: 90px;
    text-align: left;
    min-width: 250px;
}

.wishlist-table tbody tr .prod-column .prod-thumb {
    position: relative;
    width: 200px;
    left: 0px;
    top: 0px;
}

.wishlist-table tbody tr .prod-column .prod-thumb img {
    display: block;
    width: 100%;
    border-radius: 0;
}

.wishlist-table tbody tr .avail .yes {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.wishlist-table tbody tr .avail .add-cart-btn {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 12px 25px;
    background: #10221B;
    color: #ffffff;
    border-radius: 6px;
}

.wishlist-table tbody tr .avail .add-cart-btn i {
    position: relative;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 15px;
}

.wishlist-table tbody tr .avail .add-cart-btn:hover {
    background: #1DC5CE;
}

.wishlist-section .wishlist-lower {
    position: relative;
    border-top: 1px dashed #CBCBCB;
    padding-top: 30px;
}

.wishlist-section .wishlist-lower .left {
    position: relative;
    float: left;
}

.wishlist-section .wishlist-lower .link-title {
    position: relative;
    float: left;
    line-height: 30px;
    padding-top: 13px;
}

.wishlist-section .wishlist-lower .link-form {
    position: relative;
    float: left;
    margin-left: 20px;
}

.wishlist-section .link-form .field {
    position: relative;
    float: left;
    margin-bottom: 0;
}

.wishlist-section .link-form .button {
    position: relative;
    float: left;
    margin-left: 20px;
}

.wishlist-section .link-form .field input {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #505050;
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, 0.0);
    height: 56px;
    width: 330px;
    background: #F3F7FA;
    border-radius: 6px;
}

.wishlist-section .link-form .field input:focus {
    border-color: #1DC5CE;
}

.wishlist-section .wishlist-lower .share {
    position: relative;
    float: right;
    padding-top: 13px;
}

.wishlist-section .wishlist-lower .share-title {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #7D7D7D;
    padding-right: 10px;
}

.wishlist-section .wishlist-lower .share-links {
    position: relative;
    float: left;
}

.wishlist-section .wishlist-lower .share-links li {
    position: relative;
    float: left;
    margin-left: 10px;
}

.wishlist-section .wishlist-lower .share-links li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    color: #1DC5CE;
    border: 1px solid #1DC5CE;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wishlist-section .wishlist-lower .share-links li a:hover {
    color: #ffffff;
    background: #1DC5CE;
}


/*** 

====================================================================
  CheckOut Sectioon
====================================================================

***/

.checkout-page {
    position: relative;
    padding: 120px 0px 90px;
}

.checkout-page .default-links {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 30px;
}

.checkout-page .default-links li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding: 25px 20px 25px 30px;
    color: #505050;
    background: #F3F7FA;
    font-weight: 400;
    border-radius: 0;
    margin-bottom: 15px;
}

.checkout-page .default-links li i.icon {
    padding-right: 20px;
}

.checkout-page .default-links li.with-border {
    font-weight: 500;
    border-top: 3px solid #505050;
}

.checkout-page .default-links li a {
    color: #1DC5CE;
    text-decoration: underline;
}

.checkout-page .default-links .coupon-form {
    position: relative;
}

.checkout-page .default-links .coupon-form .c-label {
    position: relative;
    margin-bottom: 10px;
}

.checkout-page .default-links .coupon-form .form-group {
    position: relative;
    padding-right: 185px;
    margin-bottom: 0;
}

.checkout-page .default-links .coupon-form .form-group .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-title {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 25px;
    font-weight: 700;
}

.billing-detail {
    position: relative;
}

.billing-detail .billing-column {
    position: relative;
}

.billing-detail .billing-form {
    position: relative;
    padding: 30px 30px 10px;
    background: #F3F7FA;
    margin-bottom: 30px;
}

.billing-detail .site-form form .form-group {
    margin-bottom: 20px;
}

.site-form .billing-detail form .form-group .f-label {
    font-weight: 400;
}


/*Payment Option*/

.checkout-page .order-box {
    position: relative;
    padding: 30px 30px 30px;
    background: #F3F7FA;
    margin-bottom: 30px;
}

.checkout-page .order-box .order-summary {
    position: relative;
}

.checkout-page .order-box .order-summary li {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    color: #10221B;
    margin-bottom: 10px;
}

.checkout-page .order-box .order-summary li.sum-head {
    margin-bottom: 25px;
}

.checkout-page .order-box .order-summary li.prod {
    font-weight: 400;
}

.checkout-page .order-box .order-summary li .ttl {
    position: relative;
    float: left;
}

.checkout-page .order-box .order-summary li .dtl {
    position: relative;
    float: right;
}

.checkout-page .payment-options {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #CBCBCB;
}

.checkout-page .payment-options h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #25283a;
    font-weight: 400;
    margin-bottom: 30px;
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 10px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
    margin-bottom: 12px;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    text-transform: capitalize;
    color: #505050;
    cursor: pointer;
    margin-bottom: 0;
}

.checkout-page .payment-options li .radio-option label strong {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
}

.checkout-page .payment-options li .radio-option label strong a {
    font-size: 15px;
    color: #3cc88f;
    margin-left: 25px;
    font-weight: 400;
    text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 7px;
    color: #1DC5CE;
    opacity: 1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.checkout-page .payment-options .agreement {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.checkout-page .payment-options .agreement label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    text-transform: capitalize;
    color: #1DC5CE;
    cursor: pointer;
    margin-bottom: 0;
}

.checkout-page .payment-options .agreement label a {
    color: #505050;
    text-decoration: underline;
}

.checkout-page .payment-options .agreement input[type="checkbox"] {
    position: absolute;
    left: 0px;
    color: #1DC5CE;
    top: 7px;
    opacity: 1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.checkout-page .payment-options .btn-box {
    position: relative;
}

.checkout-page .payment-options .theme-btn .btn-title {
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;
}


/*** 

====================================================================
  Cart Sidebar
====================================================================

***/

.cart-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 425px;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
    visibility: hidden;
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

.visible-cart-bar .cart-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.cart-sidebar .cart-side-inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 160px;
    padding: 30px 30px;
    overflow-y: auto;
}

.cart-sidebar .cart-side-header {
    position: relative;
}

.cart-sidebar .cart-side-header h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.cart-sidebar .closer-btn {
    position: absolute;
    right: 0;
    top: -7px;
    width: 70px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(246, 57, 57, 0.15);
    color: #FF0000;
    cursor: pointer;
    z-index: 1;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-sidebar .closer-btn:hover {
    color: #ffffff;
    background: #FF0000;
}

.cart-sidebar .prod-block {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #CBCBCB;
}

.cart-sidebar .prod-block .prod-inner {
    position: relative;
    padding-left: 110px;
    min-height: 90px;
}

.cart-sidebar .prod-block .prod-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
}

.cart-sidebar .prod-block .prod-thumb img {
    width: 90px;
}

.cart-sidebar .prod-block .remove-item {
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 20px;
    z-index: 1;
}

.cart-sidebar .prod-block .remove-item a {
    color: #707070;
}

.cart-sidebar .prod-block .remove-item a:hover {
    color: #1DC5CE;
}

.cart-sidebar .prod-block .prod-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 16px;
}

.cart-sidebar .prod-block .prod-title a {
    color: #505050;
}

.cart-sidebar .prod-block .calculations {
    position: absolute;
    bottom: 2px;
    right: 0;
}

.cart-sidebar .prod-block .calculations span {
    color: #1DC5CE;
}

.cart-sidebar .lower-content {
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 30px;
    padding: 30px 0px 30px;
    border-top: 1px dashed #CBCBCB;
}

.cart-sidebar .lower-content .count {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.cart-sidebar .lower-content .count .ttl {
    position: relative;
    float: left;
}

.cart-sidebar .lower-content .count .dtl {
    position: relative;
    float: right;
    color: #1DC5CE;
}

.cart-sidebar .lower-content .links {
    position: relative;
    margin-top: 20px;
}

.cart-sidebar .lower-content .links .theme-btn {
    min-width: 164px;
}

.cart-sidebar .lower-content .links .left {
    position: relative;
    float: left;
}

.cart-sidebar .lower-content .links .left .theme-btn {
    background: #F5F7F7;
    border-color: #F5F7F7;
    color: #000000;
}

.cart-sidebar .lower-content .links .right {
    position: relative;
    float: right;
}

.cart-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    background: #10221B;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-cart-bar .cart-backdrop {
    opacity: 0.80;
    visibility: visible;
}

.visible-cart-bar .main-header {
    z-index: 3;
}

body.visible-cart-bar {
    overflow-y: hidden;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--thm-primary);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 990;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
}


/* Bob Up Down*/

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.main-footer .floated-icon,
.products-section .floated-icon.left,
.news-section .floated-icon.left,
.news-section .floated-icon.right,
.banner-two .slide-item .banner-image,
.products-section .floated-icon.right,
.banner-two .floated-icon.right,
.about-two .image-col .image,
.about-us .image-col .image-box,
.subscribe-section .image-col .inner .image,
.team-single .floated-icon.right,
.gallery-section .floated-icon,
.dest-section .floated-icon.left,
.dest-section .floated-icon.right,
.faq-one .image-col .inner .image-box,
.dest-tours .floated-icon.left,
.dest-tours .floated-icon.right,
.not-found .image-box,
.about-two .floated-icon.left,
.find-us .floated-icon.left,
.find-us .floated-icon.right,
.team-section.alternate-2 .floated-icon.right,
.team-section.alternate-2 .floated-icon.left,
.why-section .image-col .inner .image-box,
.banner-section .slide-item .banner-image .image,
.col-lg-6 div.inner .image-box {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.hero_aria {
    background: linear-gradient(287.78deg, #dc9ca1 3.17%, #db7272 100%);
    padding-bottom: 410px;
    padding-top: 90px;
    position: relative;
    z-index: 2;
}

.hero_aria::after {
    position: absolute;
    content: "";
    background-image: url(../images/joinus_bg.png)!important;
    width: 100%;
    height: 59%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}