/*===============================================
Template Name: Benix - Creative Digital Agency HTML5 Template
Author:  https://themeforest.net/user/dream-master
Description: Description
Version: 1.0.0
Text Domain: Benix
Tags: agency, agency html template, Agency HTML5 Template, creative agency template, creative portfolio, digital agency, digital marketing agency, GSAP Animation, modern agency, personal portfolio, portfolio showcase, scroll trigger, smooth scrolling, web design agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Benix Header Area Css
02. Benix Hero Area Css
03. Benix Text Area Css
04. Benix About Area Css
05. Benix Start Marquee Area
06. Benix Service  Area Css
07. Benix Work  Area Css
08. Benix Prosses Area Css
09. Benix Testimonial Area Css
10. Benix Counter Area Css
11. Benix Brand Area Css
12. Benix Blog Area Css
13. Benix Call Area Css
14. Benix Footer Area Css
15. Bnix Pricing Area
16. Benix Search Box Css
17. Bnix Inner Page  Css
18. Bnix Team Area  Css
19. Bnix Blog Sidebar Area  Css
20. Bnix Blog Details  Css
21. Benix Faq Area Css
22. Benix Conatct Area
23. Benix Service Details Area
24. Benix Sidbar Css
25. Benix Portfolio Details Area Css
26. Benix Loader  Css

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


/*---=================================
   <!--Benix Header Area Css-->
==================================---*/
.header-area {
    padding: 0  0 0 101px;
    position: relative;
    background: #f3f6f3;
    border-bottom: 1px solid rgba(27,27,27,0.10196078431372549);
}

.header-menu {
    text-align: center;
}
.header-menu ul li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 400;
    text-transform: uppercase;
    padding: 25px 0;
    transition: 0.5s;
    font-family: var(--fonts-title);
    position: relative;
    z-index: 1;
}
.header-menu ul li a:hover {
    color: var(--primary-color);
}
.header-menu ul li a:before {
    position: absolute;
    content: '';
    left: -14px;
    top: 34px;
    width: 0;
    height: 6px;
    border-radius: 3px;
    background-color: var(--primary-color);
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}
.header-menu ul li a:hover:before {
    width: 6px;
    opacity: 1;
}
.header-menu ul li a i {
    margin-left: 6px;
    font-size: 15px;
}

/* Sub Menu */

ul.sub-menu {
    position: absolute;
    width: 250px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid var(--primary-color);
    border-radius: 3px 3px 0 0;
}
.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 110%;
    visibility: visible;
}
.header-menu ul li .sub-menu li {
    position: relative;
    margin-right: 0;
    display: block;
}
.header-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 19px !important;
    color: #1e1e1e;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.header-menu ul li .sub-menu li a:hover {
    color: var(--solid-white);
}
.header-menu ul li .sub-menu li a::before {
    display: none;
}
.header-menu ul li .sub-menu li a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul li .sub-menu li a:hover:after{
    height:100%;
    top: 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: var(--bg-color) !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
/* header contact right */

.header-area .col-lg-3.text-right {
    text-align: right;
}
.header-contact {
    display: inline-block;
}
.header-contact h4 {
    margin: 0 32px 0 0;
    position: relative;
    top: -7px;
}
.header-contact a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--fonts-title);
}
.header-contact a:hover{
  color: var(--primary-color);
}
.header-contact i {
    display: inline-block;
    font-size: 13px;
    background: var(--primary-color);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 16px;
}
.header-sidbar {
    display: inline-block;
}
.header-sidbar i {
    display: inline-block;
    color: var(--secondary-color);
    font-size: 36px;
    margin-right: 0;
    position: relative;
    top: 0;
    transition: 0.5s;
    background: #e1e6e1;
    padding: 33px 25px;
}
.header-sidbar i:hover{
     color: var(--primary-color);
}

/*---=================================
   <!--Benix Hero Area Css-->
==================================---*/
.hero-area {
    height: 1029px;
    background: #f3f6f3;
    padding-top: 58px;
}
.hero-content {
    position: relative;
    z-index: 1;
}
.hero-title h1 {
    font-size: 110px;
    text-transform: uppercase;
    line-height: 115px;
}
h1.style-text {
    background: #FFADAD;
    background: linear-gradient(to bottom, #FFADAD 47%, #CB34BB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    position: relative;
    left: 28%;
}
.hero-shape {
    position: absolute;
    right: -53px;
    top: -44px;
}
.hero-exprince-box {
    display: flex;
    background: #e1e6e1;
    width: 26%;
    padding: 9px 10px;
    gap: 19px;
    align-items: center;
    border-radius: 102px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.hero-exprince-thumb {
    background: var(--primary-color);
    width: 90px;
    height: 90px;
    border-radius: 45px;
    text-align: center;
    line-height: 90px;
}
.hero-exprince-title h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}
.hero-sucess {
    position: absolute;
    top: 31px;
    right: 28%;
    background: #fff;
    border: 1px solid rgba(27,27,27,0.10196078431372549);
    border-radius: 30px;
    padding: 11px 23px;
}
.hero-sucess h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.hero-sucess span{
    color:var(--primary-color);
}
.hero-thumb {
    padding-top: 73px;
    z-index: 1;
    position: relative;
}
.hero-thumb img {
    width: 100%;
}
.hero_arrow {
    position: absolute;
    top: 72px;
    right: 5%;
    padding: 136px 20px;
    border-radius: 0 0 90px 90px;
    background: rgb(255 255 255 / 65%);
    backdrop-filter: blur(7px);
}
.hero_wrapper_arrow_btn {
    position: relative;
    top: 123px;
}
.hero_arrow_right {
    position: absolute;
    top: -142%;
    left: 41px;
}

/* hero line  */

/* .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 103px;
    left: 50%;
    background: rgba(27,27,27,0.1);
    overflow: hidden;
    background-image: linear-gradient(-20deg, #ebebeb 0%, #d7d7d7 100%);
}
.line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: var(--secondary-color);
    -webkit-animation: drop 20s 0s infinite;
    animation: drop 4s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
    margin-left: -198px;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.line:nth-child(2) {
    margin-left: -3px;
}
.line:nth-child(3) {
    margin-left: 10.5%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.line:nth-child(4) {
    margin-left: 21%;
}
.line:nth-child(4)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.line:nth-child(5) {
    margin-left: -21%;
}
.line:nth-child(5)::after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.line:nth-child(6) {
    margin-left: -31.3%;
}
.line:nth-child(6)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.line:nth-child(7) {
    margin-left: -42%;
}
.line:nth-child(7)::after {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.line:nth-child(8) {
    margin-left: 31.3%;
}
.line:nth-child(8)::after {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.line:nth-child(9) {
    margin-left: 41.9%;
}
.line:nth-child(9)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
} */

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}


/*---=================================
   <!--Benix Text Area Css-->
==================================---*/
.text-area {
    background: #f3f6f3;
    padding: 59px 0 95px;
}
.text-content h4 {
    font-size: 56px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.text-content h4:before {
    position: absolute;
    content: "";
    width: 101%;
    height: 100%;
    left: 0;
    bottom: -40px;
    background: url(../images/home-1/text-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.text-content img {
    margin-right: 18px;
    position: relative;
    top: -8px;
}
.text-content p {
    margin: 20px 0 0;
    width: 90%;
}
.single-coustomar-box {
    filter: drop-shadow(0px 20px 40px rgba(170,170,170,0.2));
    background-color: #ffffff;
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 38px 38px 41px;
}
.coustomar-content h4 {
    font-size: 20px;
    margin: 0 0 12px;
}
.coustomar-content p {
    margin: 0;
}
.coustomar-content i {
    display: inline-block;
    color: var(--primary-color);
    margin-right: 5px;
}


/*---=================================
   <!--Benix About Area Css-->
==================================---*/
.about-area {
    background: #1e1e1e;
    padding: 120px 0 120px;
}
.about-left {
    margin-right: 134px;
    padding-top: 142px;
}
.about-thumb img {
    width: 100%;
}
.about-box-left.text {
    background: #2B2B2B;
    text-align: center;
    padding: 55px 0 53px;
}
.about-shape {
    margin-bottom: 24px;
}
.about_warpper_right {
    position: relative;
}
.about-left-content h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.about-single-box {
    display: flex;
    align-items: center;
    gap: 29px;
}
.about-desc p {
    color: #9ca09c;
    width: 90%;
    margin: 0;
}
.about-desc h4 {
    color: #f3f6f3;
    font-size: 18px;
    font-weight: 500;
    margin: 18px 0 0 53px;
    display: inline-block;
    position: relative;
}
.about-desc h4:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 9px;
    left: -51px;
    background: var(--primary-color);
}

/* vedio Icon */
.video_icon_warpper {
    border: 2px solid #2b2b2b;
    height: 180px;
    width: 180px;
    line-height: 180px;
    text-align: center;
    border-radius: 50%;
    margin-top: 40px;
}
.video-icon a {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: #6fc06f;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 30px;
    -webkit-animation: ripple-white 2s linear infinite;
    animation: ripple-blue 2s linear infinite;
} 
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


/* prossess ber plugin */

.prossess-ber-plugin {
    margin-top: 50px;
}
.prossess-ber-plugin span {
    margin-top: 14px;
    font-size: 16px;
    color: #f3f6f3;
    font-weight: 400;
}
.barfiller {
    width: 100%;
    position: relative;
    margin-bottom: 33px;
    margin-top: 4px;
    height: 3px;
    background-color: rgba(241,244,241,0.2);
}
span.fill {
    background: #fff!important;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tip {
    margin-top: -40px;
    position: absolute;
    font-size: 16px;
    line-height: 26px;
    color: #f3f6f3;
    font-weight: 400;
    left: 0;
}

/* title animation */
h2.title_animate {
    font-weight: 700;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #0b0808;
    color: #544e4e;
    -webkit-mask-image: linear-gradient(-75deg, rgb(64 40 40) 25%, #141414 25%, rgb(47 43 42 / 12%) 100%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    font-size: 88px;
    line-height: 213px;
    text-transform: uppercase;
    position: absolute;
    bottom: -85%;
    transform: translateY(-107%); 
    letter-spacing: 74px;
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  } 



/*Section Title Css*/

.section-sub-title a {
    display: inline-block;
    color: #f3f6f3;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000;
    padding: 1px 34px;
    border-radius: 0 30px 30px 0;
    line-height: 31px;
    padding-right: 22px;
    position: relative;
}
.section-sub-title a:before {
    position: absolute;
    content: "";
    width: 470px;
    height: 1px;
    right: -471px;
    top: 17px;
    background: #000;
}
.section-sub-title a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 18px;
    top: 12px;
    background: var(--primary-color);
    border-radius: 30px;
}
.section-main-title {
    margin-bottom: 46px;
}
.section-main-title h1 {
    color: #f3f6f3;
    font-size: 42px;
    line-height: 55px;
    margin: 0;
}
.section-main-title span {
    display: inline-block;
    color: #9ca09c;
}

/* section title style two */
.section-main-title.style_two h1 {
    color: var(--secondary-color);
}
.section-sub-title.style_two a {
    color: var(--secondary-color);
    padding: 1px 35px;
    font-family: var(--fonts-title);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(30,30,30,0.1);
}
.section-sub-title.style_two a:before {
    width: 130px;
    right: -131px;
    background: rgba(30,30,30,0.1);
}
.section-sub-title.style_three a {
    border: 1px solid rgba(243,246,243,0.1);
    color: var(--solid-white);
}
.section-sub-title.style_three a:before {
    background: rgba(243,246,243,0.1);
}
.section-sub-title.style_four a {
    color: var(--secondary-color);
}
/* benix title */

.benix_title h1 {
    font-size: 120px;
    font-weight: 600;
}

/*button Css*/

.project-button a {
    height: 149px;
    width: 149px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #ffff;
    text-align: center;
    font-family: var(--fonts-title);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    text-transform: uppercase;
    border: 1px solid var(--secondary-color);
}
.project-button a:hover {
    color: var(--secondary-color);
}
.project-button a:before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    position: absolute;
    z-index: -1;
    background: var(--solid-white);
    transition: 0.5s;
}
.project-button a:hover:before {
    width: 100%;
}

.project-button svg {
    fill: #fff;
    transition: 0.5s;
}
.project-button a:hover svg {
    fill: #141414;
}


/*===============================================
  Benix Start Marquee Area
================================================*/

.marquee_area {
    padding: 50px 0 50px;
    background: #e1e6e1;
    position: relative;
    z-index: 1;
}
.marquee.style1 {
    max-width: 1920px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.marquee.style1 .marquee__item {
    display: inline-block;
    will-change: transform;
    animation: marquee 15s linear infinite;
}
.marquee.style1 .marquee__item .banner-marque-bottom {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.marquee.style1 .marquee__item .banner-marque-bottom p {
    display: block;
    margin: 0 33px 0 0;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 400;
}

.marquee.style1 .marquee__item .banner-marque-bottom p .seperator{
    margin-left: 35px;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* marquee area style two */

.marquee_area.style_two {
    background: var(--primary-color);
    padding: 42px 0 42px;
}
.marquee.style1 .marquee__item .banner-marque-bottom.style_two p {
    color: var(--solid-white);

}


/*===============================================
    Benix Service  Area Css
================================================*/

.service_area {
    background: var(--bg-color);
    padding: 120px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service_single_item {
    background: var(--primary-color);
    padding: 32px 50px 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.service_single_item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--solid-white);
    z-index: -1;
    transition: .5s;
}
.service_single_item:hover:before{
    transform:rotateX(90deg);
}
.service_single_item::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--solid-white);
    z-index: -1;
    transition: .5s;
}
.service_single_item:hover:after{
    transform:rotateY(90deg);
}
.service_content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 19px;
    transition: 0.5s;
}
.service_single_item:hover .service_content h3 {
    color: var(--solid-white);
}
.service_content p {
    transition: 0.5s;
}
.service_single_item:hover .service_content p {
    color: var(--solid-white);
}

h4.service_number {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 55px;
    transition: .5s;
}
.service_single_item:hover h4.service_number {
    padding-left: 90px;
    color: var(--solid-white);
}
h4.service_number:before {
    position: absolute;
    content: '';
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    top: 13px;
    transition: .5s;
}
.service_single_item:hover h4.service_number:before {
    width: 80px;
    background: var(--solid-white);
}
.service_btn a {
    display: inline-block;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #9ca09c;
    padding: 1px 34px;
    border-radius: 0 30px 30px 0;
    line-height: 31px;
    padding-right: 22px;
    position: relative;
    font-family: var(--fonts-title);
    z-index: 1;
}
.service_btn a:hover {
    border: 1px solid #fff;
}
.service_btn a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 18px;
    top: 12px;
    background: var(--primary-color);
    border-radius: 30px;
}
.service_btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--solid-white);
    border-radius: 0 30px 30px 0;
    transition: 0.5s;
    z-index: -1;
}
.service_single_item:hover .service_btn a::before {
    width: 100%;
}
/* Service All shape */
.service_shape1 {
    position: absolute;
    top: -22%;
    left: 0%;
    z-index: -1;
}
.service_shape2 {
    position: absolute;
    right: 20%;
    top: 11%;
}
.service_shape3 {
    position: absolute;
    left: 16%;
    top: 35%;
}


/*===============================================
    Benix Work  Area Css
================================================*/

.work_area {
    padding: 84px 0 95px;
}

.work_single_item {
    margin-bottom: 100px;
}
.work_single_item.left {
    margin-right: 59px;
}
.work_single_item.right {
    margin-left: 59px;
}
.work_single_item.upper {
    margin-top: -217px;
}
.work_thumb  {
   position: relative;
   overflow: hidden;
}
.work_thumb img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
} 

.work_single_item:hover .work_thumb img {
    transform: scale(1.1);
}
.work_category {
    position: absolute;
    bottom: 7%;
    left: 5%;
}
.work_category a {
    border-radius: 18px;
    background-color: rgba(30,30,30,0.30196078431372547);
    display: inline-block;
    color: var(--solid-white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fonts-title);
    padding: 4px 24px;
    margin-right: 8px;
}
.work_category.two {
    bottom: 5%;
}
.work_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 22px;
    margin-bottom: 30px;
}
.work-text h3 a {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--fonts-title);
}
.work-text h3 a:hover {
    color: var(--primary-color);
}
a.work_date {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fonts-title);
    display: inline-block;
    color: var(--secondary-color);
    border: 1px solid rgba(30,30,30,0.1);
    padding: 5px 20px 5px 40px;
    border-radius: 0 30px 30px 0;
    margin-top: 23px;
}
a.work_date:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 18px;
    top: 14px;
    background: var(--primary-color);
    border-radius: 30px;
}

.work_right_btn a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 32px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: var(--secondary-color);
    transform: rotate(-45deg);
    border: 1px solid rgba(3,31,23,0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.work_right_btn a:hover {
    color: var(--solid-white);
}
.work_right_btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    content: '';
    z-index: -1;
    transition: 0.5s;
}
.work_right_btn a:hover:before {
    width: 100%;
}
/* Work wrapper */

.work_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(30,30,30,0.1);
    padding-top: 65px;
    margin-top: -20px;
}
.section-main-title.style_three {
    overflow: hidden;
}
.section_wrapper_arrow {
    float: left;
    position: relative;
    margin-top: 9px;
    margin-right: 30px;
}
.section-main-title.style_three h1 {
    font-size: 30px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 38px;
}
.project-button.style_two {
    position: relative;
    margin-top: -40px;
}
.project-button.style_two a {
    background: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
}


/*====================================================
   Benix Css Awards Css
==========================================================*/
.award_area {
    position: relative;
    background: var(--secondary-color);
    padding: 120px 0 120px;
}
.awards-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}
.awards-one__single {
    position: relative;
}
.content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(243,246,243,0.10196078431372549);
    position: relative;
    padding: 22px 0 20px;
}
.content-box.last {
    border-bottom: 2px solid rgba(243,246,243,0.10196078431372549);
}
.content-box:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -1px;
    height: 2px;
    width: 0;
    background: var(--primary-color);
    transition: 0.5s;
}
.content-box:hover:before {
    width: 100%;
    left: 0;
}
span.award_date {
    font-size: 18px;
    font-weight: 400;
    color: var(--solid-white);
    font-family: var(--fonts-title);
    margin-top: -55px;
    position: relative;
    transition: 0.5S;
}
.awards-one__inner:hover span.award_date {
    padding-left: 40PX;
    color: var(--primary-color);
}
span.award_date:before {
     position: absolute;
     content: "";
     left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6fc06f;
    top: 8px;
    opacity: 0;
    transition: 0.5s;
}
.awards-one__inner:hover span.award_date:before {
    left: 20px;
    opacity: 1;
}
.texts-box h3 a {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color: var(--solid-white);
}
.content-box .texts-box p {
    color: var(--body-color);
    font-size: 18px;
}
h4.award_category {
    margin-top: -58px;
}
h4.award_category a {
    color: var(--solid-white);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}
.awards-one__img {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 100px;
    right: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 0%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .5s ease-out;
    z-index: -1;
}

.awards-one__img img {
    object-fit: cover;
    position: relative;
    transition: transform .4s ease-out;
    z-index: -1;
}

/* award Shape  */

.award_shape {
    position: absolute;
    top: 10%;
    right: 19%;
}
.award_shape2 {
    position: absolute;
    top: -1%;
    left: 0%;
}

/*====================================================
    Benix Prosses Area Css
======================================================*/

section.Prosses_area {
    padding: 82px 0 90px;
}
.prosses_warpper_single_item {
    background: var(--bg-color);
    padding: 35px  40px 36px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.prosses_warpper_single_item:before {
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    background: var(--bg2-color);
    transition: .5s;
    content: '';
    z-index: -1;
}
.prosses_warpper_single_item:hover:before {
    width: 100%;
    left: 0;
}
.prosses_warpper_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.prosses_stem {
    background: var(--primary-color);
    color: var(--solid-white);
    padding: 3px 20px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    transition: .5s;
}
.prosses_warpper_single_item:hover span.prosses_stem {
    background: var(--secondary-color);
    color: var(--solid-white);
}
h3.prosses_title {
    font-size: 26px;
    font-weight: 500;
    margin: 36px 0 20px;
    border-bottom: 1px solid rgba(30,30,30,0.10196078431372549);
    padding-bottom: 22px;
}
ul.prosses_list {
    margin-top: 95px;
}
ul.prosses_list li {
    position: relative;
    font-size: 16px;
    color: var(--secondary-color);
    font-family: var(--fonts-body);
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px;
}
ul.prosses_list li:before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(30,30,30,0.2);
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
}

/*====================================================
    Benix Testimonial Area Css
======================================================*/

.testimonial_area {
    padding: 120px 0 0;
}
.testi_thumb {
    position: relative;
    z-index: 1;
}
.testi_shape {
    position: absolute;
    top: -20%;
    right: 11%;
    z-index: -1;
}
.swiper.testimonial-active {
    overflow: hidden;
    position: relative;
}
.testimonial-content {
    background: var(--bg-color);
    padding: 40px 40px 34px;
    position: relative;
    z-index: 1;
}
.testimonial-content:before {
    content: "";
    position: absolute;
    left: 67px;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 25px solid var(--bg-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transition: .5s;
}
.testi_icon {
    margin-bottom: 24px;
}
.testi-star i {
    color: var(--brand-color);
    font-size: 15px;
    margin-right: 4px;
    margin-top: 12px;
}

.tesit-auothor {
    display: flex;
    align-items: center;
    margin-top: 45px;
    margin-left: 30px;
}
.testi-author-thumb {
    margin-right: 20px;
}
.tesit-auothor h4.name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.tesit-auothor p.designation {
    margin: 8px 0 0;
}
.lavewell-benix-arrow-box {
    position: absolute;
    right: 0;
    bottom: 10px;
}
button.benix_testi_prev {
    margin-right: 8px;
}
button.benix_testi_prev, button.benix_testi_next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(3,31,23,0.1);
    font-size: 22px;
    line-height: 48px;
    color: var(--secondary-color);
    text-align: center;
    outline: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
button.benix_testi_prev:hover, button.benix_testi_next:hover {
    color: var(--solid-white);
}
button.benix_testi_prev:before, button.benix_testi_next:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: 0.5s;
    z-index: -1;
}
button.benix_testi_prev:hover:before, button.benix_testi_next:hover:before {
    width: 100%;
    border: 1px solid var(--primary-color);
}

/*====================================================
    Benix Counter Area Css
======================================================*/

.counter_area {
    background: var(--secondary-color);
    padding: 120px 0 120px;
}
.counter_content h1 {
    display: inline-block;
    font-size: 70px;
    font-weight: 500;
    color: var(--solid-white);
}
.counter_content p {
    color: #9ca09c;
    margin-top: 11px;
}
.counter_icon {
    float: left;
    margin-top: 7px;
    margin-right: 20px;
}
.counter_icon_item {
    margin-top: -6px;
}
.counter_desc {
    overflow: hidden;
}
.counter_desc span {
    color: #fff;
}

/*====================================================
    Benix Brand Area Css
======================================================*/

.brand_area {
    padding: 120px 0 120px;
    background: var(--bg-color);
}
.brand_single_item {
    text-align: center;
    background: var(--solid-white);
    border: 1px solid rgba(30,30,30,0.14901960784313725);
    padding: 60px 0 60px;
}
.swiper.brand_active {
    overflow: hidden;
}
.benix_btn a {
    display: inline-block;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #9ca09c;
    padding: 1px 34px;
    border-radius: 0 30px 30px 0;
    line-height: 31px;
    padding-right: 22px;
    position: relative;
    font-family: var(--fonts-title);
}
.benix_btn a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 18px;
    top: 12px;
    background: var(--primary-color);
    border-radius: 30px;
}
.benix_coun {
    text-align: right;
}
.benix_coun h5 {
    font-size: 16px;
    font-weight: 400;
}
.benix_coun span {
    color: var(--primary-color);
}

/*====================================================
    Start Benix Blog Area Css
======================================================*/

.blog_area {
    padding: 120px 0 80px;
}
.single_blog_warpper_item {
    margin-bottom: 30px;
}
.single_blog-warpper_thumb img {
    width: 100%;
}
.blog_content {
    margin-top: 24px;
}
.blog_content h3 a {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    font-family: var(--fonts-title);
    border-bottom: 2px solid rgba(30,30,30,0.10196078431372549);
    padding-bottom: 22px;
    margin-bottom: 15px;
    position: relative;
}
.blog_content h3 a:hover {
    color: var(--primary-color);
}
.blog_content h3 a:before {
    border-bottom: 2px solid var(--primary-color);
    position: absolute;
    content: '';
    left: 50%;
    bottom: -2px;
    height: 2px;
    width: 0;
    transition: 0.5s;
}
.single_blog_warpper_item:hover .blog_content h3 a::before {
    width: 100%;
    left: 0;
}
.meta_blog p {
    position: relative;
    padding-left: 20px;
}
.meta_blog p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 8px;
    width: 8px;
    background: rgba(30,30,30,0.14901960784313725);
    border-radius: 50%;
    transition: 0.5s;
}
.single_blog_warpper_item:hover .meta_blog p::before {
    background: var(--primary-color);
}
.meta_blog p a {
    display: inline-block;
    color: #6d706d;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.meta_blog p a:before {
    position: absolute;
    content: '';
    left: 25px;
    top: 9px;
    height: 8px;
    width: 8px;
    background: rgba(30,30,30,0.14901960784313725);
    border-radius: 50%;
    transition: 0.5s;
}
.single_blog_warpper_item:hover .meta_blog p a::before {
    background: var(--primary-color);
}

/*====================================================
    Start Benix Call Area Css
======================================================*/

.call_area {
    background: var(--bg-color);
    padding: 108px 0 95px;
}
.call_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.call_wrapper .section_wrapper_arrow {
    margin-top: 12px;
}
.call_wrapper .section-main-title.style_three h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 70px;
}
.call-shape {
    position: absolute;
    right: 31%;
    transform: translate(50%);
    top: 11%;
}
.call_wrapper .project-button.style_two {
    position: relative;
    margin-top: -10px;
}

/*====================================================
    Start Benix Footer Area Css
======================================================*/
.footer_area {
    background: var(--secondary-color);
    padding: 105px 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
h2.footer_subscribe_title {
    font-size: 30px;
    font-weight: 500;
    color: var(--solid-white);
}
h2.footer_subscribe_title span {
    color: #f3f6f39c;
}
.footer_widget p {
    color: #9ca09c;
    width: 81%;
    margin: 20px 0 32px;
}
.footer_widget span {
    color: var(--solid-white);
}
.subscribe_form {
    position: relative;
}
.subscribe_form input {
    border-radius: 0 40px 40px 0;
    width: 100%;
    height: 66px;
    background-color: transparent;
    border: 1px solid rgb(243 246 243 / 48%);
    outline: 0;
    color: var(--solid-white) !important;
    padding: 0 30px;
}
.subscribe_form input::placeholder {
    color: rgb(243 246 243 / 90%);
}
.subscribe_form .form-control:focus {
    background: transparent;
    box-shadow: none;
    border: 1px solid #6fc06f;
}
button.btn i {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #6fc06f;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    font-size: 22px;
    color: var(--solid-white);
    position: absolute;
    right: 10px;
    top: 16%;
    transform: rotate(-45deg);
    transition: 0.5s;
}
button.btn i:hover {
    background: var(--solid-white);
    color: var(--primary-color);
}
h3.footer_widget_title {
    font-size: 24px;
    font-weight: 500;
    color: var(--solid-white);
    margin-bottom: 37px;
}
ul.footer_widget_menu li a {
    font-size: 15px;
    color: #f3f6f3;
    font-weight: 400;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    margin-bottom: 18px;
}
ul.footer_widget_menu li a:hover {
    padding-left: 20px;
    color: var(--primary-color);
}
ul.footer_widget_menu li a:before {
    position: absolute;
    left: 0;
    width: 0;
    height: 8px;
    border-radius: 4px;
    background-color: #6fc06f;
    content: '';
    top: 9px;
    opacity: 0;
    transition: 0.5s;
}
ul.footer_widget_menu li a:hover:before {
    opacity: 1;
    width: 8px;
}
li.footer_active a {
    padding-left: 20px;
    color: var(--primary-color) !important;
}
ul.footer_widget_menu li.footer_active a:before {
    width: 8px;
    opacity: 1;
}
p.footer_address {
    font-size: 15px;
    color: var(--solid-white);
    font-weight: 400;
    font-family: var(--fonts-title);
    margin-bottom: 45px;
}
.footer_widget_info p {
    margin: 0 0 5px;
    font-size: 15px;
    font-family: var(--fonts-title);
    color: var(--solid-white);
}
.footer_shpe1 {
    position: absolute;
    top: -30%;
    right: -1%;
    z-index: -1;
}
.footer_shpe2 {
    position: absolute;
    top: 1%;
    left: 0;
    z-index: -1;
}

/*  Start Copy Right Botttom Css */

.row.footer_bottom_bg {
    background-color: #2B2B2B;
    margin: 0;
    padding: 25px 40px 25px;
    margin-top: 110px;
}

/* .footer_copy_right {
    display: flex;
    align-items: center;
} */
p.copy_right {
    font-size: 16px;
    color: #9ca09c;
    margin: 0;
    position: relative;
    margin-left: 65px;
}
p.copy_right:before {
    position: absolute;
    top: 0;
    left: -35px;
    content: '';
    width: 1px;
    height: 30px;
    background-color: rgba(243,246,243,0.2);
}
.footer_social_icon {
    text-align: right;
}
.footer_social_icon ul li {
    display: inline-block;
}
.footer_social_icon ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(234,247,243,0);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--solid-white);
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer_social_icon ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: 0.5s;
    border-radius: 50%;
    z-index: -1;
}
.footer_social_icon ul li a:hover:before {
    width: 100%;
}




/*=====================================
<-- Benix Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 12px;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #6fc06f;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #6fc06f;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #6fc06f;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}
.content-thumb-box {
    margin-bottom: 20px;
}
.content-thumb-box img {
    width: 100%;
    border-radius: 10px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #6fc06f;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li i {
    margin-right: 10px;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #6fc06f;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #6fc06f;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #6fc06f;
    color: #fff;
}

/* ==============================================
    Start Css Home Two Css
================================================== */

/* Start Header Area Style Two Css  */

.style_two.header-area {
    background: var(--secondary-color);
    border-bottom: 1px solid rgb(253 253 253 / 10%);
}
.style_two.header-area.sticky {
    background: var(--primary-color) !important;
}
.style_two.header-area.sticky .logo_sticky {
    display: block;
}
.style_two.header-area.sticky a.logo_sticky_none {
    display: none;
}
.logo_sticky {
    display: none;
}
.style_two.header-area.sticky .header-menu ul li a:before {
    background: var(--solid-white);
}
.style_two .header-menu ul li a {
    color: var(--solid-white);
}
.style_two.header-contact a {
    color: var(--solid-white);
}
.style_two.header-area.sticky .header-contact i {
    background-color: var(--secondary-color);
}
.hero-area.style_two {
    background: var(--secondary-color);
    position: relative;
    padding-top: 0;
    z-index: 1;
    height: 850px;
}
.hero-title.two h1 {
    color: var(--solid-white);
    font-size: 85px;
    line-height: 90px;
    font-weight: 600;
}
.hero-title.two h1:nth-child(2) {
    display: flex;
    align-items: center;
}
img.hero_rotate {
    margin-right: 28px;
}
.hero-content p {
    font-size: 20px;
    color: #9ca09c;
    font-weight: 400;
    margin: 31px 0 45px;
}
.hero-thumbs {
    margin-left: 263px;
    margin-top: -222px;
}
.hero_warpper_shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.hero_btn {
    display: flex;
    align-items: center;
}
.hero_btn a {
    display: inline-block;
    background: var(--primary-color);
    color: var(--solid-white);
    padding: 21px 50px;
    font-family: var(--fonts-title);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero_btn a:hover {
    color: var(--primary-color);
}
.hero_btn a:before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 24px solid #1e1e1e;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    transition: .5s;
    transform: rotate(90deg);
    right: -23px;
    top: 21px;
    z-index: 1;
}
.hero_btn a::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0%;
	top: 0px;
	left: -40px;
	background: var(--solid-white);
	transform: skew(50deg);
	border-radius: 5px;
	transition: .5s;
	z-index: -1;
}
.hero_btn a:hover:after {
    width: 130%;
}
.hero_btn a i {
    font-size: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    margin-left: 7px;
    font-weight: 600;
}
.hero_review {
    margin-left: 35px;
}
.hero_wprpper_right {
    position: relative;
    z-index: 1;
}
p.hero_sucess {
    font-size: 14px;
    color: #f3f6f3;
    font-weight: 400;
    font-family: var(--fonts-title);
    border-radius: 20px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: 29%;
    right: 29%;
    padding: 8px 28px;
    z-index: 1;
}
p.hero_sucess span {
    color: var(--primary-color);
}
.single-coustomar-box.style_two {
    filter: none;
    background: transparent;
    position: absolute;
    bottom: 18%;
    right: 22%;
    padding: 0;
}
.style_two .coustomar-content h4 {
    margin: 0 0 6px;
    color: var(--solid-white);
    font-size: 18px;
    font-weight: 400;
}
.coustomar-content p span {
    color: var(--solid-white);
}
.style_two .coustomar-content p {
    color: #9ea29e;
}
.scroll_down {
    position: absolute;
    left: 1%;
    bottom: 16%;
}
.scroll_down a {
    font-size: 20px;
    color: #f3f6f3;
    font-weight: 400;
    font-family: var(--fonts-title);
    transform: rotate(90deg);
    display: inline-block;
}
.scroll_down a img {
    transform: rotate(-90deg);
    padding-top: 25px;
    display: inline-block;
}


/* ===========================================
    Start Bnix Service Area Style Two Css
============================================= */

.service_area.style_two {
    background: transparent;
}
.service_single_item.style_two {
    text-align: center;
}
.service_single_item.style_two::before, .service_single_item.style_two::after {
    background: var(--bg2-color);
}
.service_single_item.style_two.secound::before, .service_single_item.style_two.secound::after {
    background: var(--bg-color);
}
.service_single_item.style_two.last::before, .service_single_item.style_two.last::after {
    background: #f1f7fc;
}
.service_single_item.style_two::before {
    background: var(--bg2-color);
}
.service_single_item.style_two::after {
    background: var(--bg2-color);
}
.service_single_item.style_two .service_content h3 {
    font-size: 26px;
    margin: 28px 0 19px;
    line-height: 34px;
}
.service_single_item.style_two .service_btn a {
    padding: 6px 33px;
    border-radius: 30px;
    border: 1px solid rgba(30,30,30,0.1);
    overflow: hidden;
}
.service_single_item.style_two .service_btn a:before {
    border-radius: 30px;
}
.service_single_item.style_two .service_btn a:after {
    display: none;
}
.service_single_item.style_two .service_btn a i {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-right: 8px;
    color: var(--primary-color);
}
.swiper.service_list_active {
    overflow: hidden;
    position: relative;
    padding: 0 0 110px;
}
.benix-arrow-service_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto;
}
button.benix_service_prev {
    margin-right: 8px;
}
button.benix_service_prev, button.benix_service_next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(3,31,23,0.1);
    font-size: 22px;
    line-height: 48px;
    color: var(--secondary-color);
    text-align: center;
    outline: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
button.benix_service_prev:hover, button.benix_service_next:hover {
    color: var(--solid-white);
}
button.benix_service_prev:before, button.benix_service_next:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: 0.5s;
    z-index: -1;
}
button.benix_service_prev:before, button.benix_service_next:hover:before {
    width: 100%;
    border: 1px solid var(--primary-color);
}

/* ===========================================
    Start Bnix About Area Style Two Css
============================================= */

.about-area.style_two {
    background: var(--bg-color);
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.abt_shaps {
    position: absolute;
    bottom: -44%;
    right: -6%;
    z-index: -1;
}
.about-area.style_two .section-main-title {
    margin-bottom: 25px;
}
.section-sub-title.style_none a:before {
    display: none;
}
p.about_dsc {
    font-size: 17px;
    width: 85%;
    margin: 0 0 40px;
}
.about-thumb.style_two {
    position: relative;
    z-index: 1;
    margin-left: -215px;
}
.about-thumb.style_two img {
    width: inherit;
}
.about-box-left.text.text_style_two {
    position: absolute;
    top: 0;
    padding: 63px 53px 72px;
    right: 9%;
    background: var(--solid-white);
}
.about-count h2 {
    font-size: 70px;
    font-weight: 500;
}
.about-left-content.style_two h4 {
    font-size: 16px;
    color: var(--body-color);
}
.about-left-content.style_two span {
    color: var(--primary-color);
}
.about-area.style_two .about-single-box {
    gap: 40px;
}
.about-area.style_two .project-button.style_two {
    position: relative;
    margin-top: 0;
}
ul.about_list li {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--fonts-title);
    color: var(--secondary-color);
    margin-bottom: 14px;
}
ul.about_list li i {
    color: var(--primary-color);
    font-size: 25px;
    margin-right: 12px;
    position: relative;
    top: 5px;
}

/* ===========================================
    Start Bnix Counter Area Style Two Css
============================================= */

.counter_area.style_two {
    background: var(--primary-color);
    padding: 80px 0 77px;
}
.counter_single_item.style_two {
    text-align: center;
}
.style_two .counter_content h1 {
    display: inline-block;
    font-size: 44px;
    font-weight: 500;
    color: var(--solid-white);
}
.style_two .counter_content h1:first-child {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 35px;
    position: relative;
    top: -3px;
    margin-right: 8px;
}
.style_two .counter_content p {
    color: var(--solid-white);
}


/* ===========================================
    Start Bnix Work Area Style Two Css
============================================= */
.work_area.style_two {
    background: #e1e6e1;
    padding: 120px 0 120px;
}
.work_area.style_two .section-main-title {
    margin-bottom: 51px;
}
.work_single_item.style_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.style_two .work_thumb img {
    width: inherit;
    transition: 0.5s;
    overflow: hidden;
}
.work_single_item.style_two:hover .work_thumb img {
    transform: scale(1.1);
}
.style_two .work_content {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    background: var(--solid-white);
    padding: 57px 85px 70px;
    overflow: hidden;
    z-index: 1;
    margin-left: -12px;
}
.style_two .work_content p {
    line-height: 28px;
}
.style_two .work_content .work-text h3 a {
    font-size: 32px;
    margin: 12px 0 22px;
}
.style_two .work_content .work_category {
    position: inherit;
    bottom: 0;
    left: 0;
    margin-top: 31px;
}
.style_two .work_content .work_category a {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid #e7e5e5;
}
.style_two .work_content .work_right_btn {
    margin-top: 49px;
}
.style_two .work_content .work_right_btn a {
    border-radius: 30px;
    text-align: center;
    color: var(--solid-white);
    transform: inherit;
    border: none;
    font-size: 16px;
    display: inline-block;
    padding: 14px 41px;
    height: inherit;
    width: inherit;
    line-height: inherit;
    font-family: var(--fonts-title);
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.style_two .work_content .work_right_btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    border-radius: 30px;
    transition: 0.5s;
    z-index: -1;
}
.style_two .work_content .work_right_btn a:hover:before {
    width: 100%;
}
.style_two .work_content .work_right_btn a i {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-right: 12px;
    color: var(--solid-white);
}
.work_shape {
    position: absolute;
    top: -25%;
    right: -25%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.work_single_item.style_two:hover .work_shape {
    opacity: 1;
    transform: translateX(-22px);
}
.project-button.work_bnts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
.project-button.work_bnts a {
    border: 1px solid var(--primary-color);
}


/* ===========================================
    Start Bnix Award Area Style Two Css
============================================= */

.award_area.style_two {
    background: var(--solid-white);
    z-index: 1;
    overflow: hidden;
}
.style_two.awards-one__single .content-box {
    border-top: 2px solid rgba(30,30,30,0.10196078431372549);
}
.style_two.awards-one__single .content-box.last {
    border-bottom: 2px solid rgba(30,30,30,0.10196078431372549);
}
.style_two.awards-one__single span.award_date {
    color: var(--secondary-color);
}
.style_two.awards-one__single .texts-box h3 a {
    color: var(--secondary-color);
}
.style_two.awards-one__single h4.award_category a {
    color: var(--secondary-color);
}
.style_two.awards-one__single:hover span.award_date {
    color: var(--primary-color);
}
.award_area.style_two .award_shape2 {
    position: absolute;
    top: -23%;
    left: -1%;
    z-index: -1;
}
/* ===========================================
    Start Bnix Pricing Area Style Two Css
============================================= */

.pricinga_rea {
    PADDING: 82px 0 90px;
}
.pricing_warpper_single_item {
    background: var(--bg-color);
    padding: 40px  40px 30px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.pricing_warpper_single_item:before {
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    background: var(--bg2-color);
    transition: .5s;
    content: '';
    z-index: -1;
}
.pricing_warpper_single_item:hover:before {
    width: 100%;
    left: 0;
}
.pricing_warpper_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.pricing_stem {
    background: var(--solid-white);
    color: var(--secondary-color);
    padding: 2px 20px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    transition: .5s;
    border: 1px solid rgba(30,30,30,0.1);
}
.pricing_warpper_single_item:hover span.pricing_stem {
    background: var(--primary-color);
    color: var(--solid-white);
}
h3.pricing_title {
    font-size: 46px;
    font-weight: 500;
    margin: 21px 0 20px;
    border-bottom: 1px solid rgba(30,30,30,0.10196078431372549);
    padding-bottom: 19px;
}
h3.pricing_title span {
    font-size: 18px;
    font-weight: 400;
}
ul.pricing_list {
    margin-top: 41px;
}
ul.pricing_list li {
    position: relative;
    font-size: 16px;
    color: var(--secondary-color);
    font-family: var(--fonts-title);
    font-weight: 400;
    margin-bottom: 14px;
}
ul.pricing_list li img {
    margin-right: 10px;
    margin-top: -2px;
}
.pricing_btn {
    margin-top: 44px;
}
.pricing_btn a {
    border-radius: 30px;
    text-align: center;
    color: var(--secondary-color);
    transform: inherit;
    font-size: 16px;
    display: inline-block;
    padding: 11px 39px;
    height: inherit;
    width: inherit;
    line-height: inherit;
    font-family: var(--fonts-title);
    background: var(--solid-white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(3,31,23,0.1);
}
.pricing_btn a:hover {
    color: var(--solid-white);
}
.pricing_btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    border-radius: 30px;
    transition: 0.5s;
    z-index: -1;
}
.pricing_btn a:hover:before {
    width: 100%;
}
.pricing_btn a i {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-right: 12px;
    color: var(--secondary-color);
    transition: 0.5s;
}
.pricing_btn a:hover i {
    color: var(--primary-color);
}
.pricing_warpper_single_item.active:before {
    width: 100%;
    left: 0;
}
.pricing_warpper_single_item.last_item {
    background: #f1f7fc;
}

/* Blog area style tow */
.blog_area.style_two {
    background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 20%, #f3f5f3 100%);
}
.single_blog-warpper_thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.single_blog-warpper_thumb::after {
    background: rgba(111,192,111);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.single_blog_warpper_item:hover .single_blog-warpper_thumb::after {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}
.single_blog-warpper_thumb:hover .blog_arrow {
    bottom: 0;
    right: 0;
    opacity: 1;
}
.blog_arrow {
    position: absolute;
    bottom: -10%;
    right: -6%;
    transition: 0.5s;
    opacity: 0;
}
.blog_arrow a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #6fc06f;
    line-height: 48px;
    color: var(--solid-white);
    text-align: center;
    font-size: 22px;
}
.blog_arrow a i {
    display: inline-block;
    transform: rotate(135deg);
}

/* ===========================================
    Start Bnix Inner Page  Css
============================================= */

/* Start Breadcrumb Area  */

.breadcrumb_area {
    background: url(../images/inner/breadcrumb.jpg);
    height: 500px;
}
h2.breadcrumb_title {
    font-size: 60px;
    color: var(--solid-white);
    font-weight: 500;
    margin-bottom: 15px;
}
ul.breadcrumb_list_menu li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--fonts-title);
    color: var(--solid-white);
}
ul.breadcrumb_list_menu li a {
    display: inline-block;
    color: var(--solid-white);
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
ul.breadcrumb_list_menu li a:hover {
    color: var(--primary-color);
}
ul.breadcrumb_list_menu li a:before {
    position: absolute;
    content: "";
    right: -15px;
    height: 8px;
    width: 8px;
    top: 11px;
    background: var(--bg-color);
    border-radius: 10px;
    transition: .5s;
}
ul.breadcrumb_list_menu li a:hover:before {
    background: var(--primary-color);
    width: 8px;
}


/* ===========================================
    Start Bnix Team Area  Css
============================================= */

section.team_area {
    padding: 105px 0 90px;
}
.team_single_box {
    text-align: center;
    background: #edf5f6;
    padding: 50px 0 50px;
    border-radius: 20px 100px 20px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team_single_box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #f7f1ee;
    width: 100%;
    height: 0;
    transition: 0.5s;
    border-radius: 20px 100px 20px 20px;
    z-index: -1;
}
.team_single_box:hover:before {
    height: 100%;
}
.team_conent h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 25px;
}
.team_social {
    display: inline-block;
    padding: 9px 28px;
    background: var(--primary-color);
    border-radius: 5px;
    margin-top: 9px;
}
.team_social a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0 6px;
}
.team_social a:hover {
    color: var(--secondary-color);
}

/* ===========================================
    Start Bnix Blog Sidebar Area  Css
============================================= */

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    background: var(--bg-color);
    border: 1px solid #E2E5E7;
}
.widget_search form {
    position: relative;
}
.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #fff;
    border: 0;
    outline: 0;
    background: var(--body-color);
}
.widget_search input::placeholder{
    color: #fff;
}
button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: var(--primary-color);
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    padding: 24px 40px 16px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    border: 1px solid #E2E5E7;
    background: var(--bg-color);
}
.widget-categories-box:nth-last-child(2) {
    padding: 24px 40px 30px;
}
.widget-categories-box:nth-last-child(3) {
    padding: 24px 40px 24px;
}
.widget-categories-box:nth-last-child(4) {
    padding: 24px 40px 12px;
}
.widget-categories-box:last-child {
    padding: 24px 40px 30px;
}
.categories-title h4 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
}
.widget-categories-menu ul li {
    display: block;
    margin-bottom: 15px;
}
.widget-categories-menu ul li a {
    display: block;
    color: var(--secondary-color);
    transition: .5s;
    font-size: 16px;
    font-family: var(--fonts-title);
}
.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: var(--primary-color);
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}
.widget-categories-menu ul li:hover a span {
    background: #fff;
    color: #0E1317;
}
.widget-categories-menu ul li:hover a {
    color: var(--primary-color);
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
}
.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}
.recent-widget-content span {
    font-size: 15px;
    margin-bottom: 3px;
    display: inline-block;
}
.recent-widget-content a {
    color: var(--secondary-color);
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    transition: .5s;
    margin-bottom: 7px;
    font-family: var(--fonts-title);
}
.recent-widget-content a:hover {
    color: var(--primary-color);
}
.sidber-widget-recent-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


/* Sidber Achivement CSS */

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}
.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}
.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
    color: var(--secondary-color);
}
.widget-achivement ul li a span {
    float: right;
}
.widget-achivement ul li a:hover{
    color: var(--primary-color);
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}
.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Widget Tag */
.widget-tags ul li {
    display: inline-block;
    margin-right: 6px;
}
.widget-tags li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--fonts-title);
    color: var(--secondary-color);
}
.widget-tags li a:hover {
    color: var(--primary-color);
}


/* ===========================================
    Start Bnix Blog Details  Css
============================================= */

.blog-detials-area {
    padding: 120px 0 120px;
}
.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-content {
    padding: 0 0 18px;
}
.blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.blog-details-thumb img {
    width: 100%;
}
.blog-details-des {
    padding: 30px 0 10px;
}
.blog-details-blockquote {
    background: var(--bg-color);
    padding: 40px 38px 26px;
    position: relative;
    margin-bottom: 10px;
}
.blog-details-blockquote blockquote {
    font-size: 16px;
}
.blog-details-video-thumb {
    position: relative;
}
.blog-details-video-thumb img {
    width: 100%;
}
.blog-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.blog_dtls-icon i {
    font-size: 10px;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    margin-right: 10px;
    color: var(--primary-color);
    float: left;
    margin-top: 5px;
}
.blog-details-content-list p {
    overflow: hidden;
    margin: 0 0 6px;
}
.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}
.blog-details-button a {
    display: inline-block;
    border: 2px solid var(--primary-color);
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}
.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}
.blog-details-button a.active {
    background: transparent;
    transition: .5s;
    margin-left: 10px;
    color: var(--primary-color);
}
.blog-details-button a.active:before{
    background: transparent;
}
.blog-details-button a.active:hover:before{
    background: var(--primary-color);
}
.blog-details-button a.active:hover{
    color: #fff;
    border-color: var(--primary-color);
}
.blog-details-social {
    text-align: right;
}
.blog-details-social a {
    display: inline-block;
    border: 2px solid var(--primary-color);
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
    color: var(--primary-color);
}
.blog-details-social a:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid rgba(255,255,255,0.2);
    padding-top: 40px;
    margin-top: 32px;
}
.blog-details-author-inner {
    background: var(--primary-color);
    padding: 30px 30px 19px;
}
.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}
.blog-details-author-content h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffff;
}
.blog-details-author-content p {
    color: #ffffffbd;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}
.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}
.blog-details-comment-content {
    overflow: hidden;
}
.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}
.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}
.blog-details-comment-reply a {
    background: var(--primary-color);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}
.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255,255,255,0.2);
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid rgba(255,255,255,0.2);
    margin: 12px 10px 10px;
    padding-top: 8px;
}
/*input-box*/
.input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #0202021a;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: 0;
    border-radius: 3px;
}
.input-box textarea {
    width: 100%;
    height: 207px;
    outline: 0;
    border: 1px solid  #0202021a;
    padding: 22px 20px 0;
    border-radius: 3px;
}

/*input button*/

.input-button {
    margin-top: 27px;
}
.input-button button {
    display: inline-block;
    padding: 13px 39px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: .5s;
}
.input-button button:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: none;
}
.input-button button i {
    margin-left: 10px;
}

/* ==== Start Porfolio  Details Csss ====*/

section.portfolio_details {
    padding: 120px 0 120px;
}

.port_dtls_thumb img {
    width: 100%;
}
.porfolio_dtls_container {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 30px;
    width: 100%;
}
.portfolio_info {
    padding-left: 50px;
}
.portfolio_info h2 {
    font-size: 25px;
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 2px;
    line-height: 35px;
    margin-left: 10px;
}
.port_dtl_social a:hover {
    color: #1e1e1e;
}
.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}
.portfolio_info h3 {
    margin: 0 0 21px;
}
.portfolio_info ul li {
    padding: 12px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid#F9F4EE;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio_details_content h2 {
    font-size: 50px;
    font-weight: 500;
    margin: 12px 0 19px;
}

/* port_silde_banner */
.swiper.port_dtls_active {
    overflow: hidden;
    margin: 100px 0 0;
    position: relative;
}
.port_slide_banner img {
    width: 100%;
    height: 500px;
}

button.benix_port_prev {
    margin-right: 8px;
}
button.benix_port_prev {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgb(3 31 23 / 44%);
    font-size: 22px;
    line-height: 48px;
    color: var(--secondary-color);
    text-align: center;
    outline: 0;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    position: absolute;
    left: 60px;
    top: 51%;
    transform: translateY(-50%);
}
 button.benix_port_next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgb(3 31 23 / 44%);
    font-size: 22px;
    line-height: 48px;
    color: var(--secondary-color);
    text-align: center;
    outline: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    position: absolute;
    right: 60px;
    top: 51%;
    transform: translateY(-50%);
}
button.benix_port_prev:hover,  button.benix_port_next:hover {
    background-color: var(--primary-color);
    color: var(--solid-white);
    border: 1px solid var(--primary-color);
}

/* =================================
   Start Benix Faq Area Css
==================================== */
section.faq_area {
    background: #fff;
    padding: 120px 0 120px;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
}
div#accordionFlushExample {
    margin: 0 179px 0;
}
button.accordion-button.collapsed {
    background: var(--bg-color);
    padding: 20px 33px 20px;
}
.accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: transparent;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

/* =================================
   Start Benix Conatct Area
==================================== */

section.contact_area.inner_section {
    padding: 118px 0 120px;
}
.cotact_info_item {
    text-align: center;
    background-color: #ffffff;
    padding: 51px 80px 21px;
    border-radius: 5px;
    transition: .5s;
    border: 2px solid#F7F3ED;
    margin-bottom: 30px;
}
.cotact_info_item:hover {
    filter: drop-shadow(0px 10px 27px rgba(177, 177, 177, 0.3));
    border-color: #fff;
}
.icontact_warpper_icon i {
    display: inline-block;
    font-size: 45px;
    color: var(--primary-color);
}
.contact_warpper_content h3 {
    font-size: 22px;
    margin: 24px 0 10px;
}
.contact_warpper {
    background: var(--bg-color);
    padding: 60px 60px 60px;
}
.form-box input {
    border-radius: 0;
    transition: 0.5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #1e1e1e;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
    padding: 0 21px;
}
.form-box.message textarea {
    color: #232323;
    transition: .5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    border-radius: 0;
}
.contact-form button {
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: var(--primary-color);
}
.contact-form button:hover {
    background-color: #000;
}

/* =================================
   Start Benix Service Details Area
==================================== */

.service_details {
    background: var(--bg-color);
    padding: 120px 0 95px;
}
.main_service_dtls {
    background: var(--solid-white);
    padding: 35px 50px 25px;
}
.service_dtls_content h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px;
}
.service_dtls_content.two {
    margin-top: 66px;
}
.call_area.style_two {
    background: var(--solid-white);
}


/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

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

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
 .dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}















/*
<!-- ============================================================== -->
<!-- ReScrollup Button Cssstu  -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #6fc06f;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #6fc06f;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}




/*** 
====================================================================
   Benix Search Box Css
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color:var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color:var(--primary-color);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background:var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #6fc06f;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}


/*===========================
<-- Benix Sidbar Css -->
=============================*/
.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 24px;
    display: inline-block;
    color:var(--primary-color);
    transition: .5s;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color:var(--primary-color);
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color:var(--primary-color);
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color:var(--primary-color);
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color:var(--primary-color);
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color:var(--primary-color);
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background:var(--primary-color);
    color: #fff;
}


/*===========================
<-- Benix Start Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
  }
  
  .loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    transition: all 1s 1s ease;

  }
  
  /* .loader:before,
  .loader:after {
    content: "";
    display: block;
    border: 32px solid transparent;
    border-top-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    animation: weld-rotate 2s infinite ease-in;
  }
  .loader:before {
    border-color: transparent transparent transparent var(--secondary-color);
    animation-delay: 0.5s;
  } */
  @keyframes weld-rotate {
    0%,
    25% {
      transform: rotate(0deg);
    }
    50%,
    75% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
  }
  
  .loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
  }
  
  .loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
  }
  
  /*/ When page loaded /*/
  .loaded .loder-section.left-section {
    left: -100%;
  }
  
  .loaded .loder-section.right-section {
    right: -100%;
  }
  
  .loaded .loader-wrapper {
    visibility: hidden;
  }
  
  .loaded .loader {
    /* top: -100%; */
    opacity: 0;
  }
  
