@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "PlusJakartaSans[wght]";
    src: url(../fonts/PlusJakartaSans[wght].ttf);
}

@font-face {
    font-family: "Inter-Regular";
    src: url(../fonts/Inter-Regular.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "PlusJakartaSans[wght]";
    font-size: 61px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

h2 {
    font-family: "PlusJakartaSans[wght]";
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "PlusJakartaSans[wght]";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "PlusJakartaSans[wght]";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "PlusJakartaSans[wght]";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "PlusJakartaSans[wght]";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Inter-Regular";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.banner_text {
    padding-left: 112px;
}


/*header css start */

.menuSection {
    background: #020042;
}

.header-logo a img {
    width: 140px;
    height: auto;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon a {
    float: left;
    display: flex;
    gap: 8px;
    align-items: center;
    background: #ff0000;
    height: 51px;
    width: 141px;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.topSec {
    background: #0a0a0a;
    padding: 10px 0;
}

.top-bar-left ul li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.top-bar-left ul li {
    color: #fff;
}

.top-bar-left ul li i {
    color: #ff0000;
}

.top-bar-left ul li a {
    color: #fff;
    font-size: 13px;
}

.top-bar-right ul {
    display: flex;
    gap: 11px;
    justify-content: end;
}

.top-bar-right ul li {
    color: #fff;
}

.top-bar-right ul li i {
    color: red;
    margin-right: 11px;
    border: 1px solid;
    border-radius: 21px;
    font-size: 15px;
    height: 22px;
    width: 22px;
    padding-left: 3px;
    padding-top: 2px;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-item img {
    background: #1e1e1e;
}

.carousel-control-prev-icon {
    background-image: url(../images/banner_img.png1.png);
    border-radius: 25px;
    border: 2px solid #ff0000;
    height: 51px;
    width: 51px;
    object-fit: cover;
}

.carousel-control-next-icon {
    background-image: url(../images/banner_img.png);
    height: 51px;
    width: 51px;
    object-fit: cover;
    border-radius: 26px;
    border: 2px solid #ff0000;
}

.carousel-item img {
    width: 100%;
    height: 80vh;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text a {
    display: flex;
    gap: 8px;
    align-items: center;
    background: #ff0000;
    height: 51px;
    width: 141px;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    border: unset;
}

button.carousel-control-prev {
    position: absolute;
    left: 110px;
    top: 37%;
    width: 100px;
    height: 50px;
}

button.carousel-control-next {
    left: 110px;
    top: 27%;
    height: 50px;
    width: 100px;
}

.banner_text h1 {
    color: #fff;
    padding: 0 0 25px;
}

.banner_img img {
    height: 98%;
    width: auto;
    position: relative;
    bottom: 0;
    right: -140px;
}

.banner_text span {
    font-size: 17px;
    text-transform: uppercase;
}


/*banner css end*/

.Solutions {
    padding: 23px 0;
    background: #ff0a0a;
}

.Get_Solutions span {
    font-size: 18px;
    color: #fff;
    padding-right: 12px;
}

.Get_Solutions a {
    color: #fff;
    background: #000;
    padding: 5px 15px;
}

.about_sec {
    padding: 120px 0;
    background: #020042;
}

.Abou_text h2 {
    color: #fff;
    font-weight: 500;
}

.Abou_text p {
    line-height: 1.75;
    font-size: 18px;
    color: #fff;
    padding: 15px 0px;
}

.Abou_text a {
    display: flex;
    gap: 8px;
    align-items: center;
    background: #ff0000;
    height: 60px;
    width: 380px;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
}

.About_img img {
    width: auto;
    height: 569px;
}

.why_chose_us {
    background-image: url(../images/why_chose.jpg);
    background-repeat: no-repeat;
    padding-top: 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}

.why_chose_us::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000db;
    z-index: -1;
}

.why_chose_us_content span {
    color: #ff0000;
    position: relative;
    padding-left: 25px;
}

.why_chose_us_content span::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 1px;
    background: #ff0000;
    left: 0;
    top: 10px;
}

.why_chose_us_content span::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: #ff0000;
    left: 4px;
    bottom: 5px;
}

.why_chose_us_content h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 59px;
}

.why_chose_us_content {
    padding-bottom: 21px;
}

.why_chose_us_content a {
    display: flex;
    gap: 1px;
    align-items: center;
    background: #ff0000;
    height: 51px;
    width: 155px;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
}

.why_chose_us_img {
    background-image: url(../images/why.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px;
    background-color: #f6f7f9;
    background-position: center;
}

.svg_chose {
    background: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.svg_chose h4 {
    font-size: 16px;
    padding-top: 12px;
    font-weight: 600;
}

.svg_chose img {
    width: 45px;
    height: 45px;
}

.svg_chose h4::before {
    background: #ff000030;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 51% !important;
    z-index: -1;
    left: 5px;
    top: 36px;
}

.services {
    background-color: #161921;
    padding: 100px;
}

.services_content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.services_content h1 {
    position: absolute;
    left: 443px;
    right: 396px;
    z-index: -1;
    color: #ffffff0d;
    font-size: 92px;
    top: -30px;
}

.services_content h2 {
    color: #fff;
    font-weight: 500;
}

.services_card {
    text-align: center;
}

.services_card img {
    border-radius: 25px;
}

.services_card h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 12px;
}

.services_card p {
    color: #c7c7c7;
    font-size: 17px;
}

.Why_Macon_Locksmith_Car_Key {
    padding: 100px 0;
    background-color: #020042;
}

.Locksmith h2 {
    color: #fff;
    padding-bottom: 20px;
}

.Locksmith li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 11px;
}

.Locksmith p {
    color: #eff7ff;
}

.Locksmith_img {
    padding-top: 16px;
}

.counter_sec {
    background-image: url(../images/counter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 300px;
    position: relative;
    z-index: -1;
    margin-bottom: -385px;
}

.counter_sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000085;
    z-index: -1;
}

.counter_img img {
    height: 65px;
    width: 65px;
}

.counter_img::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #ff0000;
    z-index: -1;
    top: -20px;
    left: 95px;
    border-radius: 50%;
}

.counter_img {
    position: relative;
    margin-bottom: 12px;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#counter .item {
    width: 296px;
    text-align: center;
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    border-right: 2px dashed #fff;
}

.item.dash {
    border-right: unset !important;
}

#counter .item .count {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    padding-top: 6px;
}

#counter .item h1 {
    color: #fff;
}

.Testimonials {
    padding-top: 201px;
}

.Testi {
    background: #020042;
    margin-top: 0;
    padding: 94px;
}

.Testimonials_text h1 {
    color: #fff;
    padding-bottom: 40px;
}

.Macon {
    display: flex;
    margin-top: 26px;
    align-items: center;
    gap: 28px;
}

.Testimonials_card {
    background: #fff;
    padding: 47px;
    margin-right: 47px;
}

.Testimonials_card p {
    font-size: 20px;
    line-height: 2.05;
    text-align: justify;
}

.Macon img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
}

.Macon i {
    color: #ff0000;
    font-size: 11px;
}

.stra {
    width: 200px;
    text-align: end;
}

.Macon h3 {
    font-size: 21px;
    font-weight: 700;
}

.Macon span {
    font-size: 13px;
    font-weight: 400;
}

.footerSec {
    background: #020042;
    padding: 60px 0 0;
}

.footer-contact img {
    width: 138px;
}

.foot-links h5 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
}

.foot-links h5::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background: #fb0101;
    bottom: 10px;
    left: 2px;
}

.foot-links ul li a {
    color: #fff;
    padding-bottom: 6px;
}

.foot-links ul li a i {
    padding-right: 10px;
}

.news-letter h5 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
}

.news-letter h5::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background: #fb0101;
    bottom: 10px;
    left: 2px;
}

.news-letter ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 11px;
}

.news-letter ul li a i {
    padding-right: 6px;
    color: #fb0101;
    font-size: 15px;
}

.copy-txt {
    text-align: center;
}

.footer-btm {
    padding: 21px;
    background: #14f5f8;
}

.footer-contact ul {
    display: flex;
    gap: 13px;
    padding-top: 17px;
    padding-bottom: 90px;
}

.footer-contact p {
    color: #fff;
    padding-top: 10px;
}

.footer-contact ul li a {
    background: #363739;
    display: flex;
    height: 46px;
    width: 45px;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    color: #fff;
    transition: 0.5s;
}

.footer-contact ul li a:hover {
    background: #fb0101;
    color: #fff;
    transform: scale(1.05);
}

.foot-links ul li a i:hover {
    color: #ff0000;
}

.copy-txt p {
    color: #4B4B4B;
    font-size: 17px;
    font-weight: 500;
}

.carousel-item.inner-banner {
    height: 40vh;
}

.carousel-caption.inner-banner {
    background: #000000cc;
}

.banner_text.inner-banner a {
    background: unset;
    width: 47px;
    height: unset;
}

.inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner i {
    font-size: 13px;
}

.inner span {
    font-size: 14px;
    text-transform: capitalize;
    color: #ff0000;
    font-weight: 400;
}

.banner_text.inner-banner h1 {
    font-size: 51px;
}

.Local_Automotive {
    padding: 100px 0;
}

.Local_Automotive_text h1 {
    font-size: 43px;
}

.Local_Automotive_text p {
    font-size: 17px;
    padding: 17px 0;
    color: #5a5a5a;
    line-height: 2.05;
}

.mission {
    padding-bottom: 100px;
}

.mission_text {
    padding: 101px 0;
}

.mission_text p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 2.05;
    padding: 11px 0;
}

.mission_text h1 {
    font-size: 50px;
}

.contact {
    padding: 100px 0;
}

.contact_content h2 {
    font-size: 40px;
    font-weight: 600;
}

.contact_content p {
    font-size: 17px;
    line-height: 2.05;
    padding: 13px 0;
}

.contact_content h3 {
    font-size: 25px;
    font-weight: 600;
}

.contact_content span {
    padding-left: 34px;
    font-size: 16px;
    color: #ff0006;
    font-weight: 600;
    position: relative;
}

.contact_content span::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #ff0006;
}

.contact_content span::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 4px;
    width: 20px;
    height: 1px;
    background: #f80d15;
}

.contact_content a {
    font-size: 26px;
    color: #000;
    padding-bottom: 11px;
}

.contact_content a i {
    color: aqua;
    padding-right: 15px;
    font-size: 30px;
}

.contact_fom {
    background: #f3f3f3;
    padding: 150px 50px;
}

.contact_fom form input {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
    border: unset;
    padding: 11px;
}

.contact_fom form textarea {
    width: 100%;
    height: 255px;
    background: #fff;
    border: unset;
    padding: 11px;
}

.contact_fom form input:hover {
    border: 1px solid #ff0006;
}

.contact_fom form textarea:hover {
    border: 1px solid #ff0006;
}

.contact_fom h2 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 22px;
}

.contact_fom form button {
    width: 100%;
    text-align: center;
    height: 50px;
    background: #fff;
    border: unset;
}

.contact_fom form button:hover {
    border: 1px solid #ff0006;
}

img.back {
    height: 71px;
    width: 97px;
}


/* .arrow_up {
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 9px;
}

.arrow_up a {
    background: #ffffff;
    height: 52px;
    width: 51px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    color: #ff0000;
    right: 0;
    bottom: 0;
} */


/* scrolll */

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}


/* ::after */

.scroll-top::after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #ff0000;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid #ff0000;
    box-shadow: none;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}


/* svg */

.scroll-top svg {
    color: #ff0000;
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}


/* progress circle */

.scroll-top .progress-circle path {
    stroke: #ff0000;
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}


/* show state */

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* sm breakpoint (Bootstrap style) */

@media (max-width: 576px) {
    .play-btn {
        --icon-size: 60px;
    }
}

:root {
    --theme-color: #ff6600;
    --white-color: #ffffff;
    --icon-font: "Font Awesome 5 Free";
}


/* scrolll */

.th-btn:before,
.th-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.th-btn:before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    transform: skew(-30deg) translate3d(0, 0, 0);
}

.th-btn:hover:before {
    -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
    transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1;
}

.th-btn:hover {
    color: #000;
}

.th-btn:hover:after {
    -webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
    transform: skew(30deg) translate3d(-70%, 0, 0);
    opacity: 1;
}

.th-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn:hover {
    color: #000000;
}

.feature-item-content:hover:before {
    top: 0;
    width: 100%;
    height: 100%;
}

.feature-content .feature-item-content:before {
    background-color: #ffffff;
}

.feature-item-content:before {
    content: "";
    height: 0;
    width: 0;
    background-color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
    border-radius: unset;
}

.feature-content .feature-item-content {
    background-color: #fff;
}

.feature-item-content {
    position: relative;
    background-color: #F6F7F9;
    padding: 30px;
    min-width: 220px;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.svg_chose.feature-item-content:hover img {
    filter: brightness(0) invert(1);
}

.svg_chose.feature-item-content:hover h4 {
    color: #fff;
}