/*=========================================================
Template Name:shifa-Real Estate & Property HTML5 Template
https://www.templatemonster.com/authors/techtime/
Description: Description
Version: 1.0.0
Text Domain: shifa
Tags: 	agency, Business Agency, Business Consultant, business optimization, company website, consultancy, shifang, shifang Firm, corporate solutions, digital agency, financial analysis, market trends analysis, Strategic insights
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. shifa Header Top Menu Area Css
02. shifa Nav Menu Area Css 
03. shifa Slider Area Css
04. shifa Section Title Css
05. shifa Service Area css
06. shifa About Area Css
07. shifa Counter Area Css
08. shifa Testimonial Area Css
09. shifa Process Area Css
10. shifa Team Area Css
11. shifa Faq Area Css
12. shifa Call Do Section Css
13. shifa Form Box Css
14. shifa Blog Area Css
15. shifa footer Area Css
16. shifa Subscribe Area Css
17. shifa Prossess Ber Css
18. shifa Scrollup Section
19. shifa Breadcumb Area Css
20. shifa abouts_areas Css
21. shifa Pricing Section Css
22. shifa Contact  US Css
23. shifa Blog Sidber Widget CSS
24. shifa Search Box Css
25. shifa Loader Css
=======================*/




/*==================================================
 <-- shifa Header Top Menu Area Css-->
===================================================*/

.topbar-area {
    padding: 20px 0;
    position: relative;
    z-index: 99;
}

.topbar-items ul {
    list-style: none;
}

.topbar-items ul li {
    display: inline-block;
    margin-right: 53px;
}

.topbar-items ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: "Raleway";
}

.topbar-items ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #FFF;
}

.topbar-social {
    text-align: right;
}

.topbar-social h4 {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
}

.topbar-social ul {
    list-style: none;
    display: inline-block;
}

.topbar-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.topbar-social ul li a {
    transition: .5s;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    transition: 0.5s;
}

.topbar-social ul li a:hover {
    background: #fbb405;
}
.checkbox-container {
    display: flex;
    align-items: flex-start;
}
.FirstCheck {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}
.SecondCheck {
    margin-top: 0.3rem;
    margin-right: 0.5rem;
}
.blog-details-area{
    margin-top: 10em;
}
.blog-area .blog-single-box {
margin-bottom: 2em;
}
/*==================================================
 <-- shifa Header Area Css-->
===================================================*/

.header-area {
    position: relative;
    z-index: 9;
    margin-bottom: -172px;
}

.header-area::before {
    position: absolute;
    content: "";
    width: 284px;
    height: 98px;
    background: #fff;
    background-repeat: no-repeat;
    left: 172px;
    bottom: 6px;
    z-index: -1;
}

.header-area::after {
    position: absolute;
    content: "";
    width: 62%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    left: 0;
    right: -175px;
    margin: auto;
    top: -6px;
}

.logo {
    margin-left: -110px;
    margin-top: -70px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu ul {
    list-style: none;
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 48px;
}

.header-menu ul li a {
    font-size: 18px;
    color: #273e47;
    font-weight: 500;
    position: relative;
    transition: .5s;
    padding: 36px 0;
    text-decoration: none;
    font-family: 'Cambay', sans-serif;
    display: inline-block;
}

.header-menu ul li a:hover {
    color: #fbb405;
}

.header-menu ul li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -6px;
}


/* sticky menu css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #FFF !important;
    z-index: 9999 !important;
    animation: fadeInDown 1s both 0.2s;
    padding: 0 30px;
}

.sticky-nav .logo {
    margin-top: 0;
}


/* sub menu */

.header-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 250px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #fbb405;
    opacity: 0;
    z-index: 11;
}

.header-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.header-menu ul .sub-menu ul li a {
    padding: 8px 12px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #003d4d;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.header-menu ul .sub-menu ul li a:hover {
    color: #fff;
    background: #fbb405;
}

.header-menu ul .sub-menu ul li a::before {
    display: none;
}

.header-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
}

/* mobile menu */

.mobile-menu-area {
    display: none;
}


/*==================================================
 <-- shifa All Btn Css-->
===================================================*/

.nest-btn {
    display: inline-block;
    outline: none !important;
    text-decoration: none;
    color: #ffffff;
    background: #fbb405;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 34.5px 17px;
    transition: 500ms;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nest-btn__text {
    position: relative;
    z-index: 2;
    top: 4px;
}

.nest-btn__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #020d23;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}

.nest-btn__shape:nth-child(1) {
    --b: 1;
}

.nest-btn__shape:nth-child(2) {
    --b: 2;
}

.nest-btn__shape:nth-child(3) {
    --b: 3;
}

.nest-btn__shape:nth-child(4) {
    --b: 4;
}

.nest-btn:hover {
    color: #ffff;
}

.nest-btn:hover .nest-btn__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}

/* slider btn */

.main-btn.slider1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.active .main-btn.slider1 {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


/*==================================================
 <-- shifa Banner Area Css-->
===================================================*/
.slider-area {
    background: linear-gradient(100deg, #070707 34.9%, rgba(247, 179, 43, 0) 55.08%), url(../img/hero.jpg) no-repeat;
    /* background: url(../img/hero.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 950px;
    position: relative;
    z-index: 1;
}

/* .slider-area.two {
    background: url(../images/slider/banner2.webp);
    background-size: cover;
} */
.blog-details-area h3{
    font-size: 22px;
}
.baner-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-500px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    z-index: -1;
}

.active .baner-shape1 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.baner-shape2 {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-500px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    z-index: -1;
}

.active .baner-shape2 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

/* slide content */

.slider-content {
    position: absolute;
    top: 18%;

    width: 38%;
    z-index: 9;
}

.slider-sub-title {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}


.active .slider-sub-title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.slider-sub-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 33px;
    position: relative;
    display: inline-block;
    padding: 2px 20px;
}

.slider-sub-title h4::before {
    position: absolute;
    content: "";
    opacity: 0.302;
    width: 70px;
    height: 30px;
    background-color: #fbb405;
    top: -4px;
    left: 0;
}

.slider-main-title {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 1;
    transform: translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.active .slider-main-title {
    opacity: 1;
   
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.slider-main-title h1 {
    color: #fff;
    font-size: 82px;
    font-weight: 700;
    line-height: 96px;
    margin-bottom: 30px;
}
.text-black{
    color: #000000 !important;
}

/* owl carousel */

.owl-nav {
    position: absolute;
    bottom: 34px;
    right: 34px;
    width: 320px;
    height: 110px;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 0 105px;
}

.owl-prev i {
    height: 40px;
    width: 40px;
    line-height: 43px;
    display: inline-block;
    background: #fbb405;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 30px;
}

.owl-next i {
    height: 40px;
    width: 40px;
    line-height: 43px;
    display: inline-block;
    background: #fbb405;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}


/* video area css */

.video-area {
    height: 1000px;
    position: relative;
}

.video-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(33,200,169,0.4);
}

video.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

/*==================================================
 <-- shifa Section title Css-->
===================================================*/

.section-sub-title h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: "Raleway";
    margin-bottom: 30px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
}

.section-sub-title h4::before {
    position: absolute;
    content: "";
    opacity: 0.302;
    width: 70px;
    height: 30px;
    background-color: #fbb405;
    left: 6px;
    top: 0;
}

.section-main-title h2 {
    font-size: 48px;
    color: #020d23;
    font-weight: 800;
    font-family: "Raleway";
    margin-bottom: 42px;
}

/*==================================================
 <-- shifa Sarvice Area Css-->
===================================================*/
.memberships .card {

    border-radius: 0px 30px 0px 30px;
    background-color: #ebebeb;

}
.service-area {
    padding: 120px 0 120px;
    background: #f2f3f5;
}

.service-thumb {
    position: relative;
}

.service-content {
    position: absolute;
    top: 250px;
width: 70%;
    height: 244px;
    filter: drop-shadow(0px 3px 3.5px rgba(71, 71, 71, 0.14));
    background-color: #ffffff;
    left: 0;
    right: 0;
    padding: 40px 44px;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: auto;
}
.hero-bg-img{
    background: linear-gradient(180deg, #070707 0.9%, rgba(247, 179, 43, 0) 76.08%), url(../img/hero.jpg) no-repeat;
    height: 16em;
    width: 100%;
    max-width: 100%;
    background-position: right;
    background-size: cover;
}
.service-single-box:hover .service-content {
    top: 150px;
}
.optimisim .owl-dots {
    text-align: center;
    margin-top: -45px;
    margin-bottom: 30px;
}
.service-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    background-color: #fbb405;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.service-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    background-color: #fbb405;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.service-single-box:hover .service-content::before,
.service-single-box:hover .service-content::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.service-content h4 a {
    font-size: 26px;
    line-height: 65px;
    color: #020d23;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.service-single-box:hover .service-content h4 a {
    color: #fff;
}

.service-content p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 500;
    transition: 0.5s;
}

.service-single-box:hover .service-content p {
    color: #fff;
}


.service-btn a {
    font-size: 18px;
    color: #fbb405;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    left: 160px;
    transition: 0.5s;
}

.service-single-box:hover .service-btn a {
    color: #fff;
}

.service-btn a::before {
    position: absolute;
    content: "";
    width: 149px;
    height: 1px;
    background-color: #fbb405;
    top: 12px;
    left: -160px;
}


/*==================================================
 <-- shifa About Area Css-->
===================================================*/

.about-area {
    padding: 120px 0 120px;
}

.about-thumb {
    position: relative;
}

.about-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
}

.about-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}

.about-thumb img {
    width: 100%;
}

.about-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    margin: 22px 0 14px;
}

/*==================================================
 <-- shifa Project Area Css-->
===================================================*/
.project-area {
    background: #f2f3f5;
    padding: 120px 0 120px;
}

.row.project {
    margin: 0 0px 0px 144px;
}

.project-single-box {
    margin: 10px;
}

.project-thumb {
    position: relative;
    overflow: hidden;
}

.project-thumb img {
    width: 100%;
}

.project-thumb img:nth-child(1) {
    transition: transform 0.8s;
}

.project-thumb img:nth-child(2),
.project-thumb img:nth-child(3) {
    position: absolute;
    top: 0;
    z-index: 3;
    transition: transform 1.6s;
}

.project-thumb img:nth-child(2) {
    left: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.project-thumb img:nth-child(3) {
    right: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.project-single-box:hover .project-thumb img:nth-child(1) {
    transform: scale(1.2);
}

.project-single-box:hover .project-thumb img:nth-child(2) {
    transform: translateX(-700px) skewX(40deg);
}

.project-single-box:hover .project-thumb img:nth-child(3) {
    transform: translateX(700px) skewX(-40deg);
}


.project-content {
    position: relative;
    bottom: 0px;
    width: 580px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 45px;
    background-color: #fbb405;
    top:-5em;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    opacity: 1;
    transition: 0.5s;
    z-index: 99;
}

.bullet-points ul li {
    list-style: none;
}
.bullet-points ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: .5s;
    margin: 0;
    line-height: 30px;
    color: #fbb405;
    
}
.optimisim .card{
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-color: #eff5f4;
    margin-bottom: 1.3em;
    
}
.project-single-box:hover .project-content {
    opacity: 1;
    bottom: 40px;
}

.project-title h4 a {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.project-title h4 a:hover {
    background-size: 100% 1px;
}

.project-title span {
    font-size: 18px;
    line-height: 37px;
    color: #f9f9f9;
}

.project-icon a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    transform: rotate(-25deg);
    transition: 0.5s;
}

.project-icon a:hover {
    transform: rotate(0deg);
}

/* project btn */

.main-btn.project {
    text-align: center;
}

/* owl carousel */

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #717171;
    display: inline-block;
    margin-right: 15px;
}

.owl-dot.active {
    background: #fbb405;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/*==================================================
 <-- shifa Appoinment Area Css-->
===================================================*/

.appoinment-area {
    background: #fbb405;
    padding: 120px 0 120px;
}

.appoinment-content {
    margin-left: 45px;
}

/* appoinment section title */

.section-sub-title.appoinment h4 {
    color: #ffff;
}

.section-sub-title.appoinment h4::before {
    background: #fff;
    top: -2px;
}

.section-main-title.appoinment h2 {
    color: #fff;
}

/* form box css */

.form-box.inner {
    position: relative;
}

.form-box.inner input {
    width: 300px;
    height: 59px;
    outline: none;
    border: none;
    margin-bottom: 30px;
}

.form-box.inner i {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #fbb405;
    font-size: 19px;
}

.form-box.inner textarea {
    width: 608px;
    height: 152px;
    padding: 15px 17px;
    border: none;
    outline: 0;
    margin-bottom: 30px;
}

.form-box-button.inner2 button {
    width: 180px;
    height: 54px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #fbb405;
}

/*==================================================
 <-- shifa Team Area Css-->
===================================================*/
.team-area {
    padding: 120px 0 150px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.team-single-box:hover .team-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.team-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.team-single-box:hover .team-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.team-content {
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 34px 0 50px;
}

.team-title h4 a {
    font-size: 28px;
    color: #020d23;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.team-title h4 a:hover {
    color: #fbb405;
}

.team-title span {
    font-size: 16px;
    line-height: 44px;
    color: #505050;
}

.team-icon {
    width: 270px;
    height: 70px;
    border-radius: 10px;
    background-color: #fbb405;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 74px;
    top: 118px;
}

.team-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.team-icon ul li a {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fbb405;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.team-icon ul li a:hover {
    color: #fff;
}

.team-icon ul li a::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #2b4e52;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.team-icon ul li a:hover::before {
    width: 100%;
    left: 0;
}

/*==================================================
 <-- shifa Testimonial Area Css-->
===================================================*/

.testimonial-area {
    background: url(../images/testimonial/testi-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 174px 0 200px;
}

.testi-content p {
    font-size: 23px;
    line-height: 48px;
    color: #505050;
    margin-bottom: 22px;
}
.bullet-points p{
    font-size: 16px;
    margin-bottom: 0px;
}

.testi-content span {
    font-size: 24px;
    line-height: 48px;
    color: #020d23;
}

.testi-content h4 {
    font-size: 30px;
    line-height: 48px;
    color: #2b4e52;
    font-weight: bold;
}

/* owl carousel */

.testimonial-area .owl-dots {
    text-align: left;
}

.testimonial-area .owl-dot {
    width: 50px;
    height: 6px;
    background-color: #c2c2c2;
    border-radius: 0;
}

.testimonial-area .owl-dot.active {
    width: 50px;
    height: 6px;
    background-color: #fbb405;
    border-radius: 0;
}

/* testi thumb */

.testi-images {
    position: relative;
}

.testi-thumb {
    position: relative;
    overflow: hidden;
}

.testi-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.testi-thumb:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.testi-thumb.one {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testi-thumb.two {
    position: absolute;
    right: -70px;
    bottom: 0;
}

.testi-thumb.three {
    position: absolute;
    top: 30px;
    left: 0;
}

.testi-thumb.four {
    position: absolute;
    top: 30px;
    right: -70px;
}

.testi-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.testi-thumb img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*==================================================
 <-- shifa Blog Area Css-->
===================================================*/

.blog-area {
    padding: 120px 0 120px
}

.blog-content {
    background: #fbb405;
    padding: 33px 20px 20px;
}

.blog-meta span {
    font-size: 18px;
    color: #ffffff;
    margin-right: 50px;
}

.blog-title {
    padding: 18px 0 13px;
    border-bottom: 1px solid #3ee2c4;
    margin: 0 0 33px;
}

.blog-title h4 a {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-single-box:hover .blog-title h4 a {
    background-size: 100% 1px;
    color: #fff;
}

.blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-bottom-inner {
    display: flex;
    align-items: center;
}

.blog-shape {
    margin-right: 10px;
}

.blog-shapetitle h4 {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}

.blog-btn a {
    font-size: 19px;
    line-height: 34px;
    color: #ffffff;
    text-decoration: none;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.blog-single-box:hover .blog-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.blog-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.blog-single-box:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*==================================================
 <-- shifa Footer Area Css-->
===================================================*/

.footer-area {
    padding: 25px 0 0px;
    background: #10211e;
    position: relative;
    z-index: 1;
}

.footer-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 280px;
    background: url(../images/footer/footer-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}


.footer-widget-content h4 {
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 700;
}

/* footer form */

.form-field {
    position: relative;
}

.form-field input {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    padding: 0 20px;
}

.form-field input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
}

.form-field button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    outline: none;
}

.form-field button i {
    width: 54px;
    height: 54px;
    background-color: #fbb405;
    display: inline-block;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}

.form-field button:hover i {
    background: #fff;
    color: #fbb405;
    border: 1px solid #fbb405;
}


/* footer widget */

.footer-wiget-text h4 {
    margin: 25px 0 22px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 18px;
    transition: .5s;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding: 0 0 27px;
    position: relative;
}

.footer-wiget-title h4::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #fbb405;
    bottom: 17px;
}

.footer-socilal-title h4 {
    opacity: 0.800;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 0 20px;
    position: relative;
}

.footer-socilal-title h4::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background: #fbb405;
    left: 0px;
}

/* footer social */

.footer-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}

.footer-social ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #1a3851;
    font-size: 16px;
    color: #FFF;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.footer-social ul li a:hover i {
    color: #fbb405;
    border: 1px dashed #fbb405;
}

.footer-social ul li a i::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #FFF;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.footer-social ul li a i:hover::after {
    width: 100%;
    left: 0;
}


.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 0px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: .5s;
    margin: 0;
    line-height: 50px;
    color: #ffffff;
}

.footer-wiget-menu ul li a:hover {
    color: #fbb405;
    margin-left: 10px;
}

.footer-wiget-menu ul li a i {
    color: #fbb405;
}

/* footer widget ours */

.company-work-hour ul {
    margin-top: 15px;
}

.company-work-hour ul li {
    display: block;
    list-style: none;
    color: #f8f8f8;
    font-size: 18px;
    padding: 0 0 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fbb405;
}

.company-work-hour ul li span {
    float: right;
}

li.table-brb {
    border: inherit !important;
}

li.table-brb span.style {
    background: #fbb405;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 5px;
}


.row.line {
    border-top: 1px dotted #fbb405;
    padding: 18px 0 8px;
}

.copyright-text {
    margin-top: 15px;
    text-align: center;
}

.copyright-text p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

.copyright-text p a {
    color: #fbb405;
}




/*===============================================================
<-- All Inner Page Css-->
=================================================================*/
/* breatcome area css */


.breatcome-area {
    background: url(../images/resource/bretcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
}

.breatcome-content {
    position: relative;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}

.bratcome-text {
    position: absolute;
    left: 0;
    bottom: -173px;
    background: #fbb405;
    padding: 23px 35px;
    border-radius: 5px 5px 0 0;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 27px;
    font-weight: 500;
}

.bratcome-text ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.bratcome-text ul li a:hover {
    color: #fbb405;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 62px;
}

/*==================================================
 <-- About Inner Page Css-->
===================================================*/

/* about area */

.about-area.inner-page {
    padding: 146px 0 123px;
}

/*==================================================
 <-- Service Inner Page Css-->
===================================================*/

/* feature area */

.feature-area.inner-page {
    padding: 120px 0 120px;
}


/*==================================================
 <-- Service Details Inner Page Css-->
===================================================*/
.service-details-area {
    padding: 120px 0 72px;
}

/* widget catagories box */

.widget-categories-box {
    margin-bottom: 30px;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 15px;
    position: relative;
    margin-bottom: 17px;
    background: #f8f6f1;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s linear 0s;
    background-color: #fbb405;
    content: "";
    z-index: -1;
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-size: 22px;
    line-height: 27px;
    color: #003d4d;
    font-weight: 500;
    transition: .5s;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.widget-categories-menu ul li a span {
    float: right;
}

/* widget contact box */

.widget-contact-box {
    background: url(../images/service/widget-s-thumb.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 63px 30px 57px;
    margin-bottom: 40px;
}

.widget-contact-title h4 {
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 27px;
}

.widget-contact-icon {
    width: 81px;
    height: 81px;
    display: inline-block;
    background: #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 34px;
}

.widget-contact-content h6 {
    font-size: 16px;
    line-height: 48px;
    color: #ededed;
    font-weight: 400;
}

.widget-contact-content h4 {
    font-size: 30px;
    line-height: 48px;
    color: #ededed;
    font-weight: 600;
}

/* widget pdf btn */

.widget-download-btn a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    background: #fbb405;
    text-decoration: none;
    padding: 22px 76px;
    transition: .5s;
}

.widget-download-btn a:hover {
    background: #003d4d;
}

.widget-download-btn a i {
    font-size: 38px;
    position: relative;
    top: 4px;
}

/* service details right bar */

.service-details-thumb {
    overflow: hidden;
    margin-bottom: 33px;
}

.service-details-thumb img {
    width: 100%;
    transition: all 2s ease;
}

.service-details-thumb img:hover {
    transform: scale(1.15);
}

.service-details-title h4 {
    font-size: 40px;
    color: #3c3531;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-detials-discription {
    margin-bottom: 32px;
}

.service-detials-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3531;
    font-weight: 400;
}

.service-list-title h4 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #d5d5d5;
    padding: 0px 0 19px;
}

.service-detials-list span {
    font-size: 16px;
    line-height: 32px;
    color: #3c3531;
    font-weight: 500;
    padding: 0 28px 0;
    display: block;
    position: relative;
}

.service-detials-list span::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #1585b5;
    left: 0;
    top: 9px;
}

/*==================================================
 <-- Team Details Inner Page Css-->
===================================================*/

.team-details-area {
    padding: 122px 0 0;
}

.team-author-thumb img {
    width: 100%;
}

/* progress bar  */

.team-details-area .process-ber-plugin {
    margin: 50px 60px 0;
}

.team-details-area .barfiller {
    margin-bottom: 40px;
}


/* progress bar */


.barfiller {
    width: 368px;
    height: 8px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 21px;
    background-color: #f2f2f2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tip {
    font-size: 18px;
    color: #252638;
    font-weight: 500;
    top: -42px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #fbb405 !important;
    border-radius: 0px 15px 15px 0px;
}


/* author info */

.row.author-info {
    background: #f8f6f1;
    padding: 35px 40px 25px;
    margin-top: -200px;
}

.team-author-exprience ul li {
    list-style: none;
    margin-bottom: 17px;
}

.team-author-exprience ul li span {
    font-size: 20px;
    color: #888888;
    font-weight: 400;
    line-height: 45px;
}

.team-author-exprience ul li h4 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
}

.team-author-socila {
    text-align: center;
    margin-right: -76px;
    margin-top: 24px;
}

.team-author-socila ul li {
    list-style: none;
    margin: 17px 0px 0;
}

.team-author-socila ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #ffffff;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-author-socila ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fbb405;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-author-socila ul li a:hover::before {
    transform: scale(1);
}

.team-author-socila ul li a {
    transition: .5s;
}

.team-author-socila ul li a:hover i {
    color: #ffffff;
}

/*==================================================
 <-- Project Grid Inner Page Css-->
===================================================*/
.project-grid-area {
    padding: 120px 0 94px;
}

.project-grid-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
}

.project-grid-thumb img {
    transition: all 2s ease;
}

.project-grid-thumb img:hover {
    transform: scale(1.15);
}

.project-grid-content {
    position: absolute;
    bottom: -100px;
    width: 554px;
    height: 128px;
    background-color: #ebebeb;
    padding: 20px 28px 0;
    left: 16px;
    border-radius: 0px 30px 0px 0px;
    opacity: 0;
    transition: .5s;
}

.project-grid-thumb:hover .project-grid-content {
    bottom: 10px;
    opacity: 1;
}

.project-grid-content h4 a {
    font-size: 26px;
    line-height: 52px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.project-grid-content h4 a:hover {
    color: #fbb405;
}

.project-grid-content p {
    font-size: 18px;
    font-weight: 400;
}

.project-grid-icon {
    position: absolute;
    top: -50px;
    right: 20px;
    opacity: 0;
    transition: all 2s ease;
}

.project-grid-thumb:hover .project-grid-icon {
    top: 20px;
    opacity: 1;
}

.project-grid-icon a {
    color: #fff;
    font-size: 32px;
    width: 90px;
    height: 90px;
    background-color: #fbb405;
    line-height: 90px;
    text-align: center;
    border-radius: 30px 0px 0px 0px;
    transition: .5s;
    display: inline-block;
}

.project-grid-icon a:hover {
    background: #fff;
    color: #fbb405;
}

/*==================================================
 <-- Project Details Inner Page Css-->
===================================================*/

.project-detials-area {
    padding: 120px 0 100px;
}

.project-details-thumb {
    margin-bottom: 55px;
    overflow: hidden;
}

.project-details-thumb img {
    width: 100%;
    transition: all 2s ease;
}

.project-details-thumb img:hover {
    transform: scale(1.15);
}

.project-details-title h4 {
    font-size: 30px;
    color: #3c3531;
    font-weight: 600;
}

.porject-detials-discription {
    margin: 25px 0 57px;
}

.porject-detials-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
}

.porject-detials-discription.inner {
    margin: -14px 0 0;
}

/*===============================================================
<-- Blog Details Inner page Css-->
=================================================================*/

.blog-details-area {
    padding: 122px 0 120px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-meta {
    margin: 29px 0 26px;
}

.blog-details-meta span {
    opacity: 0.902;
    font-size: 16px;
    line-height: 34px;
    color: #4d4e4f;
    font-weight: 400;
    margin-right: 27px;
}

.blog-details-meta span i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 12px;
}

.blog-details-content {
    margin-bottom: 42px;
}

.blog-details-content h4 {
    font-size: 40px;
    line-height: 28px;
    color: #3c3531;
    font-weight: 600;
    margin-bottom: 35px;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #3c3531;
    font-weight: 400;
}

.blog-details-tag h6 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 500;
    display: inline-block;
    margin-right: 60px;
}

.blog-details-tag {
    border: 1px solid #fbb405;
    padding: 24px 38px;
    margin-bottom: 55px;
}

.blog-details-tag h6 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 500;
    display: inline-block;
    margin-right: 32px;
}

.blog-details-tag a {
    font-size: 16px;
    color: #fbb405;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eceae5;
    padding: 4px 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-details-tag a:hover {
    color: #FFf;
}

.blog-details-tag a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #fbb405;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-tag a:hover::before {
    width: 100%;
}

.blog-team-thumb {
    float: left;
    margin-right: 30px;
}

.blog-team-content h4 a {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
}

.blog-team-content p {
    font-size: 20px;
    line-height: 30px;
    color: #3c3531;
    font-weight: 400;
    margin: 15px 0 9px;
}

.ba-blog-details-social-icons.two h6 {
    font-size: 18px;
    color: #3c3531;
    font-weight: 400;
    display: inline-block;
    margin-right: 14px;
}

.ba-blog-details-social-icons.two a {
    font-size: 16px;
    margin-right: 10px;
}

.blog-team-thumb {
    float: left;
    margin-right: 30px;
    margin-top: -12px;
}

.row.blog-item {
    padding: 20px 68px 20px;
    border-top: 1px solid #fbb405;
    border-bottom: 1px solid #fbb405;
}

.blog-item-content h4 {
    font-size: 20px;
    color: #fbb405;
    font-weight: 500;
}

.blog-details-item.two {
    margin-left: 90px;
}

.blog-details-area .owl-nav {
    display: none;
}

/* blog details comment */

.blog-details-comment {
    margin-top: 36px;
}

.blog-details-comment h5 {
    font-size: 30px;
    line-height: 28px;
    color: #292930;
    font-weight: 500;
    position: relative;
    margin-bottom: 36px;
}

.blog-details-comment h5::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #fbb405;
    content: "";
    left: 0;
}

.blog-comment-list ul li {
    list-style: none;
    margin-bottom: 0;
}

.blog-comment-box {
    position: relative;
}

.blog-comment-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    bottom: -30px;
}

.blog-comment-box.inner {
    margin-left: 50px;
}

.blog-comment-box.inner::before {
    display: none;
}

.blog-comment-thumb {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
}

.blog-comment-thumb img {
    border-radius: 4px;
}

.blog-comment-list .title {
    margin-bottom: 5px;
    margin-left: -12px;
}

.blog-comment-list h6.title {
    color: #18191D;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.blog-comment-list span.date {
    margin-left: -13px;
}

.content-main p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
}

.text-sm-end a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.text-sm-end a:hover {
    color: #fff;
}

.text-sm-end a::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #fbb405;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.text-sm-end a:hover::before {
    width: 100%;
}

/* blog contact box */

.blog-contact-box {
    background: #eff5f4;
    padding: 20px 30px 20px;
}

.blog-contact-title h4 {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 54px;
    position: relative;
}

.blog-contact-title h4::before {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #fbb405;
    content: "";
    left: 0;
}

/* contact form */

.form-box input, .form-box select{
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: #525459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height: 145px;
    background: #ffff;
    border: none;
    border-radius: 3px;
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: #525459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 210px;
    height: 60px;
    border-radius: 3px;
    background-color: #fbb405;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #18191D;
    opacity: 1;
    transform: scale(1, 1);
}

.form-box-button.inner {
    text-align: center;
}

/* widget search box */

.widget_search.box {
    margin-bottom: 30px;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    background: #f8f6f1;
    border: none;
    outline: 0;
}

.widget_search input::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #868686;
    font-weight: 400;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #fbb405;
    border-radius: 0 3px 3px 0;
}

/* widget recent box */

.widget-recent-box {
    background: #f8f6f1;
    padding: 50px 35px 55px;
    margin-bottom: 30px;
}

.widget-recent-title h4 {
    font-size: 30px;
    color: #fbb405;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px solid #ece6e6;
    padding: 0 0 14px;
}

.sidber-widget-recent-post {
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 20px;
}

.recent-widget-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.recent-widget-thumb img {
    transition: all 2s ease;
}

.sidber-widget-recent-post:hover .recent-widget-thumb img {
    transform: scale(1.15);
}

.recent-widget-meta span {
    font-size: 14px;
    color: #4d4e4f;
    font-weight: 400;
}

.recent-widget-meta span i {
    color: #fbb405;
    font-size: 12px;
    margin-right: 8px;
}

.recent-widget-title h4 a {
    font-size: 20px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.sidber-widget-recent-post:hover .recent-widget-title h4 a {
    color: #fbb405;
}

/* widget recent menu */
.widget-recent-menu ul li {
    list-style: none;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0 10px;
}

.widget-recent-menu ul li::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s linear 0s;
    background-color: #fbb405;
    content: "";
    z-index: -1;
}

.widget-recent-menu ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.widget-recent-menu ul li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #4d4e4f;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.widget-recent-menu ul li a:hover {
    color: #fbb405;
}

.widget-recent-menu ul li a span {
    float: right;
}

/* widget tags */

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #fff;
    border-radius: 3px;
    font-size: 17px;
    color: #4d4e4f;
    font-style: normal;
    margin: 11px 5px;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #fbb405;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}

/*===============================================================
<-- Contact Area Css-->
=================================================================*/
.contact-area {
    padding: 120px 0 110px;
}

.row.contact {
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-color: #eff5f4;
    padding: 50px 35px 50px;
}

.contact-single-box {
    background: #fbb405;
    padding: 60px 18px 30px;
}

.contact-title h4 {
    font-size: 36px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #fbb405;
    padding: 0 0 7px;
    margin-bottom: 30px;
}

.contact-items {
    margin-bottom: 30px;
    background: #fff;
    padding: 26px 15px;
}

.contact-icon {
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 59px;
    background-color: #fbb405;
    display: inline-block;
    text-align: center;
    line-height: 59px;
}

.contact-icon i {
    color: #fff;
    font-size: 26px;
}

.contact-content h4 {
    font-size: 24px;
    color: #fbb405;
    font-weight: 500;
}

.contact-content h6 {
    font-size: 15px;
    line-height: 20px;
    color: #757575;
    font-weight: 400;
}

/* contact box title */

.contact-box-title h4 {
    font-size: 48px;
    line-height: 60px;
    color: #fbb405;
    font-weight: 600;
    margin-bottom: 35px;
}

/*===============================================================
<-- Faq Area Css-->
=================================================================*/

.faq-area {
    padding: 120px 0 100px;
}


/* accrodion css */

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-bottom: -7px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    padding: 12px 34px 12px;
    text-decoration: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f9;
}

.accordion li a span {
    font-size: 20px;
    color: #fbb405;
    font-weight: 600;
}

.accordion li a i {
    width: 36px;
    height: 36px;
    background: #fbb405;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
}

.accordion a.active {
    background: #f4f4f9;
    border: none;
}

.accordion a.active i {
    color: #fff;
    background: #fbb405;
    border: none;
    margin-bottom: 0;
    transform: rotate(90deg);
}

.accordion li p {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #434141;
    background: #f4f4f9;
    padding: 11px 38px 28px;
    width: 100%;
    margin: 0;
    position: relative;
    top: -24px;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #1c1632;
}

ul.accordion ul li a span {
    color: #fff;
}

/*===============================================================
<-- Error Area Css-->
=================================================================*/

.error-area {
    padding: 120px 0 110px;
}

.faq-thumb {
    text-align: center;
}

.shifa-btn.error {
    margin-left: 160px;
}

/*===============================================================
<-- shifa Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #171717;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

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

.close-side-widget i {
    color: #fff;
    font-size: 30px;
    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;
}

.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;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 50%;
}

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

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

.sidebar-group .contact-info {
    margin-top: 60px;
}

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

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #fbb405;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

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

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

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


/* sidebar menu */

.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 23px;
    display: none;
}

.sidebar-menu a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
   
    font-size: 26px;
}
.banner .owl-stage{
    transform: none !important;
    transition: none !important;
}
.banner .cloned {
    display: none !important;
}
.banner .owl-dots {
    display: none !important;
}
.sidebar-widget-menu {
    position: relative;
}

.sidebar-widget-menu ul li {
    list-style: none;
    margin-top: 10px;
    padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #171717;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover {
    color: #fbb405;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before {
    display: none;
}



/*
<!-- ============================================================== -->
<!-- shifa Scrollup Section -->
<!-- ============================================================== -->*/
.prgoress_scrollup {
    position: fixed;
    right: 55px;
    bottom: 80px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 119, 249, 0.2);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

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

.prgoress_scrollup::after {
    position: absolute;
    content: "\F286";
    font-family: bootstrap-icons;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fbb405;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_scrollup:hover::after {
    color: #fbb405;
}

.prgoress_scrollup svg path {
    fill: none;
}

.prgoress_scrollup svg.progress-circle path {
    stroke: #fbb405;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}




@-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)
    }
}


@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*===========================
<-- shifa Loader Css -->
=============================*/


.loader_bg {
    position: fixed;
    z-index: 999;
    background: #1f1f1f;
    width: 100%;
    height: 100%;
}

.loader {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before,
.loader:after {
    content: '';
    border: 1em solid #fbb405;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}
#membership-button{

  width: 330px;
}
.footer-area img{
    width: 80%;
}



.wrapper{
    max-width: 1090px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}

.wrapper .table{
    background: #fff;
    width: calc(33% - 20px);
    padding: 30px 30px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (max-width: 1020px){
    .wrapper .table{
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}

@media (max-width: 698px){
    .wrapper .table{
        width: 100%;
    }
}

.table .price-section{
   display: flex;
   justify-content: center;
}

.price-section .price-area{
    height: 120px;
    width: 120px;
    background: #C0C0C0;
    border-radius: 50%;
    padding: 2px;
}

.price-section .price-area .inner-area{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    line-height: 117px;
    text-align: center;
    position: relative;
}

.price-area .inner-area .text{
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    top: -10px;
    left: 17px;
}

.price-area .inner-area .price{
    font-size: 35px;
    font-weight: 500;
}

.table .package-name{
    width: 100%;
    height: 2px;
    background: #ffecb3;
    margin: 35px 0;
    position: relative;
}

.table .package-name::before{
    position: absolute;
    content: "Basic";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    font-size: 25px;
    padding: 0 10px;
    font-weight: bolder;
}

.table .features li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.features li .list-name{
    font-size: 17px;
    font-weight: 400;
}

.features li .icon{
    font-size: 15px;
}

.features li .icon.check{
    color: #2db94d;
}

.features li .icon.cross{
    color: #cd3241;
}

.table .btn{
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.table .btn button{
    width: 80%;
    height: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.basic .price-area,
.basic .inner-area{
    background: #C0C0C0;
}

.basic .btn button{
    background: #fff;
    color: #C0C0C0;
    border: 2px solid #C0C0C0;
}

.basic .btn button:hover{
    border-radius: 6px;
    background: #C0C0C0;
    color: #fff;
}

.Premium .price-area,
.Premium .inner-area{
    background: #FFD700;
}

.Premium .btn button{
    background: #fff;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.Premium .btn button:hover{
    border-radius: 6px;
    background: #FFD700;
    color: #fff;
}

.Ultimate .price-area,
.Ultimate .inner-area{
    background: #e5e4e2;
}

.Ultimate .btn button{
    background: #fff;
    color: #e5e4e2;
    border: 2px solid #e5e4e2;
}

.Ultimate .btn button:hover{
    border-radius: 6px;
    background: #e5e4e2;
    color: #fff;
}

.basic .package-name{
    background: #ffecb3;
}

.Premium .package-name{
    background: #FFD700;
}

.Ultimate .package-name{
    background: #e5e4e2;
}
.wrapper .features a{
text-decoration: none;
}
.basic .package-name::before{
    content: "Silver";
}

.Premium .package-name::before{
    content: "Gold";
}

.Ultimate .package-name::before{
    content: "Platinum";
}

.basic ::selection,
.basic .price-area,
.basic .inner-area{
    background: #C0C0C0;
}

.Premium ::selection,
.Premium .price-area,
.Premium .inner-area{
    background: #FFD700;
}

.Ultimate ::selection,
.Ultimate .price-area,
.Ultimate .inner-area{
    background: #e5e4e2;
}

.side-bar-wrap{
  position: sticky;
  top: 0;
  height: auto; /* adjust the height as needed */
  overflow-y: auto; /* add scrollbar if content exceeds height */
}
.checkbox-container {
display: flex;
align-items: flex-start;
}

.FirstCheck {
margin-top: 0.5rem !important;
margin-right: 0.5rem !important;
}

.SecondCheck {
margin-top: 0.5rem !important;
margin-right: 0.5rem !important;
}

#loading {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
background-color: #00000045;
z-index: 99;
}

.border-danger {
border: 2px solid #dc3545 !important;
}

.thank-you-container {
text-align: center;
padding: 30px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
width: 40%;
margin: 50px auto;
}

.thank-you-container h1 {
color: #3498db;
font-size: 40px;
margin-bottom: 20px;
line-height: 20px;
}

.thank-you-container a {
text-decoration: none;
color: #fff;
background-color: #3498db;
padding: 10px 20px;
border-radius: 5px;
font-weight: bold;
font-size: 1.2em;
transition: background-color 0.3s ease;
}

.thank-you-container p {
color: #555;
font-size: 18px;
}
@media (max-width: 600px) {
  .thank-you-container {
      width: 100%;
    }
}
.checkbox-label{
    color: #000000;
}