/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Anex
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]

        01. header
        02. hero-section
        03. get-a-quote
        04. btn
        05. heading
        06. count-style
        07. unlimited-design
        08. consulting-business-text
        09. ul.check-list
        10. clients-slider
        11. video
        12. #services
        13. clients-rate
        14. team-style
        15. quotation-mark
        16. pricing-plan-style
        17. accordion-section
        18. blog style
        19. footer
        20. social-icon
        21. copyright
        22. subscribe-with
        23. video-fram
        24. progress go to top
        25. preloader

-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&amp;display=swap');

body {
    font-family: 'Instrument Sans';
    overflow-x: hidden;
}

p {
    font-family: 'Instrument Sans';
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

a,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-family: 'Instrument Sans';
    font-size: 90px;
    line-height: 100px;
    font-weight: bold;
}

h2 {

    font-size: 60px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

.gap {
    padding: 60px 0;
}

.no-top {
    padding-top: 55;
}

.no-bottom {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}

/* 01. header */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar ul {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    #stickyHeader.slideUp {
        top: 0;
        border: 0;
        z-index: 111;
        position: fixed;
        border-radius: 0;
        left: 0;
        backdrop-filter: blur(4px);
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
        padding-bottom: 20px;
        padding-top: 20px;
        background: linear-gradient(89.98deg, #fff .39%, #ffffff60 99.99%);
    }
}

header {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid #A8A8A8;
}

.top-bar ul li {
    padding-right: 40px;
}

.top-bar ul li a {
    font-weight: bold;
    text-transform: capitalize;
}

.clients-slider .item {
    display: flex;
    justify-content: center;
}

.top-bar ul li a,
.top-bar a {
    transition: .3s ease-in-out;
}

.login .btn {
    padding: 12px 17px;
    color: #fff;
    margin-left: 15px;
}

.login .btn:hover {
    color: #fff;
}

.login>a {
    font-size: 15px;
    font-weight: bold;
}

/* 02. hero-section */
.hero-text p {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    width: 75%;
    padding-bottom: 43px;
}

ul.stars {
    display: inline-flex;
}

ul.stars li {
    padding: 4px 2px;
    line-height: 0;
}

ul.stars li i {
    color: #ffd545;
    font-size: 14px;
}

.rating {
    display: flex;
    align-items: end;
    margin-top: 80px;
}

.rating h4 {
    font-size: 30px;
    font-weight: bold;
    margin-right: 17px;
}

.rating h5 {
    font-size: 16px;
    padding-right: 14px;
}

/* 03. get-a-quote */
form#contact-form h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
}

.get-a-quote h6 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 29px;
}

.get-a-quote {
    margin-bottom: 16px;
    background-color: #fcf5eb;
    padding: 47px 50px;
    border-radius: 40px;
    position: relative;
    padding-top: 60px;
    border: 3px solid #000;
}

.get-a-quote:before {
    content: "";
    position: absolute;
    top: -6%;
    background-image: url(../img/agency.png);
    width: 85px;
    left: -9%;
    height: 85px;
    background-repeat: no-repeat;
}

.get-a-quote p {
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.get-a-quote input,
.get-a-quote input[type="number"] {
    width: 100%;
    height: 55px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    border-radius: 45px;
    padding: 25px;
    border: 1px solid #444;
}

.get-a-quote input::placeholder,
.get-a-quote input[type="number"]::placeholder {
    color: black;
}

.radio-button {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
    align-items: normal;
}

.radio-button label {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}

.radio-button input {
    width: 22px;
    height: 22px;
}

.group-img {
    position: relative;
}

.group-img i {
    background-color: #fff;
    position: absolute;
    border: 1px solid #444;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.get-a-quote img {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 04. btn */
.btn {
    text-transform: capitalize;
    border-radius: 50px;
    color: #fff !important;
    line-height: 16px;
    overflow: hidden;
    padding: 16px 16px;
    font-size: 15px;
    position: relative;
    font-weight: 700;
    text-align: center;
    white-space: pre;
    z-index: 1;
    letter-spacing: 1px;
    border: 0;
}

.btn:after {
    background-color: #1c1e21;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
    left: 0;
}

.btn:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
}

.hero-section {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
}

img.shaps-dots {
    position: absolute;
    right: 11%;
    bottom: 12%;
    z-index: -1;
    animation: 7s infinite animation03;
}

img.shaps-line {
    left: 39%;
    position: absolute;
    bottom: 25%;
}

/* 05. heading */
.heading {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}

.heading h2 {
    font-family: 'Instrument Sans';
    font-size: 47px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

.heading h2 span {
    border-bottom: 8px solid #28522A;
    line-height: 54px;
    display: inline-block;
}

.heading p {
    font-size: 22px;
    line-height: 32px;
    padding-top: 16px;
}
.break-line{
    padding-top: 0px !important;
}
/* 06. count-style */
.count-style h3 {
    font-size: 70px;
    font-weight: bold;
}

.count-style h3 sub {
    font-size: 30px;
}

.count-style span {
    font-size: 16px;
    width: 87%;
    display: block;
}

.count-text {
    width: 40%;
    z-index: 11;
}

sub {
    bottom: 0;
}

.count-style {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

/* 07. unlimited-design */
.unlimited-design {
    position: relative;
}

.background-color {
    position: relative;
    padding-bottom: 120px;
}

.background-color:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#ffffff00 40%, #ffffff);
    bottom: 0;
    z-index: 0;
}

.unlimited-design img.shaps-line {
    left: 12%;
    bottom: auto;
    top: 38%;
}

.unlimited-design img.shaps-dots {
    right: 11%;
    bottom: 28%;
    z-index: 0;
}

.unlimited-design img {
    z-index: 11;
    border-radius: 20px;
}

.heading.two {
    text-align: left;
    margin: 0;
}

/* 08. consulting-business-text */
.consulting-business-text {
    position: relative;
    width: 94%;
    text-align: center;
    border: 5px solid;
    border-radius: 20px;
    padding: 25px;
    padding-bottom: 0;
    z-index: 11;
    margin-bottom: 46px;
}

.consulting-business-text h4 {
    font-size: 30px;
    width: 84%;
    margin: auto;
    font-weight: bold;
}

.consulting-business-text p {
    margin: auto;
    width: 80%;
    padding-top: 7px;
}

.consulting {
    background-color: #FFE773;
    border-radius: 20px;
    margin-bottom: -50px;
    margin-top: 30px;
}

.consulting-business-text span {
    font-size: 40px;
    color: #000000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    position: relative;
    display: flex;
    font-weight: bold;
    line-height: 40px;
}

.consulting-business-text:before {
    content: "";
    position: absolute;
    top: -11%;
    background-image: url(../img/agency.png);
    width: 85px;
    left: -13%;
    height: 91px;
    transform: scale(0);
    background-repeat: no-repeat;
}

.consulting-business-text:hover:before {
    transform: scale(1);
}

.consulting img {
    width: 120px;
}

.consulting-business-text:hover {
    background-color: #ffe77370;
}

.consulting-business-text.two:hover {
    background-color: #FFC0B370;
}

.consulting-business-text.two .consulting {
    background-color: #FFC0B3;
}

.consulting-business-text.three:hover {
    background-color: #BDFFB270;
}

.consulting-business-text.three .consulting {
    background-color: #BDFFB2;
}

.started {
    position: relative;
}

.started img.shaps-dots {
    right: 40%;
    bottom: 4%;
    z-index: -2;
}

.heading.two p {
    font-size: 18px;
    padding-bottom: 40px;
}

.heading.two p {
    font-size: 18px;
    padding-bottom: 20px;
}

/* 09. ul.check-list */
ul.check-list li {
    display: flex;
    align-items: center;

}

ul.check-list li:not(:last-child) {
    margin-bottom: 16px;
}

ul.check-list img {
    margin-right: 10px;
}

ul.check-list li {
    display: flex;
    font-weight: 600;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    color: #444;
}

/* 10. clients-slider */
.clients-slider .item img {
    width: 210px;
    filter: contrast(0.0);
}

.clients-slider .owl-dots {
    display: none;
}

.clients-slider .item img:hover {
    filter: contrast(1);
}

.recommended {
    text-align: center;
}

.recommended h5 {
    font-weight: bold;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 50px;
}

.provide {
    position: relative;
}

.img-provide img {
    z-index: 11;
    position: relative;
    border-radius: 20px;
}

.provide img.shaps-dots {
    right: auto;
    bottom: 67%;
    z-index: 0;
    left: 10%;
}

/* 11. video */
.video {
    position: relative;
    right: 0;
    text-align: center;
}

.video img {
    border-radius: 20px;
}

.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 3px solid #000;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

/* 12. #services */
#services {
    background-color: #000;
}

#services .heading h2,
#services .heading p {
    color: #fff;
}

.service-text {
    margin-bottom: 45px;
}

.service-text i {
    width: 100px;
    height: 108px;
    background-color: #FFE773;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.service-text:hover i svg {
    transform: rotatey(180deg);
}

.service-text.two i {
    background-color: #FFC0B3;
}

.service-text.three i {
    background-color: #BDFFB2;
}

.service-text.for i {
    background-color: #9FE8FF;
}

.service-text.two {
    margin-bottom: 0px;
}

.service-text.for {
    margin-bottom: 0px;
}

.service-text a h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.service-text p {
    color: #DEDEDE;
    line-height: 26px;
}

/* 13. clients-rate */
.clients-rate {
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 40px 47px;
    margin-top: 30px;
}

.clients-rate img {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 20px;
}

.clients-rate h3 {
    font-size: 82px;
    color: #fff;
}

.clients-rate h3 span {
    font-size: 34px;
    padding-left: 10px;
}

.clients-rate p {
    color: #fff;
    padding-bottom: 22px;
}

.clients-rate ul.stars li i {
    color: #fff;
    font-size: 20px;
}

.clients-data {
    width: 94%;
}

.clients-data p {
    font-size: 18px;
}

/* 14. team-style */
.team-style {
    position: relative;
}

.team-style img {
    border-radius: 20px;
}

.team-style:before {
    content: "";
    position: absolute;
    top: -8%;
    background-image: url(../img/agency.png);
    width: 85px;
    left: -13%;
    height: 91px;
    transform: scale(0);
    background-repeat: no-repeat;
}

.team-style:hover:before {
    transform: scale(.7);
}

.team-text {
    border: 3px solid #000;
    padding: 30px;
    margin-top: -16px;
    padding-top: 54px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.team-style:hover .team-text {
    background-color: #FCF5EB;
}

.team-text h3 {
    font-size: 30px;
    font-weight: 700;
}

.team-text h4 {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 27px;
}

.team-text h6 {
    color: #444;
    font-weight: bold;
    padding-bottom: 29px;
    text-transform: capitalize;
}

.team-text a.brand i {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
    vertical-align: bottom;
    width: 48px;
    z-index: 1;
}

.team-text a.brand i:after {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    content: '';
    height: 67px;
    position: absolute;
    top: 0;
    transform: scale(1) translateY(67px);
    transition: transform 1s cubic-bezier(.66, .00, .34, 1.00);
    width: 67px;
    z-index: -1;
}

.team-text a.brand:hover i {
    color: #ffffff;
}

.team-text a.brand i:hover:after {
    transform: scale(1.47) translateY(0);
}

.team-text h6 a {
    padding-left: 10px;
    color: #444;
    font-weight: 400;
}

.team-style.two {
    display: flex;
}

.team-style.two img {
    height: 254px;
}

.team-style.two img {
    z-index: 11;
}

.team-style.two .team-text {
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    margin: 0;
    margin-left: -37px;
    z-index: 0;
    padding-left: 80px;
}

.team-style.two:before {
    left: -8%;
    top: -18%;
}

/* 15. quotation-mark */
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
}

.quotation-mark {
    text-align: center;
    margin: auto;
}

.quotation-mark img {
    margin: auto;
    margin-bottom: 52px;
}

.quotation-mark h6 {
    font-size: 24px;
    font-weight: 700;
}

.quotation-mark h6 span {
    font-weight: 500;
}

.quotation-mark p {
    font-size: 30px;
    line-height: 50px;
    width: 78%;
    margin: auto;
}

.quotation-mark ul.stars {
    margin-bottom: 20px;
    margin-top: 12px;
}

.quotation-mark figure {
    position: relative;
    width: max-content;
    margin: auto;
}

.quotation-mark figure:before {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 90px;
    height: 70px;
    background-image: url(../img/quotation-mark-shap.png);
    z-index: -1;
    right: 44px;
    background-repeat: no-repeat;
}

@keyframes animation01 {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes animation02 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }

    25% {
        transform: translate(-10px, -10px) rotate(5deg);
    }

    50% {
        transform: translate(-20px, 0px) rotate(0);
    }

    75% {
        transform: translate(-10px, -10px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes animation03 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.quotation-mark-img img {
    position: absolute;
    border-radius: 70%;
}

.quotation-mark-img img:nth-child(1) {
    left: 9%;
    top: 0%;
    animation: 7s infinite animation01;
}

.quotation-mark-img img:nth-child(2) {
    left: 27%;
    top: 10%;
    animation: 7s infinite animation02;
}

.quotation-mark-img img:nth-child(3) {
    left: 63%;
    top: 0;
    animation: 7s infinite top;
}

.quotation-mark-img img:nth-child(4) {
    right: 16%;
    top: 10%;
    animation: 7s infinite animation02;
}

.quotation-mark-img img:nth-child(6) {
    left: 9%;
    bottom: 6%;
    animation: 7s infinite animation01;
}

.quotation-mark-img img:nth-child(5) {
    left: 27%;
    bottom: 15%;
    animation: 7s infinite animation02;
}

.quotation-mark-img img:nth-child(8) {
    left: 63%;
    bottom: 5%;
    animation: 7s infinite top;
}

.quotation-mark-img img:nth-child(7) {
    right: 16%;
    bottom: 15%;
    animation: 7s infinite animation02;
}

.client-reviews {
    position: relative;
    padding-bottom: 160px;
}

.slider-recnt button.owl-dot.active,
.review-slider button.owl-dot.active,
.hero-slider button.owl-dot.active {
    width: 50px;
    height: 5px;
    background-color: #ffee02;
}

.quotation .owl-dots {
    position: relative;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;
}

.slider-experts .owl-nav {
    position: absolute;
    top: -23%;
    right: 0%;
    width: auto;
}

.quotation button.owl-dot {
    width: 50px;
    height: 3px;
    background-color: #b7b7b7;
    margin-left: 10px;
}

/* 16. pricing-plan-style */
.pricing-plan-style h5 span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-plan-style ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.pricing-plan-style {
    border: 3px solid #000;
    border-radius: 20px;
    padding: 40px;
    background-color: #ffffff40;
}

.pricing-plan-style {
    border: 3px solid #000;
    border-radius: 20px;
    padding: 30px;
    background-color: #ffffff40;
    position: relative;
    width: 94%;
}

.pricing-plan-style ul li {
    position: relative;
}

.pricing-plan-style ul {
    color: #000;
}

.pricing-plan-style h5 {
    font-weight: bold;
    font-size: 60px;
    padding-bottom: 27px;
}

.pricing-plan-style ul li:before {
    width: 12px;
    content: "";
    height: 12px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.pricing-plan-style a.btn {
    width: 100%;
    background-color: #fff;
    color: #000 !important;
    border: 3px solid #000;
}

.pricing-plan-style:before {
    content: "";
    position: absolute;
    top: -8%;
    background-image: url(../img/agency.png);
    width: 85px;
    left: -13%;
    height: 91px;
    transform: scale(0);
    background-repeat: no-repeat;
}

.pricing-plan-style:hover:before {
    transform: scale(1);
}

.pricing-plan-style h4 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: 'Instrument Sans';
}

.pricing-plan-style:hover {
    background-color: #fff;
}

.pricing-plan-style a.btn:hover {
    color: #fff !important;
}

.pricing-plan-section {
    position: relative;
}

.pricing-plan-section img.shaps-dots {
    right: 40%;
    bottom: 4%;
    z-index: -2;
}

/* 17. accordion-section */
.accordion-section {
    position: relative;
}

.accordion-section img.shaps-2 {
    left: 6%;
    top: 44%;
    z-index: -1;
}

.accordion-section img.shaps-1 {
    top: 46%;
    left: auto;
    right: 24%;
    z-index: -1;
}

.accordion-item.active .heading {
    color: #bccbb7;
}

.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.accordion-item .icon {
    left: 25px;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
}

.accordion-item.active .icon i {
    color: #fff;
}

.accordion-item.active .title {
    color: #fff;
}

.accordion-item .content {
    display: none;
}

.content p {
    font-size: 18px;
    font-weight: 500;
    color: #444;
}

.title {
    text-align: start;
    padding: 20px 57px;
    padding-right: 0;
    padding-right: 0;
    color: black;
    font-size: 22px;
}

.content {
    background-color: #fff;
    padding: 29px 39px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    border: 3px solid #108a00;
    width: 96%;
    margin-left: auto;
    border-top: 0;
    border-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -15px;
    padding-top: 36px;
}

a.heading {
    width: 100%;
    margin: 0;
    padding: 0;
}

.accordion-item {
    background-color: transparent;
}

.accordion-item.active a.heading {
    color: black;
    border-radius: 20px;
}

.accordion-item.active .icon i {
    transform: rotate(90deg);
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item {
    background-color: #fff;
    border: 0;
    border-radius: 20px !important;
}

.accordion-style>p {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
}

.accordion-item a.heading {
    border: 3px solid #000;
    border-radius: 20px;
}

.accordion-item.active a.heading {
    border: 0;
}

.accordion {
    z-index: 111;
    position: relative;
}

.questions-img img {
    border-radius: 30px;
}

/* 18. blog style */
.blog-style>a {
    color: inherit;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-style>a:hover {
    background-size: 100% 1px;
}

.blog-style .date {
    display: inline-block;
    padding: 15px 34px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.blog-style .date a i {
    padding-right: 13px;
    color: #fff;
}

.blog-style .date a {
    color: #fff;
}

.blog-style h4 {
    font-size: 16px;
    width: fit-content;
    border-bottom: 1px solid;
    margin-top: 12px;
    margin-bottom: 10px;
}

ul.list-unstyled.blog-card__meta {
    display: flex;
    margin-top: 20px;
}

.list-unstyled.blog-card__meta li {
    margin-right: 34px;
}

.list-unstyled.blog-card__meta li i {
    padding-right: 6px;
}

.list-unstyled a {
    color: #000;
}

/* 19. footer */
.footer {
    padding-top: 60px;
}

.footer .heading h2,
.footer .heading p {
    color: #fff;
}

.footer .heading a {
    margin-top: 40px;
}

.address i {
    background-color: #FFE773;
    width: 90px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 21px;
}

.address {
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.address h3 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
}

.address p a {
    padding-left: 10px;
}

.address p,
.address a {
    color: #fff;
}

.address.location i {
    background-color: #FFC0B3;
}

.address.email i {
    background-color: #BDFFB2;
}

/* 20. social-icon */
ul.social-icon {
    display: flex;
}

ul.social-icon li {
    margin-right: 6px;
}

ul.social-icon i {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
    vertical-align: bottom;
    width: 48px;
    z-index: 1;
}

ul.social-icon i:hover {
    color: #fff;
    border-color: #108A00;
}

ul.social-icon i:after {
    background-color: #108A00;
    border-radius: 50%;
    color: #fff;
    content: '';
    height: 67px;
    position: absolute;
    top: 0;
    transform: scale(1) translateY(67px);
    transition: transform 1s cubic-bezier(.66, .00, .34, 1.00);
    width: 67px;
    z-index: -1;
}

ul.social-icon i:hover i {
    color: #ffffff;
}

ul.social-icon i:hover:after {
    transform: scale(1.47) translateY(0);
}

/* 21. copyright */
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    border-top: 1px solid #FFFFFF20;
    padding-top: 40px;
    padding-bottom: 20px;
}

.copyright p {
    color: #fff;
    font-size: 16px;
}

.accordion-section {
    position: relative;
}

.accordion-section img.shaps-dots {
    right: 11%;
    bottom: 60%;
    z-index: 1;
}

/* 22. subscribe-with */
.subscribe-with,
.click-here {
    text-align: center;
}

.subscribe-with .hero-text {
    width: 79%;
    margin: auto;
}

.subscribe-with .hero-text p,
.click-here .hero-text p {
    text-align: center;
    margin: auto;
}

.subscribe-with .subscribe-text p {
    padding: 0;
    width: fit-content;
    margin: 0;
    font-weight: bold;
    color: #000;
    padding-right: 30px;
    font-size: 22px;
    text-transform: capitalize;
}

.subscribe-text {
    display: flex;
    align-items: center;
    background-color: #fcf5eb;
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    border: 3px solid #000;
    width: 96%;
    margin: auto;
}

.subscribe-text:before {
    content: "";
    position: absolute;
    top: -41%;
    background-image: url(../img/agency.png);
    width: 85px;
    left: -4%;
    height: 85px;
    background-repeat: no-repeat;
}

.subscribe-with .rating,
.click-here .rating {
    justify-content: center;
}

.subscribe-with .rating {
    margin-top: 60px;
}

.get-subscribee input {
    width: 100%;
    height: 60px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    margin-right: 10px;
    border: 1px solid;
    padding-left: 30px;
}

form#subscribe-form {
    display: flex;
    align-items: center;
    width: 82%;
    justify-content: center;
}

.get-subscribee .btn {
    padding: 20px 48px;
    width: 247px;
}

/* 23. video-fram */
.video-fram iframe {
    width: 100%;
}

.video-section .rating {
    margin-top: 50px;
}

.hs-responsive-embed-youtube iframe {
    border-radius: 20px;
}

.video-fram {
    border: 3px solid #000;
    background-color: #fcf5eb;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.video-fram:before {
    content: "";
    position: absolute;
    top: -8%;
    background-image: url(../img/agency.png);
    width: 85px;
    left: -9%;
    height: 85px;
    background-repeat: no-repeat;
}

.video-fram h3 {
    font-weight: bold;
    padding-bottom: 14px;
    font-size: 30px;
    text-transform: capitalize;
}

.video-section .hero-text p {
    font-size: 22px;
    width: 91%;
    padding-bottom: 28px;
}

.click-here .hero-text {
    width: 79%;
    margin: auto;
}

/* 24. progress go to top */
#progress {
    z-index: 111;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(110% - 15px);
    width: calc(110% - 15px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #ffffff;
}

span#progress-value i {
    font-size: 22px;
}

/* 25. preloader */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.preloader {
    top: 0%;
}

.page-loaded .preloader {
    top: -100%;
}

.loader {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background: currentColor;
    color: #FFF;
    -webkit-animation: animloader 0.3s 0.3s linear infinite alternate;
    animation: animloader 0.3s 0.3s linear infinite alternate;
}

.loader::after,
.loader::before {
    content: "";
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    -webkit-animation: animloader 0.3s 0.45s linear infinite alternate;
    animation: animloader 0.3s 0.45s linear infinite alternate;
}

.loader::before {
    left: -20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes animloader {
    0% {
        height: 48px;
    }

    100% {
        height: 4.8px;
    }
}

@keyframes animloader {
    0% {
        height: 48px;
    }

    100% {
        height: 4.8px;
    }
}

/* transition */
.pricing-plan-style a.btn,
.pricing-plan-style a.btn,
.pricing-plan-style:before,
.team-text a.brand i,
.team-style:before,
.team-text,
.clients-slider .item img,
.service-text i svg,
.pricing-plan-style,
.consulting-business-text,
.consulting-business-text:before {
    transition: 0.3s ease-in-out;
}



/* Common Styles */
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease;
}

.slider ul li {
    flex: 0 0 100%;
}

.slider img {
    width: 100%;
    height: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    z-index: 100;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Desktop Styles */
@media (min-width: 768px) {
    .desktop-slider {
        display: block;
    }

    .mobile-slider {
        display: none;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .desktop-slider {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .prev,
    .next {
        font-size: 30px;
    }
}

.button-style {
    padding: 15px 22px;
    background-color: #28522A;
    border-radius: 50px;
    color: white;
}

.button-style:hover {
    background-color: black;
    color: white !important;
}

/* ====================HEADER===================== */
.darkgreen:hover {
    color: #28522A !important;
}

/* ====================fOOTER===================== */
.footer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-icon {
    margin-right: 15px;
    color: white;
}

.footer-text a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    flex: 1;
}

.footer-item:hover .footer-icon,
.footer-text a:hover {
    color: #28522A;
}

.widget_title {
    color: white;
    padding-bottom: 20px;
}

.right-padding-footer {
    padding-right: 125px;
}

/* ====================  ===================== */
/* Style for the entire section */
.crumb-rubber-section {
    padding: 20px 60px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: -50px auto 20px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Style for the paragraph content */
.section-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

/* Style for the applications list */
.applications-list {
    font-family: Arial, sans-serif;
}

.applications-list h2 {
    font-size: 24px;
    color: #28522A;
    margin-bottom: 10px;
}

.applications-list ul {
    list-style-type: square !important;
    padding: 0;
}

.applications-list ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin: 10px;
}

.applications-list ul li strong {
    color: #333;
}

.applications-list ul ul {
    padding-left: 20px;
    margin-top: 5px;
}

.flex1 {
    display: flex;
    flex-wrap: wrap;
}

.flex1>.child {
    flex: 0 0 50%;
    /* 50% width which is equivalent to 6 columns out of 12 */
    max-width: 50%;
    box-sizing: border-box;
    /* Ensures padding and border are included in the width */
    padding-bottom: 10px;
}

.testa-center {
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.product-padding {
    padding: 25px;
}



/*======================= Contact us ========================*/
.contact-image {
    background: url('https://pagedone.io/asset/uploads/1696488602.png') no-repeat center center;
    background-size: cover;
    height: 100%;
    color: white;
    padding: 50px;
    border-radius: 20px 0 0 20px;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 0 20px 20px 0;
}

.contact-details {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 225px;
}

.contact-details h5 {
    margin-left: 15px;
    color: black;
    font-size: 15px;
}

.contact-details svg {
    margin-right: 15px;
}

.btn-submit {
    background-color: #254F2B;
    color: white;
    border-radius: 30px;
}

.btn-submit:hover {
    background-color: #254F2B;
}

.contact-heading {
    color: #254F2B;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-box {
    margin: 50px auto;
}

.contact-font {
    font-size: 40px;
    color: #254F2B;
}

/*===========background color==============*/
.back-color {
    background-color: #00800040 !important;
}

.styled-section {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px;
    border: 1px solid #e2ffdd;
}

.styled-table th {
    background-color: #e0e0e0;
}

.styled-table tr:nth-child(even) {
    background-color: #e2ffdd;
}
.styled-table tr:nth-child(even):hover{
    background-color: black;
    color: white;
}
h2 {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

/* Responsive styling for smaller screens */
@media screen and (max-width: 768px) {
    .styled-section {
        width: 100%;
        padding: 10px;
    }

    .styled-table {
        font-size: 16px;
    }

    .styled-table th,
    .styled-table td {
        padding: 8px;
    }

    h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .styled-section {
        width: 100%;
        padding: 5px;
    }

    .styled-table {
        font-size: 14px;
    }

    .styled-table th,
    .styled-table td {
        padding: 6px;
    }

    .special-text {
        font-size: 20px;
    }
}

.special-text {
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.abc {
    padding-top: 20px;
}

.abcd {
    padding-bottom: 20px;
}


@media (max-width: 767px) {
    .a1 {
        padding-bottom: 0px !important;
    }

    .hide3 {
        padding-bottom: 10px;
    }
    .gap-clear{
        gap: 0px !important;
    }
}
@media (max-width: 991px) {
    .gap-clear{
        gap: 5px !important;
    }
}
.gap-clear{
    gap: 32px;
}
.navbar-hover{
    background-color: white;
    backdrop-filter: blur(10px);
}
.navbar-hover:hover {
    color: #006400 !important; /* Dark green */
  }

/*=============================*/ 

.image {
    float: left;
    /* Allows the image to float on the left */
    margin-right: 20px;
}
.image img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text {
    overflow: hidden;
    /* Clears the floating elements */
}

/*=============================*/

.hover-table:hover{
    background-color: black;
    color: white;
}

.hov:hover{
    color: #FF9909 !important;
}

.aaa{
    * {
        box-sizing: border-box;
        margin: 0; padding: 0;
      }
      body {
        font-family: 'Roboto', sans-serif;
        color: rgb(85,75,85);
        background-color: rgb(255,255,255);
      }
      h1 {
        padding: 50px 0;
        font-size: 45px;
        text-align: center;
        color: rgb(54, 56, 55);
      }
      :active, :hover, :focus {
        outline: 0!important;
        outline-offset: 0;
      }
      ::before,
      ::after {
        position: absolute;
        content: "";
      }
      
      .btn-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1000px;
        margin: 10px auto 35px;
      }
      .btn {
        position: relative;
        display: inline-block;
        width: auto; height: auto;
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin: 0px 25px 15px;
        min-width: 150px;
      }
        .btn span {         
          position: relative;
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 2px;
          text-transform: uppercase;
          top: 0; left: 0;
          width: 100%;
          padding: 15px 20px;
          transition: 0.3s;
        }
      
      /*--- btn-1 ---*/
      .btn-1::before {
        background-color: rgb(28, 31, 30);
        transition: 0.3s ease-out;
      }
      .btn-1 span {
        color: rgb(255,255,255);
        border: 1px solid rgb(28, 31, 30);
        transition: 0.2s 0.1s;
      }
      .btn-1 span:hover {
        color: rgb(28, 31, 30);
        transition: 0.2s 0.1s;
      }
      
      /* 1.hover-filled-slide-down */
      .btn.hover-filled-slide-down::before {
        bottom: 0; left: 0; right: 0; 
        height: 100%; width: 100%;
      }
      .btn.hover-filled-slide-down:hover::before {
        height: 0%;
      }
      
      /* 2.hover-filled-slide-up */
      .btn.hover-filled-slide-up::before {
        top: 0; left: 0; right: 0;
        height: 100%; width: 100%;
      }
      .btn.hover-filled-slide-up:hover::before {
        height: 0%;
      }
      
      /* 3.hover-filled-slide-left */
      .btn.hover-filled-slide-left::before {
        top: 0; bottom: 0; left: 0;
        height: 100%; width: 100%;
      }
      .btn.hover-filled-slide-left:hover::before {
        width: 0%;
      }
      
      /* 4. hover-filled-slide-right */
      .btn.hover-filled-slide-right::before {
        top:0; bottom: 0; right: 0;
        height: 100%; width: 100%;
      }
      .btn.hover-filled-slide-right:hover::before {
        width: 0%;
      }
      
      /* 5. hover-filled-opacity */
      .btn.hover-filled-opacity::before {
        top:0; bottom: 0; right: 0;
        height: 100%; width: 100%;
        opacity: 1;
      }
      .btn.hover-filled-opacity:hover::before {
        opacity: 0;
      }
      
      /*--- btn-2 ---*/
      .btn-2::before {
        background-color: rgb(28, 31, 30);
        transition: 0.3s ease-out;
      }
      .btn-2 span {
        color: rgb(28, 31, 30);
        border: 1px solid rgb(28, 31, 30);
        transition: 0.2s;
      }  
      .btn-2 span:hover {
        color: rgb(255,255,255);
        transition: 0.2s 0.1s;
      }
      
      /* 6. hover-slide-down */
      .btn.hover-slide-down::before {
        top: 0; left: 0; right: 0; 
        height: 0%; width: 100%;
      }
      .btn.hover-slide-down:hover::before {
        height: 100%;
      }
      
      /* 7. hover-slide-up */
      .btn.hover-slide-up::before {
        bottom: 0; left: 0; right: 0; 
        height: 0%; width: 100%;
      }
      .btn.hover-slide-up:hover::before {
        height: 100%;
      }
      
      /* 8. hover-slide-left */
      .btn.hover-slide-left::before {
        top: 0; bottom: 0; right: 0; 
        height: 100%; width: 0%;
      }
      .btn.hover-slide-left:hover::before {
        width: 100%;
      }
      
      /* 9. hover-slide-right */
      .btn.hover-slide-right::before {
        top: 0; bottom: 0; left: 0; 
        height: 100%; width: 0%;
      }
      .btn.hover-slide-right:hover::before {
        width: 100%;
      }
      
      /* 10. hover-opacity */
      .btn.hover-opacity::before {
        top:0; bottom: 0; right: 0;
        height: 100%; width: 100%;
        opacity: 0;
      }
      .btn.hover-opacity:hover::before {
        opacity: 1;
      }
      
      /*--- btn-3 ---*/
      .btn-3 {
        padding: 5px;
      }
      .btn-3 span {
        color: rgb(255, 255, 255);
        background-color: rgb(54, 56, 55);
      }
      .btn-3::before,
      .btn-3::after {
        background: transparent;
        z-index: 2;
      }
      
      /* 11. hover-border-1 */
      .btn.hover-border-1::before,
      .btn.hover-border-1::after {
        width: 10%; height: 25%;
        transition: 0.35s;
      }
      .btn.hover-border-1::before {
        top: 0; left: 0;
        border-left: 1px solid rgb(28, 31, 30);
        border-top: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-1::after {
        bottom: 0; right: 0;
        border-right: 1px solid rgb(28, 31, 30);
        border-bottom: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-1:hover::before,
      .btn.hover-border-1:hover::after {
        width: 99%;
        height: 98%;
      }
      
      /* 12. hover-border-2 */
      .btn.hover-border-2::before,
      .btn.hover-border-2::after {
        width: 10%; height: 25%;
        transition: 0.35s;
      }
      .btn.hover-border-2::before {
        bottom: 0; left: 0;
        border-left: 1px solid rgb(28, 31, 30);
        border-bottom: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-2::after {
        top: 0; right: 0;
        border-right: 1px solid rgb(28, 31, 30);
        border-top: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-2:hover::before,
      .btn.hover-border-2:hover::after {
        width: 99%;
        height: 99%;
      }
      
      /* 13. hover-border-3 */
      .btn.hover-border-3::before,
      .btn.hover-border-3::after {
        width: 0%; height: 0%;
        opacity: 0;
        transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
      }
      .btn.hover-border-3::before {
        top: 0; right: 0;
        border-top: 1px solid rgb(28, 31, 30);
        border-left: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-3::after {
        bottom: 0; left: 0;
        border-bottom: 1px solid rgb(28, 31, 30);
        border-right: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-3:hover::before,
      .btn.hover-border-3:hover::after {
        width: 100%; height: 99%;
        opacity: 1;
        transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;   
      }
      
      /* 14. hover-border-4 */
      .btn.hover-border-4::before,
      .btn.hover-border-4::after {
        width: 0%; height: 0%;
        opacity: 0;
        transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
      }
      .btn.hover-border-4::before {
        bottom: 0; left: -1px;
        border-top: 1px solid rgb(28, 31, 30);
        border-left: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-4::after {
        top: 0; right: 0;
        border-bottom: 1px solid rgb(28, 31, 30);
        border-right: 1px solid rgb(28, 31, 30);
      }
      .btn.hover-border-4:hover::before,
      .btn.hover-border-4:hover::after {
        width: 100%; height: 99%;
        opacity: 1;
        transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;   
      }
      
      /* 15. hover-border-5 */
      .btn.hover-border-5::before,
      .btn.hover-border-5::after {
        width: 0%; height: 0%;
        opacity: 0;
      }
      .btn.hover-border-5::before {
        top: 0; right: 0;
        border-top: 1px solid rgb(28, 31, 30);
        border-left: 1px solid rgb(28, 31, 30);
        transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
      }
      .btn.hover-border-5::after {
        bottom: 0; left: 0px;
        border-bottom: 1px solid rgb(28, 31, 30);
        border-right: 1px solid rgb(28, 31, 30);
        transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
      }
      .btn.hover-border-5:hover::before,
      .btn.hover-border-5:hover::after {
        width: 100%; height: 96%;
        opacity: 1;
      }
      .btn.hover-border-5:hover::before {
        transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;   /* 1,2 */
      }
      .btn.hover-border-5:hover::after {
        transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s; 
      } 
      
      /*--- btn-4 ---*/
      .btn-4 span {
        color: rgb(28, 31, 30);
        background-color: rgb(245,245,245);
      }
      .btn-4 span:hover {
        color: rgb(54, 56, 55);
      }
      .btn-4::before,
      .btn-4::after {
        width: 15%; height: 2px;
        background-color: rgb(54, 56, 55);
        z-index: 2;
      }
      
      /* 16. hover-border-6 */
      .btn.hover-border-6::before,
      .btn.hover-border-6::after {
        top: 0;
        transition: width 0.2s 0.35s ease-out;
      }
      .btn.hover-border-6::before {
        right: 50%;
      }
      .btn.hover-border-6::after {
        left: 50%;
      }
      .btn.hover-border-6:hover::before,
      .btn.hover-border-6:hover::after {
        width: 50%;
        transition: width 0.2s ease-in;   
      }
      
      .btn.hover-border-6 span::before,
      .btn.hover-border-6 span::after {
        width: 0%; height: 0%;
        background: transparent;
        opacity: 0;
        z-index: 2;
        transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
      }
      .btn.hover-border-6 span::before {
        top: 0; left: 0;
        border-left: 2px solid rgb(54, 56, 55);
        border-bottom: 2px solid rgb(54, 56, 55);
      }
      .btn.hover-border-6 span::after {
        top: 0; right: 0;
        border-right: 2px solid rgb(54, 56, 55);
        border-bottom: 2px solid rgb(54, 56, 55);
      }
      .btn.hover-border-6 span:hover::before,
      .btn.hover-border-6 span:hover::after {
        width: 50%; height: 96%;
        opacity: 1;
        transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;   
      }
      
      /* 17. hover-border-7 */
      .btn.hover-border-7::before,
      .btn.hover-border-7::after {
        bottom: 0;
        transition: width 0.2s 0.35s ease-out;
      }
      .btn.hover-border-7::before {
        right: 50%;
      }
      .btn.hover-border-7::after {
        left: 50%;
      }
      .btn.hover-border-7:hover::before,
      .btn.hover-border-7:hover::after {
        width: 50%;
        transition: width 0.2s ease-in;   
      }
      
      .btn.hover-border-7 span::before,
      .btn.hover-border-7 span::after {
        width: 0%; height: 0%;
        background: transparent;
        opacity: 0;
        z-index: 2;
        transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
      }
      .btn.hover-border-7 span::before {
        bottom: 0; left: 0;
        border-left: 2px solid rgb(54, 56, 55);
        border-top: 2px solid rgb(54, 56, 55);
      }
      .btn.hover-border-7 span::after {
        bottom: 0; right: 0;
        border-right: 2px solid rgb(54, 56, 55);
        border-top: 2px solid rgb(54, 56, 55);
      }
      .btn.hover-border-7 span:hover::before,
      .btn.hover-border-7 span:hover::after {
        width: 50%; height: 96%;
        opacity: 1;
        transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;   
      }
      
      /* 18. hover-border-8 */
      .btn.hover-border-8::before,
      .btn.hover-border-8::after {
        bottom: 0;
        width: 15%;
        transition: width 0.2s 0.35s ease-out;
      }
      .btn.hover-border-8::before {
        right: 50%;
      }
      .btn.hover-border-8::after {
        left: 50%;
      }
      .btn.hover-border-8:hover::before {
        width: 50%;
        transition: width 0.2s ease-in;   
      }
      .btn.hover-border-8:hover::after {
        width: 50%;
        transition: width 0.1s ease-in;   
      }
      
      .btn.hover-border-8 span::before,
      .btn.hover-border-8 span::after {
        width: 0%; height: 0%;
        bottom: 0;
        background: transparent;
        opacity: 0;
        z-index: 2;
      }
      .btn.hover-border-8 span::before {
        left: 0%;
        border-left: 2px solid rgb(54, 56, 55);
        transition: height 0.25s ease-in, opacity 0s 0.35s;   
      }
      .btn.hover-border-8 span:hover::before {
        height: 96%;
        opacity: 1;
        transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s;   
      }
      .btn.hover-border-8 span::after {
        right: 0%;
        border-right: 2px solid rgb(54, 56, 55);
        border-top: 2px solid rgb(54, 56, 55);
        transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;   
      }
      .btn.hover-border-8 span:hover::after {
        width: 99%; height: 96%;
        opacity: 1;
        transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s;   
      }
      
      /* 19. hover-border-9 */
      .btn.hover-border-9::before,
      .btn.hover-border-9::after {
        bottom: 0;
        width: 15%;
        transition: width 0.2s 0.35s ease-out;
      }
      .btn.hover-border-9::before {
        right: 50%;
      }
      .btn.hover-border-9::after {
        left: 50%;
      }
      .btn.hover-border-9:hover::before {
        width: 50%;
        transition: width 0.1s ease-in;   
      }
      .btn.hover-border-9:hover::after {
        width: 50%;
        transition: width 0.2s ease-in;   
      }
      
      .btn.hover-border-9 span::before,
      .btn.hover-border-9 span::after {
        width: 0%; height: 0%;
        bottom: 0;
        background: transparent;
        opacity: 0;
        z-index: 2;
      }
      .btn.hover-border-9 span::after {
        right: 0%;
        border-right: 2px solid rgb(54, 56, 55);
        transition: height 0.25s ease-in, opacity 0s 0.35s;   
      }
      .btn.hover-border-9 span:hover::after {
        height: 96%;
        opacity: 1;
        transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s;   
      }
      .btn.hover-border-9 span::before {
        left: 0%;
        border-left: 2px solid rgb(54, 56, 55);
        border-top: 2px solid rgb(54, 56, 55);
        transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;   
      }
      .btn.hover-border-9 span:hover::before {
        width: 98.5%; height: 96%;
        opacity: 1;
        transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s;   
      }
      
      /* 20. hover-border-10 */
      .btn.hover-border-10::before,
      .btn.hover-border-10::after {
        left: 0%;
        height: 30%;
        width: 2px;
        transition: height 0.2s 0.35s ease-out;
      }
      .btn.hover-border-10::before {
        top: 50%;
      }
      .btn.hover-border-10::after {
        bottom: 50%;
      }
      .btn.hover-border-10:hover::before {
        height: 50%;
        transition: height 0.2s ease-in;   
      }
      .btn.hover-border-10:hover::after {
        height: 50%;
        transition: height 0.1s ease-in;   
      }
      
      .btn.hover-border-10 span::before,
      .btn.hover-border-10 span::after {
        width: 0%; height: 0%;
        background: transparent;
        opacity: 0;
        z-index: 2;
      }
      .btn.hover-border-10 span::after {
        bottom: 0; left: 0%;
        border-bottom: 2px solid rgb(54, 56, 55);
        transition: width 0.25s ease-in, opacity 0s 0.35s;   
      }
      .btn.hover-border-10 span:hover::after {
        width: 100%;
        opacity: 1;
        transition: width 0.25s 0.2s ease-out, opacity 0s 0.2s;   
      }
      .btn.hover-border-10 span::before {
        top: 0%; left: 0%;
        border-top: 2px solid rgb(54, 56, 55);
        border-right: 2px solid rgb(54, 56, 55);
        transition: height 0.15s ease-in, width 0.2s 0.15s linear, opacity 0s 0.35s;   
      }
      .btn.hover-border-10 span:hover::before {
        width: 98.5%; height: 96%;
        opacity: 1;
        transition: width 0.2s 0.1s linear, height 0.15s 0.3s ease-out, opacity 0s 0.1s;   
      }
      
      /*--- btn-5 ---*/
      .btn-5 span {
        color: rgb(28, 31, 30);
        border: 2px solid rgb(249, 211, 27);
        transition: 0.2s;
      }
      .btn-5 span:hover {
        background-color: rgb(245,245,245);
      }
      
      /* 21. hover-border-11 */
      .btn.hover-border-11::before,
      .btn.hover-border-11::after {
        width: 100%; height: 2px;
        background-color: rgb(54, 56, 55);
        z-index: 2;
        transition: 0.35s; 
      }
      .btn.hover-border-11::before {
        top: 0; right: 0;
      }
      .btn.hover-border-11::after {
        bottom: 0; left: 0;
      }
      .btn.hover-border-11:hover::before,
      .btn.hover-border-11:hover::after {
        width: 0%;
        transition: 0.2s 0.2s ease-out; 
      }
      
      .btn.hover-border-11 span::before,
      .btn.hover-border-11 span::after {
        width: 2px; height: 100%;
        background-color: rgb(54, 56, 55);
        z-index: 2;
        transition: 0.25s; 
      }
      .btn.hover-border-11 span::before {
        bottom: 0; right: -2px;
      }
      .btn.hover-border-11 span::after {
        top: 0; left: -2px;
      }
      .btn.hover-border-11 span:hover::before,
      .btn.hover-border-11 span:hover::after {
        height: 0%;
      }
}