/*******************************************************

    Template Name    : Rahman - Agency One Page Template

	Author			 : AMINUL

	Developer		 : Md.Aminul Islam

    Version          : 1.0

    Created          : 2020

    File Description : Main css file of the template

*******************************************************/


/**************************************

    -- Css Table of Content

    01.Generale Style

    02.Preloader Style

    03.Navber Style

    04.Home Slider Section Style

    05.Why-Choose us Section Style

    06.About Section Style

    07.Features Section Style

    08.Services Section Style

    09.Hire Section Style

    10.Counter Section Style

    11.Projects Section Style

    12.Price Section Style

    13.Testimonial Section Style

    14.Client-logo Section Style

    15.Blog Section Style

    16.Contact Section Style

    17.Footer Section Style

 *************************************/


/**************************************

 * 01. Generale Style

 *************************************/


/*Google Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url("bootstrap.min.css");
@import url("font-awesome-all.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("hover.css");
@import url("slick.css");

/* Costume Style */

.scrolling-wrapper-flexbox::-webkit-scrollbar {
    height: 20px;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scrolling-wrapper-flexbox .inner {
    flex: 1 0 30%;
    margin-right: 3px;
}

.scrolling-wrapper,
.scrolling-wrapper-flexbox {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 765px) and (min-width: 0px) {
    .scrolling-wrapper-flexbox .inner {
        flex: 1 0 65%;
    }
    .scrolling-wrapper::-webkit-scrollbar,
    .scrolling-wrapper-flexbox::-webkit-scrollbar {
        display: none;
    }
}

body {
    background: #ffffff;
    color: #000;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --thm-font: 'Ubuntu', sans-serif;
    --thm-base: linear-gradient(-23deg, #8affd0 0, #2a83d3 100%);
    --thm-box: linear-gradient(90deg, #000 0, #2a83d3 100%);
    --thm-black: #000;
    --thm-text: #517291;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--thm-font);
    font-weight: normal;
    color: #000;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

a {
    color: #517291;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a:hover {
    color: #517291;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #517291;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-family: var(--thm-font);
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #517291;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

figure {
    margin: 0 0 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    padding: 12px 30px;
    z-index: 1;
}

.btn-style-one:hover {
    background: var(--thm-base);
    color: #000;
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #8affd0;
    opacity: 0.20;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

.button:focus {
    outline: none;
    box-shadow: none;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.centered {
    text-align: center ! important;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 75px;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.2;
    color: #000000;
}

.small-title {
    color: #144067;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#e52e71));
    background: #144067;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: var(--thm-base);
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    border-radius: 5px;
    right: 32.5px;
    bottom: 32.5px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 8px;
    color: #fff;
    font-size: 25px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px;
    margin: 0 8px;
    border-radius: 3px;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #8affd0;
}


/**************************************

 * 02.Preloader Style

 *************************************/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--thm-box);
    z-index: 9999;
}

.loader-wrapper .middle {
    position: absolute;
    top: 50%;
    width: 100%;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #8affd0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}


/**************************************

 * 03.Navber Style

 *************************************/

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-family: var(--thm-font);
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #8affd0;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #fff;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(42, 131, 211, 1) 100%);
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
    color: #fff;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #8affd0;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #8affd0;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    /*background: var(--thm-base);*/
    background: #8affd0;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--thm-font);
    text-transform: uppercase;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #517291;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #517291;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/******effect********/

.navbar-nav .nav-item .nav-link {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item .nav-link span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 400;
}

.navbar-nav .nav-item .nav-link span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 400;
    width: 100%;
    display: block;
}

.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


/**************************************

 * 04.Home Slider Section Style

 *************************************/

.abh-slider.abh-style1 {
    position: relative;
}

.swipe-arrow.abh-hidden,
.pagination.abh-hidden {
    display: none;
}

.pagination.abh-style1 ul,
.pagination.abh-style2 ul {
    padding: 0;
    margin: 0;
    display: flex !important;
    list-style: none;
}

.pagination.abh-style1 li,
.pagination.abh-style2 li {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background-color: #555;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.pagination.abh-style1 li.slick-active,
.pagination.abh-style2 li.slick-active {
    background-color: #3498db;
}

.pagination.abh-style1 button,
.pagination.abh-style2 button {
    display: none;
}

.pagination.abh-style2 {
    /*position: absolute;

  bottom: 17px;

  left: 12px;*/
    position: relative;
    /* left: 50%; */
}

.pagination.abh-style1.container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    padding-left: 15px;
}

.abh-slider.abh-style2 {
    position: relative;
}

.abh-slider.abh-style2 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.abh-slider.abh-style2 .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -15px;
    margin-right: -15px;
}

.abh-slider.abh-style2 .slick-arrow {
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}

.abh-slider.abh-style2 .slick-arrow:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 30px;
}

.abh-slider.abh-style2 .slick-arrow.slick-arrow-left {
    left: 0px;
}

.abh-slider.abh-style2 .slick-arrow.slick-arrow-left:before {
    right: -20px;
}

.abh-slider.abh-style2 .slick-arrow.slick-arrow-right {
    right: 0px;
}

.abh-slider.abh-style2 .slick-arrow.slick-arrow-right:before {
    left: -20px;
}

.abh-slider.abh-style2 .slick-arrow:hover {
    color: #222;
}

.abh-slider.abh-style2:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.abh-slider.abh-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px;
}

.abh-slider.abh-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px;
}

@media screen and (max-width: 991px) {
    .abh-slider .pagination.abh-hidden {
        display: block;
        margin-top: 20px;
    }
    .abh-slider .pagination.abh-style1 ul,
    .abh-slider .pagination.abh-style2 ul {
        justify-content: center;
    }
    .swipe-arrow.abh-style1 {
        display: none;
    }
    .abh-hidden.abh-hidden-md,
    .swipe-arrow.abh-style2 {
        display: none !important;
    }
}

.swipe-arrow.abh-style2 .slick-arrow-left,
.swipe-arrow.abh-style2 .slick-arrow-right {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    opacity: 0;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swipe-arrow.abh-style2 .slick-arrow-left:hover,
.swipe-arrow.abh-style2 .slick-arrow-right:hover {
    color: #fff;
}

.swipe-arrow.abh-style2 .slick-arrow-right {
    right: 30px;
    padding-left: 2px;
}

.swipe-arrow.abh-style2 .slick-arrow-left {
    left: 30px;
    padding-right: 2px;
}

.abh-slider:hover .swipe-arrow.abh-style2 .slick-arrow-left,
.abh-slider:hover .swipe-arrow.abh-style2 .slick-arrow-right {
    opacity: 1;
}

.abh-slider-animation1 .abh-hero.abh-style1 .abh-hero-bg {
    transform: scale(1.1);
    transition: all 2s ease;
}

.abh-slider-animation1 .abh-hero.abh-style1 .abh-hero-title {
    opacity: 0;
    position: relative;
    top: 30px;
    transition: all 0.4s ease-in-out;
}

.abh-slider-animation1 .abh-hero.abh-style1 .abh-hero-subtitle {
    opacity: 0;
    position: relative;
    top: 30px;
    transition: all 0.4s ease-in-out;
}

.abh-slider-animation1 .abh-hero-btn-group {
    opacity: 0;
    position: relative;
    top: 30px;
    transition: all 0.4s ease-in-out;
}

.abh-slider-animation1 .slick-active .abh-hero.abh-style1 .abh-hero-bg {
    transform: scale(1);
    transition-delay: 0.7s;
}

.abh-slider-animation1 .slick-active .abh-hero.abh-style1 .abh-hero-title {
    opacity: 1;
    top: 0;
    transition-delay: 0.8s;
}

.abh-slider-animation1 .slick-active .abh-hero.abh-style1 .abh-hero-subtitle {
    opacity: 1;
    top: 0;
    transition-delay: 0.9s;
}

.abh-slider-animation1 .slick-active .abh-hero-btn-group {
    opacity: 1;
    top: 0;
    transition-delay: 1s;
}

.abh-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.abh-fixed-bg {
    background-attachment: fixed;
}

.abh-hero.abh-style1 {
    height: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.abh-hero.abh-style1.abh-size1 {
    height: 750px;
}

.abh-hero.abh-style1 .container {
    position: relative;
    z-index: 2;
}

.abh-hero.abh-style1 .abh-hero-title {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 19px;
}

.abh-hero.abh-style1 .abh-hero-text.abh-style1 .abh-hero-title {
    font-weight: 400;
}

.abh-hero.abh-style1 .abh-hero-subtitle {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 42px;
}

.abh-hero.abh-style1 .abh-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.abh-hero.abh-style1 .abh-hero-img img {
    max-height: 94%;
}

.abh-hero.abh-style1.abh-white .abh-hero-title {
    color: #fff;
}

.abh-hero.abh-style1.abh-white .abh-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.abh-hero.abh-style1 .abh-hero-img {
    right: 0px;
}

.abh-color-overlay:before,
.abh-hero-overlay:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.abh-hero-overlay:before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.abh-hero-img-group {
    height: 450px;
    width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
    z-index: 2;
}

.abh-hero-img-group .abh-lg-img {
    height: 100%;
    width: 65%;
    margin-left: auto;
}

.abh-hero-img-group .abh-sm-img {
    position: absolute;
    height: 55%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
}

.left-area {
    text-align: left;
}

.center-area {
    text-align: center;
}

.right-area {
    text-align: right;
}

.abh-hero-text.abh-style1 {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(22px);
    padding: 35px 50px 50px;
    border-radius: 10px;
}

.abh-hero-text.abh-style1 {
    min-width: 152px;
}

.abh-hero.abh-style1 .abh-hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media screen and (max-width: 991px) {
    .abh-hero-wrap .abh-hero-slider1 {
        display: none;
    }
    .abh-hero.abh-style1 {
        height: 550px;
    }
    .abh-hero.abh-style1 .abh-hero-title {
        font-size: 38px;
    }
    .abh-hero.abh-style1 .abh-hero-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1450px) {
    .abh-hero-img-group {
        right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .abh-hero-img-group {
        position: relative;
        transform: initial;
        right: initial;
        top: initial;
        margin-top: 40px;
    }
    .abh-hero.abh-style1.abh-type1 {
        padding-top: 80px;
        padding-bottom: 100px;
        height: inherit;
    }
    .abh-hero-img-group .abh-lg-img {
        margin-left: 0;
    }
    .abh-hero-img-group .abh-sm-img {
        left: initial;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .abh-hero.abh-style1 .abh-hero-title br,
    .abh-hero.abh-style1 .abh-hero-subtitle br {
        display: none;
    }
    .abh-hero-btn-group .btn {
        margin-bottom: 15px;
    }
    .abh-hero-text.abh-style1 {
        padding: 25px 30px 40px;
    }
    .abh-hero-btn-group {
        margin-bottom: -10px;
    }
    .abh-hero-btn-group .abh-btn {
        margin-bottom: 10px;
    }
    .abh-hero-img-group {
        width: 100%;
    }
    .abh-hero.abh-style1.abh-size1 {
        height: 560px;
    }
    .abh-hero-text.abh-style1 .abh-btn {
        min-width: 120px;
        padding: 0.62em 1.5em;
    }
}

.abh-slider .abh-style1 .home-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: var(--thm-base);
}

.home-area .home-content .theme-btn {
    margin-right: 15px;
}


/**************************************

 * 05. Why-Choose Section Style

 *************************************/

.choose-area {
    padding: 60px 0;
    background: #f9f9f9;
}


/**************************************

 * 06. About Section Style

 *************************************/

.about-area {}

.about-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-right: 100px;
}

.color-text {
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#e52e71));
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-info h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #545454;
    margin-bottom: 10px;
}

.about-info p {
    margin-top: 10px;
}

.about-info .theme-btn {
    margin-top: 25px;
}


/**************************************

 * 07.Feature Section Style

 *************************************/

.feature-area {
    background: var(--thm-box);
}

.feature-color h2 {
    color: #fff ! important;
}

.feature-color h6 {
    color: #fff ! important;
}

.feature-color .small-title {
    color: #8affd0 !important;
    -webkit-text-fill-color: #8affd0;
}

.feature-area .feature-item {
    background-color: rgba(255, 255, 255, 0.24);
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 7px;
    position: relative;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background-size: cover;
    background-position: 50% 0% !important;
    height: 90%;
}

.feature-content h5 {
    color: #fff;
    font-size: 18px;
}

.feature-content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-icon {
    width: 55px;
    height: 55px;
    line-height: 60px;
    color: #ffffff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 25px;
    margin-bottom: 20px;
}

.feature-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.feature-info p {
    color: #fff;
}


/**************************************

 * 08.Services Section Style

 *************************************/

.services-area {}

.services-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.services-item {
    background: #fff;
    padding: 37px 50px;
    margin-top: 30px;
    border-radius: 7px;
    position: relative;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: center;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background-size: cover;
    background-position: 50% 0% !important;
    height: 90%;
}

.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    background: var(--thm-box);
}

.services-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
    border-radius: 7px;
}

.post-arrow {
    position: absolute;
    left: 120px;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
}

.post-arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -4px;
    right: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.services-item:hover .post-arrow {
    width: 50px;
    background: #fff;
}

.services-item:hover .post-arrow::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.services-item:hover i {
    background: linear-gradient(65deg, #fff 0, #fff 100%);
    !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-item:hover .services-info h3 {
    color: #8affd0 !important;
}

.services-item-cover {
    position: relative;
    z-index: 7;
}

.services-item:hover:after {
    opacity: 0;
}

.services-item:hover i,
.services-item:hover h3,
.services-item:hover p {
    color: #fff;
}

.services-item.bg-1 {}

.services-item.bg-2 {}

.services-item.bg-3 {}

.services-item.bg-4 {}

.services-item.bg-5 {}

.services-item.bg-6 {}

.services-icon i {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.color-1 {
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-2 {
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-3 {
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-4 {
    color: #78a154 !important;
}

.color-5 {
    color: #4f93a6 !important;
}

.color-6 {
    background: var(--thm-base);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.services-info p {
    margin-bottom: 20px;
    color: #000000;
}


/**************************************

 * 09.Hire Section Style

 *************************************/

.hire-area {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 100px 0;
}

.hire-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #000 0, #2a83d3 100%);
    background: var(--thm-box);
}

.hire-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.hire-content .theme-btn {
    margin-top: 25px;
}


/**************************************

 * 10.Counter Section Style

 *************************************/

.counter-img {
    position: relative;
}

.counter-img img {
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.counter-info {
    padding-left: 80px;
}

.counter-info h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
}

.single-counter {
    margin-top: 25px;
}

.counter-number {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
}

.single-counter h5 {
    font-size: 40px;
    font-weight: 500;
    color: #02b3a3;
}

.counter-heading {
    font-size: 18px;
    font-weight: 500;
    color: #144067;
    margin-bottom: 10px;
}

.counter-img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.counter-img .iq-video {
    background: #02b3a3;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100%;
    line-height: 53px;
    z-index: 9;
    position: relative;
    border: 8px solid #fff;
}

.counter-img .iq-video i {
    margin-left: 3px;
}

.counter-img .iq-waves {
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 2;
}

.counter-img .iq-waves .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(2, 179, 163, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.counter-img .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.counter-img .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.counter-img .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/**************************************

 * 11.work Section Style

 *************************************/


/**

 * -------------------------------------------------------

 *  07. Portfolio Section Style

 * -------------------------------------------------------

 **/

#portfolio {
    position: relative;
}

#portfolio .section-title {
    text-align: center;
    margin-bottom: 45px;
}

#portfolio .portfolio-list {
    margin-bottom: 30px;
    text-align: center;
}

#portfolio .portfolio-list .nav {
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    background: #f4f4f4;
    border-radius: 10px;
}

#portfolio .portfolio-list .nav li {
    float: left;
    font-size: 15px;
    /* color: #000000; */
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0px 15px;
}

#portfolio .portfolio-list .nav li:hover,
#portfolio .portfolio-list .nav li.filter-active {
    color: #02b3a3;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#portfolio .portfolio-container {
    display: inline-block;
    width: 100%;
}

.portfolio-grid-item .portfolio-single-item {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    display: block;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.portfolio-single-item .portfolio-hover-title {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.portfolio-single-item .portfolio-hover-title:hover {
    opacity: 1;
}

.portfolio-single-item .portfolio-hover-title .portfolio-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.portfolio-single-item .portfolio-hover-title:hover .portfolio-content {
    opacity: 1;
}

.portfolio-single-item .portfolio-hover-title .portfolio-content i {
    color: #fff;
    font-size: 30px;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
}

.portfolio-single-item:hover .portfolio-hover-title .portfolio-content i {
    transition: transform ease 0.4s 0.4s;
    -webkit-transition: transform ease 0.4s 0.4s;
    -moz-transition: transform ease 0.4s 0.4s;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
}

.portfolio-grid-item img {
    width: 100%;
}

.portfolio-single-item figure .image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-grid-item figure figcaption {
    padding: 20px 20px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background: var(--thm-base);
}

.portfolio-grid-item figure figcaption p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.portfolio-grid-item figure figcaption h3 {
    font-size: 18px;
    color: #fff;
}


/**************************************

 * 12.Price Section Style

 *************************************/

.pricing-content {
    padding: 30px 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 7px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;
}

.price-heading {
    margin-bottom: 30px;
    text-align: center;
}

.price-heading i {
    font-size: 50px;
    color: #02b3a3;
    margin-bottom: 15px;
}

.price-heading .price-name h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.price-heading .price-name h2 {
    font-size: 33px;
    font-weight: 700;
    color: #02b3a3;
}

.pricing-content:hover {
    background: var(--thm-base);
    color: #fff !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 500;
    color: #3e3e3e;
}

.price-body ul li {
    display: block;
    border-top: 1px dashed;
    padding: 10px 0;
    border-color: #dfe4e8;
}

.price-body ul li:last-child {
    padding-bottom: 0;
}

.price-body ul li i {
    color: #02b3a3;
    padding-right: 5px;
}

.price-body .offer-list-none {
    color: #b7b7b7;
}

.price-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}

.pricing-content .theme-btn {
    text-align: center;
}

.pricing-content .theme-btn {
    margin-top: 25px;
}


/**************************************

 * 13.Testimonial Section Style

 *************************************/

.testimonial-area {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding: 100px 0;
}

.testimonial-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #000 0, #144067 100%);
    background: var(--thm-box);
}
@media screen and (max-width: 991px) {
    .testimonial-area {
        padding: 3rem 0 calc(60% * -1) 0 !important;
    }
}
.single-testimonial {
    padding: 50px 50px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(255, 255, 255, 0.24);
}

.single-testimonial p {
    color: #fff;
}

.testimonial-img .author img {
    width: 85px !important;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #ffffff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.07);
}

.testimonial-img {
    margin-bottom: 15px;
}

.testimonial-area .client-area {
    margin-bottom: 30px;
}

.testimonial-area .owl-carousel {
    position: relative;
    z-index: 2;
}

.testimonial-area .client-area {
    margin-bottom: 30px;
}

.testimonial-area .client-area .img {
    display: inline-block;
    position: relative;
}

.testimonial-area .client-area .img .icon {
    width: 50px;
    position: absolute;
    top: 70px;
}

.testimonial-area .client-area .img .icon:first-of-type {
    left: -60px;
}

.testimonial-area .client-area .img .icon:last-of-type {
    right: -60px;
}

.testimonial-area .client-area .author {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.testimonial-area .client-area h6 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    color: #fff;
}

.testimonial-area .client-area span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #8affd0;
}


/**************************************

 * 14.Client logo Section Style

 *************************************/

.client-logo img {
    width: 70% !important;
    margin: 0 auto;
    line-height: 100px;
}

.client-logo {
    background: #efefef;
    min-height: 130px;
    padding: 25px 0;
    border-radius: 5px;
}


/**************************************

 * 15.Blog-area Section Style

 *************************************/

.blog-area {
    /* background: #fbfbfb; */
    background: #f0f4f3;
}

.blog-item {
    flex: 1;
    height: 100%;
}

.item {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    /*border: 1px solid #eee;*/
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    flex: 1;
    height: 100%;
    background-color: transparent;
}

.blog-btn .theme-btn {
    margin: 0 0 20px 20px ! important;
}

.item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.item:hover .content {
    bottom: 0;
}

.post-img.position-re.o-hidden {
    overflow: hidden;
    position: relative;
}

.post-img.position-re.o-hidden .blog-tag {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.post-img.position-re.o-hidden .blog-tag a {
    color: #ffffff;
    font-size: 13px;
    background: #02b3a3;
    padding: 5px 15px;
    border-radius: 5px;
}

.item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.item .content {
    flex: 1;
    width: auto;
    padding: 20px;
    background: #fff;
}

.item .content span {
    color: #144067;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.item .content span {
    margin-right: 10px;
    position: relative;
}

.blog-area .item .content .data a:last-child {
    margin-right: 0;
}

.blog-area .item .content .data a:last-child:after {
    display: none;
}

.item .content h5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.item .content h5 a:hover {
    color: #02b3a3;
}


/**************************************

 * 16.Contact Section Style

 *************************************/


/*.contact-area .item {

}*/

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: #f1f1f1;
    font-weight: 400;
    border-radius: 5px;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #505050;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

#map-section iframe {
    width: 100%;
    height: 400px;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}


/**************************************

 * 17.Footer Section Style

 *************************************/

.footer-area {
    background: var(--thm-box);
}

.footer-top {
    padding-top: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.footer-boottom {
    padding: 50px 0;
}

.footer-box p {
    color: #ffff;
    margin-bottom: 20px;
}

.footer-social-icon a i {
    font-size: 14px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #000;
    background: #ff8a00;
    text-align: center;
    background: var(--thm-base);
}

.footer-link h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.footer-link .list-menu li a {
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}

.footer-link .list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}

.footer-link .list-menu li a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 600;
    width: 100%;
    display: block;
}

.footer-link .list-menu li a:hover span,
.footer-link .list-menu li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #8affd0;
}

.footer-boottom p {
    color: #fff;
}

.footer-boottom a {
    color: #000;
}

.footer-subscribe form input {
    background-color: rgb(254, 254, 255);
    color: #000;
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
}

.footer-subscribe .theme-btn {
    margin-top: 25px;
}

.footer-subscribe .subscription-label {
    color: #fff;
    margin-top: 20px;
}

.text-normal {
    color: #8affd0 !important;
}

.tiny-button {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.no-mouse {
    cursor: default !important;
}

.lang {
    width: 65px !important;
}

.filter-option-inner-inner img {
    width: 40% !important;
}

.hiddenBackToTop {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

@media screen and (max-width: 991px) {
    .phone-view-pb {
        padding-bottom: 2rem!important;
    }

    .phone-view-pt {
        padding-top: 2rem!important;
    }
}
.cm__btn[data-role="all"] {
    background: var(--thm-base) !important;
    color: var(--thm-black) !important;
    border: 0 !important;
    transition: all ease-in-out .25s !important;
}
.cm__btn[data-role="all"]:hover {
    box-shadow: 0 0 0 1000px rgba(5, 15, 17, .15) inset !important;
}
.cm__btn[data-role="necessary"] {
    opacity: .5 !important;
}