/* 
***************************************
Template Name: NEW LIFE BUSINESS Ltd
Author: NLB Team
Version: 1.0
Description: Site web pour NEW LIFE BUSINESS Ltd - Services multisectoriels
***************************************
*/

/*==================================
    GLOBAL CSS START
==================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--colorBlack);
    font-family: var(--headingFont);
}

p,
span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: var(--paraFont);
    color: var(--paraColor);
}

img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

input,
textarea {
    width: 100%;
    padding: 12px 20px;
    outline: none;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

input::placeholder,
textarea::placeholder {
    color: #a6a6ac;
}

button {
    border: none;
}

:root {
    --colorPrimary: #7ca640;
    --colorBlue: #7ca640;
    --colorGreen: #f2c31b;
    --colorBlack: #0f2239;
    --paraColor: #636363;
    --ratingColor: #f1cc38;
    --colorWhite: #ffffff;
    --paraFont: 'Rubik', sans-serif;
    --headingFont: 'Montserrat', sans-serif;
    --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* button css start */
.common_btn,
.common_btn_2,
.common_btn_3 {
    padding: 15px 35px !important;
    background: var(--colorPrimary) !important;
    color: var(--colorWhite) !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    position: relative !important;
    font-family: var(--paraFont) !important;
    transition: all linear .3s !important;
    -webkit-transition: all linear .3s !important;
    -moz-transition: all linear .3s !important;
    -ms-transition: all linear .3s !important;
    -o-transition: all linear .3s !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.common_btn::after,
.common_btn_2::after,
.common_btn_3::after {
    display: none;
}

.common_btn:hover,
.common_btn:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 1em transparent;
    -webkit-animation: pulse 1s;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(124, 166, 64, 0.5);
    }
}

.common_btn_2 {
    background: var(--colorPrimary) !important;
}

.common_btn_2:hover,
.common_btn_2:focus {
    animation: pulse2 1s;
    box-shadow: 0 0 0 1em transparent;
    -webkit-animation: pulse2 1s;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(124, 166, 64, 0.3);
    }
}

.common_btn_3 {
    background: var(--colorBlack) !important;
}

.common_btn_3:hover {
    background: var(--colorGreen) !important;
}

.play_btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--colorWhite) !important;
    background: var(--colorBlack);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.play_btn::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: var(--colorBlack);
    border-radius: 50%;
    opacity: .2;
    top: 0;
    left: 0;
    z-index: -1;
    animation: play_animate linear 1.5s infinite;
    -webkit-animation: play_animate linear 1.5s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

@keyframes play_animate {
    from {
        opacity: 1;
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    to {
        opacity: 0;
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
    }
}

/* button css end */

/* section heading css start */
.tf__heading_area {
    text-align: center;
}

.tf__heading_area h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorPrimary);
    font-family: var(--paraFont);
    position: relative;
    display: inline-block;
}

.tf__heading_area h5::after,
.tf__heading_area h5::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--colorPrimary);
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tf__heading_area h5::before {
    left: auto;
    right: -20px;
}

.tf__heading_area h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
}

.tf__heading_area_left {
    text-align: left;
}

.tf__heading_area_left h5 {
    margin-left: 20px;
}

.tf__heading_area_left h5::before {
    display: none;
}

/* section heading css end */

/* breadcrumb css start */
.tf__breadcrumb {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 245px;
    padding-bottom: 180px;
}

.tf__breadcrumb .container {
    position: relative;
}

.tf__breadcrumb .container::after {
    position: absolute;
    content: "";
    background: url(../images//breadcrumb_bg_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 515px;
    top: -125px;
    right: 0;
    z-index: 1;
}

.tf__breadcrumb_text h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.tf__breadcrumb_text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tf__breadcrumb_text ul li a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--colorBlack);
    padding-right: 20px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__breadcrumb_text ul li a:hover {
    color: var(--colorPrimary);
}

.tf__breadcrumb_text ul li:last-child a {
    color: var(--colorPrimary);
    margin: 0;
    padding: 0;
}

.tf__breadcrumb_text ul li:last-child a::after {
    display: none;
}

.tf__breadcrumb_text ul li a::after {
    position: relative;
    content: "/";
    color: var(--paraColor);
    top: 0;
    right: -10px;
}

/* breadcrumb css end */
/*==================================
    GLOBAL CSS END
==================================*/

/*==================================
    HOME PAGE START
==================================*/
/*-----MENU START-----*/
.main_menu {
    position: fixed;
    width: 100%;
    height: 90px;
    background: transparent;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 999;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .navbar-brand {
    margin: 0;
    padding: 0;
    max-width: 180px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .navbar-nav {
    line-height: 90px;
    align-items: center;
}

.main_menu .navbar-nav .nav-item {
    position: relative;
    margin-right: 50px;
}

.main_menu .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.main_menu_2 .navbar-nav .nav-item .nav-link,
.main_menu .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--headingFont);
    color: #222222;
    margin: 0;
    padding: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu_2 .navbar-nav .nav-item .nav-link::after,
.main_menu .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--colorPrimary);
    bottom: 32px;
    left: 0;
    transform: scale(.5);
    opacity: 0;
    transform-origin: left;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
    color: var(--colorPrimary);
}

.main_menu_2 .navbar-nav .nav-item:hover .nav-link::after,
.main_menu_2 .navbar-nav .nav-item .nav-link.active::after,
.main_menu .navbar-nav .nav-item:hover .nav-link::after,
.main_menu .navbar-nav .nav-item .nav-link.active::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.main_menu .navbar-nav .nav-item .common_btn {
    line-height: initial;
}

.menu_fix {
    position: fixed !important;
    top: 0;
    height: 70px;
    background: var(--colorWhite);
    box-shadow: var(--box-shadow);
}

.menu_fix .navbar-brand {
    max-width: 160px;
}

.menu_fix .navbar-nav {
    line-height: 70px;
}

.menu_fix .navbar-nav .nav-item .nav-link::after {
    bottom: 22px;
}

.tf__droap_menu {
    position: absolute;
    background: var(--colorWhite);
    width: 220px;
    max-height: 550px;
    top: 100%;
    left: 0px;
    overflow: hidden;
    overflow-y: auto;
    line-height: 50px;
    border-top: 1px solid #eee;
    box-shadow: var(--box-shadow);
    transition: all linear .2s;
    transform: scaleY(.8);
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    -webkit-transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    -o-transform: scaleY(.8);
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    z-index: 999;
}

.main_menu_2 .tf__droap_menu::-webkit-scrollbar,
.main_menu .tf__droap_menu::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: #ddd;
    width: 6px;
}

.main_menu_2 .tf__droap_menu::-webkit-scrollbar-thumb,
.main_menu .tf__droap_menu::-webkit-scrollbar-thumb {
    background: var(--colorPrimary);
}

.main_menu_2 .navbar-nav .nav-item:hover .tf__droap_menu,
.main_menu .navbar-nav .nav-item:hover .tf__droap_menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tf__droap_menu li a {
    color: var(--colorBlack);
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__droap_menu li a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--colorWhite);
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__droap_menu li a.active,
.tf__droap_menu li a:hover {
    color: var(--colorPrimary);
    padding-left: 25px;
    background: rgba(124, 166, 64, 0.05);
}

.tf__droap_menu li a.active::after,
.tf__droap_menu li a:hover::after {
    width: 5px;
    background: var(--colorPrimary);
}

/*-----MENU END-----*/

/*-----BANNER START-----*/
.tf__banner {
    height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.tf__banner_2 div,
.tf__banner div {
    height: 100%;
}

.tf__banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 65px;
}

.tf__banner_text h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorPrimary);
    padding-left: 20px;
    font-family: var(--paraFont);
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.tf__banner_text h5::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--colorPrimary);
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tf__banner_text h1 {
    font-size: 65px;
    font-weight: 700;
    color: var(--colorBlack);
}

.tf__banner_text h1 span {
    font-size: 65px;
    font-weight: 700;
    color: var(--colorPrimary);
    text-decoration: underline;
}

.tf__banner_text p {
    font-size: 18px;
    max-width: 70%;
    margin: 18px 0px 50px 0px;
}

.tf__banner_text ul li .play_btn {
    margin-left: 50px;
}

/*-----BANNER END-----*/

/*-----CATEGORIES START-----*/
.tf__single_category {
    position: relative;
    margin-top: 25px;
}

.tf__single_category_icon {
    width: 100px;
    height: 100px;
    background: var(--colorPrimary);
    line-height: 100px;
    text-align: center;
    color: var(--colorWhite);
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all linear .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text {
    background: url(../images/categiry_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin-left: 50px;
    padding-left: 80px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid var(--colorPrimary);
    overflow: hidden;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tf__single_category_text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f7fb;
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text p {
    position: relative;
    z-index: 1;
    padding-left: 8px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category:hover .tf__single_category_text::after {
    opacity: .85;
}

.tf__single_category:hover .tf__single_category_icon {
    background: var(--colorWhite) !important;
}

.tf__single_category:hover h3,
.tf__single_category:hover p {
    color: var(--colorWhite);
}

.tf__single_category.light_blue .tf__single_category_icon {
    background: #8e56ff;
}

.tf__single_category.light_blue .tf__single_category_text {
    border-color: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_text::after {
    background: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_icon {
    color: #8e56ff;
}

.tf__single_category.blue .tf__single_category_icon {
    background: var(--colorPrimary);
}

.tf__single_category.blue .tf__single_category_text {
    border-color: var(--colorPrimary);
}

.tf__single_category.blue:hover .tf__single_category_text::after {
    background: var(--colorPrimary);
}

.tf__single_category.blue:hover .tf__single_category_icon {
    color: var(--colorPrimary);
}

.tf__single_category.green .tf__single_category_icon {
    background: var(--colorGreen);
}

.tf__single_category.green .tf__single_category_text {
    border-color: var(--colorGreen);
}

.tf__single_category.green:hover .tf__single_category_text::after {
    background: var(--colorGreen);
}

.tf__single_category.green:hover .tf__single_category_icon {
    color: var(--colorGreen);
}

.tf__single_category.gray .tf__single_category_icon {
    background: #ada729;
}

.tf__single_category.gray .tf__single_category_text {
    border-color: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_text::after {
    background: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_icon {
    color: #ada729;
}

.tf__single_category.orange .tf__single_category_icon {
    background: #ff7f46;
}

.tf__single_category.orange .tf__single_category_text {
    border-color: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_text::after {
    background: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_icon {
    color: #ff7f46;
}

.tf__single_category.red .tf__single_category_icon {
    background: #ff5b5c;
}

.tf__single_category.red .tf__single_category_text {
    border-color: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_text::after {
    background: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_icon {
    color: #ff5b5c;
}

/*-----CATEGORIES END-----*/

/*----- ABOUT START-----*/
.tf__about {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.tf__about_top {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    top: -150px;
}

.tf__about_top::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 450px;
    background: var(--colorPrimary);
    top: -110px;
    left: -35px;
    transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
}

.tf__about_top_img {
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-right: 5px;
}

.tf__about_top_text {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tf__about_top_text_center {
    max-width: 70%;
    padding-right: 70px;
}

.tf__about_top_text_center h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--colorWhite);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.tf__about_top_text_center p {
    color: var(--colorWhite);
}

.tf__about_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tf__about_text p {
    margin-bottom: 20px;
    max-width: 75%;
}

.tf__about_text ul {
    margin-bottom: 45px;
}

.tf__about_text ul li {
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    padding-left: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__about_text ul li::after {
    position: absolute;
    content: "";
    background: url(../images/check_icon_1.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 15px;
    height: 15px;
    top: 4px;
    left: 0;
}

.tf__about_text ul li:hover {
    text-decoration: underline;
}

.tf__about_text a {
    width: 190px;
}

.tf__about_img {
    height: 670px;
    position: relative;
    z-index: 1;
}

.tf__about_img::after,
.tf__about_img::before {
    position: absolute;
    content: "";
    background: url(../images/about_shape_1.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100px;
    height: 100px;
    top: -40px;
    right: -38px;
    animation: about_animi linear 2s infinite alternate;
    -webkit-animation: about_animi linear 2s infinite alternate;
    z-index: -1;
}

.tf__about_img::before {
    background: url(../images/about_shape_2.png);
    top: auto;
    right: auto;
    left: -56px;
    bottom: 140px;
}

@keyframes about_animi {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
}

.tf__about_img .text {
    background: var(--colorPrimary);
    display: inline-block;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    bottom: 50px;
    right: 70px;
}

.tf__about_img .text i {
    color: var(--colorPrimary);
    font-size: 35px;
}

.tf__about_img .text h3 {
    font-size: 27px;
    font-weight: 700;
    color: var(--colorWhite);
    margin: 10px 0px 7px 0px;
}

.tf__about_img .text p {
    font-size: 13px;
    font-weight: 500;
    color: var(--colorWhite);
}

/*----- ABOUT END-----*/

/*----- EVENT START-----*/
.tf__single_event {
    background: var(--colorWhite);
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_event_img {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.tf__single_event_img img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_event_img .event_category {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--paraFont);
    background: var(--colorBlack);
    color: var(--colorWhite);
    padding: 10px 25px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_event_img .event_category.blue {
    background: var(--colorPrimary);
}

.tf__single_event_img .event_category.orange {
    background: #ff7f46;
}

.tf__single_event_img .event_category.green {
    background: var(--colorGreen);
}

.tf__single_event_img .event_category.red {
    background: #ff5b5c;
}

.tf__single_event_img .event_category:hover {
    background: var(--colorBlack);
}

.tf__single_event_img::after {
    position: absolute;
    content: "";
    background: url(../images/dot_shapes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 1px;
    z-index: 1;
    width: 99.7%;
    height: 10px;
}

.tf__single_event_text {
    padding: 15px 30px 20px 30px;
    overflow: hidden;
    border-top: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_event_text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tf__single_event_text ul li {
    font-size: 16px;
    font-weight: 400;
}

.tf__single_event_text ul li i {
    color: var(--colorPrimary);
    margin-right: 5px;
}

.tf__single_event_text .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--colorBlack);
    font-family: var(--headingFont);
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tf__single_event_text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tf__single_event_footer {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.tf__single_event_footer::after {
    position: absolute;
    content: "";
    width: 127%;
    height: 1px;
    background: #ddd;
    top: 0;
    left: -48px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_event_footer span {
    font-weight: 500;
    text-transform: capitalize;
}

.tf__single_event:hover .tf__single_event_text {
    border-color: var(--colorPrimary);
}

.tf__single_event:hover .tf__single_event_footer::after {
    background: var(--colorPrimary);
}

.tf__single_event:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.tf__single_event .title:hover {
    color: var(--colorPrimary);
}

.event_slider .tf__single_event {
    margin: 0px 12px;
}

.testi_slider_2 .slick-dots,
.popular_service_slider .slick-dots,
.blog_slider .slick-dots,
.testimonial_slider .slick-dots,
.work_slider .slick-dots,
.event_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slick-dots li {
    line-height: 0;
}

.testi_slider_2 .slick-dots li button,
.popular_service_slider .slick-dots li button,
.blog_slider .slick-dots li button,
.testimonial_slider .slick-dots li button,
.work_slider .slick-dots li button,
.event_slider .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 7px;
    background: #ddd;
    border-radius: 30px;
    margin: 0px 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.testi_slider_2 .slick-dots li.slick-active button,
.popular_service_slider .slick-dots li.slick-active button,
.blog_slider .slick-dots li.slick-active button,
.testimonial_slider .slick-dots li.slick-active button,
.work_slider .slick-dots li.slick-active button,
.event_slider .slick-dots li.slick-active button {
    background: var(--colorPrimary);
    width: 40px;
}

/*----- EVENT END-----*/

/*----- FAQ START-----*/
.tf__faq {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.tf__faq .container {
    position: relative;
}

.tf__faq_img {
    width: 720px;
    height: 720px;
    border-radius: 50%;
    border: 10px solid var(--colorWhite);
    position: relative;
    left: -150px;
}

.tf__faq_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tf__faq_text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.tf__faq_text .description {
    max-width: 75%;
    margin-bottom: 7px;
}

.tf__faq_accordion .accordion-item {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

.tf__faq_accordion .accordion-header {
    border: none;
}

.tf__faq_accordion .accordion-header button {
    font-size: 17px;
    font-weight: 500;
    color: var(--paraColor);
    font-family: var(--paraFont);
    background: var(--colorWhite);
    padding: 15px;
    padding-left: 70px;
    padding-right: 55px;
    border-radius: 5px !important;
    box-shadow: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__faq_accordion .accordion-header button::before {
    position: absolute;
    content: "\f00c";
    color: var(--colorWhite);
    background: var(--colorPrimary);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 14px;
    left: 23px;
    font-size: 12px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.accordion-item.orange button::before {
    background: #ff7f46;
}

.accordion-item.green button::before {
    background: var(--colorGreen);
}

.accordion-item.red button::before {
    background: #ff5b5c;
}

.accordion-item.blue button::before {
    background: var(--colorPrimary);
}

.tf__faq_accordion .accordion-header button::after {
    background: url(../images/arrow_icon_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.tf__faq_accordion .accordion-button:not(.collapsed)::after {
    background: url(../images/arrow_icon_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.tf__faq_accordion .accordion-header button:not(.collapsed) {
    background: var(--colorPrimary) !important;
    color: var(--colorWhite) !important;
}

.tf__faq_accordion .accordion-body {
    padding: 30px;
}

.tf__faq_accordion .accordion-body p {
    font-size: 17px;
    color: var(--paraColor);
}

.tf__faq_accordion .accordion-header button:not(.collapsed)::before {
    background: var(--colorWhite);
    color: var(--colorPrimary);
}

/*----- FAQ END-----*/

/*----- WORK START-----*/
.tf__work {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf__work_single {
    position: relative;
    margin: 185px 12px 5px 12px;
    background: var(--colorWhite);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__work_single::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--colorPrimary);
    border-radius: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__work_single_img {
    width: 270px;
    height: 270px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid var(--colorWhite);
    position: absolute;
    z-index: 1;
    top: -135px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.tf__work_single_text {
    background: url(../images/single_work_bg.png);
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    padding: 163px 60px 0px 60px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__work_single_text h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: var(--colorWhite);
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.tf__work_single_text p {
    text-align: center;
    color: var(--colorWhite);
    position: relative;
    z-index: 1;
}

.tf__work_single_text a {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--colorWhite);
    border-radius: 50%;
    bottom: -25px;
}

.tf__work_single.blue::after {
    background: #8e56ff;
}

.tf__work_single.blue a {
    color: #8e56ff;
}

.tf__work_single.orange::after {
    background: #ff7f46;
}

.tf__work_single.orange a {
    color: #ff7f46;
}

.tf__work_single.green::after {
    background: var(--colorGreen);
}

.tf__work_single.green a {
    color: var(--colorGreen);
}

.tf__work_single.red::after {
    background: #ff5b5c;
}

.tf__work_single.red a {
    color: #ff5b5c;
}

.work_slider .slick-center .tf__work_single,
.tf__work_single:hover {
    margin-top: 132px;
}

.work_slider .slick-center .tf__work_single::after,
.tf__work_single:hover::after {
    opacity: .95;
}

.work_slider .slick-center .tf__work_single_text,
.tf__work_single:hover .tf__work_single_text {
    padding-bottom: 53px;
}

/*----- WORK END-----*/

/*----- TESTIMONIAL START-----*/
.tf___testimonial {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf___testimonial .tf__heading_area h5,
.tf___testimonial .tf__heading_area h2 {
    color: var(--colorWhite);
}

.tf___testimonial .tf__heading_area h5::after,
.tf___testimonial .tf__heading_area h5::before {
    background: var(--colorWhite);
}

.tf__single_testimonial {
    padding: 40px 80px;
    border: 1px dashed var(--colorWhite);
    border-radius: 40px;
    position: relative;
    text-align: center;
    margin-top: 65px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.testimonial_slider .tf__single_testimonial {
    margin: 40px 12px 5px 12px;
}

.tf__single_testimonial .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--colorWhite);
    border-radius: 50%;
    font-size: 35px;
    color: var(--colorPrimary);
    top: -40px;
    left: 50%;
    transition: all linear .3s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .description {
    color: var(--colorWhite);
    margin-top: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 27px 0px 15px 0px;
}

.tf__single_testimonial .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--colorWhite);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .designation {
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: capitalize;
    margin: 10px 0px 16px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .rating i {
    color: var(--colorWhite);
    font-size: 20px;
}

.tf__single_testimonial .rating .fill {
    color: var(--colorPrimary);
}

.tf__single_testimonial:hover .icon {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

/*----- TESTIMONIAL END-----*/

/*----- ACTIVITIES END-----*/
.tf__activities_text p {
    margin-bottom: 5px;
    max-width: 75%;
}

.tf__activities_item {
    border: 1px solid #ddd;
    background: var(--colorWhite);
    text-align: center;
    padding: 40px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    margin-top: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__activities_item span {
    display: block;
    width: 100px;
    height: 100px;
    background: var(--colorPrimary);
    line-height: 100px;
    font-size: 40px;
    border-radius: 50%;
    color: var(--colorWhite);
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tf__activities_item h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 25px;
}

.tf__activities_item.light_blue span {
    background: #8e56ff;
}

.tf__activities_item.light_blue:hover {
    border: 1px dashed #8e56ff;
}

.tf__activities_item.orange span {
    background: #ff7f46;
}

.tf__activities_item.orange:hover {
    border: 1px dashed #ff7f46;
}

.tf__activities_item.green span {
    background: var(--colorGreen);
}

.tf__activities_item.green:hover {
    border: 1px dashed var(--colorGreen);
}

.tf__activities_item.blue span {
    background: var(--colorPrimary);
}

.tf__activities_item.blue:hover {
    border: 1px dashed var(--colorPrimary);
}

.tf__activities_img {
    width: 815px;
    height: 730px;
    margin-left: 45px;
}

/*----- ACTIVITIES END-----*/

/*----- VIDEO START-----*/
.tf__video {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf__video_overlay {
    background: #32373d9c;
}

.tf__video_text {
    text-align: center;
}

.tf__video_text .play_btn {
    background: var(--colorWhite);
    color: var(--colorPrimary) !important;
}

.tf__video_text .play_btn::before {
    background: var(--colorWhite);
}

.tf__video_text h4 {
    font-size: 35px;
    font-weight: 700;
    color: var(--colorWhite);
    margin-top: 25px;
    margin-bottom: 15px;
}

.tf__video_text p {
    color: var(--colorWhite);
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 35px;
}

/*----- VIDEO END-----*/

/*----- BLOG START-----*/
.tf__single_blog {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_blog_img {
    display: block;
    height: 250px;
    overflow: hidden;
}

.tf__single_blog_img img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_blog_text {
    padding: 30px 25px 25px 25px;
}

.tf__single_blog_text .category {
    padding: 6px 26px !important;
    background: var(--colorPrimary);
    color: var(--colorWhite);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--paraFont);
    border-radius: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_blog .category.light_blue {
    background: #8e56ff;
}

.tf__single_blog .category.orange {
    background: #ff7f46;
}

.tf__single_blog .category.green {
    background: var(--colorGreen);
}

.tf__single_blog .category.red {
    background: #ff5b5c;
}

.tf__single_blog_text .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--colorBlack);
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_blog_text p {
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tf__single_blog_text .read_btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--paraColor);
    transition: all linear .3s;
}

.tf__single_blog_text .read_btn i {
    margin-left: 5px;
    color: var(--colorPrimary);
}

.tf__single_blog:hover {
    border-color: var(--colorPrimary);
}

.tf__single_blog:hover .tf__single_blog_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.tf__single_blog_text .title:hover,
.tf__single_blog_text .read_btn:hover {
    color: var(--colorPrimary);
}

.tf__single_blog .category:hover {
    background: var(--colorBlack);
}

.blog_slider .tf__single_blog {
    margin: 25px 12px 5px 12px;
}

/*----- BLOG END-----*/

/*----- FOOTER START-----*/
.tf__footer {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf__footer_overlay {
    background-color: #191e24f5;
}

.tf__footer_logo_area .footer_logo {
    max-width: 180px;
}

.tf__footer_logo_area p {
    color: var(--colorWhite);
    margin: 22px 0px 25px 0px;
}

.tf__footer_logo_area ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid var(--colorWhite);
    border-radius: 50%;
    color: var(--colorWhite);
    margin-right: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__footer_logo_area ul li a:hover {
    background: var(--colorPrimary);
    border-color: var(--colorPrimary);
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
}

.tf__footer_content ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__footer_content ul li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background-color: var(--colorWhite);
    top: 12px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__footer_content ul li a:hover {
    padding-left: 20px;
    color: var(--colorPrimary);
}

.tf__footer_content ul li a:hover::after {
    width: 13px;
    background: var(--colorPrimary);
}

.tf__footer_content h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--colorWhite);
    margin-bottom: 50px;
}

.tf__footer_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    margin-top: 15px;
}

.tf__footer_content p span {
    display: block;
}

.tf__footer_content form {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 25px;
}

.tf__footer_content form button {
    position: absolute;
    top: 6px;
    right: 5px;
    background: var(--colorPrimary);
    color: var(--colorWhite);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 26px;
    border-radius: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__footer_content form button:hover {
    background: var(--colorBlack) !important;
}

.tf__copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd5e;
    padding: 25px 0px;
    margin-top: 30px;
}

.tf__copyright p {
    color: var(--colorWhite);
}

.tf__copyright ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--colorWhite);
    margin-left: 20px;
    transition: all linear .3S;
    -webkit-transition: all linear .3S;
    -moz-transition: all linear .3S;
    -ms-transition: all linear .3S;
    -o-transition: all linear .3S;
}

.tf__copyright ul li a:hover {
    color: var(--colorPrimary);
}

/*----- FOOTER END-----*/

/*----- SCROLL BUTTON START-----*/
.tf__scroll_btn {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 111;
    cursor: pointer;
    text-align: center;
    transform: rotate(90deg);
    background: var(--colorPrimary);
    color: var(--colorWhite);
    text-transform: capitalize;
    padding: 30px;
    border-radius: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    animation: scroll_amini linear 2s infinite alternate;
    -webkit-animation: scroll_amini linear 2s infinite alternate;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 1.5rem !important;
}

.tf__scroll_btn:hover {
    background: var(--colorGreen) !important;
    color: white !important;
}

@keyframes scroll_amini {
    from {
        bottom: 100px;
    }

    to {
        bottom: 120px;
    }
}

/*----- SCROLL BUTTON START-----*/
/*==================================
    HOME PAGE END
==================================*/