/*--------------------------------------------------------------
>>> 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: #d7000f;
    --thm-base-rgb: 255, 188, 69;
    --thm-primary: #d7000f;
    --thm-primary-rgb: 255, 89, 89;
    --thm-black: #162f62;
    --thm-black-rgb: 22, 47, 98;
}

body {
    font-family: var(--thm-font);
    /* font-size: 14px; */
    line-height: 32px;
    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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #f0c2a2 51%, #f0c2a2 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: #fff;
}


/* 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, #1aa175 0%, #07918c 51%, #f0c2a2 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, #1aa175 0%, #07918c 51%, #f0c2a2 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: #f0c2a2;
    background-image: linear-gradient(90deg, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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: #f0c2a2;
    background-image: linear-gradient(90deg, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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: #f0c2a2;
    -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, #f0c2a2 0%, #d7000f 51%, #f0c2a2 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: #d7000f;
    color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    border-color: var(--thm-primary);
    background-color: #d7000f;
    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, #f0c2a2 0%, #d7000f 51%, #f0c2a2 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, #1aa175 0%, #07918c 51%, #f0c2a2 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, #f0c2a2 0%, #d7000f 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: 450px;
    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, #f0c2a2 0%, #d7000f 100%); */
    color: #f8f9fa;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    box-shadow: 0px 20px 30px 0px #17a2b8;
    top: 5px;
    background-image: linear-gradient(90deg, #1aa175 0%, #07918c 51%, #f0c2a2 100%)!important;
}


/* 
.contact-two__info-single:nth-child(1) .contact-two__info-icon i {
    background-image:linear-gradient(-45deg, #f0c2a2 0%, #d7000f 100%);
}

.contact-two__info-single:nth-child(2) .contact-two__info-icon i {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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: #d7000f; */
    margin-bottom: 7px;
    background-image: linear-gradient(90deg, #1aa175 0%, #07918c 51%, #f0c2a2 100%)!important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color {
    background-image: linear-gradient(90deg, #1aa175 0%, #07918c 51%, #f0c2a2 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;
    background-image: linear-gradient(90deg, #1aa175 0%, #07918c 51%, #f0c2a2 100%)!important;
    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, #1aa175 0%, #07918c 51%, #f0c2a2 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, #f0c2a2 0%, #d7000f 51%, #f0c2a2 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 51%, #f0c2a2 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 100%);
}

.sidebar__contact-list li:nth-child(3) i {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 100%);
}

.portfolio-details__info-single:nth-child(3) .portfolio-details__info-title i {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 100%);
}

.faq-one .accrodion:nth-child(3) .accrodion-title h4::before {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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: 214px;
    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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 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, #f0c2a2 0%, #d7000f 100%);
}

.service-details__list li:nth-child(3) i {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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 #f0c2a2;
    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 #f0c2a2;
    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, #f0c2a2 0%, #d7000f 100%);
}

.about-one__box:nth-child(2) .about-one__box-icon i {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 100%);
}

.about-one__box:nth-child(3) .about-one__box-icon i {
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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;
}

[class*=about-two__bg-shape-] {
    position: absolute;
}

.about-two__bg-shape-1 {
    top: -265px;
    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, #d7000f 0%, #f0c2a2 51%, #d7000f 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: #f0c2a2;
    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: #f0c2a2;
}

.octf-btn-secondary.octf-btn-white i {
    background: #f0c2a2;
}

.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: #d82531 !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;
}

.MANTEE_contact_step_body .is-process {
    color: #d7000f !important;
}

.el-checkbox__label {
    vertical-align: -1px;
}

.el-step__head.is-finish {
    color: #d7000f!important;
}

.el-step.is-simple .el-step__head {
    font-size: 18px!important;
}

.el-step__title.is-finish {
    color: #d7000f!important;
}

.flaticon-right-arrow-1:before {
    content: "→";
}

.octf-btn-secondary {
    background: #f0c2a2;
}

.octf-btn-secondary i {
    color: #f0c2a2;
}

.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: #d7000f!important;
}

.el-select .el-input__inner:focus {
    border-color: #d7000f!important;
}

.el-select-dropdown__item.selected {
    color: #d7000f!important;
}

.el-select {
    width: 100%;
}

.MANTEE_contact_body {
    padding-top: 0;
    width: 100%;
}

.MANTEE_contact_h2 {
    font-size: 22px;
    font-weight: bold;
}

.MANTEE_contact_h5 {
    font-size: 14px;
}

.MANTEE_contact_step_body {
    margin: 0 auto;
}

.MANTEE_contact_form_body {
    margin: 0 auto;
}

.MANTEE_contact_form_body {
    margin-top: 15px;
    padding-bottom: 10px;
}

.MANTEE_contact_form_3 {
    display: flex;
}

.MANTEE_contact_form_- {
    padding: 0 5px;
}

.MANTEE_contact_form_agree_content_title {
    cursor: pointer;
    display: inline-block;
}

.MANTEE_contact_form_agree_content {
    text-align: left;
    padding: 20px;
    height: 230px;
    overflow: auto;
    border: 1px solid #ccc;
}

.MANTEE_contact_form_agree_content::-webkit-scrollbar-track-piece {
    background: #eee;
}

.MANTEE_contact_form_agree_content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.MANTEE_contact_form_agree_content::-webkit-scrollbar-thumb {
    height: 40px;
    border-radius: 4px;
    background-color: #a5a5a5;
}

.MANTEE_contact_form_agree_content::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.MANTEE_contact_form_agree_content h5 {
    font-size: 16px;
    font-weight: bold;
}

.MANTEE_contact_form_check_body {
    margin: 40px auto 100px auto;
}

.MANTEE_contact_form_check_table {
    width: 100%;
    margin-bottom: 60px;
}

.MANTEE_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;
}

.MANTEE_contact_form_check_title {
    width: 25%;
    background-color: #f0c2a2;
    color: #fff;
}

.MANTEE_contact_form_send_ok_body {
    margin: 60px auto 100px auto;
}

.MANTEE_contact_form_send_ok_ico {
    font-size: 66px;
    padding-bottom: 20px;
    color: #67c23a;
}

.MANTEE_contact_text {
    margin: 20px auto;
}

.MANTEE_contact_text a {
    color: #d7000f;
}

.el-backtop {
    background-image: -moz-linear-gradient(0deg, #7bc979 0%, #d7000f 100%);
    background-image: -webkit-linear-gradient(0deg, #7bc979 0%, #d7000f 100%);
    background-image: -ms-linear-gradient(0deg, #7bc979 0%, #d7000f 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 #d7000f!important;
    background-color: #67c23a!important;
}

.MANTEE_contact_tite_img_body {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 30px;
    min-height: calc(100vw * 0.1562);
    max-height: 597px;
}

.MANTEE_contact_tite_img {
    max-width: 100%;
}

.phone_input_item {
    width: 33%;
}

.MANTEE_contact_form_check_content.type_content {
    white-space: pre-wrap;
}

@media (max-width: 1400px) {
    .MANTEE_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) {
    .MANTEE_contact_form_body {
        padding-bottom: 10px;
    }
    .row-line {
        margin-top: 50px;
    }
    .flex_pc {
        display: none!important;
    }
    .flex_phone,
    #contact_current {
        display: block!important;
    }
    .MANTEE_contact_body {
        margin-top: 20px;
    }
    .MANTEE_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, #f0c2a2 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,
.MANTEE_btn:hover {
    box-shadow: 2.5px 4.33px 15px 0 rgba(99, 238, 7, 0.15);
    background-color: #67c23a;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #d7000f!important;
    border-color: #d7000f!important;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    background-color: #d7000f!important;
    border-color: #d7000f!important;
}

.el-checkbox__inner:hover {
    border-color: #d7000f!important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #d7000f!important;
}

.checkbox__label:hover {
    color: #d7000f!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: #d7000f!important;
    background: #d7000f!important;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #d7000f!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;
}

.MANTEE_item_form_check_table {
    background: #f1f1f1;
}

.MANTEE_item_form_title {
    background: #d7000f;
    text-align: center;
    color: white;
    font-weight: 550;
    font-size: 10px;
}

.MANTEE_item_form_content_title {
    background: #d8d8d8;
    font-weight: 500;
    color: #595959;
    text-align: center;
    font-size: 10px;
}

.MANTEE_item_form_content {
    background: #f1f1f1;
    text-align: center;
    color: #595959;
    font-size: 10px;
}

.MANTEE_item_form_content_v1 {
    background: #f1f1f1;
    text-align: center;
    color: #595959;
    font-size: 10px;
}

.MANTEE_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;
}

.MANTEE_recruit_tite_img_body {
    padding-top: 80px;
    text-align: center;
}

.MANTEE_recruit_body {
    padding-top: 0px;
}

.MANTEE_recruit_h2 {
    font-size: 22px;
    font-weight: bold;
}

.MANTEE_recruit_h5 {
    font-size: 14px;
}

.MANTEE_recruit_h4 {
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #202020;
    margin-bottom: 30px;
}

.MANTEE_recruit_sm_title {
    font-weight: bold;
    line-height: 32px;
}

.MANTEE_recruit_sm_content {
    line-height: 32px;
}

.MANTEE_recruit_box {
    padding-bottom: 80px;
}

.MANTEE_recruit_tite_img {
    max-width: 100%;
}

.MANTEE_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;
}

.MANTEE_recruit_top_menu_body:not(.active):hover {
    transform: translateY(-10px);
}

.MANTEE_recruit_top_menu_body.active {
    background-image: url(../images/recruit.png);
    color: #fff;
    cursor: default;
    background-size: cover;
}

.MANTEE_recruit_h6_big {
    font-size: 18px;
}

.MANTEE_recruit_h6_sm {
    font-size: 14px;
}

.MANTEE_recruit_top_menu_img {
    width: 100%;
    height: auto;
}

.MANTEE_recruit_top_menu_text {
    text-align: left;
    font-size: 14px;
    padding-top: 20px;
    line-height: 28px;
}

.MANTEE_recruit_table,
.MANTEE_recruit_step_table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%)
}

.MANTEE_recruit_table td,
.MANTEE_recruit_step_table td {
    line-height: 32px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    min-width: 74px;
    padding: 8px 8px;
    border: 1px solid #f4f4f4;
}

.MANTEE_recruit_table tr:hover {
    background-color: #f0f9eb;
}

.MANTEE_recruit_title_td,
.MANTEE_recruit_step {
    text-align: center;
    background-image: linear-gradient(90deg, #f0c2a2 0%, #f0c2a2 51%, #f0c2a2 100%)!important;
    color: #fff;
}

.MANTEE_recruit_step {
    border-right: none !important;
}

.MANTEE_recruit_step_dec {
    border-left: none !important;
}

.MANTEE_recruit_content_body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.MANTEE_recruit_step_body {
    margin-top: 30px;
}

.MANTEE_recruit_step_title {
    width: 35%;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #f0c2a2;
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 240px;
    position: relative;
    z-index: 2;
    background-size: cover;
}

.MANTEE_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%);
}

.MANTEE_recruit_window_body {
    /* border: 2px solid #367ce4; */
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.MANTEE_recruit_window_title {
    font-size: 14px;
    text-align: center;
    background-image: linear-gradient(90deg, #f0c2a2 0%, #f0c2a2 51%, #f0c2a2 100%)!important;
    padding: 10px 15px;
    color: #fff;
    background-size: cover;
    border-radius: 8px;
}

.MANTEE_recruit_window_content {
    padding: 15px;
    min-height: 135px;
    line-height: 32px;
}

.MANTEE_recruit_window_content a {
    color: #d7000f;
}

@media (max-width: 1200px) {
    .MANTEE_recruit_top_menu_row {
        display: none;
    }
    .MANTEE_recruit_top_menu_body {
        min-height: auto;
    }
    .MANTEE_recruit_h2 {
        font-size: 22px;
    }
    .MANTEE_recruit_window_body {
        margin-bottom: 20px;
    }
    .MANTEE_recruit_window_body:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 1000px) {
    .MANTEE_recruit_top_menu_row {
        display: none;
    }
    .MANTEE_recruit_top_menu_body {
        min-height: auto;
    }
    .MANTEE_recruit_h2 {
        font-size: 18px;
    }
    .MANTEE_recruit_window_body {
        margin-bottom: 20px;
    }
    .MANTEE_recruit_window_body:last-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .MANTEE_recruit_body {
        padding-top: 0px;
    }
    .MANTEE_recruit_box {
        padding-bottom: 30px;
    }
    .MANTEE_recruit_tite_img_body {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .MANTEE_recruit_body {
        margin-top: 20px;
    }
}

.post_content h2 {
    font-weight: 700;
    border-left: 5px solid #d7000f;
    padding-left: 16px;
    margin-bottom: 1rem;
    color: #f0c2a2;
    font-size: 18px;
}

.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%, #f0c2a296 51%, #61d8ff6b 100%); */
    background-image: linear-gradient(-45deg, #f0c2a2 0%, #d7000f 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, #f0c2a2 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 efMANTEEt */

.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 efMANTEEt 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-efMANTEEt {
    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-efMANTEEt .text-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.gallery-box.style-2:hover .hover-efMANTEEt {
    background: rgba(248, 54, 0, 0.8);
    top: 0;
}

.gallery-box.style-2 .hover-efMANTEEt .text-wrap h2 {
    font-size: 26px;
    margin: 10px 0;
}

.gallery-box.style-2 .hover-efMANTEEt .text-wrap .plus-icon {
    font-size: 30px;
}

.gallery-box.style-2 .hover-efMANTEEt .text-wrap .plus-icon,
.gallery-box.style-2 .hover-efMANTEEt .text-wrap h2,
.gallery-box.style-2 .hover-efMANTEEt .text-wrap .cat {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 0.3s;
}

.gallery-box.style-2 .hover-efMANTEEt .text-wrap .plus-icon {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery-box.style-2 .hover-efMANTEEt .text-wrap h2 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery-box.style-2 .hover-efMANTEEt .text-wrap .cat {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery-box.style-2:hover .hover-efMANTEEt .text-wrap .plus-icon,
.gallery-box.style-2:hover .hover-efMANTEEt .text-wrap h2,
.gallery-box.style-2:hover .hover-efMANTEEt .text-wrap .cat {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gallery-box.style-2 .hover-efMANTEEt .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 efMANTEEt */
    /* 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; */
}