:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Yantramanav', sans-serif;
    --theme-color: #ec332a;
    --theme-bg-light: #F9FBFE;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #212121;
    --color-dark2: #030722;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #09142B;
    --footer-bg2: #071125;
    --footer-text-color: #F5FAFF
}

*,
*:before,
*:after {
    box-sizing: inherit
}

* {
    scroll-behavior: inherit !important
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    line-height: 1.8;
    overflow-x: hidden !important;
}

a {
    color: var(--color-dark);
    display: inline-block
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none
}

a:hover {
    color: var(--color-blue)
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
    margin: 0;
    margin-bottom: 16;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 0;
    padding-bottom: 16px;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: var(--color-white);
    text-shadow: none
}

::-moz-selection {
    background: #555;
    color: var(--color-white);
    text-shadow: none
}

::selection {
    background: #555;
    color: var(--color-white);
    text-shadow: none
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loader-ripple div {
    position: absolute;
    border: 4px solid var(--color-white);
    opacity: 1;
    border-radius: 50%;
    animation: loader-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.loader-ripple div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes loader-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}

.ovrflow-hidden {
    overflow: hidden
}

.position-relative {
    position: relative;
    z-index: 1
}

.text-right {
    text-align: right
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-pd {
    padding: 0 7rem
}

.s-pd {
    padding: 0 12rem
}

.h-100 {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.bg {
    background: var(--theme-bg-light)
}



.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
    border-bottom: 2px solid var(--theme-color)
}

.site-title-tagline i {
    line-height: 0;
    font-size: 20px
}

.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    color: var(--color-dark);
    margin-top: 10px;
    margin-bottom: 0;
    position: relative
}

.site-title span {
    color: var(--theme-color)
}

.site-heading p {
    margin-top: 15px
}

.heading-divider {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 10px;
    border: 3px solid #212e54;
    border-right-color: transparent
}

.heading-divider.light {
    border-color: rgba(255, 255, 255, .2);
    border-right-color: transparent
}

.heading-divider::after {
    position: absolute;
    content: '';
    width: 30px;
    background-color: var(--theme-color);
    top: 0;
    bottom: 0;
    left: 18px
}

.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1
}

.theme-btn::before {
    position: absolute;
    content: '';
    background: var(--color-dark2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: var(--transition);
    z-index: -1
}

.theme-btn:hover:before {
    transform: scaleY(1);
    transition: var(--transition)
}

.theme-btn:hover {
    color: var(--color-white)
}

.theme-btn i {
    margin-left: 5px
}

.theme-btn span {
    margin-right: 5px
}

.theme-btn2 {
    background: var(--color-white);
    color: var(--color-dark2)
}

.theme-btn2::before {
    background: var(--theme-color)
}

.theme-btn2:hover {
    color: var(--color-white)
}

@media(min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px
    }
}

#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: var(--color-white);
    background-color: var(--theme-color);
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

@media all and (min-width:768px) and (max-width:1199px) {
    #scroll-top.active {
        bottom: 100px
    }
}

.header-top {
    background: var(--color-dark2);
    padding: 12px 0 14px;
    position: relative;
    z-index: 1
}

.header-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    width: 55%;
    background: var(--theme-color);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: -1
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px
}

.header-top-contact a {
    color: var(--color-white)
}

.header-top-contact a i {
    color: var(--color-white)
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-top-link a {
    color: var(--color-white);
    margin-right: 12px
}

.header-top-link a:hover {
    color: var(--theme-color)
}

.header-top-social span {
    color: var(--color-white)
}

.header-top-social a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: var(--transition)
}

.header-top-social a:hover {
    color: var(--theme-color)
}

@media all and (max-width:1199px) {
    .header-top-contact ul {
        gap: 10px
    }

    .header-top-social a {
        width: 34px;
        height: 34px;
        line-height: 37px;
        margin-left: 0
    }

    .header-top-left {
        margin-right: 5px
    }
}

@media all and (max-width:992px) {
    .header-top {
        display: none
    }
}

.navbar {
    background: var(--color-white);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999
}

.custom-nav {
    background: var(--color-white);
    border-radius: 10px;
    position: relative
}

.navbar.fixed-top {
    background: var(--color-white) !important;
    box-shadow: var(--box-shadow2);
    animation: slide-down .7s
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar .navbar-brand .logo-display {
    display: block
}

.navbar .navbar-brand .logo-scrolled {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block
}

.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler-mobile-icon {
    display: inline-block;
    width: inherit;
    height: inherit
}

.navbar-brand {
    margin-right: 0
}

.navbar-brand img {
    /* width: 200px */
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 14px
}

@media all and (max-width:1199px) {
    .nav-right {
        margin-left: 25px !important
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px
    }

    .navbar .nav-right-btn {
        display: none
    }
}

@media all and (min-width:992px) {
    .navbar .nav-item .nav-link {
        margin-right: 22px;
        padding: 30px 0;
        font-size: 17px;
        font-weight: 600;
        color: var(--color-dark);
        text-transform: capitalize
    }

    .navbar .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border: none;
        left: -15px;
        border-radius: 0;
        border-bottom: 4px solid #025a38;
        background: var(--color-white);
        width: 220px;
        box-shadow: var(--box-shadow)
    }

    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px solid var(--border-info-color)
    }

    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        padding: 8px 25px;
        font-weight: 500;
        color: var(--color-dark);
        position: relative;
        overflow: hidden;
        text-transform: capitalize;
        transition: all .3s ease-in-out
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: 0 0;
        color: #0086ca;
        padding-left: 32px
    }

    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "//";
        position: absolute;
        left: 15px;
        top: 8px;
        color: #0086ca;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        z-index: -1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
        opacity: 1;
        visibility: visible
    }

    .navbar .nav-item .nav-link {
        position: relative
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #025a38;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg)
    }

    .navbar .dropdown-menu-end {
        right: 0;
        left: auto
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%
    }

    .navbar #main_nav {
        justify-content: center;
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-left: 45px
    }

    .nav-right-link {
        position: relative;
        font-size: 20px;
        color: var(--color-dark);
        transition: var(--transition)
    }

    .nav-right-link:hover {
        color: var(--theme-color) !important
    }

    .nav-right .sidebar-btn .nav-right-link,
    .nav-right .search-btn .nav-right-link {
        border: none;
        background: 0 0;
        color: var(--color-dark);
        font-size: 28px;
        padding-right: 0
    }

    .nav-right .search-btn .nav-right-link {
        font-size: 20px;
        padding: 0
    }

    .nav-right .cart-btn .nav-right-link {
        position: relative;
        font-size: 20px;
        padding: 0;
        margin-right: 15px
    }

    .nav-right .cart-btn span {
        position: absolute;
        right: -9px;
        top: -2px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        border-radius: 50px;
        background: var(--theme-color);
        color: var(--color-white)
    }
}

.mobile-menu-right {
    display: none
}

@media all and (max-width:991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: fixed
    }

    .navbar-brand {
        padding-left: 10px
    }

    .navbar-brand img {
        width: 130px
    }

    .navbar-collapse {
        max-height: 220px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: var(--color-white)
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: var(--color-dark);
        font-weight: 700;
        transition: var(--transition)
    }

    .navbar .nav-item .nav-link:hover {
        color: var(--theme-color) !important
    }

    .navbar-toggler {
        padding: 0;
        border: none
    }

    .mobile-menu-right {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .mobile-menu-right .nav-right-link {
        background: 0 0;
        border: none;
        font-size: 20px;
        color: var(--color-dark)
    }

    .mobile-menu-right .nav-right-link:hover {
        color: var(--theme-color)
    }

    .search-area.open {
        top: 50px !important
    }

    .navbar-toggler-mobile-icon {
        font-size: 25px;
        color: var(--color-dark);
        font-weight: 500
    }

    .navbar .dropdown-menu {
        border-radius: 0
    }

    .nav-right {
        display: none
    }
}

.navbar .nav-item .dropdown-submenu {
    position: relative
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
    display: none
}

.navbar .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 600
}

.navbar .nav-item .dropdown-submenu a:hover {
    background: 0 0;
    color: var(--color-white)
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible
}

@media all and (max-width:991px) {
    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px
    }

    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        opacity: unset;
        visibility: unset
    }

    .navbar .nav-item .dropdown-submenu a::after {
        top: 4px
    }

    .navbar .nav-item .dropdown-submenu a:hover {
        color: var(--theme-color)
    }
}

.main {
    margin-top: 0
}



.home-2 .header {
    position: relative
}

.home-2 .header::before {
    content: "";
    position: absolute;
    left: 80px;
    right: 80px;
    top: 0;
    bottom: 0;
    background: #ec332a;
    clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%)
}

.home-2 .header-top::before {
    display: none
}

.home-2 .header-top {
    padding: 10px 0 12px;
    background: 0 0;
    z-index: 1
}

.home-2 .header-top-social a:hover {
    color: var(--color-dark2)
}

.home-2 .navbar {
    background: 0 0
}

.home-2 .main {
    margin-top: -3rem;
    border-top: 5px solid #ec332a;
}

.home-2 .hero-single {
    padding-top: 190px
}

.home-2 .hero-single .hero-title span {
    -webkit-text-stroke: 2px var(--theme-color);
    -webkit-text-fill-color: transparent
}

.home-2 .appointment-form {
    border-radius: 10px
}

.home-2 .about-left::before {
    width: 200px;
    height: 200px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1
}

.service-area {
    position: relative;
    display: block;
    overflow: hidden
}

.service-item {
    position: relative;
    margin-bottom: 25px;
    padding: 10px;
    background: var(--color-white);
    border-radius: 10px;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
    z-index: 1
}

.service-item:hover {
    transform: translateY(-10px)
}

.service-img {
    position: relative;
    z-index: 1
}

.service-img img {
    border-radius: 10px
}

.service-content {
    position: relative;
    padding: 10px;
    margin-top: 5px
}

.service-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 78px;
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 50px;
    color: var(--color-white);
    text-align: center;
    border: 4px solid var(--color-white);
    left: 50%;
    bottom: -40px;
    box-shadow: var(--box-shadow);
    transform: translateX(-50%);
    z-index: 1
}

.service-shadow-icon {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 150px;
    line-height: 1;
    color: var(--theme-color);
    opacity: .1;
    z-index: -1
}

.service-title a {
    font-size: 24px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 10px;
    color: #025a38 !important;
}

.service-title a:hover {
    color: var(--theme-color)
}

.service-arrow {
    margin-top: 12px
}

.service-arrow a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.service-arrow a i {
    margin-left: 5px
}

.service-area2 .service-item {
    text-align: center;
    margin-top: 35px
}

.service-area2 .service-title a {
    margin-top: 16px;
}

.service-single-list i {
    color: var(--theme-color);
    margin-right: 10px
}

.service-details img {
    border-radius: 10px
}

.service-details h3 {
    color: var(--color-dark)
}


.feature-area {
    position: relative;
    z-index: 1
}

.ft-bg {
    position: relative;
    background: var(--footer-bg);
    z-index: 1
}

.ft-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .05;
    z-index: -1
}

:root {
    --main-color: #FA6B4C;
}

.counter {
    color: var(--main-color);
    background: linear-gradient(#fff 9%, #fff 19%, var(--main-color) 19%, var(--main-color) 83%, #fff 83%, #fff 0%);
    font-family: 'Poppins', sans-serif;
    width: 210px;
    height: 210px;
    text-align: center;
    padding: 40px 0 35px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.counter:before {
    content: "";
    background: #fff;
    border: 10px solid #3E5666;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
}

.counter .counter-value-wrap {
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    display: block;
}

/*.counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    display: block;
}*/
.counter h3 {
    color: #fff;
    background: var(--main-color);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 0 8px;
}

.counter .counter-icon {
    font-size: 35px;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}



.portfolio-area {
    position: relative
}

.portfolio-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px
}

.portfolio-img {
    height: 100%
}

.portfolio-img img {
    width: 100%;
    border-radius: 10px
}

.portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.portfolio-content::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: var(--theme-color);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.portfolio-content:hover::before {
    opacity: .9;
    visibility: visible
}

.portfolio-link {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .5s;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    font-size: 60px;
    color: var(--color-white)
}

.portfolio-link:hover {
    color: var(--color-white)
}

.portfolio-content:hover .portfolio-link {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.portfolio-info {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s
}

.portfolio-content:hover .portfolio-info {
    opacity: 1;
    visibility: visible;
    bottom: 25px
}

.portfolio-subtitle {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 7px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.portfolio-subtitle span {
    color: var(--theme-color)
}

.portfolio-title {
    color: var(--color-dark);
    font-size: 24px
}

.portfolio-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--theme-color);
    border-radius: 10px;
    color: var(--color-white);
    text-align: center;
    font-size: 24px
}

.portfolio-btn:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

.portfolio-area2 .portfolio-content::before {
    display: none
}

.portfolio-area2 .portfolio-info {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}


.testimonial-area {
    position: relative
}

.ts-bg {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative
}

.ts-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75)
}

.testimonial-single {
    background: var(--color-white);
    padding: 25px;
    margin: 0 6px 20px;
    position: relative;
    border-radius: 20px
}

.testimonial-single::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -12px;
    height: 12px;
    background: var(--theme-color);
    border-radius: 0 0 15px 15px
}

.testimonial-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.testimonial-quote p {
    color: var(--color-dark)
}

.testimonial-author-info {
    margin: 15px 0 10px
}

.testimonial-author-img {
    width: 75px;
    padding: 4px;
    border-radius: 50px;
    border: 3px solid var(--theme-color)
}

.testimonial-author-img img {
    border-radius: 50%
}

.testimonial-author-info h4 {
    font-size: 20px;
    color: var(--color-dark);
    margin-bottom: 2px
}

.testimonial-author-info p {
    color: var(--theme-color);
    font-weight: 500
}

.testimonial-quote-icon {
    position: absolute;
    right: 30px;
    bottom: 0;
    color: var(--theme-color);
    font-size: 70px
}

.testimonial-area2.ts-bg {
    padding-top: 120px;
    background-attachment: fixed
}


.partner-area {
    position: relative
}

.footer-area {
    background: var(--footer-bg);
    position: relative;
    z-index: 1
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 220px;
    margin-bottom: 15px
}

.copyright {
    position: relative;
    padding: 20px 0;
    background: var(--footer-bg2);
    border-bottom: 4px solid var(--theme-color);
    z-index: 1
}

.copyright::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    width: 10%;
    height: 50%;
    border-radius: 0 80px 0 0;
    z-index: -1
}

.copyright::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--theme-color);
    width: 10%;
    height: 50%;
    border-radius: 80px 0 0 0;
    z-index: -1
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: var(--footer-text-color);
    transition: var(--transition)
}

.copyright .footer-menu li a:hover {
    color: var(--theme-color)
}

.copyright .copyright-text {
    color: var(--footer-text-color);
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: var(--theme-color);
    font-weight: 500
}

.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 3px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    left: 0
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    background: var(--theme-color);
    bottom: 0;
    left: 18px
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem
}

.footer-list li a {
    color: var(--color-white);
    transition: var(--transition)
}

.footer-list li a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.footer-list li a:hover {
    padding-left: 10px;
    color: var(--theme-color)
}

.footer-widget-box p {
    color: var(--color-white);
    padding-right: 18px;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    background: var(--color-white);
    color: var(--theme-color);
    transition: var(--transition)
}

.footer-social li a i:hover {
    background: var(--theme-color);
    color: var(--color-white)
}

.footer-contact li {
    position: relative;
    /*    display: flex;*/
    justify-content: start;
    align-items: center;
    color: var(--footer-text-color);
    font-size: 16px;
    margin-bottom: 15px
}

.footer-contact li a {
    color: var(--footer-text-color);
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 5px;
    background: var(--theme-color);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--color-white)
}

.subscribe-form .form-control {
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: none;
    border: none
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px
}

.subscribe-form .theme-btn:hover {
    color: var(--theme-color)
}

.subscribe-form .theme-btn::before {
    background: var(--color-white)
}

.subscribe-form .theme-btn:hover::after {
    border-color: var(--theme-color)
}

@media all and (max-width:1199px) {
    .footer-widget-box {
        margin-bottom: 50px
    }
}

@media all and (max-width:991px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width:767px) {
    .custom-nav {
        background: var(--color-white);
        border-radius: 0px !important;
        position: relative;
        padding-right: 20px;
    }

    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px
    }

    .copyright::before,
    .copyright::after {
        display: none
    }

    .copyright .copyright-text a {
        color: var(--theme-color)
    }

    .navbar-brand img {
        height: 90px !important;
        width: 100%;
    }

    .home-2 .main {
        margin-top: 100px;
    }
}

/* CSS */
.button1 {
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.button1:hover,
.button1:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
}

.button1:active {
    opacity: .5;
}